commit d9fb3a53376157be49b5a7941e6e689a33c81eb0 Author: Xiaoyuan Jin Date: Thu Apr 3 19:03:30 2025 +0800 ddl: Implement TableMode feature (#59009) ref pingcap/tidb#59008 Asia/Tehran 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 go.uber.org/automaxprocs v1.6.0 go: downloading golang.org/x/tools v0.31.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 01:31:42 maxprocs: Updating GOMAXPROCS=16: determined from CPU quota go: downloading go.etcd.io/etcd/server/v3 v3.5.12 go: downloading go.etcd.io/etcd/tests/v3 v3.5.12 go: downloading github.com/johannesboyne/gofakes3 v0.0.0-20230506070712-04da935ef877 go: downloading github.com/fsouza/fake-gcs-server v1.44.0 go: downloading github.com/prometheus/prometheus v0.50.1 go: downloading github.com/stathat/consistent v1.0.0 go: downloading gorm.io/gorm v1.25.11 go: downloading gorm.io/driver/mysql v1.5.7 go: downloading github.com/DATA-DOG/go-sqlmock v1.5.0 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/pkg/xattr v0.4.9 go: downloading cloud.google.com/go/pubsub v1.36.1 go: downloading github.com/gorilla/handlers v1.5.1 go: downloading github.com/google/renameio/v2 v2.0.0 go: downloading github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 go: downloading go.etcd.io/etcd/pkg/v3 v3.5.12 go: downloading go.etcd.io/etcd/client/v2 v2.305.12 go: downloading go.etcd.io/etcd/raft/v3 v3.5.12 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 go: downloading go.opentelemetry.io/otel/sdk v1.24.0 go: downloading sigs.k8s.io/yaml v1.4.0 go: downloading go.etcd.io/bbolt v1.3.8 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0 go: downloading github.com/golang-jwt/jwt/v4 v4.5.2 go: downloading github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 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/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd go: downloading github.com/go-kit/log v0.2.1 go: downloading github.com/dennwc/varint v1.0.0 go: downloading github.com/go-logfmt/logfmt v0.6.0 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 ok github.com/pingcap/tidb/pkg/autoid_service 0.158s ok github.com/pingcap/tidb/pkg/bindinfo 0.165s ok github.com/pingcap/tidb/pkg/bindinfo/tests 0.167s ok github.com/pingcap/tidb/pkg/config 0.027s ok github.com/pingcap/tidb/pkg/ddl 0.165s ok github.com/pingcap/tidb/pkg/ddl/copr 0.057s github.com/pingcap/tidb/pkg/ddl/logutil coverage: 0.0% of statements github.com/pingcap/tidb/pkg/ddl/mock coverage: 0.0% of statements github.com/pingcap/tidb/pkg/ddl/ingest/testutil coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/ddl/ingest 0.161s ok github.com/pingcap/tidb/pkg/ddl/label 0.038s github.com/pingcap/tidb/pkg/ddl/resourcegroup coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/ddl/notifier 0.174s ok github.com/pingcap/tidb/pkg/ddl/placement 0.067s ok github.com/pingcap/tidb/pkg/ddl/schematracker 0.184s ok github.com/pingcap/tidb/pkg/ddl/schemaver 0.069s ok github.com/pingcap/tidb/pkg/ddl/serverstate 0.070s ok github.com/pingcap/tidb/pkg/ddl/session 0.150s ? github.com/pingcap/tidb/pkg/ddl/testargsv1 [no test files] ok github.com/pingcap/tidb/pkg/ddl/systable 0.217s ok github.com/pingcap/tidb/pkg/ddl/tests/adminpause 0.257s ok github.com/pingcap/tidb/pkg/ddl/tests/fail 0.222s ok github.com/pingcap/tidb/pkg/ddl/tests/fastcreatetable 0.261s ok github.com/pingcap/tidb/pkg/ddl/tests/fk 0.220s ok github.com/pingcap/tidb/pkg/ddl/tests/indexmerge 0.151s ok github.com/pingcap/tidb/pkg/ddl/tests/metadatalock 0.177s ok github.com/pingcap/tidb/pkg/ddl/tests/multivaluedindex 0.194s ok github.com/pingcap/tidb/pkg/ddl/tests/partition 0.146s ok github.com/pingcap/tidb/pkg/ddl/tests/serial 0.171s 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.071s ok github.com/pingcap/tidb/pkg/distsql 0.080s ok github.com/pingcap/tidb/pkg/distsql/context 0.045s ? github.com/pingcap/tidb/pkg/disttask/framework [no test files] ok github.com/pingcap/tidb/pkg/disttask/example 0.184s 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.242s ok github.com/pingcap/tidb/pkg/disttask/framework/integrationtests 0.263s ok github.com/pingcap/tidb/pkg/disttask/framework/planner 0.259s 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.159s ok github.com/pingcap/tidb/pkg/disttask/framework/storage 0.156s 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.261s ok github.com/pingcap/tidb/pkg/disttask/importinto 0.197s ok github.com/pingcap/tidb/pkg/disttask/operator 0.042s github.com/pingcap/tidb/pkg/domain/metrics coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/domain 0.251s ok github.com/pingcap/tidb/pkg/domain/globalconfigsync 0.238s ok github.com/pingcap/tidb/pkg/domain/infosync 0.115s ok github.com/pingcap/tidb/pkg/errctx 0.037s ok github.com/pingcap/tidb/pkg/errno 0.011s ok github.com/pingcap/tidb/pkg/executor 0.316s ok github.com/pingcap/tidb/pkg/executor/aggfuncs 0.300s ok github.com/pingcap/tidb/pkg/executor/aggregate 0.139s github.com/pingcap/tidb/pkg/executor/internal/builder coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/executor/importer 0.346s ok github.com/pingcap/tidb/pkg/executor/internal/applycache 0.102s ok github.com/pingcap/tidb/pkg/executor/internal/calibrateresource 0.336s ok github.com/pingcap/tidb/pkg/executor/internal/exec 0.342s ok github.com/pingcap/tidb/pkg/executor/internal/mpp 0.231s ok github.com/pingcap/tidb/pkg/executor/internal/pdhelper 0.099s 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.198s ok github.com/pingcap/tidb/pkg/executor/internal/vecgroupchecker 0.065s github.com/pingcap/tidb/pkg/executor/join/joinversion coverage: 0.0% of statements github.com/pingcap/tidb/pkg/executor/metrics coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/executor/join 0.221s ok github.com/pingcap/tidb/pkg/executor/lockstats 0.107s ok github.com/pingcap/tidb/pkg/executor/mppcoordmanager 0.084s ok github.com/pingcap/tidb/pkg/executor/sortexec 0.359s ok github.com/pingcap/tidb/pkg/executor/staticrecordset 0.342s ok github.com/pingcap/tidb/pkg/executor/test/admintest 0.365s ok github.com/pingcap/tidb/pkg/executor/test/aggregate 0.352s ok github.com/pingcap/tidb/pkg/executor/test/analyzetest 0.361s ok github.com/pingcap/tidb/pkg/executor/test/analyzetest/memorycontrol 0.395s ok github.com/pingcap/tidb/pkg/executor/test/analyzetest/panictest 0.348s ok github.com/pingcap/tidb/pkg/executor/test/autoidtest 0.364s ok github.com/pingcap/tidb/pkg/executor/test/cte 0.356s ok github.com/pingcap/tidb/pkg/executor/test/ddl 0.391s ok github.com/pingcap/tidb/pkg/executor/test/distsqltest 0.345s ok github.com/pingcap/tidb/pkg/executor/test/executor 0.209s ok github.com/pingcap/tidb/pkg/executor/test/fktest 0.378s ok github.com/pingcap/tidb/pkg/executor/test/indexmergereadtest 0.163s ok github.com/pingcap/tidb/pkg/executor/test/issuetest 0.231s ok github.com/pingcap/tidb/pkg/executor/test/jointest 0.225s ok github.com/pingcap/tidb/pkg/executor/test/jointest/hashjoin 0.225s ok github.com/pingcap/tidb/pkg/executor/test/loaddatatest 0.211s ok github.com/pingcap/tidb/pkg/executor/test/loadremotetest 0.411s ok github.com/pingcap/tidb/pkg/executor/test/memtest 0.408s ok github.com/pingcap/tidb/pkg/executor/test/oomtest 0.330s ok github.com/pingcap/tidb/pkg/executor/test/passwordtest 0.198s ok github.com/pingcap/tidb/pkg/executor/test/seqtest 0.300s ok github.com/pingcap/tidb/pkg/executor/test/showtest 0.289s ok github.com/pingcap/tidb/pkg/executor/test/simpletest 0.308s ok github.com/pingcap/tidb/pkg/executor/test/splittest 0.291s ok github.com/pingcap/tidb/pkg/executor/test/tiflashtest 0.295s ok github.com/pingcap/tidb/pkg/executor/test/txn 0.156s ok github.com/pingcap/tidb/pkg/executor/test/unstabletest 0.295s github.com/pingcap/tidb/pkg/executor/unionexec coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/executor/test/writetest 0.198s ? github.com/pingcap/tidb/pkg/expression/generator/helper [no test files] github.com/pingcap/tidb/pkg/expression/generator coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/expression 0.256s ok github.com/pingcap/tidb/pkg/expression/aggregation 0.091s ok github.com/pingcap/tidb/pkg/expression/exprctx 0.070s ok github.com/pingcap/tidb/pkg/expression/expropt 0.079s ok github.com/pingcap/tidb/pkg/expression/exprstatic 0.066s ok github.com/pingcap/tidb/pkg/expression/integration_test 0.213s ok github.com/pingcap/tidb/pkg/expression/sessionexpr 0.079s ok github.com/pingcap/tidb/pkg/expression/test/multivaluedindex 0.223s github.com/pingcap/tidb/pkg/extension/extensionimpl coverage: 0.0% of statements github.com/pingcap/tidb/pkg/infoschema/context coverage: 0.0% of statements github.com/pingcap/tidb/pkg/infoschema/metrics coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/extension 0.243s ok github.com/pingcap/tidb/pkg/infoschema 0.243s ok github.com/pingcap/tidb/pkg/infoschema/internal 0.075s ? github.com/pingcap/tidb/pkg/lock/context [no test files] github.com/pingcap/tidb/pkg/lock coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/infoschema/perfschema 0.367s ok github.com/pingcap/tidb/pkg/infoschema/test/cachetest 0.168s ok github.com/pingcap/tidb/pkg/infoschema/test/clustertablestest 0.367s ok github.com/pingcap/tidb/pkg/infoschema/test/infoschemav2test 0.367s ok github.com/pingcap/tidb/pkg/keyspace 0.104s ok github.com/pingcap/tidb/pkg/kv 0.087s ? 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.601s ok github.com/pingcap/tidb/pkg/meta/autoid 0.296s ok github.com/pingcap/tidb/pkg/meta/metabuild 0.300s ok github.com/pingcap/tidb/pkg/meta/model 0.086s ok github.com/pingcap/tidb/pkg/metrics 0.296s ok github.com/pingcap/tidb/pkg/owner 0.305s ok github.com/pingcap/tidb/pkg/planner/cardinality 0.692s ok github.com/pingcap/tidb/pkg/planner/cascades 0.696s ok github.com/pingcap/tidb/pkg/planner/cascades/base 0.022s ok github.com/pingcap/tidb/pkg/planner/cascades/memo 0.478s ok github.com/pingcap/tidb/pkg/planner/cascades/old 0.496s ok github.com/pingcap/tidb/pkg/planner/cascades/pattern 0.407s ok github.com/pingcap/tidb/pkg/planner/cascades/rule 0.400s ok github.com/pingcap/tidb/pkg/planner/cascades/rule/apply/decorrelateapply 0.477s ok github.com/pingcap/tidb/pkg/planner/cascades/task 0.486s ok github.com/pingcap/tidb/pkg/planner/core 0.779s ok github.com/pingcap/tidb/pkg/planner/core/casetest 0.708s ok github.com/pingcap/tidb/pkg/planner/core/casetest/binaryplan 0.705s ok github.com/pingcap/tidb/pkg/planner/core/casetest/cascades 0.677s ok github.com/pingcap/tidb/pkg/planner/core/casetest/cbotest 0.203s ok github.com/pingcap/tidb/pkg/planner/core/casetest/correlated 0.203s ok github.com/pingcap/tidb/pkg/planner/core/casetest/dag 0.172s ok github.com/pingcap/tidb/pkg/planner/core/casetest/enforcempp 0.340s ok github.com/pingcap/tidb/pkg/planner/core/casetest/flatplan 0.340s ok github.com/pingcap/tidb/pkg/planner/core/casetest/hint 0.282s ok github.com/pingcap/tidb/pkg/planner/core/casetest/index 0.339s ok github.com/pingcap/tidb/pkg/planner/core/casetest/instanceplancache 0.331s ok github.com/pingcap/tidb/pkg/planner/core/casetest/join 0.391s ok github.com/pingcap/tidb/pkg/planner/core/casetest/mpp 0.345s ok github.com/pingcap/tidb/pkg/planner/core/casetest/parallelapply 0.401s ok github.com/pingcap/tidb/pkg/planner/core/casetest/partition 0.346s ok github.com/pingcap/tidb/pkg/planner/core/casetest/physicalplantest 0.300s ok github.com/pingcap/tidb/pkg/planner/core/casetest/planstats 0.320s ok github.com/pingcap/tidb/pkg/planner/core/casetest/pushdown 0.312s ok github.com/pingcap/tidb/pkg/planner/core/casetest/rule 0.326s ok github.com/pingcap/tidb/pkg/planner/core/casetest/scalarsubquery 0.331s ok github.com/pingcap/tidb/pkg/planner/core/casetest/tpch 0.304s ok github.com/pingcap/tidb/pkg/planner/core/casetest/vectorsearch 0.304s ? 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/constraint 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/operator/logicalop coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/planner/core/casetest/windows 0.704s ok github.com/pingcap/tidb/pkg/planner/core/generator/hash64_equals 0.317s ok github.com/pingcap/tidb/pkg/planner/core/generator/plan_cache 0.513s ok github.com/pingcap/tidb/pkg/planner/core/generator/shallow_ref 0.325s ok github.com/pingcap/tidb/pkg/planner/core/issuetest 0.610s github.com/pingcap/tidb/pkg/planner/core/operator/physicalop coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/core/rule/util coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/core/rule coverage: 0.0% of statements github.com/pingcap/tidb/pkg/planner/core/resolve coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/planner/core/operator/logicalop/logicalop_test 0.173s ok github.com/pingcap/tidb/pkg/planner/core/tests/analyze 0.271s ok github.com/pingcap/tidb/pkg/planner/core/tests/cte 0.252s ok github.com/pingcap/tidb/pkg/planner/core/tests/extractor 0.247s ok github.com/pingcap/tidb/pkg/planner/core/tests/null 0.257s ok github.com/pingcap/tidb/pkg/planner/core/tests/partition 0.252s ok github.com/pingcap/tidb/pkg/planner/core/tests/pointget 0.345s ok github.com/pingcap/tidb/pkg/planner/core/tests/prepare 0.282s ok github.com/pingcap/tidb/pkg/planner/core/tests/redact 0.280s 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/plannersession 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.325s ok github.com/pingcap/tidb/pkg/planner/implementation 0.209s ok github.com/pingcap/tidb/pkg/planner/indexadvisor 0.305s ok github.com/pingcap/tidb/pkg/planner/memo 0.225s ok github.com/pingcap/tidb/pkg/planner/planctx 0.116s ok github.com/pingcap/tidb/pkg/planner/property 0.130s ok github.com/pingcap/tidb/pkg/planner/util 0.226s ? github.com/pingcap/tidb/pkg/planner/util/utilfuncp [no test files] ? 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/optimizetrace/logicaltrace 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.196s ok github.com/pingcap/tidb/pkg/plugin 0.224s ok github.com/pingcap/tidb/pkg/plugin/conn_ip_example 0.145s ? 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.237s ok github.com/pingcap/tidb/pkg/privilege/privileges/ldap 0.040s ok github.com/pingcap/tidb/pkg/resourcegroup/runaway 0.129s ok github.com/pingcap/tidb/pkg/resourcegroup/tests 0.281s ok github.com/pingcap/tidb/pkg/resourcemanager 0.062s ok github.com/pingcap/tidb/pkg/resourcemanager/pool/spool 0.063s ok github.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool 0.060s ok github.com/pingcap/tidb/pkg/resourcemanager/util 0.014s ok github.com/pingcap/tidb/pkg/server 0.278s ok github.com/pingcap/tidb/pkg/server/handler/extractorhandler 0.277s ok github.com/pingcap/tidb/pkg/server/handler/optimizor 0.287s ? 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/internal/testserverclient coverage: 0.0% of statements github.com/pingcap/tidb/pkg/server/handler/ttlhandler coverage: 0.0% of statements github.com/pingcap/tidb/pkg/server/handler/tikvhandler coverage: 0.0% of statements github.com/pingcap/tidb/pkg/server/metrics coverage: 0.0% of statements github.com/pingcap/tidb/pkg/server/internal/resultset coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/server/handler/tests 0.412s ok github.com/pingcap/tidb/pkg/server/internal 0.038s ok github.com/pingcap/tidb/pkg/server/internal/column 0.041s ok github.com/pingcap/tidb/pkg/server/internal/dump 0.037s ok github.com/pingcap/tidb/pkg/server/internal/parse 0.029s ok github.com/pingcap/tidb/pkg/server/internal/util 0.030s ok github.com/pingcap/tidb/pkg/server/tests 0.162s github.com/pingcap/tidb/pkg/server/tests/servertestkit coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/server/tests/commontest 0.233s ok github.com/pingcap/tidb/pkg/server/tests/cursor 0.214s ok github.com/pingcap/tidb/pkg/server/tests/tls 0.180s github.com/pingcap/tidb/pkg/session/metrics coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/session 0.668s ok github.com/pingcap/tidb/pkg/session/bootstraptest 0.734s ok github.com/pingcap/tidb/pkg/session/clusteredindextest 0.732s ok github.com/pingcap/tidb/pkg/session/cursor 0.013s ok github.com/pingcap/tidb/pkg/session/nontransactionaltest 0.727s ok github.com/pingcap/tidb/pkg/session/resourcegrouptest 0.729s ok github.com/pingcap/tidb/pkg/session/schematest 0.726s ok github.com/pingcap/tidb/pkg/session/temporarytabletest 0.658s ok github.com/pingcap/tidb/pkg/session/test 0.716s ok github.com/pingcap/tidb/pkg/session/test/common 0.728s ok github.com/pingcap/tidb/pkg/session/test/meta 0.731s ok github.com/pingcap/tidb/pkg/session/test/privileges 0.723s ok github.com/pingcap/tidb/pkg/session/test/txn 0.722s ok github.com/pingcap/tidb/pkg/session/test/variable 0.702s ? github.com/pingcap/tidb/pkg/session/types [no test files] github.com/pingcap/tidb/pkg/session/txninfo coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/session/test/vars 0.592s ok github.com/pingcap/tidb/pkg/sessionctx 0.202s ok github.com/pingcap/tidb/pkg/sessionctx/sessionstates 0.276s ? 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.281s 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.510s ok github.com/pingcap/tidb/pkg/sessiontxn 0.496s ok github.com/pingcap/tidb/pkg/sessiontxn/isolation 0.505s ok github.com/pingcap/tidb/pkg/sessiontxn/staleread 0.520s ok github.com/pingcap/tidb/pkg/statistics 0.528s ok github.com/pingcap/tidb/pkg/statistics/asyncload 0.391s ok github.com/pingcap/tidb/pkg/statistics/handle 0.193s ok github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze 0.315s ok github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/exec 0.227s ok github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue 0.162s ok github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue/calculatoranalysis 0.059s ? 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.236s ok github.com/pingcap/tidb/pkg/statistics/handle/cache 0.116s ok github.com/pingcap/tidb/pkg/statistics/handle/cache/internal/lfu 0.114s ok github.com/pingcap/tidb/pkg/statistics/handle/ddl 0.260s github.com/pingcap/tidb/pkg/statistics/handle/internal coverage: 0.0% of statements github.com/pingcap/tidb/pkg/statistics/handle/logutil 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/history coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/statistics/handle/globalstats 0.402s ok github.com/pingcap/tidb/pkg/statistics/handle/handletest 0.498s ok github.com/pingcap/tidb/pkg/statistics/handle/handletest/analyze 0.419s ok github.com/pingcap/tidb/pkg/statistics/handle/handletest/initstats 0.418s ok github.com/pingcap/tidb/pkg/statistics/handle/handletest/lockstats 0.429s ok github.com/pingcap/tidb/pkg/statistics/handle/handletest/statstest 0.418s ok github.com/pingcap/tidb/pkg/statistics/handle/lockstats 0.113s ok github.com/pingcap/tidb/pkg/statistics/handle/storage 0.401s ? github.com/pingcap/tidb/pkg/statistics/handle/types [no test files] ok github.com/pingcap/tidb/pkg/statistics/handle/syncload 0.585s ok github.com/pingcap/tidb/pkg/statistics/handle/updatetest 0.565s github.com/pingcap/tidb/pkg/statistics/handle/usage/predicatecolumn coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/statistics/handle/usage 0.172s ok github.com/pingcap/tidb/pkg/statistics/handle/usage/collector 0.006s ok github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage 0.025s github.com/pingcap/tidb/pkg/statistics/handle/util/test coverage: 0.0% of statements github.com/pingcap/tidb/pkg/statistics/util coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/statistics/handle/util 0.181s github.com/pingcap/tidb/pkg/store/driver/options 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/backoff coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/store 0.295s ok github.com/pingcap/tidb/pkg/store/copr 0.111s ok github.com/pingcap/tidb/pkg/store/copr/copr_test 0.280s ok github.com/pingcap/tidb/pkg/store/driver 0.271s ok github.com/pingcap/tidb/pkg/store/driver/error 0.061s ok github.com/pingcap/tidb/pkg/store/driver/txn 0.105s ok github.com/pingcap/tidb/pkg/store/gcworker 0.264s ok github.com/pingcap/tidb/pkg/store/helper 0.118s ok github.com/pingcap/tidb/pkg/store/mockstore 0.122s ? 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/pd 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/kverrors 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/unistore/tikv/dbreader 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 github.com/pingcap/tidb/pkg/store/mockstore/unistore/tikv/pberror coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/store/mockstore/mockcopr 0.328s ok github.com/pingcap/tidb/pkg/store/mockstore/unistore 0.091s ok github.com/pingcap/tidb/pkg/store/mockstore/unistore/cophandler 0.080s ok github.com/pingcap/tidb/pkg/store/mockstore/unistore/lockstore 0.009s ok github.com/pingcap/tidb/pkg/store/mockstore/unistore/tikv 0.081s ok github.com/pingcap/tidb/pkg/store/mockstore/unistore/util/lockwaiter 0.020s github.com/pingcap/tidb/pkg/testkit/analyzehelper coverage: 0.0% of statements github.com/pingcap/tidb/pkg/testkit/external coverage: 0.0% of statements github.com/pingcap/tidb/pkg/testkit/testsetup coverage: 0.0% of statements github.com/pingcap/tidb/pkg/testkit/testenv coverage: 0.0% of statements github.com/pingcap/tidb/pkg/testkit/testfailpoint coverage: 0.0% of statements github.com/pingcap/tidb/pkg/testkit/testflag coverage: 0.0% of statements github.com/pingcap/tidb/pkg/testkit/ddlhelper coverage: 0.0% of statements github.com/pingcap/tidb/pkg/testkit/testmain coverage: 0.0% of statements github.com/pingcap/tidb/pkg/timer/metrics coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/structure 0.548s ok github.com/pingcap/tidb/pkg/table 0.174s ok github.com/pingcap/tidb/pkg/table/tables 0.576s ok github.com/pingcap/tidb/pkg/table/tables/test/partition 0.555s ok github.com/pingcap/tidb/pkg/table/tblctx 0.104s ok github.com/pingcap/tidb/pkg/table/tblsession 0.168s ok github.com/pingcap/tidb/pkg/table/temptable 0.258s ok github.com/pingcap/tidb/pkg/tablecodec 0.091s ok github.com/pingcap/tidb/pkg/tablecodec/rowindexcodec 0.016s ok github.com/pingcap/tidb/pkg/testkit 0.478s ok github.com/pingcap/tidb/pkg/testkit/testfork 0.014s ok github.com/pingcap/tidb/pkg/testkit/testutil 0.088s ok github.com/pingcap/tidb/pkg/timer 0.551s ok github.com/pingcap/tidb/pkg/timer/api 0.087s ok github.com/pingcap/tidb/pkg/timer/runtime 0.147s ok github.com/pingcap/tidb/pkg/timer/tablestore 0.105s ok github.com/pingcap/tidb/pkg/ttl/cache 0.163s ok github.com/pingcap/tidb/pkg/ttl/client 0.072s ok github.com/pingcap/tidb/pkg/ttl/metrics 0.024s ok github.com/pingcap/tidb/pkg/ttl/session 0.175s ok github.com/pingcap/tidb/pkg/ttl/sqlbuilder 0.183s github.com/pingcap/tidb/pkg/util/cgmon 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/collate/ucaimpl coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/cpuprofile/testutil coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/channel coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/compress coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/breakpoint coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/ttl/ttlworker 0.356s ok github.com/pingcap/tidb/pkg/types 0.112s ok github.com/pingcap/tidb/pkg/types/parser_driver 0.063s ok github.com/pingcap/tidb/pkg/util 0.148s ok github.com/pingcap/tidb/pkg/util/admin 0.409s ok github.com/pingcap/tidb/pkg/util/arena 0.016s ok github.com/pingcap/tidb/pkg/util/backoff 0.014s ok github.com/pingcap/tidb/pkg/util/benchdaily 0.015s ok github.com/pingcap/tidb/pkg/util/bitmap 0.014s ok github.com/pingcap/tidb/pkg/util/cdcutil 0.054s ok github.com/pingcap/tidb/pkg/util/cgroup 0.021s ok github.com/pingcap/tidb/pkg/util/checksum 0.015s ok github.com/pingcap/tidb/pkg/util/chunk 0.066s ok github.com/pingcap/tidb/pkg/util/codec 0.064s ok github.com/pingcap/tidb/pkg/util/collate 0.060s ok github.com/pingcap/tidb/pkg/util/collate/ucadata 0.024s ok github.com/pingcap/tidb/pkg/util/column-mapping 0.015s ok github.com/pingcap/tidb/pkg/util/context 0.021s ok github.com/pingcap/tidb/pkg/util/cpu 0.054s ok github.com/pingcap/tidb/pkg/util/cpuprofile 0.108s ? github.com/pingcap/tidb/pkg/util/dbterror/exeerrors [no test files] ok github.com/pingcap/tidb/pkg/util/cteutil 0.032s ok github.com/pingcap/tidb/pkg/util/dbterror 0.009s ok github.com/pingcap/tidb/pkg/util/dbterror/plannererrors 0.009s 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/domainutil 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 github.com/pingcap/tidb/pkg/util/importer coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/util/dbutil 0.279s ok github.com/pingcap/tidb/pkg/util/ddl-checker 0.390s ok github.com/pingcap/tidb/pkg/util/deadlockhistory 0.076s ok github.com/pingcap/tidb/pkg/util/deeptest 0.015s ok github.com/pingcap/tidb/pkg/util/disjointset 0.019s ok github.com/pingcap/tidb/pkg/util/disk 0.055s ok github.com/pingcap/tidb/pkg/util/disttask 0.169s ok github.com/pingcap/tidb/pkg/util/encrypt 0.020s ok github.com/pingcap/tidb/pkg/util/engine 0.049s ok github.com/pingcap/tidb/pkg/util/etcd 0.058s ok github.com/pingcap/tidb/pkg/util/execdetails 0.074s ok github.com/pingcap/tidb/pkg/util/expensivequery 0.155s ok github.com/pingcap/tidb/pkg/util/extsort 0.035s ok github.com/pingcap/tidb/pkg/util/fastrand 0.019s ok github.com/pingcap/tidb/pkg/util/filter 0.017s ok github.com/pingcap/tidb/pkg/util/format 0.018s ok github.com/pingcap/tidb/pkg/util/gctuner 0.073s ok github.com/pingcap/tidb/pkg/util/generatedexpr 0.093s ok github.com/pingcap/tidb/pkg/util/generic 0.017s ok github.com/pingcap/tidb/pkg/util/globalconn 0.058s ok github.com/pingcap/tidb/pkg/util/hack 0.015s ok github.com/pingcap/tidb/pkg/util/intest 0.008s ? 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/ppcpuusage coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/nocopy ok github.com/pingcap/tidb/pkg/util/keydecoder 0.288s ok github.com/pingcap/tidb/pkg/util/kvcache 0.084s ok github.com/pingcap/tidb/pkg/util/logutil 0.092s ok github.com/pingcap/tidb/pkg/util/mathutil 0.019s ok github.com/pingcap/tidb/pkg/util/memory 0.082s ok github.com/pingcap/tidb/pkg/util/memoryusagealarm 0.102s ok github.com/pingcap/tidb/pkg/util/mock 0.165s ok github.com/pingcap/tidb/pkg/util/mvmap 0.017s ok github.com/pingcap/tidb/pkg/util/paging 0.015s ok github.com/pingcap/tidb/pkg/util/parser 0.100s ok github.com/pingcap/tidb/pkg/util/partialjson 0.015s ok github.com/pingcap/tidb/pkg/util/password-validation 0.104s ok github.com/pingcap/tidb/pkg/util/plancodec 0.093s ok github.com/pingcap/tidb/pkg/util/prefetch 0.013s ok github.com/pingcap/tidb/pkg/util/printer 0.083s ok github.com/pingcap/tidb/pkg/util/profile 0.153s ok github.com/pingcap/tidb/pkg/util/promutil 0.011s ok github.com/pingcap/tidb/pkg/util/queue 0.007s ? 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/serialization coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/skip coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/sli 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.358s ok github.com/pingcap/tidb/pkg/util/ranger/context 0.134s ok github.com/pingcap/tidb/pkg/util/redact 0.047s ok github.com/pingcap/tidb/pkg/util/regexpr-router 0.017s ok github.com/pingcap/tidb/pkg/util/resourcegrouptag 0.053s ok github.com/pingcap/tidb/pkg/util/rowDecoder 0.280s ok github.com/pingcap/tidb/pkg/util/rowcodec 0.135s ok github.com/pingcap/tidb/pkg/util/schemacmp 0.271s ok github.com/pingcap/tidb/pkg/util/selection 0.017s ok github.com/pingcap/tidb/pkg/util/sem 0.143s ok github.com/pingcap/tidb/pkg/util/servermemorylimit 0.083s ok github.com/pingcap/tidb/pkg/util/servicescope 0.017s ok github.com/pingcap/tidb/pkg/util/set 0.067s ok github.com/pingcap/tidb/pkg/util/slice 0.018s ok github.com/pingcap/tidb/pkg/util/sqlescape 0.017s ok github.com/pingcap/tidb/pkg/util/sqlexec 0.140s ok github.com/pingcap/tidb/pkg/util/stmtsummary 0.083s ok github.com/pingcap/tidb/pkg/util/stmtsummary/v2 0.079s ok github.com/pingcap/tidb/pkg/util/stmtsummary/v2/tests 0.373s ok github.com/pingcap/tidb/pkg/util/stringutil 0.022s ok github.com/pingcap/tidb/pkg/util/sys/linux 0.019s 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/tiflashcompute coverage: 0.0% of statements github.com/pingcap/tidb/pkg/util/tiflash coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/util/systimemon 0.025s ok github.com/pingcap/tidb/pkg/util/table-filter 0.012s ok github.com/pingcap/tidb/pkg/util/table-router 0.011s ok github.com/pingcap/tidb/pkg/util/table-rule-selector 0.008s 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.030s github.com/pingcap/tidb/pkg/util/topsql/collector/mock coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/util/topsql 0.038s ok github.com/pingcap/tidb/pkg/util/topsql/collector 0.039s ? github.com/pingcap/tidb/pkg/util/versioninfo [no test files] 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 github.com/pingcap/tidb/pkg/util/topsql/reporter/mock coverage: 0.0% of statements ok github.com/pingcap/tidb/pkg/util/topsql/reporter 0.035s ok github.com/pingcap/tidb/pkg/util/topsql/stmtstats 0.025s ok github.com/pingcap/tidb/pkg/util/tracing 0.010s ok github.com/pingcap/tidb/pkg/util/vitess 0.008s ok github.com/pingcap/tidb/pkg/util/watcher 0.007s ok github.com/pingcap/tidb/pkg/util/workloadrepo 0.164s ok github.com/pingcap/tidb/pkg/util/zeropool 0.007s github.com/pingcap/tidb/tools/tazel coverage: 0.0% of statements github.com/pingcap/tidb/tools/fake-oauth coverage: 0.0% of statements github.com/pingcap/tidb/tools/gen-parquet coverage: 0.0% of statements github.com/pingcap/tidb/tools/dashboard-linter 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.162s 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=22m36.251694529s [FAIL] pkg/executor/test/passwordtest TestPasswordManagement err=exit status 1 [2025/04/05 01:54:51.588 +03:30] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 01:54:51.594 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:54:51.594 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:54:51.596 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:54:51.596 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:54:51.596 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:54:51.599 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=604fa2f4-c712-423c-8473-c27a502f76ff] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:54:51.608 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:54:51.608 +03:30] [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 01:54:51.609 +03:30] [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/passwordtest.TestPasswordManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:132\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 01:54:51.620 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=11.697012ms] [2025/04/05 01:54:51.621 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:54:51.621 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=17a2dbf1-aa3a-4cb3-9a3d-974579d9e5f3] [runWorker=true] [jobVersion=v2] [2025/04/05 01:54:51.621 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:54:51.621 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:54:51.621 +03:30] [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 01:54:51.621 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:54:51.621 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:54:51.621 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:54:51.621 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:54:51.621 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:54:51.621 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:54:51.622 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:54:51.622 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:54:51.622 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:54:51.622 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:54:51.637 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:54:51.638 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=17a2dbf1-aa3a-4cb3-9a3d-974579d9e5f3] [2025/04/05 01:54:51.638 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:54:51.638 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:54:51.638 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:54:51.638 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:54:51.638 +03:30] [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 01:54:51.832 +03:30] [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 01:54:51.83 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:51.832 +03:30] [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 01:54:51.83 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 01:54:51.833 +03:30] [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 01:54:51.83 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.850 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=15.16738ms] [2025/04/05 01:54:51.850 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:54:51.854 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:51.854 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 01:54:51.854 +03:30] [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.488693ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:51.83 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.855 +03:30] [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 01:54:51.83 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.857 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 01:54:51.857 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 01:54:51.857 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 01:54:51.858 +03:30] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Tehran] [2025/04/05 01:54:51.862 +03:30] [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 01:54:51.859 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:51.862 +03:30] [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 01:54:51.859 +0330 +0330, 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 01:54:51.863 +03:30] [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 01:54:51.859 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.868 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=718.211µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:51.869 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:51.869 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 01:54:51.870 +03:30] [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.591648ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:51.859 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.872 +03:30] [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 01:54:51.859 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.876 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 01:54:51.876 +03:30] [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 01:54:51.878 +03:30] [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 01:54:51.877 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:51.878 +03:30] [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 01:54:51.877 +0330 +0330, 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 01:54:51.879 +03:30] [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 01:54:51.877 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.881 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=185.476µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:51.881 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:51.881 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 01:54:51.883 +03:30] [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.997754ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:51.877 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.885 +03:30] [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 01:54:51.877 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.887 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 01:54:51.887 +03:30] [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 01:54:51.889 +03:30] [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 01:54:51.888 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:51.889 +03:30] [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 01:54:51.888 +0330 +0330, 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 01:54:51.890 +03:30] [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 01:54:51.888 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.892 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=182.726µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:51.893 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:51.893 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 01:54:51.895 +03:30] [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.977602ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:51.888 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.896 +03:30] [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 01:54:51.888 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.898 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 01:54:51.898 +03:30] [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 01:54:51.900 +03:30] [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 01:54:51.899 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:51.900 +03:30] [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 01:54:51.899 +0330 +0330, 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 01:54:51.901 +03:30] [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 01:54:51.899 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.906 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=426.66µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:51.907 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:51.907 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 01:54:51.908 +03:30] [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.261479ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:51.899 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.910 +03:30] [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 01:54:51.899 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.912 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 01:54:51.912 +03:30] [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 01:54:51.916 +03:30] [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 01:54:51.913 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:51.916 +03:30] [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 01:54:51.913 +0330 +0330, 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 01:54:51.917 +03:30] [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 01:54:51.913 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.919 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=265.43µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:51.920 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:51.920 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 01:54:51.921 +03:30] [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.049973ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:51.913 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.922 +03:30] [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 01:54:51.913 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.924 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 01:54:51.924 +03:30] [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 01:54:51.926 +03:30] [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 01:54:51.925 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:51.926 +03:30] [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 01:54:51.925 +0330 +0330, 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 01:54:51.927 +03:30] [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 01:54:51.925 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.929 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=238.473µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:51.930 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:51.930 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 01:54:51.931 +03:30] [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.02785ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:51.925 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.932 +03:30] [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 01:54:51.925 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.934 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 01:54:51.934 +03:30] [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 01:54:51.936 +03:30] [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 01:54:51.935 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:51.936 +03:30] [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 01:54:51.935 +0330 +0330, 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 01:54:51.937 +03:30] [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 01:54:51.935 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.938 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=161.702µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:51.939 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:51.939 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 01:54:51.940 +03:30] [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.371346ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:51.935 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.941 +03:30] [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 01:54:51.935 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.945 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 01:54:51.945 +03:30] [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 01:54:51.946 +03:30] [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 01:54:51.946 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:51.946 +03:30] [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 01:54:51.946 +0330 +0330, 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 01:54:51.947 +03:30] [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 01:54:51.946 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.949 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=181.033µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:51.949 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:51.949 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 01:54:51.952 +03:30] [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.984043ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:51.946 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.953 +03:30] [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 01:54:51.946 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.954 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 01:54:51.954 +03:30] [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 01:54:51.956 +03:30] [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 01:54:51.955 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:51.956 +03:30] [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 01:54:51.955 +0330 +0330, 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 01:54:51.957 +03:30] [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 01:54:51.955 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.959 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=203.764µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:51.960 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:51.960 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 01:54:51.962 +03:30] [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.056703ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:51.955 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.963 +03:30] [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 01:54:51.955 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.965 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 01:54:51.965 +03:30] [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 01:54:51.967 +03:30] [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 01:54:51.966 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:51.967 +03:30] [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 01:54:51.966 +0330 +0330, 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 01:54:51.968 +03:30] [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 01:54:51.966 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.971 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=205.651µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:51.972 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:51.972 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 01:54:51.973 +03:30] [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.02693ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:51.966 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.974 +03:30] [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 01:54:51.966 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.976 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 01:54:51.976 +03:30] [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 01:54:51.977 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:54:51.978 +03:30] [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 01:54:51.977 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:51.978 +03:30] [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 01:54:51.977 +0330 +0330, 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 01:54:51.979 +03:30] [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 01:54:51.977 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.981 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=287.874µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:51.982 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:51.982 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 01:54:51.983 +03:30] [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.06395ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:51.977 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.984 +03:30] [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 01:54:51.977 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.987 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 01:54:51.987 +03:30] [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 01:54:51.989 +03:30] [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 01:54:51.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:51.989 +03:30] [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 01:54:51.988 +0330 +0330, 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 01:54:51.990 +03:30] [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 01:54:51.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.992 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=257.757µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:51.992 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:51.992 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 01:54:51.994 +03:30] [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.045797ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:51.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.995 +03:30] [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 01:54:51.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:51.997 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 01:54:51.997 +03:30] [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 01:54:51.998 +03:30] [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 01:54:51.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:51.998 +03:30] [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 01:54:51.998 +0330 +0330, 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 01:54:51.999 +03:30] [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 01:54:51.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.001 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=204.652µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.001 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.002 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 01:54:52.004 +03:30] [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.984834ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:51.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.005 +03:30] [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 01:54:51.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.007 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 01:54:52.007 +03:30] [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 01:54:52.008 +03:30] [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 01:54:52.008 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.008 +03:30] [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 01:54:52.008 +0330 +0330, 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 01:54:52.009 +03:30] [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 01:54:52.008 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.011 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=236.165µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.012 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.012 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 01:54:52.013 +03:30] [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.010074ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.008 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.014 +03:30] [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 01:54:52.008 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.016 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 01:54:52.016 +03:30] [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 01:54:52.018 +03:30] [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 01:54:52.017 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.018 +03:30] [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 01:54:52.017 +0330 +0330, 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 01:54:52.019 +03:30] [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 01:54:52.017 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.020 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=170.032µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.021 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.021 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 01:54:52.023 +03:30] [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.976726ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.017 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.024 +03:30] [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 01:54:52.017 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.026 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 01:54:52.026 +03:30] [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 01:54:52.028 +03:30] [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 01:54:52.027 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.028 +03:30] [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 01:54:52.027 +0330 +0330, 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 01:54:52.029 +03:30] [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 01:54:52.027 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.030 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=197.566µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.031 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.031 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 01:54:52.033 +03:30] [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.045417ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.027 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.034 +03:30] [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 01:54:52.027 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.036 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 01:54:52.036 +03:30] [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 01:54:52.038 +03:30] [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 01:54:52.037 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.038 +03:30] [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 01:54:52.037 +0330 +0330, 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 01:54:52.039 +03:30] [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 01:54:52.037 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.041 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=193.795µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.041 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.041 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 01:54:52.043 +03:30] [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.429576ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.037 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.044 +03:30] [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 01:54:52.037 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.046 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 01:54:52.046 +03:30] [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 01:54:52.048 +03:30] [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 01:54:52.047 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.048 +03:30] [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 01:54:52.047 +0330 +0330, 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 01:54:52.049 +03:30] [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 01:54:52.047 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.051 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=318.462µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.052 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.052 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 01:54:52.053 +03:30] [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.050253ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.047 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.054 +03:30] [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 01:54:52.047 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.056 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 01:54:52.056 +03:30] [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 01:54:52.059 +03:30] [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 01:54:52.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.059 +03:30] [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 01:54:52.058 +0330 +0330, 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 01:54:52.060 +03:30] [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 01:54:52.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.061 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=194.25µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.062 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.062 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 01:54:52.064 +03:30] [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.969965ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.065 +03:30] [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 01:54:52.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.067 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 01:54:52.067 +03:30] [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 01:54:52.069 +03:30] [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 01:54:52.068 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.069 +03:30] [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 01:54:52.068 +0330 +0330, 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 01:54:52.069 +03:30] [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 01:54:52.068 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.071 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=163.589µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.071 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.071 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 01:54:52.074 +03:30] [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.989087ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.068 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.075 +03:30] [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 01:54:52.068 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.076 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 01:54:52.076 +03:30] [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 01:54:52.077 +03:30] [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 01:54:52.077 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.077 +03:30] [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 01:54:52.077 +0330 +0330, 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 01:54:52.079 +03:30] [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 01:54:52.077 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.080 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=104.333µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.080 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.080 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 01:54:52.083 +03:30] [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.012908ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.077 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.083 +03:30] [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 01:54:52.077 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.085 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 01:54:52.085 +03:30] [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 01:54:52.087 +03:30] [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 01:54:52.086 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.087 +03:30] [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 01:54:52.086 +0330 +0330, 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 01:54:52.088 +03:30] [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 01:54:52.086 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.090 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=252.17µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.091 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.091 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 01:54:52.093 +03:30] [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.056939ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.086 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.094 +03:30] [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 01:54:52.086 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.096 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 01:54:52.096 +03:30] [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 01:54:52.098 +03:30] [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 01:54:52.097 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.098 +03:30] [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 01:54:52.097 +0330 +0330, 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 01:54:52.099 +03:30] [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 01:54:52.097 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.101 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=192.316µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.101 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.101 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 01:54:52.104 +03:30] [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.006757ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.097 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.105 +03:30] [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 01:54:52.097 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.107 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 01:54:52.107 +03:30] [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 01:54:52.108 +03:30] [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 01:54:52.108 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.108 +03:30] [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 01:54:52.108 +0330 +0330, 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 01:54:52.109 +03:30] [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 01:54:52.108 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.111 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=199.146µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.111 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.111 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 01:54:52.114 +03:30] [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.995862ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.108 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.115 +03:30] [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 01:54:52.108 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.117 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 01:54:52.117 +03:30] [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 01:54:52.118 +03:30] [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 01:54:52.118 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.118 +03:30] [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 01:54:52.118 +0330 +0330, 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 01:54:52.120 +03:30] [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 01:54:52.118 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.123 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=216.104µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.124 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.124 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 01:54:52.144 +03:30] [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"=21.325928ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.118 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.146 +03:30] [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 01:54:52.118 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.147 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 01:54:52.147 +03:30] [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 01:54:52.150 +03:30] [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 01:54:52.149 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.150 +03:30] [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 01:54:52.149 +0330 +0330, 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 01:54:52.151 +03:30] [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 01:54:52.149 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.153 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=184.898µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.154 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.154 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 01:54:52.155 +03:30] [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.007995ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.149 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.156 +03:30] [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 01:54:52.149 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.158 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 01:54:52.158 +03:30] [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 01:54:52.159 +03:30] [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 01:54:52.159 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.159 +03:30] [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 01:54:52.159 +0330 +0330, 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 01:54:52.160 +03:30] [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 01:54:52.159 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.162 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=159.553µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.162 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.162 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 01:54:52.164 +03:30] [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.987339ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.159 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.165 +03:30] [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 01:54:52.159 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.167 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 01:54:52.167 +03:30] [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 01:54:52.167 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:54:52.169 +03:30] [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 01:54:52.168 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.169 +03:30] [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 01:54:52.168 +0330 +0330, 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 01:54:52.170 +03:30] [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 01:54:52.168 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.171 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=190.504µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.172 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.172 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 01:54:52.174 +03:30] [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.020433ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.168 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.175 +03:30] [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 01:54:52.168 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.177 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 01:54:52.177 +03:30] [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 01:54:52.179 +03:30] [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 01:54:52.178 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.179 +03:30] [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 01:54:52.178 +0330 +0330, 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 01:54:52.179 +03:30] [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 01:54:52.178 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.181 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=250.908µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.182 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.182 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 01:54:52.184 +03:30] [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.058566ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.178 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.185 +03:30] [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 01:54:52.178 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.187 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 01:54:52.187 +03:30] [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 01:54:52.189 +03:30] [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 01:54:52.188 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.189 +03:30] [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 01:54:52.188 +0330 +0330, 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 01:54:52.190 +03:30] [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 01:54:52.188 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.192 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=223.176µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.192 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.192 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 01:54:52.194 +03:30] [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.110165ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.188 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.195 +03:30] [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 01:54:52.188 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.197 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 01:54:52.197 +03:30] [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 01:54:52.199 +03:30] [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 01:54:52.198 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.199 +03:30] [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 01:54:52.198 +0330 +0330, 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 01:54:52.200 +03:30] [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 01:54:52.198 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.202 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=323.892µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.203 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.203 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 01:54:52.204 +03:30] [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.04864ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.198 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.205 +03:30] [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 01:54:52.198 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.207 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 01:54:52.207 +03:30] [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 01:54:52.208 +03:30] [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 01:54:52.208 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.208 +03:30] [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 01:54:52.208 +0330 +0330, 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 01:54:52.209 +03:30] [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 01:54:52.208 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.210 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=125.755µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.211 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.211 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 01:54:52.213 +03:30] [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.896354ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.208 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.214 +03:30] [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 01:54:52.208 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.216 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 01:54:52.216 +03:30] [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 01:54:52.219 +03:30] [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 01:54:52.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.219 +03:30] [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 01:54:52.219 +0330 +0330, 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 01:54:52.220 +03:30] [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 01:54:52.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.222 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=194.207µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:54:52.223 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.223 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 01:54:52.225 +03:30] [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.976201ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.226 +03:30] [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 01:54:52.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.228 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 01:54:52.229 +03:30] [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 01:54:52.229 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.229 +03:30] [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 01:54:52.229 +0330 +0330, 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 01:54:52.230 +03:30] [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 01:54:52.229 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.232 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=185.13µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.232 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.232 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 01:54:52.234 +03:30] [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.95646ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.229 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.235 +03:30] [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 01:54:52.229 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.237 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 01:54:52.237 +03:30] [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 01:54:52.239 +03:30] [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 01:54:52.238 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.239 +03:30] [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 01:54:52.238 +0330 +0330, 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 01:54:52.240 +03:30] [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 01:54:52.238 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.241 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=157.739µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.242 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.242 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 01:54:52.244 +03:30] [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.055345ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.238 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.245 +03:30] [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 01:54:52.238 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.247 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 01:54:52.247 +03:30] [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 01:54:52.248 +03:30] [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 01:54:52.248 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.248 +03:30] [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 01:54:52.248 +0330 +0330, 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 01:54:52.249 +03:30] [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 01:54:52.248 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.250 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=153.595µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.251 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.251 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 01:54:52.253 +03:30] [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.932528ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.248 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.254 +03:30] [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 01:54:52.248 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.256 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 01:54:52.256 +03:30] [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 01:54:52.258 +03:30] [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 01:54:52.257 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.258 +03:30] [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 01:54:52.257 +0330 +0330, 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 01:54:52.259 +03:30] [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 01:54:52.257 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.261 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=289.095µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.261 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.261 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 01:54:52.262 +03:30] [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.019866ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.257 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.263 +03:30] [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 01:54:52.257 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.266 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 01:54:52.266 +03:30] [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 01:54:52.267 +03:30] [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 01:54:52.267 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.267 +03:30] [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 01:54:52.267 +0330 +0330, 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 01:54:52.268 +03:30] [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 01:54:52.267 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.270 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=280.696µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.271 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.271 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 01:54:52.272 +03:30] [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.033253ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.267 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.273 +03:30] [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 01:54:52.267 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.275 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 01:54:52.275 +03:30] [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 01:54:52.277 +03:30] [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 01:54:52.276 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.277 +03:30] [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 01:54:52.276 +0330 +0330, 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 01:54:52.278 +03:30] [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 01:54:52.276 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.280 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=319.75µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.281 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.281 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 01:54:52.282 +03:30] [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.051778ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.276 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.283 +03:30] [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 01:54:52.276 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.285 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 01:54:52.285 +03:30] [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 01:54:52.287 +03:30] [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 01:54:52.286 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.287 +03:30] [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 01:54:52.286 +0330 +0330, 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 01:54:52.288 +03:30] [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 01:54:52.286 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.291 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=337.136µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.291 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.291 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 01:54:52.292 +03:30] [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.075187ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.286 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.294 +03:30] [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 01:54:52.286 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.296 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 01:54:52.296 +03:30] [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 01:54:52.298 +03:30] [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 01:54:52.297 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.298 +03:30] [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 01:54:52.297 +0330 +0330, 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 01:54:52.299 +03:30] [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 01:54:52.297 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.301 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=349.557µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.302 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.302 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 01:54:52.303 +03:30] [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.099089ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.297 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.304 +03:30] [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 01:54:52.297 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.306 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 01:54:52.306 +03:30] [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 01:54:52.308 +03:30] [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 01:54:52.307 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.308 +03:30] [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 01:54:52.307 +0330 +0330, 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 01:54:52.309 +03:30] [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 01:54:52.307 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.311 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=307.46µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.311 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.311 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 01:54:52.313 +03:30] [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.040087ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.307 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.314 +03:30] [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 01:54:52.307 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.316 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 01:54:52.316 +03:30] [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 01:54:52.318 +03:30] [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 01:54:52.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.318 +03:30] [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 01:54:52.317 +0330 +0330, 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 01:54:52.319 +03:30] [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 01:54:52.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.321 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=273.747µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.321 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.321 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 01:54:52.323 +03:30] [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.054901ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.324 +03:30] [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 01:54:52.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.326 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 01:54:52.326 +03:30] [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 01:54:52.328 +03:30] [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 01:54:52.327 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.328 +03:30] [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 01:54:52.327 +0330 +0330, 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 01:54:52.329 +03:30] [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 01:54:52.327 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.331 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=252.389µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.332 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.332 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 01:54:52.333 +03:30] [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.004282ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.327 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.334 +03:30] [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 01:54:52.327 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.336 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 01:54:52.336 +03:30] [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 01:54:52.338 +03:30] [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 01:54:52.337 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.338 +03:30] [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 01:54:52.337 +0330 +0330, 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 01:54:52.339 +03:30] [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 01:54:52.337 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.342 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=346.158µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.342 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.342 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 01:54:52.343 +03:30] [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.130838ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.337 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.345 +03:30] [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 01:54:52.337 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.347 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 01:54:52.347 +03:30] [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 01:54:52.349 +03:30] [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 01:54:52.348 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.349 +03:30] [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 01:54:52.348 +0330 +0330, 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 01:54:52.350 +03:30] [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 01:54:52.348 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.352 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=242.065µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.352 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.352 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 01:54:52.354 +03:30] [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.029948ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.348 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.355 +03:30] [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 01:54:52.348 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.357 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 01:54:52.357 +03:30] [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 01:54:52.358 +03:30] [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 01:54:52.358 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.358 +03:30] [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 01:54:52.358 +0330 +0330, 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 01:54:52.359 +03:30] [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 01:54:52.358 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.361 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=170.473µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.361 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.361 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 01:54:52.364 +03:30] [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.997141ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.358 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.365 +03:30] [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 01:54:52.358 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.366 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 01:54:52.366 +03:30] [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 01:54:52.368 +03:30] [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 01:54:52.367 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.368 +03:30] [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 01:54:52.367 +0330 +0330, 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 01:54:52.369 +03:30] [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 01:54:52.367 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.371 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=193.846µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.371 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.371 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 01:54:52.373 +03:30] [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.037423ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.367 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.373 +03:30] [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 01:54:52.367 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.375 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 01:54:52.375 +03:30] [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 01:54:52.376 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:54:52.377 +03:30] [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 01:54:52.376 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.377 +03:30] [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 01:54:52.376 +0330 +0330, 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 01:54:52.378 +03:30] [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 01:54:52.376 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.379 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=191.483µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.380 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.380 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 01:54:52.382 +03:30] [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.010968ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.376 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.383 +03:30] [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 01:54:52.376 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.385 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 01:54:52.385 +03:30] [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 01:54:52.386 +03:30] [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 01:54:52.386 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.386 +03:30] [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 01:54:52.386 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 01:54:52.387 +03:30] [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 01:54:52.386 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.389 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=44.699µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 01:54:52.390 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.390 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 01:54:52.391 +03:30] [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.546725ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.386 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.392 +03:30] [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 01:54:52.386 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.394 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 01:54:52.394 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 01:54:52.395 +03:30] [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 01:54:52.395 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.396 +03:30] [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 01:54:52.395 +0330 +0330, 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 01:54:52.396 +03:30] [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 01:54:52.395 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.398 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=150.888µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:54:52.398 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.398 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 01:54:52.401 +03:30] [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.960915ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.395 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.402 +03:30] [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 01:54:52.395 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.404 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 01:54:52.406 +03:30] [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 01:54:52.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.406 +03:30] [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 01:54:52.405 +0330 +0330, 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 01:54:52.407 +03:30] [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 01:54:52.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.409 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=305.013µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.409 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.409 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 01:54:52.411 +03:30] [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.144425ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.412 +03:30] [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 01:54:52.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.414 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 01:54:52.414 +03:30] [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 01:54:52.416 +03:30] [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 01:54:52.415 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.416 +03:30] [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 01:54:52.415 +0330 +0330, 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 01:54:52.417 +03:30] [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 01:54:52.415 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.419 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=230.022µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.419 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.419 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 01:54:52.421 +03:30] [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.010733ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.415 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.422 +03:30] [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 01:54:52.415 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.424 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 01:54:52.424 +03:30] [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 01:54:52.425 +03:30] [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 01:54:52.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:54:52.425 +03:30] [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 01:54:52.425 +0330 +0330, 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 01:54:52.426 +03:30] [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 01:54:52.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.428 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=212.105µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:54:52.429 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:54:52.429 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 01:54:52.431 +03:30] [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.046296ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 01:54:52.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.432 +03:30] [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 01:54:52.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:54:52.434 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 01:54:52.434 +03:30] [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 01:54:52.452 +03:30] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=830.529701ms] [2025/04/05 01:54:52.452 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:54:52.454 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=17a2dbf1-aa3a-4cb3-9a3d-974579d9e5f3] [2025/04/05 01:54:52.454 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:54:52.454 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:54:52.454 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=7.904µs] [2025/04/05 01:54:52.454 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.445µs] [2025/04/05 01:54:52.454 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.275µs] [2025/04/05 01:54:52.454 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.439µs] [2025/04/05 01:54:52.454 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.044µs] [2025/04/05 01:54:52.454 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=3.11µs] [2025/04/05 01:54:52.454 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=2.162µs] [2025/04/05 01:54:52.454 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.496µs] [2025/04/05 01:54:52.454 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.329µs] [2025/04/05 01:54:52.454 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=2.223µs] [2025/04/05 01:54:52.454 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=17a2dbf1-aa3a-4cb3-9a3d-974579d9e5f3] [2025/04/05 01:54:52.454 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:54:52.454 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:54:52.455 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=17a2dbf1-aa3a-4cb3-9a3d-974579d9e5f3] ["take time"=2.946981ms] [2025/04/05 01:54:52.455 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=17a2dbf1-aa3a-4cb3-9a3d-974579d9e5f3] [2025/04/05 01:54:52.455 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:54:52.455 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:54:52.455 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:54:52.455 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:54:52.455 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:54:52.455 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:54:52.455 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:54:52.455 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:54:52.455 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:54:52.455 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:54:52.455 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:54:52.455 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:54:52.455 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:54:52.455 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:54:52.455 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=3.147527ms] [2025/04/05 01:54:52.455 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=604fa2f4-c712-423c-8473-c27a502f76ff] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:54:52.460 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:54:52.460 +03:30] [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 01:54:52.473 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=12.472212ms] [2025/04/05 01:54:52.473 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:54:52.474 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [runWorker=true] [jobVersion=v2] [2025/04/05 01:54:52.474 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:54:52.474 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:54:52.474 +03:30] [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 01:54:52.474 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:54:52.474 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:54:52.474 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:54:52.474 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:54:52.474 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:54:52.474 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:54:52.474 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:54:52.474 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:54:52.474 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:54:52.474 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:54:52.476 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:54:52.476 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [2025/04/05 01:54:52.476 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:54:52.476 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:54:52.476 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:54:52.476 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:54:52.477 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:54:52.477 +03:30] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 01:54:52.478 +03:30] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 01:54:52.479 +03:30] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 01:54:52.479 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:54:52.479 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [2025/04/05 01:54:52.481 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:54:52.482 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:54:52.482 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:54:52.482 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:54:52.482 +03:30] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 01:54:52.482 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:54:52.482 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:54:52.482 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:54:52.483 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:54:52.483 +03:30] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=434.8GiB] [2025/04/05 01:54:52.484 +03:30] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 01:54:52.484 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [2025/04/05 01:54:52.485 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [ttl-worker=task-manager] [ttl-worker=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [originalCount=0] [newCount=4] [2025/04/05 01:54:52.485 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [ttl-worker=task-manager] [ttl-worker=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [originalCount=0] [newCount=4] [2025/04/05 01:54:52.485 +03:30] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [2025/04/05 01:54:52.488 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:54:52.491 +03:30] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 01:54:52.491 +03:30] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 01:54:52.493 +03:30] [INFO] [set.go:172] ["set global var"] [conn=1] [name=validate_password.enable] [val=1] [2025/04/05 01:54:52.516 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {u1@% password = ***}"] [user=] [2025/04/05 01:54:52.520 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:54:52.520 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[executor:3638]Cannot use these credentials for 'u1@%' because they contradict the password history policy."] [errorVerbose="[executor:3638]Cannot use these credentials for 'u1@%' because they contradict the password history policy.\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/executor.checkPasswordReusePolicy\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:1686\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeAlterUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:1923\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:173\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/executor/test/passwordtest.TestPasswordManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:138\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\": \"\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 01:54:52.521 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user {u1@% password = ***}"] [user=] [2025/04/05 01:54:52.522 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:54:52.522 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Uppercase Count: 1)"] [errorVerbose="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Uppercase Count: 1)\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/password-validation.ValidatePassword\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/password-validation/password_validation.go:162\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeAlterUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:1903\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:173\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/executor/test/passwordtest.TestPasswordManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:139\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\": \"\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 01:54:52.522 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user {u1@% password = ***}"] [user=] [2025/04/05 01:54:52.528 +03:30] [INFO] [set.go:172] ["set global var"] [conn=1] [name=password_history] [val=1] [2025/04/05 01:54:52.546 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=] [sql="DROP USER u1"] [user=] [2025/04/05 01:54:52.551 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {u1@% password = ***}"] [user=] [2025/04/05 01:54:52.553 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:54:52.553 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[executor:3638]Cannot use these credentials for 'u1@%' because they contradict the password history policy."] [errorVerbose="[executor:3638]Cannot use these credentials for 'u1@%' because they contradict the password history policy.\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/executor.checkPasswordReusePolicy\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:1686\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeAlterUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:1923\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:173\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/executor/test/passwordtest.TestPasswordManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:145\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\": \"\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 01:54:52.553 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user {u1@% password = ***}"] [user=] [2025/04/05 01:54:52.554 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:54:52.554 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Uppercase Count: 1)"] [errorVerbose="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Uppercase Count: 1)\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/password-validation.ValidatePassword\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/password-validation/password_validation.go:162\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeAlterUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:1903\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:173\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/executor/test/passwordtest.TestPasswordManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:146\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\": \"\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 01:54:52.554 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user {u1@% password = ***}"] [user=] [2025/04/05 01:54:52.560 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user u1@%"] [user=] [2025/04/05 01:54:52.566 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {u2@% password = ***}"] [user=] [2025/04/05 01:54:52.573 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user u2@%"] [user=] [2025/04/05 01:54:52.583 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user {u2@% password = ***}"] [user=] [2025/04/05 01:54:52.589 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {u3@% password = ***}"] [user=] [2025/04/05 01:54:52.596 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user u3@%"] [user=] [2025/04/05 01:54:52.600 +03:30] [INFO] [set.go:172] ["set global var"] [conn=1] [name=validate_password.enable] [val=0] [2025/04/05 01:54:52.602 +03:30] [INFO] [set.go:172] ["set global var"] [conn=2] [name=validate_password.enable] [val=ON] [2025/04/05 01:54:52.611 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] [cur_db=] [sql="drop user u2"] [user=] [2025/04/05 01:54:52.612 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:54:52.612 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Length: 8)"] [errorVerbose="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Length: 8)\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/password-validation.ValidatePassword\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/password-validation/password_validation.go:151\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeCreateUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:1196\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:171\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/executor/test/passwordtest.TestPasswordManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:181\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\": \"\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 01:54:52.612 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="create user {u2@% password = ***}"] [user=] [2025/04/05 01:54:52.612 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:54:52.612 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Length: 8)"] [errorVerbose="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Length: 8)\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/password-validation.ValidatePassword\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/password-validation/password_validation.go:151\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeCreateUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:1196\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:171\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/executor/test/passwordtest.TestPasswordManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:183\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\": \"\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 01:54:52.612 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="create user u2@%"] [user=] [2025/04/05 01:54:52.612 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:54:52.613 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Uppercase Count: 1)"] [errorVerbose="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Uppercase Count: 1)\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/password-validation.ValidatePassword\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/password-validation/password_validation.go:162\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeCreateUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:1196\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:171\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/executor/test/passwordtest.TestPasswordManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:184\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\": \"\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 01:54:52.613 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="create user {u2@% password = ***}"] [user=] [2025/04/05 01:54:52.613 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:54:52.613 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Non-alphanumeric Count: 1)"] [errorVerbose="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Non-alphanumeric Count: 1)\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/password-validation.ValidatePassword\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/password-validation/password_validation.go:162\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeCreateUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:1196\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:171\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/executor/test/passwordtest.TestPasswordManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:186\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\": \"\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 01:54:52.613 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="create user {u2@% password = ***}"] [user=] [2025/04/05 01:54:52.613 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:54:52.613 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Non-alphanumeric Count: 1)"] [errorVerbose="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Non-alphanumeric Count: 1)\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/password-validation.ValidatePassword\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/password-validation/password_validation.go:162\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeCreateUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:1196\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:171\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/executor/test/passwordtest.TestPasswordManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:188\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\": \"\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 01:54:52.613 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="create user {u2@% password = ***}"] [user=] [2025/04/05 01:54:52.619 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="create user {u2@% password = ***}"] [user=] [2025/04/05 01:54:52.621 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:54:52.622 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[executor:3638]Cannot use these credentials for 'u2@%' because they contradict the password history policy."] [errorVerbose="[executor:3638]Cannot use these credentials for 'u2@%' because they contradict the password history policy.\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/executor.checkPasswordReusePolicy\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:1686\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeAlterUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:1923\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:173\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/executor/test/passwordtest.TestPasswordManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:196\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\": \"\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 01:54:52.622 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="alter user {u2@% password = ***}"] [user=] [2025/04/05 01:54:52.624 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:54:52.624 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[executor:3638]Cannot use these credentials for 'u2@%' because they contradict the password history policy."] [errorVerbose="[executor:3638]Cannot use these credentials for 'u2@%' because they contradict the password history policy.\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/executor.checkPasswordReusePolicy\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:1686\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeSetPwd\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:2644\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:179\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/executor/test/passwordtest.TestPasswordManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:197\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\": \"\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 01:54:52.624 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="set password for user u2@%"] [user=] [2025/04/05 01:54:52.624 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:54:52.624 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Length: 8)"] [errorVerbose="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Length: 8)\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/password-validation.ValidatePassword\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/password-validation/password_validation.go:151\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeAlterUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:1903\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:173\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/executor/test/passwordtest.TestPasswordManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:199\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\": \"\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 01:54:52.624 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="alter user {u2@% password = ***}"] [user=] [2025/04/05 01:54:52.625 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:54:52.625 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Length: 8)"] [errorVerbose="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Length: 8)\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/password-validation.ValidatePassword\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/password-validation/password_validation.go:151\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeSetPwd\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:2600\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:179\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/executor/test/passwordtest.TestPasswordManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:200\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\": \"\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 01:54:52.625 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="set password for user u2@%"] [user=] [2025/04/05 01:54:52.628 +03:30] [WARN] [cache.go:448] ["load mysql.user fail"] [error="parsing time \"Sat Apr 5 01:54:52 +0330 2025\" as \"Mon Jan _2 15:04:05 MST 2006\": cannot parse \"+0330 2025\" as \"MST\""] [errorVerbose="parsing time \"Sat Apr 5 01:54:52 +0330 2025\" as \"Mon Jan _2 15:04:05 MST 2006\": cannot parse \"+0330 2025\" as \"MST\"\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/privilege/privileges.loadTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:933\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*MySQLPrivilege).LoadUserTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:693\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*MySQLPrivilege).LoadAll\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:446\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*Handle).UpdateAll\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:2162\ngithub.com/pingcap/tidb/pkg/domain.privReloadEvent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:2042\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).notifyUpdatePrivilege\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3035\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).NotifyUpdatePrivilege\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3006\ngithub.com/pingcap/tidb/pkg/session.autolockAction\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2947\ngithub.com/pingcap/tidb/pkg/session.(*session).Auth\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2805\ngithub.com/pingcap/tidb/pkg/executor/test/passwordtest.TestPasswordManagement\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:205\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 01:54:52.628 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:54:52.628 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [2025/04/05 01:54:52.628 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:54:52.628 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:54:52.628 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [2025/04/05 01:54:52.628 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:54:52.628 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:54:52.628 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=ad37e1eb-cbf4-476c-9f0e-3cd432262846] ["take time"=120.947µs] [2025/04/05 01:54:52.628 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [2025/04/05 01:54:52.628 +03:30] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 01:54:52.628 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [ttl-worker=task-manager] [ttl-worker=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [originalCount=4] [newCount=0] [2025/04/05 01:54:52.628 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:54:52.628 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:54:52.628 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:54:52.628 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:54:52.628 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [ttl-worker=task-manager] [ttl-worker=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [originalCount=4] [newCount=0] [2025/04/05 01:54:52.629 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:54:52.629 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:54:52.629 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:54:52.629 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:54:52.630 +03:30] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [2025/04/05 01:54:52.630 +03:30] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 01:54:52.630 +03:30] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 01:54:52.630 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:54:52.630 +03:30] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 01:54:52.630 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:54:52.630 +03:30] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 01:54:52.630 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:54:52.630 +03:30] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 01:54:52.630 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:54:52.630 +03:30] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 01:54:52.630 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:54:52.630 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:54:52.630 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:54:52.630 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:54:52.630 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:54:52.630 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:54:52.630 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:54:52.630 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:54:52.630 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:54:52.630 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:54:52.630 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:54:52.630 +03:30] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 01:54:52.630 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:54:52.630 +03:30] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 01:54:52.630 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:54:52.630 +03:30] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 01:54:52.630 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:54:52.630 +03:30] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 01:54:52.630 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:54:52.633 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:54:52.633 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:54:52.633 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:54:52.633 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:54:52.633 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:54:52.633 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:54:52.633 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:54:52.633 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:54:52.633 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:54:52.633 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:54:52.633 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:54:52.633 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:54:52.633 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:54:52.633 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [2025/04/05 01:54:52.633 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [2025/04/05 01:54:52.633 +03:30] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 01:54:52.633 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:54:52.633 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [2025/04/05 01:54:52.633 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=ad37e1eb-cbf4-476c-9f0e-3cd432262846] [2025/04/05 01:54:52.633 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:54:52.633 +03:30] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 01:54:52.633 +03:30] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 01:54:52.633 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:54:52.633 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=5.033877ms] [2025/04/05 01:54:52.634 +03:30] [INFO] [db.go:567] ["Closing database"] [2025/04/05 01:54:52.634 +03:30] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 01:54:52.634 +03:30] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 01:54:52.634 +03:30] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 01:54:52.634 +03:30] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 01:54:52.634 +03:30] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestPasswordManagement (1.08s) testkit.go:123: RefreshSession rand seed: 1743805492488402832 testkit.go:123: RefreshSession rand seed: 1743805492600393566 password_management_test.go:206: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:206 Error: Error "[privilege:8049]mysql.user" does not contain "Account is blocked for 1 day(s) (1 day(s) remaining) due to 1 consecutive failed logins." Test: TestPasswordManagement FAIL coverage: [no statements] [FAIL] pkg/executor/test/analyzetest TestKillAutoAnalyzeIndex err=exit status 1 [2025/04/05 01:55:34.161 +03:30] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 01:55:34.161 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:55:34.161 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:55:34.162 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:55:34.162 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:55:34.163 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:55:34.164 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=c3c4fb0c-25d0-42d7-9d4e-86c66784aca7] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:55:34.171 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:55:34.171 +03:30] [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 01:55:34.171 +03:30] [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 01:55:34.181 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=10.395509ms] [2025/04/05 01:55:34.181 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:55:34.182 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=ffc03238-3424-492b-9570-a4f2aa3a4110] [runWorker=true] [jobVersion=v2] [2025/04/05 01:55:34.182 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:55:34.182 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:55:34.182 +03:30] [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 01:55:34.182 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:55:34.182 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:55:34.182 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:55:34.182 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:55:34.182 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:55:34.182 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:55:34.182 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:55:34.182 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:55:34.182 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:55:34.182 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:55:34.186 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:55:34.186 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=ffc03238-3424-492b-9570-a4f2aa3a4110] [2025/04/05 01:55:34.186 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:55:34.186 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:55:34.186 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:55:34.186 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:55:34.186 +03:30] [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 01:55:34.385 +03:30] [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 01:55:34.384 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.385 +03:30] [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 01:55:34.384 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 01:55:34.386 +03:30] [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 01:55:34.384 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.402 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=14.402556ms] [2025/04/05 01:55:34.402 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:55:34.403 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.403 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 01:55:34.403 +03:30] [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.696171ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.384 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.405 +03:30] [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 01:55:34.384 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.407 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 01:55:34.407 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 01:55:34.407 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 01:55:34.407 +03:30] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=America/Los_Angeles] [2025/04/05 01:55:34.410 +03:30] [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 01:55:34.408 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.410 +03:30] [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 01:55:34.408 +0330 +0330, 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 01:55:34.411 +03:30] [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 01:55:34.408 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.416 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=719.015µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.417 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.417 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 01:55:34.418 +03:30] [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.508436ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.408 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.420 +03:30] [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 01:55:34.408 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.424 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 01:55:34.424 +03:30] [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 01:55:34.425 +03:30] [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 01:55:34.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.425 +03:30] [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 01:55:34.425 +0330 +0330, 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 01:55:34.426 +03:30] [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 01:55:34.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.428 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=176.275µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.428 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.428 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 01:55:34.430 +03:30] [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.964152ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.431 +03:30] [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 01:55:34.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.433 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 01:55:34.433 +03:30] [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 01:55:34.434 +03:30] [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 01:55:34.434 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.434 +03:30] [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 01:55:34.434 +0330 +0330, 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 01:55:34.435 +03:30] [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 01:55:34.434 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.437 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=169.251µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.438 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.438 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 01:55:34.439 +03:30] [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.468646ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.434 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.440 +03:30] [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 01:55:34.434 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.442 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 01:55:34.442 +03:30] [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 01:55:34.444 +03:30] [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 01:55:34.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.444 +03:30] [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 01:55:34.443 +0330 +0330, 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 01:55:34.445 +03:30] [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 01:55:34.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.448 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=428.957µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.449 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.449 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 01:55:34.450 +03:30] [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.159195ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.451 +03:30] [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 01:55:34.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.454 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 01:55:34.454 +03:30] [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 01:55:34.455 +03:30] [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 01:55:34.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.455 +03:30] [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 01:55:34.455 +0330 +0330, 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 01:55:34.456 +03:30] [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 01:55:34.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.458 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=264.25µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.459 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.459 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 01:55:34.461 +03:30] [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.972763ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.462 +03:30] [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 01:55:34.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.464 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 01:55:34.464 +03:30] [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 01:55:34.465 +03:30] [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 01:55:34.465 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.465 +03:30] [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 01:55:34.465 +0330 +0330, 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 01:55:34.466 +03:30] [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 01:55:34.465 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.468 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=232.965µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.469 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.469 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 01:55:34.471 +03:30] [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.981974ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.465 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.472 +03:30] [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 01:55:34.465 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.474 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 01:55:34.474 +03:30] [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 01:55:34.475 +03:30] [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 01:55:34.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.475 +03:30] [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 01:55:34.475 +0330 +0330, 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 01:55:34.476 +03:30] [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 01:55:34.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.477 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=137.473µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.478 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.478 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 01:55:34.480 +03:30] [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.958693ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.481 +03:30] [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 01:55:34.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.483 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 01:55:34.483 +03:30] [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 01:55:34.484 +03:30] [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 01:55:34.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.484 +03:30] [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 01:55:34.483 +0330 +0330, 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 01:55:34.485 +03:30] [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 01:55:34.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.487 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=143.776µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.487 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.487 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 01:55:34.489 +03:30] [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.033278ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.490 +03:30] [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 01:55:34.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.492 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 01:55:34.492 +03:30] [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 01:55:34.494 +03:30] [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 01:55:34.493 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.494 +03:30] [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 01:55:34.493 +0330 +0330, 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 01:55:34.495 +03:30] [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 01:55:34.493 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.496 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=198.067µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.497 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.497 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 01:55:34.499 +03:30] [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.886432ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.493 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.500 +03:30] [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 01:55:34.493 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.502 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 01:55:34.502 +03:30] [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 01:55:34.503 +03:30] [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 01:55:34.503 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.503 +03:30] [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 01:55:34.503 +0330 +0330, 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 01:55:34.504 +03:30] [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 01:55:34.503 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.506 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=196.349µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.506 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.506 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 01:55:34.508 +03:30] [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.940137ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.503 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.509 +03:30] [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 01:55:34.503 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.511 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 01:55:34.511 +03:30] [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 01:55:34.511 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:55:34.513 +03:30] [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 01:55:34.512 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.513 +03:30] [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 01:55:34.512 +0330 +0330, 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 01:55:34.514 +03:30] [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 01:55:34.512 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.516 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=363.31µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.517 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.517 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 01:55:34.518 +03:30] [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.038005ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.512 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.519 +03:30] [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 01:55:34.512 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.521 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 01:55:34.521 +03:30] [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 01:55:34.523 +03:30] [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 01:55:34.522 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.523 +03:30] [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 01:55:34.522 +0330 +0330, 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 01:55:34.523 +03:30] [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 01:55:34.522 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.525 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=231.894µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.526 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.526 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 01:55:34.528 +03:30] [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.967162ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.522 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.529 +03:30] [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 01:55:34.522 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.531 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 01:55:34.531 +03:30] [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 01:55:34.533 +03:30] [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 01:55:34.532 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.533 +03:30] [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 01:55:34.532 +0330 +0330, 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 01:55:34.534 +03:30] [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 01:55:34.532 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.535 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=198.855µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.536 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.536 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 01:55:34.537 +03:30] [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.247013ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.532 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.538 +03:30] [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 01:55:34.532 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.539 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 01:55:34.539 +03:30] [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 01:55:34.541 +03:30] [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 01:55:34.54 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.541 +03:30] [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 01:55:34.54 +0330 +0330, 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 01:55:34.542 +03:30] [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 01:55:34.54 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.544 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=188.223µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.544 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.544 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 01:55:34.547 +03:30] [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.030152ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.54 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.548 +03:30] [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 01:55:34.54 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.549 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 01:55:34.550 +03:30] [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 01:55:34.551 +03:30] [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 01:55:34.55 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.551 +03:30] [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 01:55:34.55 +0330 +0330, 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 01:55:34.552 +03:30] [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 01:55:34.55 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.554 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=236.444µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.556 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.556 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 01:55:34.571 +03:30] [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"=17.351904ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.55 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.573 +03:30] [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 01:55:34.55 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.575 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 01:55:34.575 +03:30] [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 01:55:34.576 +03:30] [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 01:55:34.576 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.576 +03:30] [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 01:55:34.576 +0330 +0330, 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 01:55:34.577 +03:30] [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 01:55:34.576 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.579 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=179.836µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.579 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.579 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 01:55:34.580 +03:30] [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.007467ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.576 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.581 +03:30] [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 01:55:34.576 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.583 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 01:55:34.583 +03:30] [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 01:55:34.584 +03:30] [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 01:55:34.584 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.584 +03:30] [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 01:55:34.584 +0330 +0330, 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 01:55:34.585 +03:30] [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 01:55:34.584 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.587 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=171.195µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.587 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.587 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 01:55:34.589 +03:30] [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.065592ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.584 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.590 +03:30] [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 01:55:34.584 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.591 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 01:55:34.591 +03:30] [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 01:55:34.593 +03:30] [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 01:55:34.592 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.593 +03:30] [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 01:55:34.592 +0330 +0330, 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 01:55:34.594 +03:30] [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 01:55:34.592 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.596 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=263.234µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.596 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.596 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 01:55:34.598 +03:30] [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.975438ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.592 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.599 +03:30] [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 01:55:34.592 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.601 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 01:55:34.601 +03:30] [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 01:55:34.603 +03:30] [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 01:55:34.603 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.603 +03:30] [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 01:55:34.603 +0330 +0330, 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 01:55:34.604 +03:30] [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 01:55:34.603 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.605 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=169.609µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.606 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.606 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 01:55:34.608 +03:30] [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.864743ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.603 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.609 +03:30] [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 01:55:34.603 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.610 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 01:55:34.610 +03:30] [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 01:55:34.612 +03:30] [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 01:55:34.611 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.612 +03:30] [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 01:55:34.611 +0330 +0330, 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 01:55:34.613 +03:30] [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 01:55:34.611 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.614 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=115.804µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.614 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.614 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 01:55:34.616 +03:30] [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.819063ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.611 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.617 +03:30] [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 01:55:34.611 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.619 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 01:55:34.619 +03:30] [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 01:55:34.620 +03:30] [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 01:55:34.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.620 +03:30] [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 01:55:34.619 +0330 +0330, 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 01:55:34.621 +03:30] [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 01:55:34.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.622 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=95.143µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.622 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.622 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 01:55:34.624 +03:30] [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.799226ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.625 +03:30] [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 01:55:34.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.627 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 01:55:34.627 +03:30] [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 01:55:34.628 +03:30] [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 01:55:34.627 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.628 +03:30] [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 01:55:34.627 +0330 +0330, 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 01:55:34.629 +03:30] [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 01:55:34.627 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.631 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=213.163µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.631 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.631 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 01:55:34.633 +03:30] [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.925407ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.627 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.634 +03:30] [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 01:55:34.627 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.636 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 01:55:34.636 +03:30] [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 01:55:34.637 +03:30] [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 01:55:34.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.637 +03:30] [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 01:55:34.637 +0330 +0330, 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 01:55:34.638 +03:30] [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 01:55:34.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.640 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=148.953µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.640 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.640 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 01:55:34.643 +03:30] [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.006566ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.643 +03:30] [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 01:55:34.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.645 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 01:55:34.645 +03:30] [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 01:55:34.646 +03:30] [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 01:55:34.646 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.646 +03:30] [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 01:55:34.646 +0330 +0330, 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 01:55:34.647 +03:30] [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 01:55:34.646 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.649 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=176.297µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.649 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.649 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 01:55:34.651 +03:30] [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.900204ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.646 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.652 +03:30] [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 01:55:34.646 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.654 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 01:55:34.654 +03:30] [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 01:55:34.655 +03:30] [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 01:55:34.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.655 +03:30] [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 01:55:34.655 +0330 +0330, 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 01:55:34.656 +03:30] [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 01:55:34.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.658 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=150.541µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.658 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.658 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 01:55:34.660 +03:30] [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.900616ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.661 +03:30] [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 01:55:34.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.663 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 01:55:34.663 +03:30] [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 01:55:34.664 +03:30] [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 01:55:34.664 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.664 +03:30] [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 01:55:34.664 +0330 +0330, 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 01:55:34.665 +03:30] [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 01:55:34.664 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.666 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=150.335µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.667 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.667 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 01:55:34.669 +03:30] [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.89573ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.664 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.670 +03:30] [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 01:55:34.664 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.672 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 01:55:34.672 +03:30] [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 01:55:34.673 +03:30] [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 01:55:34.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.673 +03:30] [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 01:55:34.673 +0330 +0330, 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 01:55:34.674 +03:30] [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 01:55:34.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.675 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=138.542µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.676 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.676 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 01:55:34.678 +03:30] [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.899255ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.679 +03:30] [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 01:55:34.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.680 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 01:55:34.680 +03:30] [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 01:55:34.680 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:55:34.681 +03:30] [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 01:55:34.681 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.681 +03:30] [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 01:55:34.681 +0330 +0330, 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 01:55:34.683 +03:30] [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 01:55:34.681 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.684 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=178.353µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.685 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.685 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 01:55:34.686 +03:30] [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.316739ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.681 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.687 +03:30] [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 01:55:34.681 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.689 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 01:55:34.689 +03:30] [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 01:55:34.690 +03:30] [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 01:55:34.69 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.690 +03:30] [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 01:55:34.69 +0330 +0330, 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 01:55:34.692 +03:30] [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 01:55:34.69 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.693 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=201.055µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.694 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.694 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 01:55:34.696 +03:30] [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.933739ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.69 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.697 +03:30] [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 01:55:34.69 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.699 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 01:55:34.699 +03:30] [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 01:55:34.700 +03:30] [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 01:55:34.699 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.700 +03:30] [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 01:55:34.699 +0330 +0330, 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 01:55:34.701 +03:30] [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 01:55:34.699 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.702 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=197.434µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.703 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.703 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 01:55:34.705 +03:30] [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.902684ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.699 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.706 +03:30] [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 01:55:34.699 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.708 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 01:55:34.708 +03:30] [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 01:55:34.710 +03:30] [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 01:55:34.709 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.710 +03:30] [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 01:55:34.709 +0330 +0330, 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 01:55:34.711 +03:30] [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 01:55:34.709 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.713 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=294.448µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.713 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.713 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 01:55:34.715 +03:30] [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"=3.027274ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.709 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.717 +03:30] [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 01:55:34.709 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.719 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 01:55:34.719 +03:30] [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 01:55:34.720 +03:30] [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 01:55:34.719 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.720 +03:30] [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 01:55:34.719 +0330 +0330, 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 01:55:34.721 +03:30] [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 01:55:34.719 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.722 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=115.765µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.722 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.722 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 01:55:34.725 +03:30] [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.822405ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.719 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.725 +03:30] [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 01:55:34.719 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.727 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 01:55:34.727 +03:30] [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 01:55:34.729 +03:30] [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 01:55:34.728 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.729 +03:30] [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 01:55:34.728 +0330 +0330, 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 01:55:34.730 +03:30] [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 01:55:34.728 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.731 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=172.653µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:55:34.732 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.732 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 01:55:34.734 +03:30] [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.894452ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.728 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.735 +03:30] [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 01:55:34.728 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.737 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 01:55:34.738 +03:30] [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 01:55:34.738 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.738 +03:30] [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 01:55:34.738 +0330 +0330, 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 01:55:34.739 +03:30] [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 01:55:34.738 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.741 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=171.778µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.741 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.741 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 01:55:34.744 +03:30] [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.889682ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.738 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.745 +03:30] [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 01:55:34.738 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.746 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 01:55:34.746 +03:30] [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 01:55:34.747 +03:30] [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 01:55:34.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.747 +03:30] [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 01:55:34.747 +0330 +0330, 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 01:55:34.748 +03:30] [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 01:55:34.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.750 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=155.342µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.750 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.750 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 01:55:34.753 +03:30] [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.912569ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.754 +03:30] [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 01:55:34.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.755 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 01:55:34.755 +03:30] [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 01:55:34.757 +03:30] [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 01:55:34.756 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.757 +03:30] [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 01:55:34.756 +0330 +0330, 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 01:55:34.758 +03:30] [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 01:55:34.756 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.759 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=143.318µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.759 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.759 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 01:55:34.762 +03:30] [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.913034ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.756 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.763 +03:30] [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 01:55:34.756 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.764 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 01:55:34.764 +03:30] [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 01:55:34.766 +03:30] [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 01:55:34.765 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.766 +03:30] [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 01:55:34.765 +0330 +0330, 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 01:55:34.767 +03:30] [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 01:55:34.765 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.769 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=299.988µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.770 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.770 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 01:55:34.771 +03:30] [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.015196ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.765 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.772 +03:30] [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 01:55:34.765 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.774 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 01:55:34.774 +03:30] [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 01:55:34.776 +03:30] [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 01:55:34.775 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.776 +03:30] [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 01:55:34.775 +0330 +0330, 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 01:55:34.777 +03:30] [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 01:55:34.775 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.779 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=283.806µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.780 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.780 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 01:55:34.782 +03:30] [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.979897ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.775 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.783 +03:30] [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 01:55:34.775 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.785 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 01:55:34.785 +03:30] [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 01:55:34.787 +03:30] [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 01:55:34.786 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.787 +03:30] [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 01:55:34.786 +0330 +0330, 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 01:55:34.788 +03:30] [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 01:55:34.786 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.791 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=313.964µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.791 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.791 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 01:55:34.792 +03:30] [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.019097ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.786 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.793 +03:30] [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 01:55:34.786 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.796 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 01:55:34.796 +03:30] [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 01:55:34.798 +03:30] [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 01:55:34.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.798 +03:30] [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 01:55:34.797 +0330 +0330, 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 01:55:34.799 +03:30] [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 01:55:34.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.801 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=339.512µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.802 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.802 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 01:55:34.804 +03:30] [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"=3.052107ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.805 +03:30] [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 01:55:34.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.807 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 01:55:34.807 +03:30] [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 01:55:34.809 +03:30] [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 01:55:34.808 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.809 +03:30] [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 01:55:34.808 +0330 +0330, 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 01:55:34.810 +03:30] [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 01:55:34.808 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.812 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=343.505µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.813 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.813 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 01:55:34.814 +03:30] [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.076278ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.808 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.815 +03:30] [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 01:55:34.808 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.818 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 01:55:34.818 +03:30] [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 01:55:34.820 +03:30] [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 01:55:34.819 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.820 +03:30] [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 01:55:34.819 +0330 +0330, 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 01:55:34.820 +03:30] [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 01:55:34.819 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.823 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=302.76µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.823 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.823 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 01:55:34.825 +03:30] [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.031088ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.819 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.827 +03:30] [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 01:55:34.819 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.829 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 01:55:34.829 +03:30] [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 01:55:34.831 +03:30] [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 01:55:34.83 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.831 +03:30] [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 01:55:34.83 +0330 +0330, 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 01:55:34.831 +03:30] [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 01:55:34.83 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.833 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=246.805µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.834 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.834 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 01:55:34.836 +03:30] [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.354958ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.83 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.838 +03:30] [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 01:55:34.83 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.839 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 01:55:34.839 +03:30] [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 01:55:34.841 +03:30] [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 01:55:34.84 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.841 +03:30] [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 01:55:34.84 +0330 +0330, 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 01:55:34.842 +03:30] [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 01:55:34.84 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.844 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=260.453µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.845 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.845 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 01:55:34.847 +03:30] [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.957394ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.84 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.848 +03:30] [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 01:55:34.84 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.850 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 01:55:34.850 +03:30] [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 01:55:34.852 +03:30] [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 01:55:34.851 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.852 +03:30] [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 01:55:34.851 +0330 +0330, 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 01:55:34.853 +03:30] [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 01:55:34.851 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.855 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=337.763µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.856 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.856 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 01:55:34.857 +03:30] [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.051553ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.851 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.858 +03:30] [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 01:55:34.851 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.861 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 01:55:34.861 +03:30] [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 01:55:34.862 +03:30] [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 01:55:34.862 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.862 +03:30] [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 01:55:34.862 +0330 +0330, 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 01:55:34.863 +03:30] [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 01:55:34.862 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.865 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=240.791µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.866 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.866 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 01:55:34.868 +03:30] [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.931777ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.862 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.869 +03:30] [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 01:55:34.862 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.871 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 01:55:34.871 +03:30] [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 01:55:34.872 +03:30] [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 01:55:34.872 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.872 +03:30] [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 01:55:34.872 +0330 +0330, 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 01:55:34.873 +03:30] [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 01:55:34.872 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.875 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=154.964µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.875 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.875 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 01:55:34.877 +03:30] [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.886555ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.872 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.878 +03:30] [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 01:55:34.872 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.880 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 01:55:34.880 +03:30] [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 01:55:34.883 +03:30] [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 01:55:34.882 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.883 +03:30] [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 01:55:34.882 +0330 +0330, 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 01:55:34.884 +03:30] [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 01:55:34.882 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.887 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=228.444µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.889 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.889 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 01:55:34.908 +03:30] [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"=21.628024ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.882 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.910 +03:30] [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 01:55:34.882 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.911 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 01:55:34.911 +03:30] [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 01:55:34.912 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:55:34.913 +03:30] [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 01:55:34.912 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.913 +03:30] [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 01:55:34.912 +0330 +0330, 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 01:55:34.914 +03:30] [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 01:55:34.912 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.915 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=193.527µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.916 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.916 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 01:55:34.917 +03:30] [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.006424ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.912 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.918 +03:30] [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 01:55:34.912 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.920 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 01:55:34.920 +03:30] [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 01:55:34.921 +03:30] [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 01:55:34.92 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.921 +03:30] [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 01:55:34.92 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 01:55:34.922 +03:30] [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 01:55:34.92 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.922 +03:30] [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 01:55:34.923 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.923 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 01:55:34.924 +03:30] [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.076274ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.92 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.925 +03:30] [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 01:55:34.92 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.927 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 01:55:34.927 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 01:55:34.928 +03:30] [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 01:55:34.928 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.928 +03:30] [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 01:55:34.928 +0330 +0330, 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 01:55:34.929 +03:30] [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 01:55:34.928 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.930 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=132.148µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:55:34.931 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.931 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 01:55:34.933 +03:30] [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.800843ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.928 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.934 +03:30] [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 01:55:34.928 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.935 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 01:55:34.937 +03:30] [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 01:55:34.936 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.937 +03:30] [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 01:55:34.936 +0330 +0330, 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 01:55:34.939 +03:30] [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 01:55:34.936 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.940 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=252.408µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.941 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.941 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 01:55:34.943 +03:30] [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.977547ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.936 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.944 +03:30] [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 01:55:34.936 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.946 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 01:55:34.946 +03:30] [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 01:55:34.947 +03:30] [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 01:55:34.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.947 +03:30] [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 01:55:34.947 +0330 +0330, 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 01:55:34.948 +03:30] [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 01:55:34.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.950 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=172.79µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.950 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.950 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 01:55:34.952 +03:30] [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.871716ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.953 +03:30] [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 01:55:34.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.955 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 01:55:34.955 +03:30] [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 01:55:34.956 +03:30] [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 01:55:34.956 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:34.956 +03:30] [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 01:55:34.956 +0330 +0330, 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 01:55:34.957 +03:30] [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 01:55:34.956 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.959 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=183.959µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:34.959 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:34.959 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 01:55:34.961 +03:30] [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.886675ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:34.956 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.962 +03:30] [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 01:55:34.956 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:34.964 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 01:55:34.964 +03:30] [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 01:55:34.978 +03:30] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=796.595457ms] [2025/04/05 01:55:34.978 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:55:34.979 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=ffc03238-3424-492b-9570-a4f2aa3a4110] [2025/04/05 01:55:34.980 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:55:34.980 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:55:34.980 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=3.657µs] [2025/04/05 01:55:34.980 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=1.891µs] [2025/04/05 01:55:34.980 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=1.541µs] [2025/04/05 01:55:34.980 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=1.733µs] [2025/04/05 01:55:34.980 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.085µs] [2025/04/05 01:55:34.980 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=1.583µs] [2025/04/05 01:55:34.980 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=1.704µs] [2025/04/05 01:55:34.980 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=1.366µs] [2025/04/05 01:55:34.980 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=1.438µs] [2025/04/05 01:55:34.980 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=1.649µs] [2025/04/05 01:55:34.980 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=ffc03238-3424-492b-9570-a4f2aa3a4110] [2025/04/05 01:55:34.980 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:55:34.980 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:55:34.980 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=ffc03238-3424-492b-9570-a4f2aa3a4110] ["take time"=1.812288ms] [2025/04/05 01:55:34.980 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=ffc03238-3424-492b-9570-a4f2aa3a4110] [2025/04/05 01:55:34.981 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:55:34.981 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:55:34.981 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:55:34.981 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:55:34.981 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:55:34.981 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:55:34.981 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:55:34.981 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:55:34.981 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:55:34.981 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:55:34.981 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:55:34.981 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:55:34.981 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:55:34.981 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:55:34.981 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=2.625217ms] [2025/04/05 01:55:34.981 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=c3c4fb0c-25d0-42d7-9d4e-86c66784aca7] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:55:34.985 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:55:34.985 +03:30] [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 01:55:34.996 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=10.74092ms] [2025/04/05 01:55:34.996 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:55:34.997 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [runWorker=true] [jobVersion=v2] [2025/04/05 01:55:34.997 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:55:34.997 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:55:34.997 +03:30] [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 01:55:34.997 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:55:34.997 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:55:34.997 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:55:34.997 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:55:34.997 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:55:34.997 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:55:34.997 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:55:34.997 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:55:34.997 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:55:34.997 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:55:34.999 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:55:34.999 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [2025/04/05 01:55:34.999 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:55:34.999 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:55:34.999 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:55:34.999 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:55:34.999 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:55:34.999 +03:30] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 01:55:35.000 +03:30] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 01:55:35.001 +03:30] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 01:55:35.001 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:55:35.001 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [2025/04/05 01:55:35.002 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:55:35.003 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:55:35.003 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:55:35.003 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:55:35.003 +03:30] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 01:55:35.003 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:55:35.003 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:55:35.003 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:55:35.003 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:55:35.004 +03:30] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=434.8GiB] [2025/04/05 01:55:35.004 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:55:35.005 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=test] [sql="drop table if exists t"] [user=] [2025/04/05 01:55:35.005 +03:30] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 01:55:35.005 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [2025/04/05 01:55:35.006 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [ttl-worker=task-manager] [ttl-worker=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [originalCount=0] [newCount=4] [2025/04/05 01:55:35.006 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [ttl-worker=task-manager] [ttl-worker=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [originalCount=0] [newCount=4] [2025/04/05 01:55:35.006 +03:30] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [2025/04/05 01:55:35.007 +03:30] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 01:55:35.008 +03:30] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 01:55:35.010 +03:30] [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 01:55:35.008 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:35.011 +03:30] [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 01:55:35.008 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t (a int, b int)"] [2025/04/05 01:55:35.011 +03:30] [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 01:55:35.008 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:35.011 +03:30] [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 01:55:35.013 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=110.015µs] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:35.013 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 01:55:35.016 +03:30] [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.964353ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:35.008 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:35.017 +03:30] [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 01:55:35.008 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:35.019 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 01:55:35.019 +03:30] [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 01:55:35.023 +03:30] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/05 01:55:35.033 +03:30] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/05 01:55:35.023 +03:30] ["end time"=2025/04/05 01:55:35.033 +03:30] [cost=9.465112ms] ["sample rate reason"=] [2025/04/05 01:55:35.038 +03:30] [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 01:55:35.039 +03:30] [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 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/05 01:55:35.040 +03:30] [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 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="alter table t add index idx(b)"] [2025/04/05 01:55:35.040 +03:30] [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 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 01:55:35.040 +03:30] [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 01:55:35.039 +0330 +0330, 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 01:55:35.040 +03:30] [INFO] [index.go:1309] ["fallback to txn-merge backfill process"] [category=ddl] ["lightning env initialized"=false] [2025/04/05 01:55:35.041 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=127.479µs] [gotSchemaVersion=57] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 01:55:35.042 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=114] [version=57] [2025/04/05 01:55:35.044 +03:30] [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.833714ms] [job="ID:114, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 01:55:35.045 +03:30] [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 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 01:55:35.046 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=57] [neededSchemaVersion=58] ["elapsed time"=125.486µs] [gotSchemaVersion=58] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 01:55:35.046 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=114] [version=58] [2025/04/05 01:55:35.048 +03:30] [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.836234ms] [job="ID:114, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 01:55:35.050 +03:30] [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 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 01:55:35.051 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=58] [neededSchemaVersion=59] ["elapsed time"=122.663µs] [gotSchemaVersion=59] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 01:55:35.051 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=114] [version=59] [2025/04/05 01:55:35.053 +03:30] [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.966884ms] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 01:55:35.054 +03:30] [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 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 01:55:35.054 +03:30] [INFO] [index.go:1363] ["index backfill state running"] [category=ddl] ["job ID"=114] [table=t] ["ingest mode"=false] [index=idx] [2025/04/05 01:55:35.054 +03:30] [INFO] [reorg.go:913] ["job get table range"] [category=ddl] [jobID=114] [physicalTableID=112] [startKey=7480000000000000705f728000000000000001] [endKey=7480000000000000705f72800000000000000200] [2025/04/05 01:55:35.056 +03:30] [INFO] [job_worker.go:1084] ["schema version doesn't change"] [category=ddl] [jobID=114] [2025/04/05 01:55:35.056 +03:30] [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 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:457128158181195779, Version: v2, UniqueWarnings:0"] [2025/04/05 01:55:35.056 +03:30] [INFO] [index.go:1363] ["index backfill state running"] [category=ddl] ["job ID"=114] [table=t] ["ingest mode"=false] [index=idx] [2025/04/05 01:55:35.057 +03:30] [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 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:457128158181195779, Version: v2, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:7480000000000000705f728000000000000001,EndKey:7480000000000000705f72800000000000000200,First:false,PhysicalTableID:112,Ingest mode:false"] [2025/04/05 01:55:35.058 +03:30] [INFO] [backfilling.go:519] ["load table ranges from PD"] [category=ddl] [physicalTableID=112] ["start key"=7480000000000000705f728000000000000001] ["end key"=7480000000000000705f72800000000000000200] [2025/04/05 01:55:35.058 +03:30] [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 01:55:35.058 +03:30] [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 01:55:35.058 +03:30] [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 01:55:35.058 +03:30] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=114] [2025/04/05 01:55:35.058 +03:30] [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"=200.465µs] [2025/04/05 01:55:35.058 +03:30] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=114] [2025/04/05 01:55:35.058 +03:30] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=114] [2025/04/05 01:55:35.058 +03:30] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=114] [2025/04/05 01:55:35.058 +03:30] [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 01:55:35.058 +03:30] [INFO] [reorg.go:409] ["run reorg job done"] [category=ddl] ["handled rows"=2] [2025/04/05 01:55:35.060 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=59] [neededSchemaVersion=60] ["elapsed time"=136.706µs] [gotSchemaVersion=60] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 01:55:35.060 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=114] [version=60] [2025/04/05 01:55:35.063 +03:30] [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.85447ms] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:2, ArgLen:1, start time: 2025-04-05 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:457128158181195779, Version: v2, UniqueWarnings:0"] [2025/04/05 01:55:35.063 +03:30] [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 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:457128158181195779, Version: v2, UniqueWarnings:0"] [2025/04/05 01:55:35.064 +03:30] [INFO] [index.go:1399] ["index backfill state ready to merge"] [category=ddl] ["job ID"=114] [table=t] [index=idx] [2025/04/05 01:55:35.064 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=60] [neededSchemaVersion=61] ["elapsed time"=126.923µs] [gotSchemaVersion=61] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 01:55:35.065 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=114] [version=61] [2025/04/05 01:55:35.067 +03:30] [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.828106ms] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:112, RowCount:2, ArgLen:1, start time: 2025-04-05 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 01:55:35.068 +03:30] [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 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 01:55:35.068 +03:30] [INFO] [index.go:1418] ["temp index is empty, skipping reorg work"] [category=ddl] [jobID=114] [table=t] [2025/04/05 01:55:35.068 +03:30] [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 01:55:35.068 +03:30] [INFO] [index.go:1129] ["run add index job done"] [category=ddl] [charset=utf8mb4] [collation=utf8mb4_bin] [2025/04/05 01:55:35.069 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=61] [neededSchemaVersion=62] ["elapsed time"=121.118µs] [gotSchemaVersion=62] [phyTblIDs="[112]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 01:55:35.070 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=114] [version=62] [2025/04/05 01:55:35.072 +03:30] [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.791483ms] [job="ID:114, Type:add index, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:2, ArgLen:1, start time: 2025-04-05 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 01:55:35.073 +03:30] [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 01:55:35.073 +03:30] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=114] [jobType="add index"] [2025/04/05 01:55:35.073 +03:30] [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 01:55:35.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 01:55:35.077 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=114] [2025/04/05 01:55:35.077 +03:30] [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 01:55:35.079 +03:30] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_auto_analyze_start_time] [val="00:00 +0000"] [2025/04/05 01:55:35.080 +03:30] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=114] [elementID=1] [startKey=7480000000000000705f69ffff000000000001] [endKey=7480000000000000705f69ffff000000000002] [2025/04/05 01:55:35.082 +03:30] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_auto_analyze_end_time] [val="23:59 +0000"] [2025/04/05 01:55:35.090 +03:30] [INFO] [queue.go:247] ["Fetched all tables"] [category=stats] [tableCount=1] [duration=7.245204ms] [2025/04/05 01:55:35.091 +03:30] [INFO] [queue.go:147] ["Priority queue initialized"] [category=stats] [duration=7.956532ms] [2025/04/05 01:55:35.092 +03:30] [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 01:55:35.092 +03:30] [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 01:55:35.093 +03:30] [WARN] [sqlkiller.go:61] ["kill initiated"] ["connection ID"=2097154] [reason="[executor:1317]Query execution was interrupted"] [2025/04/05 01:55:35.094 +03:30] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/05 01:55:35.094 +03:30] [INFO] [backoff.go:389] ["backoff stops because a killed signal is received"] [signal=1] [2025/04/05 01:55:35.094 +03:30] [INFO] [coprocessor.go:2113] ["a killed signal is received in copIteratorWorker"] [signal=1] [2025/04/05 01:55:35.094 +03:30] [INFO] [backoff.go:389] ["backoff stops because a killed signal is received"] [signal=1] [2025/04/05 01:55:35.094 +03:30] [INFO] [coprocessor.go:2113] ["a killed signal is received in copIteratorWorker"] [signal=1] [2025/04/05 01:55:35.094 +03:30] [WARN] [sqlkiller.go:137] ["kill finished"] [conn=2097154] [2025/04/05 01:55:35.094 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:55:35.094 +03:30] [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 01:55:35.094 +03:30] [ERROR] [exec.go:63] ["auto analyze failed"] [category=stats] [sql="analyze table `test`.`t` index `idx`"] [cost_time=1.809822ms] [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 01:55:35.197 +03:30] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_auto_analyze_start_time] [val="00:00 +0000"] [2025/04/05 01:55:35.198 +03:30] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_auto_analyze_end_time] [val="23:59 +0000"] [2025/04/05 01:55:35.198 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:55:35.198 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [2025/04/05 01:55:35.198 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:55:35.198 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp add index"] ["take time"=2.22µs] [2025/04/05 01:55:35.198 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:55:35.198 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=1.954µs] [2025/04/05 01:55:35.198 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [2025/04/05 01:55:35.198 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:55:35.198 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:55:35.199 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] ["take time"=202.278µs] [2025/04/05 01:55:35.199 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [2025/04/05 01:55:35.199 +03:30] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 01:55:35.199 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [ttl-worker=task-manager] [ttl-worker=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [originalCount=4] [newCount=0] [2025/04/05 01:55:35.199 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:55:35.199 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:55:35.199 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:55:35.199 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:55:35.199 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [ttl-worker=task-manager] [ttl-worker=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [originalCount=4] [newCount=0] [2025/04/05 01:55:35.199 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:55:35.199 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:55:35.199 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:55:35.199 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:55:35.200 +03:30] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [2025/04/05 01:55:35.200 +03:30] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 01:55:35.200 +03:30] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 01:55:35.200 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:55:35.200 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:55:35.200 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:55:35.200 +03:30] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 01:55:35.200 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:55:35.200 +03:30] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 01:55:35.200 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:55:35.200 +03:30] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 01:55:35.200 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:55:35.200 +03:30] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 01:55:35.200 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:55:35.200 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:55:35.200 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:55:35.200 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:55:35.200 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:55:35.200 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:55:35.200 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:55:35.200 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:55:35.200 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:55:35.200 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:55:35.200 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:55:35.200 +03:30] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 01:55:35.200 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:55:35.200 +03:30] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 01:55:35.200 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:55:35.200 +03:30] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 01:55:35.200 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:55:35.200 +03:30] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 01:55:35.200 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:55:35.202 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:55:35.202 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:55:35.202 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:55:35.202 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:55:35.202 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:55:35.202 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:55:35.202 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:55:35.202 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:55:35.202 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:55:35.202 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:55:35.202 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:55:35.202 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [2025/04/05 01:55:35.202 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [2025/04/05 01:55:35.202 +03:30] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 01:55:35.202 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:55:35.202 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [2025/04/05 01:55:35.202 +03:30] [INFO] [queue.go:348] ["Priority queue stopped"] [category=stats] [2025/04/05 01:55:35.202 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=3efc97e7-be80-4d01-a92e-f24e0a6f5bfe] [2025/04/05 01:55:35.202 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:55:35.202 +03:30] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 01:55:35.202 +03:30] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 01:55:35.202 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:55:35.203 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=4.29042ms] [2025/04/05 01:55:35.203 +03:30] [INFO] [db.go:567] ["Closing database"] [2025/04/05 01:55:35.203 +03:30] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 01:55:35.203 +03:30] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 01:55:35.203 +03:30] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 01:55:35.203 +03:30] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 01:55:35.203 +03:30] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestKillAutoAnalyzeIndex (1.07s) testkit.go:123: RefreshSession rand seed: 1743805535005011261 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/ddl TestBackfillingSchedulerGlobalSortMode err=exit status 1 [2025/04/05 01:55:39.012 +03:30] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 01:55:39.013 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:55:39.013 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:55:39.013 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:55:39.013 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:55:39.014 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:55:39.015 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=7b0915e3-427e-491c-8069-8558c826161b] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:55:39.021 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:55:39.021 +03:30] [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 01:55:39.022 +03:30] [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 01:55:39.032 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=10.341762ms] [2025/04/05 01:55:39.032 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:55:39.032 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=b3cdbc0a-876e-4fbc-9637-7b21c060018f] [runWorker=true] [jobVersion=v2] [2025/04/05 01:55:39.032 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:55:39.032 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:55:39.032 +03:30] [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 01:55:39.032 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:55:39.032 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:55:39.032 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:55:39.032 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:55:39.032 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:55:39.032 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:55:39.032 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:55:39.032 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:55:39.032 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:55:39.032 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:55:39.035 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:55:39.035 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=b3cdbc0a-876e-4fbc-9637-7b21c060018f] [2025/04/05 01:55:39.035 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:55:39.035 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:55:39.035 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:55:39.035 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:55:39.035 +03:30] [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 01:55:39.236 +03:30] [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 01:55:39.234 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.236 +03:30] [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 01:55:39.234 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 01:55:39.237 +03:30] [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 01:55:39.234 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.252 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=13.939582ms] [2025/04/05 01:55:39.252 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:55:39.253 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.253 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 01:55:39.254 +03:30] [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.073174ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.234 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.255 +03:30] [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 01:55:39.234 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.257 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 01:55:39.257 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 01:55:39.257 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 01:55:39.258 +03:30] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Tehran] [2025/04/05 01:55:39.261 +03:30] [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 01:55:39.258 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.261 +03:30] [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 01:55:39.258 +0330 +0330, 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 01:55:39.262 +03:30] [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 01:55:39.258 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.267 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=706.076µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.268 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.268 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 01:55:39.269 +03:30] [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.484323ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.258 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.271 +03:30] [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 01:55:39.258 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.275 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 01:55:39.275 +03:30] [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 01:55:39.276 +03:30] [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 01:55:39.276 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.276 +03:30] [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 01:55:39.276 +0330 +0330, 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 01:55:39.277 +03:30] [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 01:55:39.276 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.279 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=177.844µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.279 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.279 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 01:55:39.281 +03:30] [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.933575ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.276 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.282 +03:30] [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 01:55:39.276 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.284 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 01:55:39.284 +03:30] [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 01:55:39.286 +03:30] [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 01:55:39.285 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.286 +03:30] [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 01:55:39.285 +0330 +0330, 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 01:55:39.287 +03:30] [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 01:55:39.285 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.289 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=168.682µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.289 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.289 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 01:55:39.292 +03:30] [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.008452ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.285 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.293 +03:30] [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 01:55:39.285 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.294 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 01:55:39.294 +03:30] [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 01:55:39.297 +03:30] [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 01:55:39.295 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.297 +03:30] [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 01:55:39.295 +0330 +0330, 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 01:55:39.298 +03:30] [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 01:55:39.295 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.301 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=426.236µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.301 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.302 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 01:55:39.303 +03:30] [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.127953ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.295 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.304 +03:30] [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 01:55:39.295 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.307 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 01:55:39.307 +03:30] [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 01:55:39.309 +03:30] [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 01:55:39.308 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.309 +03:30] [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 01:55:39.308 +0330 +0330, 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 01:55:39.310 +03:30] [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 01:55:39.308 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.312 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=384.283µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.313 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.313 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 01:55:39.314 +03:30] [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.069014ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.308 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.315 +03:30] [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 01:55:39.308 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.317 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 01:55:39.317 +03:30] [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 01:55:39.319 +03:30] [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 01:55:39.318 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.319 +03:30] [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 01:55:39.318 +0330 +0330, 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 01:55:39.320 +03:30] [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 01:55:39.318 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.321 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=221.216µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.322 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.322 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 01:55:39.324 +03:30] [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.964768ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.318 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.325 +03:30] [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 01:55:39.318 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.327 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 01:55:39.327 +03:30] [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 01:55:39.328 +03:30] [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 01:55:39.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.328 +03:30] [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 01:55:39.328 +0330 +0330, 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 01:55:39.329 +03:30] [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 01:55:39.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.330 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=136.285µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.331 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.331 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 01:55:39.333 +03:30] [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.843067ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.334 +03:30] [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 01:55:39.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.336 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 01:55:39.336 +03:30] [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 01:55:39.337 +03:30] [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 01:55:39.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.337 +03:30] [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 01:55:39.336 +0330 +0330, 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 01:55:39.338 +03:30] [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 01:55:39.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.340 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=136.519µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.340 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.340 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 01:55:39.342 +03:30] [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.886874ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.343 +03:30] [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 01:55:39.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.345 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 01:55:39.345 +03:30] [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 01:55:39.346 +03:30] [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 01:55:39.346 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.346 +03:30] [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 01:55:39.346 +0330 +0330, 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 01:55:39.347 +03:30] [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 01:55:39.346 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.349 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=186.729µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.349 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.349 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 01:55:39.352 +03:30] [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.878563ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.346 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.353 +03:30] [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 01:55:39.346 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.354 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 01:55:39.354 +03:30] [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 01:55:39.356 +03:30] [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 01:55:39.355 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.356 +03:30] [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 01:55:39.355 +0330 +0330, 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 01:55:39.357 +03:30] [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 01:55:39.355 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.358 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=194.918µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.359 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.359 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 01:55:39.361 +03:30] [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.940247ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.355 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.362 +03:30] [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 01:55:39.355 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.364 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 01:55:39.364 +03:30] [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 01:55:39.364 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:55:39.366 +03:30] [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 01:55:39.365 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.366 +03:30] [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 01:55:39.365 +0330 +0330, 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 01:55:39.367 +03:30] [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 01:55:39.365 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.369 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=272.574µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.369 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.369 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 01:55:39.372 +03:30] [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.049881ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.365 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.373 +03:30] [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 01:55:39.365 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.375 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 01:55:39.375 +03:30] [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 01:55:39.377 +03:30] [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 01:55:39.376 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.377 +03:30] [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 01:55:39.376 +0330 +0330, 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 01:55:39.378 +03:30] [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 01:55:39.376 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.380 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=238.541µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.381 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.381 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 01:55:39.383 +03:30] [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"=3.018173ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.376 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.384 +03:30] [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 01:55:39.376 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.386 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 01:55:39.386 +03:30] [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 01:55:39.388 +03:30] [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 01:55:39.387 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.388 +03:30] [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 01:55:39.387 +0330 +0330, 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 01:55:39.389 +03:30] [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 01:55:39.387 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.391 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=175.129µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.391 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.391 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 01:55:39.393 +03:30] [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.04894ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.387 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.395 +03:30] [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 01:55:39.387 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.396 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 01:55:39.396 +03:30] [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 01:55:39.398 +03:30] [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 01:55:39.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.398 +03:30] [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 01:55:39.397 +0330 +0330, 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 01:55:39.400 +03:30] [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 01:55:39.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.401 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=247.867µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.402 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.402 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 01:55:39.403 +03:30] [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.148991ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.404 +03:30] [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 01:55:39.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.406 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 01:55:39.406 +03:30] [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 01:55:39.408 +03:30] [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 01:55:39.407 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.408 +03:30] [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 01:55:39.407 +0330 +0330, 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 01:55:39.409 +03:30] [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 01:55:39.407 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.410 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=198.806µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.411 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.411 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 01:55:39.413 +03:30] [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.942405ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.407 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.414 +03:30] [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 01:55:39.407 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.415 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 01:55:39.415 +03:30] [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 01:55:39.417 +03:30] [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 01:55:39.416 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.417 +03:30] [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 01:55:39.416 +0330 +0330, 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 01:55:39.418 +03:30] [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 01:55:39.416 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.420 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=180.32µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.420 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.420 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 01:55:39.422 +03:30] [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.935188ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.416 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.423 +03:30] [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 01:55:39.416 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.425 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 01:55:39.425 +03:30] [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 01:55:39.427 +03:30] [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 01:55:39.426 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.427 +03:30] [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 01:55:39.426 +0330 +0330, 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 01:55:39.428 +03:30] [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 01:55:39.426 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.429 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=198.676µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.430 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.430 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 01:55:39.432 +03:30] [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.912399ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.426 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.433 +03:30] [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 01:55:39.426 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.435 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 01:55:39.435 +03:30] [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 01:55:39.437 +03:30] [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 01:55:39.436 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.437 +03:30] [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 01:55:39.436 +0330 +0330, 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 01:55:39.438 +03:30] [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 01:55:39.436 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.441 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=430.333µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.442 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.442 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 01:55:39.443 +03:30] [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.42078ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.436 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.445 +03:30] [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 01:55:39.436 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.448 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 01:55:39.448 +03:30] [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 01:55:39.451 +03:30] [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 01:55:39.45 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.451 +03:30] [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 01:55:39.45 +0330 +0330, 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 01:55:39.452 +03:30] [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 01:55:39.45 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.454 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=290.339µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.455 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.455 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 01:55:39.456 +03:30] [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.245439ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.45 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.458 +03:30] [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 01:55:39.45 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.460 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 01:55:39.460 +03:30] [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 01:55:39.462 +03:30] [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 01:55:39.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.462 +03:30] [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 01:55:39.461 +0330 +0330, 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 01:55:39.463 +03:30] [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 01:55:39.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.465 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=206.788µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.466 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.466 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 01:55:39.467 +03:30] [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.163123ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.468 +03:30] [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 01:55:39.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.471 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 01:55:39.471 +03:30] [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 01:55:39.472 +03:30] [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 01:55:39.472 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.472 +03:30] [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 01:55:39.472 +0330 +0330, 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 01:55:39.473 +03:30] [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 01:55:39.472 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.475 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=165.848µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.476 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.476 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 01:55:39.477 +03:30] [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.082815ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.472 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.478 +03:30] [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 01:55:39.472 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.480 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 01:55:39.480 +03:30] [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 01:55:39.483 +03:30] [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 01:55:39.482 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.483 +03:30] [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 01:55:39.482 +0330 +0330, 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 01:55:39.484 +03:30] [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 01:55:39.482 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.487 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=370.596µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.488 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.488 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 01:55:39.489 +03:30] [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.514883ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.482 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.491 +03:30] [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 01:55:39.482 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.493 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 01:55:39.494 +03:30] [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 01:55:39.495 +03:30] [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 01:55:39.494 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.495 +03:30] [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 01:55:39.494 +0330 +0330, 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 01:55:39.496 +03:30] [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 01:55:39.494 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.498 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=266.673µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.499 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.499 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 01:55:39.500 +03:30] [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.205996ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.494 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.501 +03:30] [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 01:55:39.494 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.504 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 01:55:39.504 +03:30] [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 01:55:39.505 +03:30] [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 01:55:39.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.505 +03:30] [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 01:55:39.505 +0330 +0330, 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 01:55:39.506 +03:30] [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 01:55:39.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.508 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=193.79µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.508 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.508 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 01:55:39.511 +03:30] [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.939132ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.512 +03:30] [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 01:55:39.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.513 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 01:55:39.513 +03:30] [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 01:55:39.515 +03:30] [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 01:55:39.514 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.515 +03:30] [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 01:55:39.514 +0330 +0330, 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 01:55:39.516 +03:30] [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 01:55:39.514 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.517 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=172.293µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.518 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.518 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 01:55:39.520 +03:30] [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.966695ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.514 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.521 +03:30] [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 01:55:39.514 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.525 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 01:55:39.525 +03:30] [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 01:55:39.528 +03:30] [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 01:55:39.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.528 +03:30] [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 01:55:39.526 +0330 +0330, 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 01:55:39.530 +03:30] [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 01:55:39.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.535 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=236.143µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.539 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.539 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 01:55:39.551 +03:30] [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"=16.084427ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.552 +03:30] [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 01:55:39.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.554 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 01:55:39.554 +03:30] [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 01:55:39.556 +03:30] [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 01:55:39.555 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.556 +03:30] [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 01:55:39.555 +0330 +0330, 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 01:55:39.557 +03:30] [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 01:55:39.555 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.558 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=165.697µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.559 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.559 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 01:55:39.560 +03:30] [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.007775ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.555 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.561 +03:30] [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 01:55:39.555 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.563 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 01:55:39.563 +03:30] [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 01:55:39.563 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:55:39.564 +03:30] [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 01:55:39.564 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.564 +03:30] [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 01:55:39.564 +0330 +0330, 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 01:55:39.565 +03:30] [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 01:55:39.564 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.567 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=204.495µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.567 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.567 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 01:55:39.569 +03:30] [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.994512ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.564 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.570 +03:30] [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 01:55:39.564 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.572 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 01:55:39.572 +03:30] [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 01:55:39.574 +03:30] [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 01:55:39.573 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.574 +03:30] [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 01:55:39.573 +0330 +0330, 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 01:55:39.575 +03:30] [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 01:55:39.573 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.576 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=211.564µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.577 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.577 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 01:55:39.579 +03:30] [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.989849ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.573 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.580 +03:30] [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 01:55:39.573 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.582 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 01:55:39.582 +03:30] [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 01:55:39.584 +03:30] [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 01:55:39.583 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.584 +03:30] [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 01:55:39.583 +0330 +0330, 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 01:55:39.585 +03:30] [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 01:55:39.583 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.587 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=211.983µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.587 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.587 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 01:55:39.588 +03:30] [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.062873ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.583 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.589 +03:30] [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 01:55:39.583 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.591 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 01:55:39.591 +03:30] [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 01:55:39.593 +03:30] [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 01:55:39.592 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.593 +03:30] [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 01:55:39.592 +0330 +0330, 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 01:55:39.594 +03:30] [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 01:55:39.592 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.597 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=341.478µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.597 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.598 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 01:55:39.599 +03:30] [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.188192ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.592 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.600 +03:30] [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 01:55:39.592 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.602 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 01:55:39.602 +03:30] [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 01:55:39.604 +03:30] [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 01:55:39.603 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.604 +03:30] [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 01:55:39.603 +0330 +0330, 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 01:55:39.605 +03:30] [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 01:55:39.603 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.606 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=119.613µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.606 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.606 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 01:55:39.608 +03:30] [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.891427ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.603 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.609 +03:30] [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 01:55:39.603 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.611 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 01:55:39.611 +03:30] [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 01:55:39.613 +03:30] [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 01:55:39.612 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.613 +03:30] [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 01:55:39.612 +0330 +0330, 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 01:55:39.614 +03:30] [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 01:55:39.612 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.616 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=178.572µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:55:39.616 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.616 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 01:55:39.618 +03:30] [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.959765ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.612 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.619 +03:30] [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 01:55:39.612 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.622 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 01:55:39.624 +03:30] [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 01:55:39.623 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.624 +03:30] [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 01:55:39.623 +0330 +0330, 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 01:55:39.625 +03:30] [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 01:55:39.623 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.627 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=278.034µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.628 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.628 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 01:55:39.629 +03:30] [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.280645ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.623 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.630 +03:30] [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 01:55:39.623 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.632 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 01:55:39.632 +03:30] [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 01:55:39.635 +03:30] [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 01:55:39.634 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.635 +03:30] [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 01:55:39.634 +0330 +0330, 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 01:55:39.636 +03:30] [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 01:55:39.634 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.638 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=225.692µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.639 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.639 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 01:55:39.640 +03:30] [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.252606ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.634 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.642 +03:30] [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 01:55:39.634 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.644 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 01:55:39.644 +03:30] [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 01:55:39.646 +03:30] [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 01:55:39.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.646 +03:30] [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 01:55:39.645 +0330 +0330, 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 01:55:39.647 +03:30] [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 01:55:39.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.649 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=241.447µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.650 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.650 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 01:55:39.651 +03:30] [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.27971ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.653 +03:30] [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 01:55:39.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.655 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 01:55:39.655 +03:30] [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 01:55:39.657 +03:30] [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 01:55:39.656 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.657 +03:30] [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 01:55:39.656 +0330 +0330, 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 01:55:39.659 +03:30] [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 01:55:39.656 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.662 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=471.184µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.663 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.663 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 01:55:39.664 +03:30] [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.493777ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.656 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.666 +03:30] [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 01:55:39.656 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.669 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 01:55:39.669 +03:30] [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 01:55:39.671 +03:30] [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 01:55:39.67 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.671 +03:30] [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 01:55:39.67 +0330 +0330, 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 01:55:39.672 +03:30] [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 01:55:39.67 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.676 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=477.273µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.676 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.676 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 01:55:39.678 +03:30] [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.559745ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.67 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.679 +03:30] [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 01:55:39.67 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.682 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 01:55:39.682 +03:30] [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 01:55:39.685 +03:30] [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 01:55:39.684 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.685 +03:30] [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 01:55:39.684 +0330 +0330, 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 01:55:39.687 +03:30] [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 01:55:39.684 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.690 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=512.051µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.691 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.691 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 01:55:39.692 +03:30] [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.653229ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.684 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.694 +03:30] [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 01:55:39.684 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.697 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 01:55:39.697 +03:30] [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 01:55:39.700 +03:30] [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 01:55:39.699 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.700 +03:30] [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 01:55:39.699 +0330 +0330, 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 01:55:39.701 +03:30] [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 01:55:39.699 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.705 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=539.302µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.706 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.706 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 01:55:39.707 +03:30] [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.654399ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.699 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.709 +03:30] [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 01:55:39.699 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.712 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 01:55:39.712 +03:30] [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 01:55:39.715 +03:30] [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 01:55:39.714 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.715 +03:30] [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 01:55:39.714 +0330 +0330, 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 01:55:39.717 +03:30] [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 01:55:39.714 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.720 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=548.941µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.721 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.721 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 01:55:39.722 +03:30] [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.635518ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.714 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.724 +03:30] [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 01:55:39.714 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.727 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 01:55:39.727 +03:30] [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 01:55:39.730 +03:30] [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 01:55:39.729 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.730 +03:30] [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 01:55:39.729 +0330 +0330, 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 01:55:39.731 +03:30] [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 01:55:39.729 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.734 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=476.583µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.736 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.736 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 01:55:39.736 +03:30] [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.065259ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.729 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.737 +03:30] [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 01:55:39.729 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.741 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 01:55:39.741 +03:30] [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 01:55:39.743 +03:30] [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 01:55:39.742 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.743 +03:30] [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 01:55:39.742 +0330 +0330, 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 01:55:39.744 +03:30] [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 01:55:39.742 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.747 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=385.254µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.748 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.748 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 01:55:39.749 +03:30] [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.463218ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.742 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.751 +03:30] [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 01:55:39.742 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.754 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 01:55:39.754 +03:30] [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 01:55:39.756 +03:30] [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 01:55:39.755 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.756 +03:30] [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 01:55:39.755 +0330 +0330, 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 01:55:39.757 +03:30] [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 01:55:39.755 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.760 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=359.396µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.761 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.761 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 01:55:39.762 +03:30] [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.39932ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.755 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.763 +03:30] [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 01:55:39.755 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.766 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 01:55:39.766 +03:30] [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 01:55:39.769 +03:30] [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 01:55:39.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.769 +03:30] [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 01:55:39.767 +0330 +0330, 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 01:55:39.770 +03:30] [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 01:55:39.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.773 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=347.661µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.773 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.773 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 01:55:39.774 +03:30] [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.198445ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.776 +03:30] [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 01:55:39.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.778 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 01:55:39.778 +03:30] [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 01:55:39.780 +03:30] [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 01:55:39.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.780 +03:30] [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 01:55:39.779 +0330 +0330, 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 01:55:39.781 +03:30] [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 01:55:39.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.783 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=232.196µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.783 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.783 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 01:55:39.786 +03:30] [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.370353ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.787 +03:30] [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 01:55:39.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.788 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 01:55:39.789 +03:30] [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 01:55:39.791 +03:30] [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 01:55:39.789 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.791 +03:30] [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 01:55:39.789 +0330 +0330, 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 01:55:39.792 +03:30] [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 01:55:39.789 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.793 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=169.743µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.794 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.794 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 01:55:39.796 +03:30] [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.96996ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.789 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.797 +03:30] [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 01:55:39.789 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.799 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 01:55:39.799 +03:30] [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 01:55:39.801 +03:30] [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 01:55:39.8 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.801 +03:30] [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 01:55:39.8 +0330 +0330, 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 01:55:39.802 +03:30] [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 01:55:39.8 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.803 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=176.972µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.804 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.804 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 01:55:39.806 +03:30] [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.955494ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.8 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.807 +03:30] [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 01:55:39.8 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.809 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 01:55:39.809 +03:30] [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 01:55:39.809 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:55:39.810 +03:30] [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 01:55:39.81 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.810 +03:30] [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 01:55:39.81 +0330 +0330, 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 01:55:39.811 +03:30] [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 01:55:39.81 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.813 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=174.89µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.813 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.813 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 01:55:39.815 +03:30] [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.958191ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.81 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.816 +03:30] [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 01:55:39.81 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.818 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 01:55:39.818 +03:30] [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 01:55:39.820 +03:30] [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 01:55:39.819 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.820 +03:30] [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 01:55:39.819 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 01:55:39.821 +03:30] [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 01:55:39.819 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.822 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=46.791µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 01:55:39.823 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.823 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 01:55:39.825 +03:30] [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"=3.05184ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.819 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.826 +03:30] [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 01:55:39.819 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.828 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 01:55:39.828 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 01:55:39.829 +03:30] [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 01:55:39.829 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.829 +03:30] [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 01:55:39.829 +0330 +0330, 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 01:55:39.830 +03:30] [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 01:55:39.829 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.832 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=142.525µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:55:39.832 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.832 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 01:55:39.834 +03:30] [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.964825ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.829 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.836 +03:30] [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 01:55:39.829 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.838 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 01:55:39.839 +03:30] [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 01:55:39.839 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.839 +03:30] [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 01:55:39.839 +0330 +0330, 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 01:55:39.841 +03:30] [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 01:55:39.839 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.843 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=310.173µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.844 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.844 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 01:55:39.845 +03:30] [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.18708ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.839 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.846 +03:30] [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 01:55:39.839 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.849 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 01:55:39.849 +03:30] [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 01:55:39.850 +03:30] [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 01:55:39.85 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.850 +03:30] [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 01:55:39.85 +0330 +0330, 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 01:55:39.851 +03:30] [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 01:55:39.85 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.853 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=184.356µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.853 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.853 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 01:55:39.856 +03:30] [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.011253ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.85 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.857 +03:30] [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 01:55:39.85 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.860 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 01:55:39.860 +03:30] [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 01:55:39.863 +03:30] [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 01:55:39.862 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.863 +03:30] [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 01:55:39.862 +0330 +0330, 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 01:55:39.864 +03:30] [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 01:55:39.862 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.865 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=297.181µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.866 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:55:39.866 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 01:55:39.867 +03:30] [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.061351ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.862 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.869 +03:30] [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 01:55:39.862 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.871 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 01:55:39.871 +03:30] [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 01:55:39.897 +03:30] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=864.838004ms] [2025/04/05 01:55:39.897 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:55:39.899 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=b3cdbc0a-876e-4fbc-9637-7b21c060018f] [2025/04/05 01:55:39.899 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:55:39.899 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:55:39.899 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=5.423µs] [2025/04/05 01:55:39.899 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=3.263µs] [2025/04/05 01:55:39.899 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.973µs] [2025/04/05 01:55:39.899 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.765µs] [2025/04/05 01:55:39.899 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.893µs] [2025/04/05 01:55:39.899 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=2.682µs] [2025/04/05 01:55:39.899 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=2.541µs] [2025/04/05 01:55:39.899 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.721µs] [2025/04/05 01:55:39.899 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.811µs] [2025/04/05 01:55:39.899 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=3.015µs] [2025/04/05 01:55:39.899 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=b3cdbc0a-876e-4fbc-9637-7b21c060018f] [2025/04/05 01:55:39.899 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:55:39.899 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:55:39.900 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=b3cdbc0a-876e-4fbc-9637-7b21c060018f] ["take time"=2.318916ms] [2025/04/05 01:55:39.900 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=b3cdbc0a-876e-4fbc-9637-7b21c060018f] [2025/04/05 01:55:39.901 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:55:39.901 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:55:39.901 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:55:39.901 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:55:39.901 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:55:39.901 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:55:39.901 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:55:39.901 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:55:39.901 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:55:39.901 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:55:39.901 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:55:39.901 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:55:39.901 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:55:39.901 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:55:39.901 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=3.79668ms] [2025/04/05 01:55:39.901 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=7b0915e3-427e-491c-8069-8558c826161b] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:55:39.907 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:55:39.907 +03:30] [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 01:55:39.927 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=19.776585ms] [2025/04/05 01:55:39.927 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:55:39.928 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [runWorker=true] [jobVersion=v2] [2025/04/05 01:55:39.928 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:55:39.928 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:55:39.928 +03:30] [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 01:55:39.928 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:55:39.928 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:55:39.928 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:55:39.928 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:55:39.928 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:55:39.928 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:55:39.928 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:55:39.928 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:55:39.928 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:55:39.928 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:55:39.931 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:55:39.931 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [2025/04/05 01:55:39.931 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:55:39.931 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:55:39.931 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:55:39.931 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:55:39.932 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:55:39.932 +03:30] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 01:55:39.934 +03:30] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 01:55:39.935 +03:30] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 01:55:39.935 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:55:39.935 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [2025/04/05 01:55:39.937 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:55:39.938 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:55:39.939 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:55:39.939 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:55:39.939 +03:30] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 01:55:39.939 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:55:39.939 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:55:39.939 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:55:39.939 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:55:39.940 +03:30] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=434.8GiB] [2025/04/05 01:55:39.941 +03:30] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 01:55:39.941 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [2025/04/05 01:55:39.941 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [ttl-worker=task-manager] [ttl-worker=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [originalCount=0] [newCount=4] [2025/04/05 01:55:39.941 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [ttl-worker=task-manager] [ttl-worker=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [originalCount=0] [newCount=4] [2025/04/05 01:55:39.941 +03:30] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [2025/04/05 01:55:39.945 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:55:39.945 +03:30] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=1] [2025/04/05 01:55:39.946 +03:30] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 01:55:39.946 +03:30] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 01:55:39.947 +03:30] [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 01:55:39.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:55:39.948 +03:30] [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 01:55:39.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t1(id bigint auto_random primary key)"] [2025/04/05 01:55:39.948 +03:30] [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 01:55:39.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.949 +03:30] [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 01:55:39.950 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=100.839µs] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:55:39.951 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 01:55:39.953 +03:30] [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"=3.040589ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 01:55:39.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.954 +03:30] [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 01:55:39.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:55:39.956 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 01:55:39.956 +03:30] [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 01:55:39.961 +03:30] [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 01:55:39.961 +03:30] [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 01:55:39.961 +03:30] [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 01:55:39.968 +03:30] [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 01:55:40.096 +03:30] [INFO] [gcs.go:452] ["resetting gcs storage"] [2025/04/05 01:55:40.103 +03:30] [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 01:55:40.103 +03:30] [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 01:55:40.103 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:55:40.103 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [2025/04/05 01:55:40.103 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:55:40.103 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:55:40.103 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=2.261µs] [2025/04/05 01:55:40.103 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [2025/04/05 01:55:40.103 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:55:40.104 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:55:40.104 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=2c6dbf57-2e39-48e6-8ea9-de882969a02a] ["take time"=136.804µs] [2025/04/05 01:55:40.104 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [2025/04/05 01:55:40.104 +03:30] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 01:55:40.104 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [ttl-worker=task-manager] [ttl-worker=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [originalCount=4] [newCount=0] [2025/04/05 01:55:40.104 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:55:40.104 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:55:40.104 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:55:40.104 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:55:40.104 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [ttl-worker=task-manager] [ttl-worker=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [originalCount=4] [newCount=0] [2025/04/05 01:55:40.104 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:55:40.104 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:55:40.104 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:55:40.105 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:55:40.105 +03:30] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [2025/04/05 01:55:40.105 +03:30] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 01:55:40.105 +03:30] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 01:55:40.105 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:55:40.105 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:55:40.105 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:55:40.105 +03:30] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 01:55:40.105 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:55:40.105 +03:30] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 01:55:40.105 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:55:40.105 +03:30] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 01:55:40.105 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:55:40.105 +03:30] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 01:55:40.105 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:55:40.105 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:55:40.105 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:55:40.105 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:55:40.105 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:55:40.105 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:55:40.105 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:55:40.105 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:55:40.105 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:55:40.105 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:55:40.105 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:55:40.105 +03:30] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 01:55:40.105 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:55:40.105 +03:30] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 01:55:40.105 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:55:40.105 +03:30] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 01:55:40.105 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:55:40.105 +03:30] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 01:55:40.105 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:55:40.107 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:55:40.107 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:55:40.107 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:55:40.107 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:55:40.107 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:55:40.107 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:55:40.107 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:55:40.107 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:55:40.107 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:55:40.107 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:55:40.107 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:55:40.107 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [2025/04/05 01:55:40.107 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [2025/04/05 01:55:40.108 +03:30] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 01:55:40.108 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:55:40.108 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [2025/04/05 01:55:40.108 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=2c6dbf57-2e39-48e6-8ea9-de882969a02a] [2025/04/05 01:55:40.108 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:55:40.108 +03:30] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 01:55:40.108 +03:30] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 01:55:40.108 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:55:40.108 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=4.426406ms] [2025/04/05 01:55:40.108 +03:30] [INFO] [db.go:567] ["Closing database"] [2025/04/05 01:55:40.108 +03:30] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 01:55:40.108 +03:30] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 01:55:40.108 +03:30] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 01:55:40.108 +03:30] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 01:55:40.108 +03:30] [INFO] [db.go:625] ["Waiting for closer"] PASS coverage: 11.4% of statements goleak: Errors on successful test run: found unexpected goroutines: [Goroutine 1714 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 1713 /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/executor/join TestLeftOuterSemiJoinSpill err=exit status 1 [2025/04/05 01:55:48.175 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=3005376] [quota=3000000] [2025/04/05 01:55:48.181 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1714784] [quota=3000000] [2025/04/05 01:55:48.393 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1706176] [quota=1700000] [2025/04/05 01:55:48.409 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1706016] [quota=1700000] [2025/04/05 01:55:48.416 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1279552] [quota=1700000] [2025/04/05 01:55:48.622 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=3786816] [quota=3500000] [2025/04/05 01:55:48.823 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.824 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103776] [quota=100000] [2025/04/05 01:55:48.825 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103776] [quota=100000] [2025/04/05 01:55:48.826 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.827 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.828 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.829 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.830 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.832 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.833 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.834 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.835 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.836 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.837 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.838 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.839 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.840 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.840 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.841 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.842 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.843 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.844 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.845 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.846 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.847 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.848 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.849 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.850 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.851 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:48.852 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=30208] [quota=100000] [2025/04/05 01:55:48.875 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.876 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.877 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.878 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.878 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.879 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.880 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.881 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=100000] [2025/04/05 01:55:48.887 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.888 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=84448] [quota=100000] [2025/04/05 01:55:48.892 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.893 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:48.898 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.899 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:48.903 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.904 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:48.909 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.909 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.910 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.911 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.912 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.912 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.913 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.914 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=25984] [quota=100000] [2025/04/05 01:55:48.920 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.920 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:48.925 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.926 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:48.931 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.932 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:48.937 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.937 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:48.942 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.943 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.944 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.945 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.947 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.948 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.949 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.950 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=100000] [2025/04/05 01:55:48.960 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.961 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.961 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101600] [quota=100000] [2025/04/05 01:55:48.969 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.970 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:48.983 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.984 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:48.995 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:48.996 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:49.009 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:49.010 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:49.012 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:49.013 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:49.014 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:49.016 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:49.017 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:49.033 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:49.034 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:49.041 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:49.042 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:49.048 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:49.048 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:49.056 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:49.057 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:49.179 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.180 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.181 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.181 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.182 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.183 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.183 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.184 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.184 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.184 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.185 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.185 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.186 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.186 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.187 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.187 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.188 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.188 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.189 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.189 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.189 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.190 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.191 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.191 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.192 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.192 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.193 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.193 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.194 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.194 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.195 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.195 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.196 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.196 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.197 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.197 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.197 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.198 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.198 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.199 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.199 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.200 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.200 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.201 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.201 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.201 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.202 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.202 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.203 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.203 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.204 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.204 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.205 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.205 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.206 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.206 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.206 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.207 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.207 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.208 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.208 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.209 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.209 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.210 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.210 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.211 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.211 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.212 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.212 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.213 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.213 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.214 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.214 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.215 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.215 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.216 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.216 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.217 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.217 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.217 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.218 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.218 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.219 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.219 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.220 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.220 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.221 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.221 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.222 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.222 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.223 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.223 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.224 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.224 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.225 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.225 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.226 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:49.226 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:55:49.250 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.251 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.251 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.252 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.252 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.252 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.253 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.253 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.253 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.254 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.254 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.254 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.255 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.255 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.255 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.256 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.256 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.256 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.257 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.257 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.257 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.258 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.258 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.259 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.259 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:55:49.265 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.266 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.266 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.267 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.267 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.267 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:49.267 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:55:49.285 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=10944] [quota=10000] [2025/04/05 01:55:49.286 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12544] [quota=10000] [2025/04/05 01:55:49.287 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=10432] [quota=10000] [2025/04/05 01:55:49.450 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=3003104] [quota=3000000] [2025/04/05 01:55:49.456 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1721280] [quota=3000000] [2025/04/05 01:55:49.670 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1706176] [quota=1700000] [2025/04/05 01:55:49.677 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1701792] [quota=1700000] [2025/04/05 01:55:49.685 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1292544] [quota=1700000] [2025/04/05 01:55:49.915 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=3796120] [quota=3500000] [2025/04/05 01:55:50.134 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.135 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103776] [quota=100000] [2025/04/05 01:55:50.136 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103776] [quota=100000] [2025/04/05 01:55:50.137 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.138 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.139 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.140 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.141 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.142 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.143 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.144 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.145 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.146 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.147 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.148 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.149 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.150 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.151 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.152 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.153 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.154 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.155 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.156 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.157 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.158 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.159 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.160 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.161 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.162 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:55:50.163 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=30208] [quota=100000] [2025/04/05 01:55:50.185 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.186 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.187 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.188 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.188 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.189 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.190 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.191 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=100000] [2025/04/05 01:55:50.197 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.197 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=84448] [quota=100000] [2025/04/05 01:55:50.203 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.204 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:50.209 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.209 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:50.215 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.215 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:50.220 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.221 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.222 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.222 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.223 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.224 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.225 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.225 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=25984] [quota=100000] [2025/04/05 01:55:50.231 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.232 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:50.239 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.241 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:50.251 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.253 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:50.261 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.262 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:50.270 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.274 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.275 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.276 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.278 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.280 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.281 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=97440] [quota=100000] [2025/04/05 01:55:50.293 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.294 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.294 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102496] [quota=100000] [2025/04/05 01:55:50.305 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.306 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:50.311 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.312 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:50.317 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.318 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:50.323 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.324 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.325 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.326 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.327 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.327 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.328 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:50.334 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.335 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:50.340 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.340 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:50.345 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.346 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:50.351 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:50.352 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:50.457 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.458 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.458 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.458 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.459 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.459 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.460 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.460 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.460 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.461 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.461 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.461 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.462 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.462 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.462 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.462 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.463 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.463 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.463 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.464 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.464 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.464 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.465 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.465 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.465 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.466 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.466 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.466 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.467 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.467 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.468 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.468 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.468 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.469 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.469 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.469 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.470 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.470 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.471 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.471 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.471 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.472 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.472 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.472 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.473 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.473 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.473 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.474 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.474 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.474 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.475 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.475 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.476 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.476 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.476 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.477 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.477 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.477 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.478 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.478 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.478 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.479 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.479 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.480 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.480 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.480 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.481 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.481 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.481 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.482 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.482 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.483 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.483 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.483 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.484 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.484 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.485 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.485 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.485 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.486 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.486 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.486 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.487 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.487 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.488 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.488 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.488 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.489 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.489 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.490 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.490 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.490 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.491 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.491 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.491 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.492 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.492 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:55:50.492 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:55:50.515 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.516 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.517 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.518 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.518 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.519 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.519 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.520 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.521 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.521 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.521 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.522 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.522 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.523 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.524 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.524 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.525 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.525 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.525 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.526 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.527 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.527 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.528 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.528 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.529 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:55:50.543 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.543 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.544 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.545 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.545 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.545 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.546 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:55:50.551 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=11584] [quota=10000] [2025/04/05 01:55:50.553 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:50.554 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=10848] [quota=10000] [2025/04/05 01:55:50.635 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1003072] [quota=1000000] [2025/04/05 01:55:50.642 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1004416] [quota=1000000] [2025/04/05 01:55:50.645 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=452256] [quota=1000000] [2025/04/05 01:55:50.752 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=905632] [quota=900000] [2025/04/05 01:55:50.761 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=903168] [quota=900000] [2025/04/05 01:55:50.765 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=556192] [quota=900000] [2025/04/05 01:55:50.858 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1903520] [quota=1700000] [2025/04/05 01:55:50.990 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:55:50.991 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101472] [quota=100000] [2025/04/05 01:55:50.992 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101472] [quota=100000] [2025/04/05 01:55:50.994 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:55:50.995 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:55:50.996 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:55:50.998 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:55:50.999 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:55:51.000 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:55:51.002 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:55:51.003 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:55:51.005 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:55:51.006 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:55:51.008 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:55:51.009 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:55:51.010 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=54656] [quota=100000] [2025/04/05 01:55:51.025 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:51.026 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:51.027 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:51.028 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=71456] [quota=100000] [2025/04/05 01:55:51.032 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102336] [quota=100000] [2025/04/05 01:55:51.036 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100416] [quota=100000] [2025/04/05 01:55:51.039 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102208] [quota=100000] [2025/04/05 01:55:51.043 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102528] [quota=100000] [2025/04/05 01:55:51.046 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:51.047 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:51.047 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:51.048 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=97440] [quota=100000] [2025/04/05 01:55:51.052 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102336] [quota=100000] [2025/04/05 01:55:51.056 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101696] [quota=100000] [2025/04/05 01:55:51.059 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100416] [quota=100000] [2025/04/05 01:55:51.063 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101056] [quota=100000] [2025/04/05 01:55:51.066 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:51.067 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:51.070 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:51.071 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:55:51.079 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101824] [quota=100000] [2025/04/05 01:55:51.087 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100800] [quota=100000] [2025/04/05 01:55:51.094 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102720] [quota=100000] [2025/04/05 01:55:51.101 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101184] [quota=100000] [2025/04/05 01:55:51.107 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:51.108 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:51.109 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:55:51.110 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=71456] [quota=100000] [2025/04/05 01:55:51.115 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101824] [quota=100000] [2025/04/05 01:55:51.123 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101568] [quota=100000] [2025/04/05 01:55:51.127 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102208] [quota=100000] [2025/04/05 01:55:51.134 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103456] [quota=100000] [2025/04/05 01:55:51.190 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.191 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.191 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.192 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.192 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.193 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.193 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.194 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.194 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.194 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.195 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.195 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.196 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.196 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.196 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.197 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.197 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.198 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.198 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.198 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.199 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.199 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.200 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.200 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.200 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.201 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.201 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.202 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.202 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.202 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.203 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.203 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.204 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.204 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.205 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.205 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.205 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.206 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.206 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.207 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.207 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.207 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.208 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.208 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.209 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.209 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.210 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.210 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.210 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.211 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.211 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.212 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.212 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.213 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.213 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:55:51.214 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:55:51.229 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:51.229 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:51.230 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:51.230 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:51.230 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:51.230 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:51.231 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:51.231 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:51.231 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:51.232 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:51.232 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:51.232 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:51.232 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:55:51.236 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:51.236 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:51.237 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:55:51.237 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:55:51.238 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12064] [quota=10000] [2025/04/05 01:55:51.239 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=11392] [quota=10000] [2025/04/05 01:55:51.240 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12448] [quota=10000] [2025/04/05 01:55:51.341 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1003072] [quota=1000000] [2025/04/05 01:55:51.348 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1004416] [quota=1000000] [2025/04/05 01:55:51.351 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=452256] [quota=1000000] [2025/04/05 01:55:51.451 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=905632] [quota=900000] [2025/04/05 01:55:51.461 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=900480] [quota=900000] [2025/04/05 01:55:51.469 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=562688] [quota=900000] [2025/04/05 01:55:51.575 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1600704] [quota=1600000] [2025/04/05 01:55:51.577 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=800352] [quota=1600000] --- FAIL: TestLeftOuterSemiJoinSpill (4.46s) 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_semi_join_probe_test.go:559 Error: Should be false Test: TestLeftOuterSemiJoinSpill FAIL coverage: 29.5% of statements [FAIL] pkg/infoschema/test/clustertablestest TestMDLViewIDConflict err=exit status 1 [2025/04/05 01:56:55.013 +03:30] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 01:56:55.014 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:56:55.014 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:56:55.015 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:56:55.015 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:56:55.015 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:56:55.017 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=d2bbfeaf-14db-41f4-a3cc-da478e87ae34] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:56:55.023 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:56:55.023 +03:30] [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 01:56:55.023 +03:30] [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 01:56:55.034 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=10.695481ms] [2025/04/05 01:56:55.034 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:56:55.034 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=2c5df820-934a-43e7-8564-d6ea911f5299] [runWorker=true] [jobVersion=v2] [2025/04/05 01:56:55.034 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:56:55.034 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:56:55.034 +03:30] [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 01:56:55.034 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:56:55.034 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:56:55.034 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:56:55.034 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:56:55.034 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:56:55.034 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:56:55.034 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:56:55.034 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:56:55.034 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:56:55.034 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:56:55.036 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:56:55.036 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=2c5df820-934a-43e7-8564-d6ea911f5299] [2025/04/05 01:56:55.036 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:56:55.036 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:56:55.037 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:56:55.037 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:56:55.037 +03:30] [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 01:56:55.237 +03:30] [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 01:56:55.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.237 +03:30] [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 01:56:55.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 01:56:55.239 +03:30] [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 01:56:55.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.254 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=14.482638ms] [2025/04/05 01:56:55.254 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:56:55.255 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.255 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 01:56:55.255 +03:30] [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.640046ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.257 +03:30] [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 01:56:55.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.259 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 01:56:55.259 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 01:56:55.259 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 01:56:55.260 +03:30] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Tehran] [2025/04/05 01:56:55.262 +03:30] [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 01:56:55.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.262 +03:30] [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 01:56:55.26 +0330 +0330, 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 01:56:55.263 +03:30] [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 01:56:55.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.269 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=717.844µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.269 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.269 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 01:56:55.270 +03:30] [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.537438ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.272 +03:30] [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 01:56:55.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.276 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 01:56:55.276 +03:30] [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 01:56:55.278 +03:30] [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 01:56:55.277 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.278 +03:30] [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 01:56:55.277 +0330 +0330, 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 01:56:55.279 +03:30] [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 01:56:55.277 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.280 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=170.461µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.281 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.281 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 01:56:55.283 +03:30] [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.968762ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.277 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.284 +03:30] [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 01:56:55.277 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.286 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 01:56:55.286 +03:30] [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 01:56:55.287 +03:30] [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 01:56:55.287 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.287 +03:30] [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 01:56:55.287 +0330 +0330, 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 01:56:55.289 +03:30] [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 01:56:55.287 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.291 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=168.697µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.291 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.291 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 01:56:55.293 +03:30] [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.055654ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.287 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.294 +03:30] [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 01:56:55.287 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.296 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 01:56:55.296 +03:30] [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 01:56:55.298 +03:30] [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 01:56:55.297 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.298 +03:30] [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 01:56:55.297 +0330 +0330, 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 01:56:55.299 +03:30] [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 01:56:55.297 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.302 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=433.556µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.303 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.303 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 01:56:55.304 +03:30] [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.149391ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.297 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.305 +03:30] [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 01:56:55.297 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.308 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 01:56:55.308 +03:30] [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 01:56:55.310 +03:30] [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 01:56:55.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.310 +03:30] [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 01:56:55.309 +0330 +0330, 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 01:56:55.311 +03:30] [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 01:56:55.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.312 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=253.619µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.313 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.313 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 01:56:55.314 +03:30] [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.010826ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.315 +03:30] [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 01:56:55.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.317 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 01:56:55.317 +03:30] [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 01:56:55.319 +03:30] [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 01:56:55.318 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.319 +03:30] [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 01:56:55.318 +0330 +0330, 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 01:56:55.320 +03:30] [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 01:56:55.318 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.322 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=223.628µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.322 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.322 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 01:56:55.324 +03:30] [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.001068ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.318 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.325 +03:30] [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 01:56:55.318 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.327 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 01:56:55.327 +03:30] [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 01:56:55.329 +03:30] [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 01:56:55.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.329 +03:30] [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 01:56:55.328 +0330 +0330, 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 01:56:55.330 +03:30] [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 01:56:55.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.331 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=137.848µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.332 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.332 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 01:56:55.334 +03:30] [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.904728ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.335 +03:30] [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 01:56:55.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.336 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 01:56:55.336 +03:30] [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 01:56:55.338 +03:30] [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 01:56:55.337 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.338 +03:30] [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 01:56:55.337 +0330 +0330, 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 01:56:55.339 +03:30] [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 01:56:55.337 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.341 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=206.805µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.341 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.341 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 01:56:55.342 +03:30] [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.016594ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.337 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.343 +03:30] [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 01:56:55.337 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.345 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 01:56:55.345 +03:30] [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 01:56:55.347 +03:30] [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 01:56:55.346 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.347 +03:30] [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 01:56:55.346 +0330 +0330, 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 01:56:55.347 +03:30] [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 01:56:55.346 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.349 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=209.987µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.350 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.350 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 01:56:55.352 +03:30] [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.940592ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.346 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.353 +03:30] [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 01:56:55.346 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.355 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 01:56:55.355 +03:30] [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 01:56:55.356 +03:30] [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 01:56:55.356 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.356 +03:30] [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 01:56:55.356 +0330 +0330, 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 01:56:55.357 +03:30] [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 01:56:55.356 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.359 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=214.594µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.359 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.359 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 01:56:55.361 +03:30] [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.972091ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.356 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.362 +03:30] [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 01:56:55.356 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.364 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 01:56:55.364 +03:30] [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 01:56:55.365 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:56:55.366 +03:30] [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 01:56:55.365 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.366 +03:30] [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 01:56:55.365 +0330 +0330, 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 01:56:55.367 +03:30] [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 01:56:55.365 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.369 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=284.308µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.370 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.370 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 01:56:55.371 +03:30] [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.246219ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.365 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.372 +03:30] [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 01:56:55.365 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.374 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 01:56:55.374 +03:30] [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 01:56:55.376 +03:30] [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 01:56:55.375 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.376 +03:30] [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 01:56:55.375 +0330 +0330, 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 01:56:55.377 +03:30] [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 01:56:55.375 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.379 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=221.152µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.379 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.379 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 01:56:55.382 +03:30] [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.995867ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.375 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.383 +03:30] [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 01:56:55.375 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.385 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 01:56:55.385 +03:30] [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 01:56:55.386 +03:30] [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 01:56:55.386 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.386 +03:30] [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 01:56:55.386 +0330 +0330, 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 01:56:55.387 +03:30] [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 01:56:55.386 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.389 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=182.347µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.390 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.390 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 01:56:55.392 +03:30] [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.007557ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.386 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.393 +03:30] [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 01:56:55.386 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.395 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 01:56:55.395 +03:30] [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 01:56:55.396 +03:30] [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 01:56:55.396 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.396 +03:30] [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 01:56:55.396 +0330 +0330, 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 01:56:55.397 +03:30] [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 01:56:55.396 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.399 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=184.147µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.399 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.399 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 01:56:55.401 +03:30] [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.939468ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.396 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.402 +03:30] [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 01:56:55.396 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.404 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 01:56:55.404 +03:30] [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 01:56:55.406 +03:30] [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 01:56:55.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.406 +03:30] [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 01:56:55.405 +0330 +0330, 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 01:56:55.406 +03:30] [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 01:56:55.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.408 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=165.811µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.409 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.409 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 01:56:55.410 +03:30] [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.060161ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.411 +03:30] [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 01:56:55.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.412 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 01:56:55.412 +03:30] [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 01:56:55.414 +03:30] [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 01:56:55.413 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.414 +03:30] [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 01:56:55.413 +0330 +0330, 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 01:56:55.415 +03:30] [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 01:56:55.413 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.416 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=178.909µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.417 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.417 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 01:56:55.419 +03:30] [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.912284ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.413 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.420 +03:30] [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 01:56:55.413 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.422 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 01:56:55.422 +03:30] [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 01:56:55.423 +03:30] [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 01:56:55.423 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.423 +03:30] [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 01:56:55.423 +0330 +0330, 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 01:56:55.424 +03:30] [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 01:56:55.423 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.426 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=174.85µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.426 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.426 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 01:56:55.428 +03:30] [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.891073ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.423 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.429 +03:30] [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 01:56:55.423 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.431 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 01:56:55.431 +03:30] [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 01:56:55.433 +03:30] [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 01:56:55.432 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.433 +03:30] [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 01:56:55.432 +0330 +0330, 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 01:56:55.434 +03:30] [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 01:56:55.432 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.436 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=283.038µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.436 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.436 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 01:56:55.438 +03:30] [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.32005ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.432 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.439 +03:30] [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 01:56:55.432 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.441 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 01:56:55.441 +03:30] [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 01:56:55.443 +03:30] [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 01:56:55.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.443 +03:30] [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 01:56:55.443 +0330 +0330, 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 01:56:55.444 +03:30] [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 01:56:55.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.446 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=200.081µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.446 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.446 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 01:56:55.449 +03:30] [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.960916ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.450 +03:30] [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 01:56:55.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.451 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 01:56:55.451 +03:30] [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 01:56:55.453 +03:30] [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 01:56:55.452 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.453 +03:30] [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 01:56:55.452 +0330 +0330, 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 01:56:55.454 +03:30] [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 01:56:55.452 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.455 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=154.842µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.456 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.456 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 01:56:55.458 +03:30] [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.951796ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.452 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.459 +03:30] [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 01:56:55.452 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.460 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 01:56:55.460 +03:30] [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 01:56:55.462 +03:30] [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 01:56:55.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.462 +03:30] [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 01:56:55.461 +0330 +0330, 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 01:56:55.463 +03:30] [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 01:56:55.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.464 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=125.577µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.464 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.464 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 01:56:55.467 +03:30] [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.891233ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.467 +03:30] [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 01:56:55.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.469 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 01:56:55.469 +03:30] [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 01:56:55.470 +03:30] [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 01:56:55.47 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.470 +03:30] [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 01:56:55.47 +0330 +0330, 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 01:56:55.472 +03:30] [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 01:56:55.47 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.474 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=243.212µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.474 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.474 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 01:56:55.475 +03:30] [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.006768ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.47 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.476 +03:30] [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 01:56:55.47 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.478 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 01:56:55.478 +03:30] [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 01:56:55.480 +03:30] [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 01:56:55.479 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.480 +03:30] [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 01:56:55.479 +0330 +0330, 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 01:56:55.481 +03:30] [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 01:56:55.479 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.482 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=190.343µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.483 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.483 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 01:56:55.485 +03:30] [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.990124ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.479 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.486 +03:30] [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 01:56:55.479 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.488 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 01:56:55.488 +03:30] [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 01:56:55.490 +03:30] [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 01:56:55.489 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.490 +03:30] [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 01:56:55.489 +0330 +0330, 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 01:56:55.491 +03:30] [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 01:56:55.489 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.493 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=196.663µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.494 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.494 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 01:56:55.496 +03:30] [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.941665ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.489 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.497 +03:30] [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 01:56:55.489 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.499 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 01:56:55.499 +03:30] [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 01:56:55.502 +03:30] [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 01:56:55.5 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.502 +03:30] [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 01:56:55.5 +0330 +0330, 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 01:56:55.503 +03:30] [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 01:56:55.5 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.506 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=219.521µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.508 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.508 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 01:56:55.524 +03:30] [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"=18.707873ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.5 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.526 +03:30] [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 01:56:55.5 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.528 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 01:56:55.528 +03:30] [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 01:56:55.529 +03:30] [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 01:56:55.529 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.529 +03:30] [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 01:56:55.529 +0330 +0330, 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 01:56:55.530 +03:30] [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 01:56:55.529 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.532 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=169.209µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.532 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.532 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 01:56:55.534 +03:30] [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.007662ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.529 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.535 +03:30] [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 01:56:55.529 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.536 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 01:56:55.537 +03:30] [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 01:56:55.538 +03:30] [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 01:56:55.538 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.538 +03:30] [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 01:56:55.538 +0330 +0330, 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 01:56:55.540 +03:30] [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 01:56:55.538 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.541 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=151.797µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.542 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.542 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 01:56:55.544 +03:30] [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.945962ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.538 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.545 +03:30] [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 01:56:55.538 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.547 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 01:56:55.547 +03:30] [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 01:56:55.547 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:56:55.549 +03:30] [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 01:56:55.548 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.549 +03:30] [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 01:56:55.548 +0330 +0330, 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 01:56:55.550 +03:30] [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 01:56:55.548 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.551 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=183.86µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.552 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.552 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 01:56:55.554 +03:30] [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.987648ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.548 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.555 +03:30] [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 01:56:55.548 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.557 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 01:56:55.557 +03:30] [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 01:56:55.559 +03:30] [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 01:56:55.558 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.559 +03:30] [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 01:56:55.558 +0330 +0330, 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 01:56:55.559 +03:30] [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 01:56:55.558 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.561 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=209.172µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.562 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.562 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 01:56:55.564 +03:30] [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.021471ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.558 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.565 +03:30] [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 01:56:55.558 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.567 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 01:56:55.567 +03:30] [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 01:56:55.569 +03:30] [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 01:56:55.568 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.569 +03:30] [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 01:56:55.568 +0330 +0330, 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 01:56:55.570 +03:30] [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 01:56:55.568 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.571 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=213.186µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.572 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.572 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 01:56:55.574 +03:30] [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.032615ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.568 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.575 +03:30] [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 01:56:55.568 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.577 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 01:56:55.577 +03:30] [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 01:56:55.579 +03:30] [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 01:56:55.578 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.579 +03:30] [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 01:56:55.578 +0330 +0330, 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 01:56:55.580 +03:30] [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 01:56:55.578 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.582 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=303.435µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.583 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.583 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 01:56:55.584 +03:30] [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.076248ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.578 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.585 +03:30] [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 01:56:55.578 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.588 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 01:56:55.588 +03:30] [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 01:56:55.589 +03:30] [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 01:56:55.588 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.589 +03:30] [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 01:56:55.588 +0330 +0330, 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 01:56:55.590 +03:30] [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 01:56:55.588 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.592 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=121.44µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.592 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.592 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 01:56:55.594 +03:30] [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.924602ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.588 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.595 +03:30] [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 01:56:55.588 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.597 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 01:56:55.597 +03:30] [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 01:56:55.599 +03:30] [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 01:56:55.598 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.599 +03:30] [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 01:56:55.598 +0330 +0330, 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 01:56:55.600 +03:30] [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 01:56:55.598 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.602 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=178.554µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:56:55.602 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.602 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 01:56:55.604 +03:30] [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.014111ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.598 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.605 +03:30] [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 01:56:55.598 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.607 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 01:56:55.609 +03:30] [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 01:56:55.608 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.609 +03:30] [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 01:56:55.608 +0330 +0330, 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 01:56:55.610 +03:30] [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 01:56:55.608 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.612 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=184.983µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.612 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.612 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 01:56:55.614 +03:30] [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.981321ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.608 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.615 +03:30] [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 01:56:55.608 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.617 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 01:56:55.617 +03:30] [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 01:56:55.618 +03:30] [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 01:56:55.618 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.618 +03:30] [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 01:56:55.618 +0330 +0330, 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 01:56:55.620 +03:30] [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 01:56:55.618 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.621 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=155.509µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.622 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.622 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 01:56:55.624 +03:30] [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.995543ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.618 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.625 +03:30] [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 01:56:55.618 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.627 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 01:56:55.627 +03:30] [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 01:56:55.628 +03:30] [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 01:56:55.628 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.629 +03:30] [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 01:56:55.628 +0330 +0330, 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 01:56:55.629 +03:30] [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 01:56:55.628 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.631 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=142.791µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.631 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.631 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 01:56:55.633 +03:30] [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.916079ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.628 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.634 +03:30] [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 01:56:55.628 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.636 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 01:56:55.636 +03:30] [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 01:56:55.638 +03:30] [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 01:56:55.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.638 +03:30] [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 01:56:55.637 +0330 +0330, 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 01:56:55.639 +03:30] [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 01:56:55.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.641 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=291.232µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.642 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.642 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 01:56:55.643 +03:30] [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.063048ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.644 +03:30] [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 01:56:55.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.646 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 01:56:55.647 +03:30] [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 01:56:55.648 +03:30] [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 01:56:55.648 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.648 +03:30] [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 01:56:55.648 +0330 +0330, 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 01:56:55.649 +03:30] [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 01:56:55.648 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.651 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=277.535µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.652 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.652 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 01:56:55.653 +03:30] [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.00953ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.648 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.654 +03:30] [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 01:56:55.648 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.656 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 01:56:55.656 +03:30] [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 01:56:55.658 +03:30] [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 01:56:55.657 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.658 +03:30] [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 01:56:55.657 +0330 +0330, 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 01:56:55.659 +03:30] [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 01:56:55.657 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.661 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=327.078µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.662 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.662 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 01:56:55.663 +03:30] [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.040625ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.657 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.664 +03:30] [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 01:56:55.657 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.666 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 01:56:55.666 +03:30] [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 01:56:55.668 +03:30] [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 01:56:55.667 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.668 +03:30] [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 01:56:55.667 +0330 +0330, 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 01:56:55.669 +03:30] [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 01:56:55.667 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.671 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=338.198µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.672 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.672 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 01:56:55.673 +03:30] [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.062104ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.667 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.674 +03:30] [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 01:56:55.667 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.676 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 01:56:55.676 +03:30] [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 01:56:55.678 +03:30] [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 01:56:55.678 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.678 +03:30] [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 01:56:55.678 +0330 +0330, 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 01:56:55.679 +03:30] [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 01:56:55.678 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.682 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=322.331µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.682 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.682 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 01:56:55.683 +03:30] [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.06598ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.678 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.685 +03:30] [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 01:56:55.678 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.687 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 01:56:55.687 +03:30] [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 01:56:55.689 +03:30] [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 01:56:55.688 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.689 +03:30] [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 01:56:55.688 +0330 +0330, 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 01:56:55.690 +03:30] [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 01:56:55.688 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.693 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=299.701µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.693 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.693 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 01:56:55.694 +03:30] [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.087081ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.688 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.696 +03:30] [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 01:56:55.688 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.698 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 01:56:55.698 +03:30] [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 01:56:55.700 +03:30] [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 01:56:55.699 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.700 +03:30] [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 01:56:55.699 +0330 +0330, 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 01:56:55.701 +03:30] [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 01:56:55.699 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.703 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=254.616µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.703 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.703 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 01:56:55.704 +03:30] [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.023442ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.699 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.705 +03:30] [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 01:56:55.699 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.707 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 01:56:55.708 +03:30] [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 01:56:55.709 +03:30] [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 01:56:55.708 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.709 +03:30] [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 01:56:55.708 +0330 +0330, 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 01:56:55.710 +03:30] [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 01:56:55.708 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.712 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=255.144µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.713 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.713 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 01:56:55.714 +03:30] [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.019909ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.708 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.715 +03:30] [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 01:56:55.708 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.717 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 01:56:55.717 +03:30] [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 01:56:55.719 +03:30] [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 01:56:55.718 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.719 +03:30] [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 01:56:55.718 +0330 +0330, 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 01:56:55.720 +03:30] [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 01:56:55.718 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.722 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=356.824µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.723 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.723 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 01:56:55.724 +03:30] [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.108539ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.718 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.725 +03:30] [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 01:56:55.718 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.728 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 01:56:55.728 +03:30] [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 01:56:55.729 +03:30] [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 01:56:55.729 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.729 +03:30] [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 01:56:55.729 +0330 +0330, 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 01:56:55.730 +03:30] [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 01:56:55.729 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.732 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=225.465µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.733 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.733 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 01:56:55.735 +03:30] [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.996017ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.729 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.736 +03:30] [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 01:56:55.729 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.738 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 01:56:55.738 +03:30] [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 01:56:55.739 +03:30] [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 01:56:55.739 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.739 +03:30] [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 01:56:55.739 +0330 +0330, 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 01:56:55.740 +03:30] [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 01:56:55.739 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.742 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=164.24µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.742 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.742 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 01:56:55.745 +03:30] [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.951221ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.739 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.746 +03:30] [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 01:56:55.739 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.747 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 01:56:55.747 +03:30] [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 01:56:55.749 +03:30] [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 01:56:55.748 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.749 +03:30] [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 01:56:55.748 +0330 +0330, 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 01:56:55.750 +03:30] [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 01:56:55.748 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.751 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=181.48µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.752 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.752 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 01:56:55.754 +03:30] [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.956744ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.748 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.755 +03:30] [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 01:56:55.748 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.757 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 01:56:55.757 +03:30] [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 01:56:55.757 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:56:55.758 +03:30] [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 01:56:55.758 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.758 +03:30] [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 01:56:55.758 +0330 +0330, 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 01:56:55.759 +03:30] [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 01:56:55.758 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.760 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=192.281µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.761 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.761 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 01:56:55.763 +03:30] [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.959564ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.758 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.764 +03:30] [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 01:56:55.758 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.766 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 01:56:55.766 +03:30] [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 01:56:55.767 +03:30] [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 01:56:55.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.767 +03:30] [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 01:56:55.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 01:56:55.768 +03:30] [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 01:56:55.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.769 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=39.281µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 01:56:55.769 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.769 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 01:56:55.771 +03:30] [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.81896ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.772 +03:30] [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 01:56:55.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.774 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 01:56:55.774 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 01:56:55.776 +03:30] [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 01:56:55.775 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.776 +03:30] [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 01:56:55.775 +0330 +0330, 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 01:56:55.777 +03:30] [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 01:56:55.775 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.778 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=140.067µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:56:55.779 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.779 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 01:56:55.781 +03:30] [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.94584ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.775 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.782 +03:30] [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 01:56:55.775 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.784 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 01:56:55.785 +03:30] [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 01:56:55.785 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.785 +03:30] [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 01:56:55.785 +0330 +0330, 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 01:56:55.786 +03:30] [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 01:56:55.785 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.789 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=310.733µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.790 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.790 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 01:56:55.791 +03:30] [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.786007ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.785 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.793 +03:30] [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 01:56:55.785 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.795 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 01:56:55.795 +03:30] [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 01:56:55.796 +03:30] [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 01:56:55.796 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.796 +03:30] [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 01:56:55.796 +0330 +0330, 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 01:56:55.797 +03:30] [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 01:56:55.796 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.799 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=205.842µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.799 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.799 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 01:56:55.802 +03:30] [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.006868ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.796 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.803 +03:30] [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 01:56:55.796 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.805 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 01:56:55.805 +03:30] [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 01:56:55.807 +03:30] [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 01:56:55.806 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.807 +03:30] [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 01:56:55.806 +0330 +0330, 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 01:56:55.807 +03:30] [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 01:56:55.806 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.809 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=203.247µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.810 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:56:55.810 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 01:56:55.812 +03:30] [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.047602ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.806 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.813 +03:30] [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 01:56:55.806 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.815 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 01:56:55.815 +03:30] [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 01:56:55.832 +03:30] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=797.997179ms] [2025/04/05 01:56:55.832 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:56:55.833 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=2c5df820-934a-43e7-8564-d6ea911f5299] [2025/04/05 01:56:55.833 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:56:55.833 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:56:55.833 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=3.643µs] [2025/04/05 01:56:55.833 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.089µs] [2025/04/05 01:56:55.833 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.324µs] [2025/04/05 01:56:55.833 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.187µs] [2025/04/05 01:56:55.833 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=1.901µs] [2025/04/05 01:56:55.833 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=2.192µs] [2025/04/05 01:56:55.833 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=1.918µs] [2025/04/05 01:56:55.833 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.459µs] [2025/04/05 01:56:55.833 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.731µs] [2025/04/05 01:56:55.833 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=2.501µs] [2025/04/05 01:56:55.833 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=2c5df820-934a-43e7-8564-d6ea911f5299] [2025/04/05 01:56:55.833 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:56:55.833 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:56:55.834 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=2c5df820-934a-43e7-8564-d6ea911f5299] ["take time"=1.688889ms] [2025/04/05 01:56:55.834 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=2c5df820-934a-43e7-8564-d6ea911f5299] [2025/04/05 01:56:55.835 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:56:55.835 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:56:55.835 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:56:55.835 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:56:55.835 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:56:55.835 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:56:55.835 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:56:55.835 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:56:55.835 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:56:55.835 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:56:55.835 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:56:55.835 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:56:55.835 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:56:55.835 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:56:55.835 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=2.842044ms] [2025/04/05 01:56:55.835 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=d2bbfeaf-14db-41f4-a3cc-da478e87ae34] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:56:55.840 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:56:55.840 +03:30] [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 01:56:55.852 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=12.289831ms] [2025/04/05 01:56:55.852 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:56:55.854 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [runWorker=true] [jobVersion=v2] [2025/04/05 01:56:55.854 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:56:55.854 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:56:55.854 +03:30] [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 01:56:55.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:56:55.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:56:55.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:56:55.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:56:55.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:56:55.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:56:55.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:56:55.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:56:55.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:56:55.854 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:56:55.856 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:56:55.856 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [2025/04/05 01:56:55.856 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:56:55.856 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:56:55.856 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:56:55.856 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:56:55.856 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:56:55.857 +03:30] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 01:56:55.858 +03:30] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 01:56:55.859 +03:30] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 01:56:55.859 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:56:55.859 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [2025/04/05 01:56:55.860 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:56:55.861 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:56:55.862 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:56:55.862 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:56:55.862 +03:30] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 01:56:55.862 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:56:55.862 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:56:55.862 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:56:55.862 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:56:55.862 +03:30] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=434.8GiB] [2025/04/05 01:56:55.863 +03:30] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 01:56:55.863 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [2025/04/05 01:56:55.863 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [ttl-worker=task-manager] [ttl-worker=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [originalCount=0] [newCount=4] [2025/04/05 01:56:55.863 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [ttl-worker=task-manager] [ttl-worker=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [originalCount=0] [newCount=4] [2025/04/05 01:56:55.863 +03:30] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [2025/04/05 01:56:55.865 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:56:55.868 +03:30] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 01:56:55.868 +03:30] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 01:56:55.870 +03:30] [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 01:56:55.869 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.870 +03:30] [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 01:56:55.869 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t(a int);"] [2025/04/05 01:56:55.871 +03:30] [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 01:56:55.869 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.871 +03:30] [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 01:56:55.873 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=94.276µs] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.873 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 01:56:55.874 +03:30] [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.035149ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.869 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.876 +03:30] [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 01:56:55.869 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.878 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 01:56:55.878 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t(a int);"] [user=root@%] [2025/04/05 01:56:55.880 +03:30] [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 01:56:55.879 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.880 +03:30] [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 01:56:55.879 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t0(a int);"] [2025/04/05 01:56:55.882 +03:30] [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 01:56:55.879 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.883 +03:30] [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 01:56:55.885 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=154.698µs] [gotSchemaVersion=57] [phyTblIDs="[114]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.886 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57] [2025/04/05 01:56:55.902 +03:30] [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"=17.233949ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.879 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.903 +03:30] [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 01:56:55.879 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.906 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=115] [2025/04/05 01:56:55.906 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=57] [cur_db=test] [sql="create table t0(a int);"] [user=root@%] [2025/04/05 01:56:55.907 +03:30] [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 01:56:55.907 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.907 +03:30] [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 01:56:55.907 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t1(a int);"] [2025/04/05 01:56:55.908 +03:30] [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 01:56:55.907 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.909 +03:30] [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 01:56:55.910 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=57] [neededSchemaVersion=58] ["elapsed time"=108.602µs] [gotSchemaVersion=58] [phyTblIDs="[116]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.911 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=117] [version=58] [2025/04/05 01:56:55.912 +03:30] [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.007881ms] [job="ID:117, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.907 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.913 +03:30] [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 01:56:55.907 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.914 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=117] [2025/04/05 01:56:55.914 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=58] [cur_db=test] [sql="create table t1(a int);"] [user=root@%] [2025/04/05 01:56:55.916 +03:30] [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 01:56:55.915 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.916 +03:30] [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 01:56:55.915 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t2(a int);"] [2025/04/05 01:56:55.917 +03:30] [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 01:56:55.915 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.917 +03:30] [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 01:56:55.918 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=58] [neededSchemaVersion=59] ["elapsed time"=102.994µs] [gotSchemaVersion=59] [phyTblIDs="[118]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.919 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=119] [version=59] [2025/04/05 01:56:55.920 +03:30] [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.006143ms] [job="ID:119, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:118, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.915 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.921 +03:30] [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 01:56:55.915 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.923 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=119] [2025/04/05 01:56:55.923 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=59] [cur_db=test] [sql="create table t2(a int);"] [user=root@%] [2025/04/05 01:56:55.925 +03:30] [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 01:56:55.924 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.925 +03:30] [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 01:56:55.924 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t3(a int);"] [2025/04/05 01:56:55.926 +03:30] [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 01:56:55.924 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.926 +03:30] [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 01:56:55.927 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=59] [neededSchemaVersion=60] ["elapsed time"=112.957µs] [gotSchemaVersion=60] [phyTblIDs="[120]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.927 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=121] [version=60] [2025/04/05 01:56:55.929 +03:30] [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.008262ms] [job="ID:121, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:120, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.924 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.930 +03:30] [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 01:56:55.924 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.931 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=121] [2025/04/05 01:56:55.932 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=60] [cur_db=test] [sql="create table t3(a int);"] [user=root@%] [2025/04/05 01:56:55.933 +03:30] [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 01:56:55.932 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.933 +03:30] [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 01:56:55.932 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t4(a int);"] [2025/04/05 01:56:55.934 +03:30] [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 01:56:55.932 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.934 +03:30] [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 01:56:55.935 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=60] [neededSchemaVersion=61] ["elapsed time"=101.196µs] [gotSchemaVersion=61] [phyTblIDs="[122]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.936 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=123] [version=61] [2025/04/05 01:56:55.937 +03:30] [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.119879ms] [job="ID:123, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.932 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.938 +03:30] [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 01:56:55.932 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.940 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=123] [2025/04/05 01:56:55.940 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=61] [cur_db=test] [sql="create table t4(a int);"] [user=root@%] [2025/04/05 01:56:55.941 +03:30] [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 01:56:55.941 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.941 +03:30] [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 01:56:55.941 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t5(a int);"] [2025/04/05 01:56:55.942 +03:30] [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 01:56:55.941 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.942 +03:30] [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 01:56:55.944 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=61] [neededSchemaVersion=62] ["elapsed time"=99.256µs] [gotSchemaVersion=62] [phyTblIDs="[124]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.944 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=125] [version=62] [2025/04/05 01:56:55.946 +03:30] [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.890389ms] [job="ID:125, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.941 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.947 +03:30] [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 01:56:55.941 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.949 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=125] [2025/04/05 01:56:55.949 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=62] [cur_db=test] [sql="create table t5(a int);"] [user=root@%] [2025/04/05 01:56:55.951 +03:30] [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 01:56:55.95 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.951 +03:30] [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 01:56:55.95 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t6(a int);"] [2025/04/05 01:56:55.951 +03:30] [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 01:56:55.95 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.952 +03:30] [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 01:56:55.953 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=62] [neededSchemaVersion=63] ["elapsed time"=102.328µs] [gotSchemaVersion=63] [phyTblIDs="[126]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.953 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=127] [version=63] [2025/04/05 01:56:55.955 +03:30] [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.896916ms] [job="ID:127, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:126, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.95 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.957 +03:30] [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 01:56:55.95 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.958 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=127] [2025/04/05 01:56:55.958 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=63] [cur_db=test] [sql="create table t6(a int);"] [user=root@%] [2025/04/05 01:56:55.960 +03:30] [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 01:56:55.959 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.960 +03:30] [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 01:56:55.959 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t7(a int);"] [2025/04/05 01:56:55.961 +03:30] [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 01:56:55.959 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.961 +03:30] [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 01:56:55.963 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=63] [neededSchemaVersion=64] ["elapsed time"=100.025µs] [gotSchemaVersion=64] [phyTblIDs="[128]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.963 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=129] [version=64] [2025/04/05 01:56:55.965 +03:30] [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.906981ms] [job="ID:129, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:128, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.959 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.966 +03:30] [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 01:56:55.959 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.968 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=129] [2025/04/05 01:56:55.968 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=64] [cur_db=test] [sql="create table t7(a int);"] [user=root@%] [2025/04/05 01:56:55.970 +03:30] [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 01:56:55.969 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.970 +03:30] [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 01:56:55.969 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t8(a int);"] [2025/04/05 01:56:55.971 +03:30] [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 01:56:55.969 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.971 +03:30] [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 01:56:55.972 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=64] [neededSchemaVersion=65] ["elapsed time"=105.923µs] [gotSchemaVersion=65] [phyTblIDs="[130]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.972 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=131] [version=65] [2025/04/05 01:56:55.975 +03:30] [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.927443ms] [job="ID:131, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:130, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.969 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.976 +03:30] [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 01:56:55.969 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.978 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=131] [2025/04/05 01:56:55.978 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=65] [cur_db=test] [sql="create table t8(a int);"] [user=root@%] [2025/04/05 01:56:55.979 +03:30] [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 01:56:55.979 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.979 +03:30] [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 01:56:55.979 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t9(a int);"] [2025/04/05 01:56:55.980 +03:30] [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 01:56:55.979 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.980 +03:30] [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 01:56:55.981 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=65] [neededSchemaVersion=66] ["elapsed time"=104.186µs] [gotSchemaVersion=66] [phyTblIDs="[132]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.982 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=133] [version=66] [2025/04/05 01:56:55.984 +03:30] [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.916267ms] [job="ID:133, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:132, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.979 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.985 +03:30] [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 01:56:55.979 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.987 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=133] [2025/04/05 01:56:55.987 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=66] [cur_db=test] [sql="create table t9(a int);"] [user=root@%] [2025/04/05 01:56:55.989 +03:30] [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 01:56:55.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.989 +03:30] [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 01:56:55.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t10(a int);"] [2025/04/05 01:56:55.989 +03:30] [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 01:56:55.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.990 +03:30] [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 01:56:55.991 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=66] [neededSchemaVersion=67] ["elapsed time"=104.514µs] [gotSchemaVersion=67] [phyTblIDs="[134]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:55.991 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=135] [version=67] [2025/04/05 01:56:55.994 +03:30] [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.91448ms] [job="ID:135, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:134, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.995 +03:30] [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 01:56:55.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.996 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=135] [2025/04/05 01:56:55.996 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=67] [cur_db=test] [sql="create table t10(a int);"] [user=root@%] [2025/04/05 01:56:55.998 +03:30] [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 01:56:55.997 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:55.998 +03:30] [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 01:56:55.997 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t11(a int);"] [2025/04/05 01:56:55.999 +03:30] [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 01:56:55.997 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:55.999 +03:30] [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 01:56:56.000 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=67] [neededSchemaVersion=68] ["elapsed time"=104.603µs] [gotSchemaVersion=68] [phyTblIDs="[136]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.001 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=137] [version=68] [2025/04/05 01:56:56.003 +03:30] [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.984701ms] [job="ID:137, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:136, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:55.997 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.004 +03:30] [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 01:56:55.997 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.006 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=137] [2025/04/05 01:56:56.006 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=68] [cur_db=test] [sql="create table t11(a int);"] [user=root@%] [2025/04/05 01:56:56.008 +03:30] [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 01:56:56.007 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.008 +03:30] [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 01:56:56.007 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t12(a int);"] [2025/04/05 01:56:56.009 +03:30] [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 01:56:56.007 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.009 +03:30] [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 01:56:56.010 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=68] [neededSchemaVersion=69] ["elapsed time"=104.591µs] [gotSchemaVersion=69] [phyTblIDs="[138]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.011 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=139] [version=69] [2025/04/05 01:56:56.013 +03:30] [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"=3.049513ms] [job="ID:139, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:138, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.007 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.014 +03:30] [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 01:56:56.007 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.016 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=139] [2025/04/05 01:56:56.016 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=69] [cur_db=test] [sql="create table t12(a int);"] [user=root@%] [2025/04/05 01:56:56.017 +03:30] [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 01:56:56.017 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.017 +03:30] [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 01:56:56.017 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t13(a int);"] [2025/04/05 01:56:56.018 +03:30] [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 01:56:56.017 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.018 +03:30] [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 01:56:56.020 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=69] [neededSchemaVersion=70] ["elapsed time"=99.43µs] [gotSchemaVersion=70] [phyTblIDs="[140]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.020 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=141] [version=70] [2025/04/05 01:56:56.022 +03:30] [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.956548ms] [job="ID:141, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:140, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.017 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.024 +03:30] [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 01:56:56.017 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.025 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=141] [2025/04/05 01:56:56.025 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=70] [cur_db=test] [sql="create table t13(a int);"] [user=root@%] [2025/04/05 01:56:56.027 +03:30] [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 01:56:56.026 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.027 +03:30] [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 01:56:56.026 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t14(a int);"] [2025/04/05 01:56:56.028 +03:30] [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 01:56:56.026 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.028 +03:30] [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 01:56:56.029 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=70] [neededSchemaVersion=71] ["elapsed time"=112.071µs] [gotSchemaVersion=71] [phyTblIDs="[142]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.030 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=143] [version=71] [2025/04/05 01:56:56.032 +03:30] [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.927373ms] [job="ID:143, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:142, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.026 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.033 +03:30] [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 01:56:56.026 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.035 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=143] [2025/04/05 01:56:56.035 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=71] [cur_db=test] [sql="create table t14(a int);"] [user=root@%] [2025/04/05 01:56:56.037 +03:30] [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 01:56:56.036 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.037 +03:30] [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 01:56:56.036 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t15(a int);"] [2025/04/05 01:56:56.038 +03:30] [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 01:56:56.036 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.038 +03:30] [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 01:56:56.039 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=71] [neededSchemaVersion=72] ["elapsed time"=118.363µs] [gotSchemaVersion=72] [phyTblIDs="[144]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.040 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=145] [version=72] [2025/04/05 01:56:56.042 +03:30] [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.972357ms] [job="ID:145, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:144, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.036 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.043 +03:30] [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 01:56:56.036 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.045 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=145] [2025/04/05 01:56:56.045 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=72] [cur_db=test] [sql="create table t15(a int);"] [user=root@%] [2025/04/05 01:56:56.047 +03:30] [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 01:56:56.046 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.047 +03:30] [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 01:56:56.046 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t16(a int);"] [2025/04/05 01:56:56.047 +03:30] [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 01:56:56.046 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.048 +03:30] [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 01:56:56.049 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=72] [neededSchemaVersion=73] ["elapsed time"=108.474µs] [gotSchemaVersion=73] [phyTblIDs="[146]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.049 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=147] [version=73] [2025/04/05 01:56:56.052 +03:30] [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.936599ms] [job="ID:147, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:146, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.046 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.053 +03:30] [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 01:56:56.046 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.054 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=147] [2025/04/05 01:56:56.054 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=73] [cur_db=test] [sql="create table t16(a int);"] [user=root@%] [2025/04/05 01:56:56.056 +03:30] [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 01:56:56.055 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.056 +03:30] [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 01:56:56.055 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t17(a int);"] [2025/04/05 01:56:56.057 +03:30] [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 01:56:56.055 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.057 +03:30] [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 01:56:56.058 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=73] [neededSchemaVersion=74] ["elapsed time"=110.109µs] [gotSchemaVersion=74] [phyTblIDs="[148]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.059 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=149] [version=74] [2025/04/05 01:56:56.061 +03:30] [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.391535ms] [job="ID:149, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:148, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.055 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.062 +03:30] [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 01:56:56.055 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.064 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=149] [2025/04/05 01:56:56.064 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=74] [cur_db=test] [sql="create table t17(a int);"] [user=root@%] [2025/04/05 01:56:56.065 +03:30] [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 01:56:56.065 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.065 +03:30] [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 01:56:56.065 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t18(a int);"] [2025/04/05 01:56:56.066 +03:30] [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 01:56:56.065 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.066 +03:30] [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 01:56:56.067 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=74] [neededSchemaVersion=75] ["elapsed time"=106.325µs] [gotSchemaVersion=75] [phyTblIDs="[150]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.068 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=151] [version=75] [2025/04/05 01:56:56.070 +03:30] [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.946849ms] [job="ID:151, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:150, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.065 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.071 +03:30] [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 01:56:56.065 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.073 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=151] [2025/04/05 01:56:56.073 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=75] [cur_db=test] [sql="create table t18(a int);"] [user=root@%] [2025/04/05 01:56:56.075 +03:30] [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 01:56:56.074 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.075 +03:30] [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 01:56:56.074 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t19(a int);"] [2025/04/05 01:56:56.076 +03:30] [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 01:56:56.074 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.076 +03:30] [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 01:56:56.077 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=75] [neededSchemaVersion=76] ["elapsed time"=106.154µs] [gotSchemaVersion=76] [phyTblIDs="[152]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.078 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=153] [version=76] [2025/04/05 01:56:56.080 +03:30] [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.912662ms] [job="ID:153, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:152, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.074 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.081 +03:30] [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 01:56:56.074 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.083 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=153] [2025/04/05 01:56:56.083 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=76] [cur_db=test] [sql="create table t19(a int);"] [user=root@%] [2025/04/05 01:56:56.084 +03:30] [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 01:56:56.083 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.084 +03:30] [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 01:56:56.083 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t20(a int);"] [2025/04/05 01:56:56.085 +03:30] [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 01:56:56.083 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.085 +03:30] [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 01:56:56.087 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=76] [neededSchemaVersion=77] ["elapsed time"=108.831µs] [gotSchemaVersion=77] [phyTblIDs="[154]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.087 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=155] [version=77] [2025/04/05 01:56:56.090 +03:30] [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.962924ms] [job="ID:155, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:154, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.083 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.091 +03:30] [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 01:56:56.083 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.092 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=155] [2025/04/05 01:56:56.093 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=77] [cur_db=test] [sql="create table t20(a int);"] [user=root@%] [2025/04/05 01:56:56.094 +03:30] [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 01:56:56.093 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.094 +03:30] [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 01:56:56.093 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t21(a int);"] [2025/04/05 01:56:56.095 +03:30] [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 01:56:56.093 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.095 +03:30] [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 01:56:56.096 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=77] [neededSchemaVersion=78] ["elapsed time"=107.054µs] [gotSchemaVersion=78] [phyTblIDs="[156]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.097 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=157] [version=78] [2025/04/05 01:56:56.099 +03:30] [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.856619ms] [job="ID:157, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:156, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.093 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.100 +03:30] [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 01:56:56.093 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.102 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=157] [2025/04/05 01:56:56.102 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=78] [cur_db=test] [sql="create table t21(a int);"] [user=root@%] [2025/04/05 01:56:56.103 +03:30] [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 01:56:56.103 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.103 +03:30] [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 01:56:56.103 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t22(a int);"] [2025/04/05 01:56:56.104 +03:30] [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 01:56:56.103 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.104 +03:30] [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 01:56:56.106 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=78] [neededSchemaVersion=79] ["elapsed time"=102.538µs] [gotSchemaVersion=79] [phyTblIDs="[158]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.107 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=159] [version=79] [2025/04/05 01:56:56.108 +03:30] [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.967154ms] [job="ID:159, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:158, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.103 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.109 +03:30] [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 01:56:56.103 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.111 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=159] [2025/04/05 01:56:56.111 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=79] [cur_db=test] [sql="create table t22(a int);"] [user=root@%] [2025/04/05 01:56:56.113 +03:30] [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 01:56:56.112 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.113 +03:30] [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 01:56:56.112 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t23(a int);"] [2025/04/05 01:56:56.113 +03:30] [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 01:56:56.112 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.114 +03:30] [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 01:56:56.115 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=79] [neededSchemaVersion=80] ["elapsed time"=106.252µs] [gotSchemaVersion=80] [phyTblIDs="[160]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.115 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=161] [version=80] [2025/04/05 01:56:56.118 +03:30] [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.907236ms] [job="ID:161, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:160, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.112 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.119 +03:30] [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 01:56:56.112 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.120 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=161] [2025/04/05 01:56:56.120 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=80] [cur_db=test] [sql="create table t23(a int);"] [user=root@%] [2025/04/05 01:56:56.122 +03:30] [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 01:56:56.121 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.122 +03:30] [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 01:56:56.121 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t24(a int);"] [2025/04/05 01:56:56.123 +03:30] [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 01:56:56.121 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.123 +03:30] [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 01:56:56.125 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=80] [neededSchemaVersion=81] ["elapsed time"=107.638µs] [gotSchemaVersion=81] [phyTblIDs="[162]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.125 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=163] [version=81] [2025/04/05 01:56:56.127 +03:30] [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.964037ms] [job="ID:163, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:162, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.121 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.129 +03:30] [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 01:56:56.121 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.130 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=163] [2025/04/05 01:56:56.130 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=81] [cur_db=test] [sql="create table t24(a int);"] [user=root@%] [2025/04/05 01:56:56.132 +03:30] [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 01:56:56.131 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.132 +03:30] [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 01:56:56.131 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t25(a int);"] [2025/04/05 01:56:56.133 +03:30] [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 01:56:56.131 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.133 +03:30] [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 01:56:56.134 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=81] [neededSchemaVersion=82] ["elapsed time"=102.134µs] [gotSchemaVersion=82] [phyTblIDs="[164]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.135 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=165] [version=82] [2025/04/05 01:56:56.137 +03:30] [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.925674ms] [job="ID:165, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:164, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.131 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.138 +03:30] [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 01:56:56.131 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.140 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=165] [2025/04/05 01:56:56.140 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=82] [cur_db=test] [sql="create table t25(a int);"] [user=root@%] [2025/04/05 01:56:56.141 +03:30] [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 01:56:56.141 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.141 +03:30] [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 01:56:56.141 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t26(a int);"] [2025/04/05 01:56:56.142 +03:30] [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 01:56:56.141 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.142 +03:30] [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 01:56:56.144 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=82] [neededSchemaVersion=83] ["elapsed time"=104.666µs] [gotSchemaVersion=83] [phyTblIDs="[166]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.144 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=167] [version=83] [2025/04/05 01:56:56.146 +03:30] [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.91831ms] [job="ID:167, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:166, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.141 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.147 +03:30] [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 01:56:56.141 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.149 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=167] [2025/04/05 01:56:56.149 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=83] [cur_db=test] [sql="create table t26(a int);"] [user=root@%] [2025/04/05 01:56:56.151 +03:30] [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 01:56:56.15 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.151 +03:30] [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 01:56:56.15 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t27(a int);"] [2025/04/05 01:56:56.152 +03:30] [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 01:56:56.15 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.152 +03:30] [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 01:56:56.153 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=83] [neededSchemaVersion=84] ["elapsed time"=113.801µs] [gotSchemaVersion=84] [phyTblIDs="[168]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.153 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=169] [version=84] [2025/04/05 01:56:56.156 +03:30] [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.907337ms] [job="ID:169, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:168, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.15 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.157 +03:30] [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 01:56:56.15 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.159 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=169] [2025/04/05 01:56:56.159 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=84] [cur_db=test] [sql="create table t27(a int);"] [user=root@%] [2025/04/05 01:56:56.160 +03:30] [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 01:56:56.16 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.160 +03:30] [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 01:56:56.16 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t28(a int);"] [2025/04/05 01:56:56.161 +03:30] [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 01:56:56.16 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.162 +03:30] [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 01:56:56.163 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=84] [neededSchemaVersion=85] ["elapsed time"=103.47µs] [gotSchemaVersion=85] [phyTblIDs="[170]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.164 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=171] [version=85] [2025/04/05 01:56:56.166 +03:30] [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.957276ms] [job="ID:171, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:170, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.16 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.167 +03:30] [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 01:56:56.16 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.169 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=171] [2025/04/05 01:56:56.169 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=85] [cur_db=test] [sql="create table t28(a int);"] [user=root@%] [2025/04/05 01:56:56.171 +03:30] [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 01:56:56.171 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.171 +03:30] [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 01:56:56.171 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t29(a int);"] [2025/04/05 01:56:56.173 +03:30] [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 01:56:56.171 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.173 +03:30] [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 01:56:56.174 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=85] [neededSchemaVersion=86] ["elapsed time"=101.347µs] [gotSchemaVersion=86] [phyTblIDs="[172]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.175 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=173] [version=86] [2025/04/05 01:56:56.177 +03:30] [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.920414ms] [job="ID:173, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:172, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.171 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.178 +03:30] [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 01:56:56.171 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.180 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=173] [2025/04/05 01:56:56.180 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=86] [cur_db=test] [sql="create table t29(a int);"] [user=root@%] [2025/04/05 01:56:56.181 +03:30] [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 01:56:56.181 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.181 +03:30] [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 01:56:56.181 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t30(a int);"] [2025/04/05 01:56:56.182 +03:30] [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 01:56:56.181 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.182 +03:30] [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 01:56:56.184 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=86] [neededSchemaVersion=87] ["elapsed time"=103.173µs] [gotSchemaVersion=87] [phyTblIDs="[174]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.184 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=175] [version=87] [2025/04/05 01:56:56.186 +03:30] [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.925315ms] [job="ID:175, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:174, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.181 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.188 +03:30] [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 01:56:56.181 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.189 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=175] [2025/04/05 01:56:56.189 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=87] [cur_db=test] [sql="create table t30(a int);"] [user=root@%] [2025/04/05 01:56:56.191 +03:30] [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 01:56:56.19 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.191 +03:30] [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 01:56:56.19 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t31(a int);"] [2025/04/05 01:56:56.192 +03:30] [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 01:56:56.19 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.192 +03:30] [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 01:56:56.193 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=87] [neededSchemaVersion=88] ["elapsed time"=127.181µs] [gotSchemaVersion=88] [phyTblIDs="[176]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.194 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=177] [version=88] [2025/04/05 01:56:56.196 +03:30] [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.947836ms] [job="ID:177, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:176, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.19 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.197 +03:30] [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 01:56:56.19 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.198 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=177] [2025/04/05 01:56:56.198 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=88] [cur_db=test] [sql="create table t31(a int);"] [user=root@%] [2025/04/05 01:56:56.200 +03:30] [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 01:56:56.199 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.200 +03:30] [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 01:56:56.199 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t32(a int);"] [2025/04/05 01:56:56.201 +03:30] [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 01:56:56.199 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.201 +03:30] [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 01:56:56.203 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=88] [neededSchemaVersion=89] ["elapsed time"=136.555µs] [gotSchemaVersion=89] [phyTblIDs="[178]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.203 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=179] [version=89] [2025/04/05 01:56:56.205 +03:30] [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.016844ms] [job="ID:179, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:178, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.199 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.207 +03:30] [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 01:56:56.199 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.208 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=179] [2025/04/05 01:56:56.209 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=89] [cur_db=test] [sql="create table t32(a int);"] [user=root@%] [2025/04/05 01:56:56.210 +03:30] [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 01:56:56.209 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.210 +03:30] [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 01:56:56.209 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t33(a int);"] [2025/04/05 01:56:56.211 +03:30] [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 01:56:56.209 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.211 +03:30] [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 01:56:56.213 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=89] [neededSchemaVersion=90] ["elapsed time"=105.333µs] [gotSchemaVersion=90] [phyTblIDs="[180]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.213 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=181] [version=90] [2025/04/05 01:56:56.216 +03:30] [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.952154ms] [job="ID:181, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:180, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.209 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.217 +03:30] [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 01:56:56.209 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.218 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=181] [2025/04/05 01:56:56.218 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=90] [cur_db=test] [sql="create table t33(a int);"] [user=root@%] [2025/04/05 01:56:56.220 +03:30] [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 01:56:56.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.220 +03:30] [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 01:56:56.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t34(a int);"] [2025/04/05 01:56:56.221 +03:30] [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 01:56:56.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.221 +03:30] [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 01:56:56.223 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=90] [neededSchemaVersion=91] ["elapsed time"=104.862µs] [gotSchemaVersion=91] [phyTblIDs="[182]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.223 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=183] [version=91] [2025/04/05 01:56:56.225 +03:30] [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.989651ms] [job="ID:183, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:182, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.227 +03:30] [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 01:56:56.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.228 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=183] [2025/04/05 01:56:56.228 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=91] [cur_db=test] [sql="create table t34(a int);"] [user=root@%] [2025/04/05 01:56:56.230 +03:30] [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 01:56:56.229 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.230 +03:30] [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 01:56:56.229 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t35(a int);"] [2025/04/05 01:56:56.231 +03:30] [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 01:56:56.229 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.231 +03:30] [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 01:56:56.233 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=91] [neededSchemaVersion=92] ["elapsed time"=114.118µs] [gotSchemaVersion=92] [phyTblIDs="[184]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.233 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=185] [version=92] [2025/04/05 01:56:56.235 +03:30] [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.975534ms] [job="ID:185, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:184, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.229 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.237 +03:30] [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 01:56:56.229 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.238 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=185] [2025/04/05 01:56:56.238 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=92] [cur_db=test] [sql="create table t35(a int);"] [user=root@%] [2025/04/05 01:56:56.240 +03:30] [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 01:56:56.239 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.240 +03:30] [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 01:56:56.239 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t36(a int);"] [2025/04/05 01:56:56.241 +03:30] [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 01:56:56.239 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.241 +03:30] [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 01:56:56.243 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=92] [neededSchemaVersion=93] ["elapsed time"=108.662µs] [gotSchemaVersion=93] [phyTblIDs="[186]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.243 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=187] [version=93] [2025/04/05 01:56:56.245 +03:30] [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.006358ms] [job="ID:187, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:186, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.239 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.247 +03:30] [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 01:56:56.239 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.249 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=187] [2025/04/05 01:56:56.249 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=93] [cur_db=test] [sql="create table t36(a int);"] [user=root@%] [2025/04/05 01:56:56.250 +03:30] [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 01:56:56.249 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.250 +03:30] [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 01:56:56.249 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t37(a int);"] [2025/04/05 01:56:56.251 +03:30] [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 01:56:56.249 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.251 +03:30] [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 01:56:56.252 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=93] [neededSchemaVersion=94] ["elapsed time"=100.791µs] [gotSchemaVersion=94] [phyTblIDs="[188]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.253 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=189] [version=94] [2025/04/05 01:56:56.255 +03:30] [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.973834ms] [job="ID:189, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:188, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.249 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.256 +03:30] [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 01:56:56.249 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.258 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=189] [2025/04/05 01:56:56.258 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=94] [cur_db=test] [sql="create table t37(a int);"] [user=root@%] [2025/04/05 01:56:56.260 +03:30] [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 01:56:56.259 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.260 +03:30] [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 01:56:56.259 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t38(a int);"] [2025/04/05 01:56:56.261 +03:30] [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 01:56:56.259 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.261 +03:30] [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 01:56:56.263 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=94] [neededSchemaVersion=95] ["elapsed time"=112.532µs] [gotSchemaVersion=95] [phyTblIDs="[190]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.263 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=191] [version=95] [2025/04/05 01:56:56.265 +03:30] [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.96325ms] [job="ID:191, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:190, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.259 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.267 +03:30] [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 01:56:56.259 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.268 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=191] [2025/04/05 01:56:56.268 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=95] [cur_db=test] [sql="create table t38(a int);"] [user=root@%] [2025/04/05 01:56:56.270 +03:30] [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 01:56:56.269 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.270 +03:30] [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 01:56:56.269 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t39(a int);"] [2025/04/05 01:56:56.271 +03:30] [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 01:56:56.269 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.271 +03:30] [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 01:56:56.272 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=95] [neededSchemaVersion=96] ["elapsed time"=104.166µs] [gotSchemaVersion=96] [phyTblIDs="[192]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.273 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=193] [version=96] [2025/04/05 01:56:56.275 +03:30] [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.934567ms] [job="ID:193, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:192, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.269 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.276 +03:30] [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 01:56:56.269 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.278 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=193] [2025/04/05 01:56:56.278 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=96] [cur_db=test] [sql="create table t39(a int);"] [user=root@%] [2025/04/05 01:56:56.280 +03:30] [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 01:56:56.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.280 +03:30] [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 01:56:56.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t40(a int);"] [2025/04/05 01:56:56.281 +03:30] [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 01:56:56.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.281 +03:30] [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 01:56:56.282 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=96] [neededSchemaVersion=97] ["elapsed time"=113.686µs] [gotSchemaVersion=97] [phyTblIDs="[194]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.283 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=195] [version=97] [2025/04/05 01:56:56.285 +03:30] [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.944565ms] [job="ID:195, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:194, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.286 +03:30] [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 01:56:56.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.288 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=195] [2025/04/05 01:56:56.288 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=97] [cur_db=test] [sql="create table t40(a int);"] [user=root@%] [2025/04/05 01:56:56.289 +03:30] [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 01:56:56.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.289 +03:30] [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 01:56:56.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t41(a int);"] [2025/04/05 01:56:56.290 +03:30] [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 01:56:56.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.290 +03:30] [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 01:56:56.292 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=97] [neededSchemaVersion=98] ["elapsed time"=104.934µs] [gotSchemaVersion=98] [phyTblIDs="[196]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.292 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=197] [version=98] [2025/04/05 01:56:56.294 +03:30] [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.953816ms] [job="ID:197, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:196, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.296 +03:30] [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 01:56:56.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.297 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=197] [2025/04/05 01:56:56.297 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=98] [cur_db=test] [sql="create table t41(a int);"] [user=root@%] [2025/04/05 01:56:56.299 +03:30] [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 01:56:56.298 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.299 +03:30] [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 01:56:56.298 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t42(a int);"] [2025/04/05 01:56:56.300 +03:30] [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 01:56:56.298 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.300 +03:30] [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 01:56:56.301 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=98] [neededSchemaVersion=99] ["elapsed time"=113.52µs] [gotSchemaVersion=99] [phyTblIDs="[198]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.302 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=199] [version=99] [2025/04/05 01:56:56.304 +03:30] [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.998428ms] [job="ID:199, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:198, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.298 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.305 +03:30] [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 01:56:56.298 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.307 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=199] [2025/04/05 01:56:56.307 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=99] [cur_db=test] [sql="create table t42(a int);"] [user=root@%] [2025/04/05 01:56:56.309 +03:30] [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 01:56:56.308 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.309 +03:30] [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 01:56:56.308 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t43(a int);"] [2025/04/05 01:56:56.310 +03:30] [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 01:56:56.308 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.310 +03:30] [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 01:56:56.311 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=99] [neededSchemaVersion=100] ["elapsed time"=106.562µs] [gotSchemaVersion=100] [phyTblIDs="[200]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.312 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=201] [version=100] [2025/04/05 01:56:56.314 +03:30] [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.949675ms] [job="ID:201, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:200, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.308 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.315 +03:30] [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 01:56:56.308 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.317 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=201] [2025/04/05 01:56:56.317 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=100] [cur_db=test] [sql="create table t43(a int);"] [user=root@%] [2025/04/05 01:56:56.319 +03:30] [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 01:56:56.318 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.319 +03:30] [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 01:56:56.318 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t44(a int);"] [2025/04/05 01:56:56.320 +03:30] [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 01:56:56.318 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.320 +03:30] [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 01:56:56.321 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=100] [neededSchemaVersion=101] ["elapsed time"=105.931µs] [gotSchemaVersion=101] [phyTblIDs="[202]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.322 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=203] [version=101] [2025/04/05 01:56:56.324 +03:30] [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.946217ms] [job="ID:203, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:202, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.318 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.325 +03:30] [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 01:56:56.318 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.327 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=203] [2025/04/05 01:56:56.327 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=101] [cur_db=test] [sql="create table t44(a int);"] [user=root@%] [2025/04/05 01:56:56.329 +03:30] [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 01:56:56.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.329 +03:30] [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 01:56:56.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t45(a int);"] [2025/04/05 01:56:56.330 +03:30] [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 01:56:56.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.330 +03:30] [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 01:56:56.331 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=101] [neededSchemaVersion=102] ["elapsed time"=104.59µs] [gotSchemaVersion=102] [phyTblIDs="[204]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.332 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=205] [version=102] [2025/04/05 01:56:56.334 +03:30] [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"=2.999036ms] [job="ID:205, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:204, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.335 +03:30] [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 01:56:56.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.337 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=205] [2025/04/05 01:56:56.337 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=102] [cur_db=test] [sql="create table t45(a int);"] [user=root@%] [2025/04/05 01:56:56.339 +03:30] [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 01:56:56.338 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.339 +03:30] [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 01:56:56.338 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t46(a int);"] [2025/04/05 01:56:56.339 +03:30] [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 01:56:56.338 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.340 +03:30] [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 01:56:56.341 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=102] [neededSchemaVersion=103] ["elapsed time"=109.635µs] [gotSchemaVersion=103] [phyTblIDs="[206]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.341 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=207] [version=103] [2025/04/05 01:56:56.344 +03:30] [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.991439ms] [job="ID:207, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:206, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.338 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.345 +03:30] [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 01:56:56.338 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.346 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=207] [2025/04/05 01:56:56.346 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=103] [cur_db=test] [sql="create table t46(a int);"] [user=root@%] [2025/04/05 01:56:56.348 +03:30] [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 01:56:56.347 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.348 +03:30] [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 01:56:56.347 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t47(a int);"] [2025/04/05 01:56:56.349 +03:30] [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 01:56:56.347 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.349 +03:30] [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 01:56:56.351 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=103] [neededSchemaVersion=104] ["elapsed time"=109.105µs] [gotSchemaVersion=104] [phyTblIDs="[208]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.351 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=209] [version=104] [2025/04/05 01:56:56.353 +03:30] [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.999849ms] [job="ID:209, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:208, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.347 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.355 +03:30] [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 01:56:56.347 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.356 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=209] [2025/04/05 01:56:56.356 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=104] [cur_db=test] [sql="create table t47(a int);"] [user=root@%] [2025/04/05 01:56:56.358 +03:30] [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 01:56:56.357 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.358 +03:30] [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 01:56:56.357 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t48(a int);"] [2025/04/05 01:56:56.360 +03:30] [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 01:56:56.357 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.360 +03:30] [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 01:56:56.361 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=104] [neededSchemaVersion=105] ["elapsed time"=110.749µs] [gotSchemaVersion=105] [phyTblIDs="[210]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.362 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=211] [version=105] [2025/04/05 01:56:56.363 +03:30] [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"=2.462446ms] [job="ID:211, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:210, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.357 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.365 +03:30] [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 01:56:56.357 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.366 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=211] [2025/04/05 01:56:56.366 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=105] [cur_db=test] [sql="create table t48(a int);"] [user=root@%] [2025/04/05 01:56:56.368 +03:30] [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 01:56:56.367 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.368 +03:30] [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 01:56:56.367 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t49(a int);"] [2025/04/05 01:56:56.369 +03:30] [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 01:56:56.367 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.369 +03:30] [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 01:56:56.370 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=105] [neededSchemaVersion=106] ["elapsed time"=107.894µs] [gotSchemaVersion=106] [phyTblIDs="[212]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.371 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=213] [version=106] [2025/04/05 01:56:56.373 +03:30] [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.920992ms] [job="ID:213, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:212, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.367 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.374 +03:30] [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 01:56:56.367 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.376 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=213] [2025/04/05 01:56:56.376 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=106] [cur_db=test] [sql="create table t49(a int);"] [user=root@%] [2025/04/05 01:56:56.378 +03:30] [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 01:56:56.377 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.378 +03:30] [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 01:56:56.377 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t50(a int);"] [2025/04/05 01:56:56.379 +03:30] [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 01:56:56.377 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.379 +03:30] [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 01:56:56.380 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=106] [neededSchemaVersion=107] ["elapsed time"=110.798µs] [gotSchemaVersion=107] [phyTblIDs="[214]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.381 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=215] [version=107] [2025/04/05 01:56:56.383 +03:30] [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.950391ms] [job="ID:215, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:214, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.377 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.384 +03:30] [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 01:56:56.377 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.386 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=215] [2025/04/05 01:56:56.386 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=107] [cur_db=test] [sql="create table t50(a int);"] [user=root@%] [2025/04/05 01:56:56.388 +03:30] [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 01:56:56.387 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.388 +03:30] [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 01:56:56.387 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t51(a int);"] [2025/04/05 01:56:56.388 +03:30] [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 01:56:56.387 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.389 +03:30] [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 01:56:56.390 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=107] [neededSchemaVersion=108] ["elapsed time"=147.186µs] [gotSchemaVersion=108] [phyTblIDs="[216]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.391 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=217] [version=108] [2025/04/05 01:56:56.393 +03:30] [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.979029ms] [job="ID:217, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:216, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.387 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.394 +03:30] [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 01:56:56.387 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.396 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=217] [2025/04/05 01:56:56.396 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=108] [cur_db=test] [sql="create table t51(a int);"] [user=root@%] [2025/04/05 01:56:56.398 +03:30] [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 01:56:56.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.398 +03:30] [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 01:56:56.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t52(a int);"] [2025/04/05 01:56:56.398 +03:30] [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 01:56:56.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.399 +03:30] [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 01:56:56.400 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=108] [neededSchemaVersion=109] ["elapsed time"=116.094µs] [gotSchemaVersion=109] [phyTblIDs="[218]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.400 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=219] [version=109] [2025/04/05 01:56:56.403 +03:30] [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"=3.000457ms] [job="ID:219, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:218, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.404 +03:30] [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 01:56:56.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.406 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=219] [2025/04/05 01:56:56.406 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=109] [cur_db=test] [sql="create table t52(a int);"] [user=root@%] [2025/04/05 01:56:56.407 +03:30] [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 01:56:56.407 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.407 +03:30] [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 01:56:56.407 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t53(a int);"] [2025/04/05 01:56:56.409 +03:30] [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 01:56:56.407 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.409 +03:30] [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 01:56:56.410 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=109] [neededSchemaVersion=110] ["elapsed time"=108.299µs] [gotSchemaVersion=110] [phyTblIDs="[220]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.411 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=221] [version=110] [2025/04/05 01:56:56.413 +03:30] [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"=3.043306ms] [job="ID:221, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:220, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.407 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.419 +03:30] [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 01:56:56.407 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.421 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=221] [2025/04/05 01:56:56.421 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=110] [cur_db=test] [sql="create table t53(a int);"] [user=root@%] [2025/04/05 01:56:56.423 +03:30] [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 01:56:56.423 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.423 +03:30] [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 01:56:56.423 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t54(a int);"] [2025/04/05 01:56:56.424 +03:30] [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 01:56:56.423 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.425 +03:30] [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 01:56:56.426 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=110] [neededSchemaVersion=111] ["elapsed time"=172.255µs] [gotSchemaVersion=111] [phyTblIDs="[222]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.427 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=223] [version=111] [2025/04/05 01:56:56.428 +03:30] [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.192812ms] [job="ID:223, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:222, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.423 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.429 +03:30] [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 01:56:56.423 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.431 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=223] [2025/04/05 01:56:56.431 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=111] [cur_db=test] [sql="create table t54(a int);"] [user=root@%] [2025/04/05 01:56:56.433 +03:30] [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 01:56:56.432 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.433 +03:30] [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 01:56:56.432 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t55(a int);"] [2025/04/05 01:56:56.434 +03:30] [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 01:56:56.432 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.434 +03:30] [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 01:56:56.435 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=111] [neededSchemaVersion=112] ["elapsed time"=141.504µs] [gotSchemaVersion=112] [phyTblIDs="[224]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.436 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=225] [version=112] [2025/04/05 01:56:56.437 +03:30] [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.016908ms] [job="ID:225, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:224, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.432 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.438 +03:30] [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 01:56:56.432 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.440 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=225] [2025/04/05 01:56:56.440 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=112] [cur_db=test] [sql="create table t55(a int);"] [user=root@%] [2025/04/05 01:56:56.442 +03:30] [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 01:56:56.441 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.442 +03:30] [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 01:56:56.441 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t56(a int);"] [2025/04/05 01:56:56.443 +03:30] [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 01:56:56.441 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.443 +03:30] [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 01:56:56.444 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=112] [neededSchemaVersion=113] ["elapsed time"=113.81µs] [gotSchemaVersion=113] [phyTblIDs="[226]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.445 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=227] [version=113] [2025/04/05 01:56:56.447 +03:30] [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"=3.000389ms] [job="ID:227, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:226, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.441 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.449 +03:30] [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 01:56:56.441 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.451 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=227] [2025/04/05 01:56:56.451 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=113] [cur_db=test] [sql="create table t56(a int);"] [user=root@%] [2025/04/05 01:56:56.452 +03:30] [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 01:56:56.452 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.452 +03:30] [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 01:56:56.452 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t57(a int);"] [2025/04/05 01:56:56.453 +03:30] [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 01:56:56.452 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.453 +03:30] [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 01:56:56.455 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=113] [neededSchemaVersion=114] ["elapsed time"=127.953µs] [gotSchemaVersion=114] [phyTblIDs="[228]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.455 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=229] [version=114] [2025/04/05 01:56:56.457 +03:30] [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"=2.402481ms] [job="ID:229, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:228, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.452 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.458 +03:30] [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 01:56:56.452 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.460 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=229] [2025/04/05 01:56:56.460 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=114] [cur_db=test] [sql="create table t57(a int);"] [user=root@%] [2025/04/05 01:56:56.461 +03:30] [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 01:56:56.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.461 +03:30] [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 01:56:56.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t58(a int);"] [2025/04/05 01:56:56.463 +03:30] [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 01:56:56.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.463 +03:30] [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 01:56:56.464 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=114] [neededSchemaVersion=115] ["elapsed time"=107.881µs] [gotSchemaVersion=115] [phyTblIDs="[230]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.465 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=231] [version=115] [2025/04/05 01:56:56.466 +03:30] [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.083661ms] [job="ID:231, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:230, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.467 +03:30] [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 01:56:56.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.470 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=231] [2025/04/05 01:56:56.470 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=115] [cur_db=test] [sql="create table t58(a int);"] [user=root@%] [2025/04/05 01:56:56.472 +03:30] [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 01:56:56.471 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.472 +03:30] [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 01:56:56.471 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t59(a int);"] [2025/04/05 01:56:56.473 +03:30] [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 01:56:56.471 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.473 +03:30] [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 01:56:56.474 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=115] [neededSchemaVersion=116] ["elapsed time"=114.994µs] [gotSchemaVersion=116] [phyTblIDs="[232]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.475 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=233] [version=116] [2025/04/05 01:56:56.477 +03:30] [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"=3.058246ms] [job="ID:233, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:232, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.471 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.478 +03:30] [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 01:56:56.471 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.480 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=233] [2025/04/05 01:56:56.481 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=116] [cur_db=test] [sql="create table t59(a int);"] [user=root@%] [2025/04/05 01:56:56.482 +03:30] [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 01:56:56.481 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.482 +03:30] [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 01:56:56.481 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t60(a int);"] [2025/04/05 01:56:56.483 +03:30] [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 01:56:56.481 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.483 +03:30] [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 01:56:56.485 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=116] [neededSchemaVersion=117] ["elapsed time"=121.288µs] [gotSchemaVersion=117] [phyTblIDs="[234]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.485 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=235] [version=117] [2025/04/05 01:56:56.487 +03:30] [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"=3.007888ms] [job="ID:235, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:234, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.481 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.489 +03:30] [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 01:56:56.481 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.490 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=235] [2025/04/05 01:56:56.491 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=117] [cur_db=test] [sql="create table t60(a int);"] [user=root@%] [2025/04/05 01:56:56.492 +03:30] [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 01:56:56.491 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.492 +03:30] [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 01:56:56.491 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t61(a int);"] [2025/04/05 01:56:56.493 +03:30] [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 01:56:56.491 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.494 +03:30] [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 01:56:56.495 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=117] [neededSchemaVersion=118] ["elapsed time"=263.964µs] [gotSchemaVersion=118] [phyTblIDs="[236]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.496 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=237] [version=118] [2025/04/05 01:56:56.497 +03:30] [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"=2.073385ms] [job="ID:237, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:236, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.491 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.498 +03:30] [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 01:56:56.491 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.500 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=237] [2025/04/05 01:56:56.500 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=118] [cur_db=test] [sql="create table t61(a int);"] [user=root@%] [2025/04/05 01:56:56.501 +03:30] [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 01:56:56.501 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.501 +03:30] [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 01:56:56.501 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t62(a int);"] [2025/04/05 01:56:56.502 +03:30] [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 01:56:56.501 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.503 +03:30] [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 01:56:56.504 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=118] [neededSchemaVersion=119] ["elapsed time"=113.539µs] [gotSchemaVersion=119] [phyTblIDs="[238]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.504 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=239] [version=119] [2025/04/05 01:56:56.507 +03:30] [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"=3.344794ms] [job="ID:239, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:238, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.501 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.508 +03:30] [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 01:56:56.501 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.510 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=239] [2025/04/05 01:56:56.510 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=119] [cur_db=test] [sql="create table t62(a int);"] [user=root@%] [2025/04/05 01:56:56.511 +03:30] [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 01:56:56.51 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.511 +03:30] [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 01:56:56.51 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t63(a int);"] [2025/04/05 01:56:56.512 +03:30] [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 01:56:56.51 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.513 +03:30] [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 01:56:56.514 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=119] [neededSchemaVersion=120] ["elapsed time"=112.985µs] [gotSchemaVersion=120] [phyTblIDs="[240]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.515 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=241] [version=120] [2025/04/05 01:56:56.516 +03:30] [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.047637ms] [job="ID:241, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:240, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.51 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.517 +03:30] [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 01:56:56.51 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.519 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=241] [2025/04/05 01:56:56.519 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=120] [cur_db=test] [sql="create table t63(a int);"] [user=root@%] [2025/04/05 01:56:56.520 +03:30] [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 01:56:56.519 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.520 +03:30] [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 01:56:56.519 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t64(a int);"] [2025/04/05 01:56:56.521 +03:30] [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 01:56:56.519 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.522 +03:30] [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 01:56:56.523 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=120] [neededSchemaVersion=121] ["elapsed time"=120.162µs] [gotSchemaVersion=121] [phyTblIDs="[242]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.524 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=243] [version=121] [2025/04/05 01:56:56.526 +03:30] [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"=3.040398ms] [job="ID:243, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:242, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.519 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.527 +03:30] [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 01:56:56.519 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.529 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=243] [2025/04/05 01:56:56.529 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=121] [cur_db=test] [sql="create table t64(a int);"] [user=root@%] [2025/04/05 01:56:56.531 +03:30] [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 01:56:56.53 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.531 +03:30] [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 01:56:56.53 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t65(a int);"] [2025/04/05 01:56:56.532 +03:30] [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 01:56:56.53 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.532 +03:30] [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 01:56:56.533 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=121] [neededSchemaVersion=122] ["elapsed time"=112.523µs] [gotSchemaVersion=122] [phyTblIDs="[244]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.534 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=245] [version=122] [2025/04/05 01:56:56.536 +03:30] [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"=2.925345ms] [job="ID:245, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:244, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.53 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.537 +03:30] [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 01:56:56.53 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.539 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=245] [2025/04/05 01:56:56.539 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=122] [cur_db=test] [sql="create table t65(a int);"] [user=root@%] [2025/04/05 01:56:56.541 +03:30] [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 01:56:56.54 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.541 +03:30] [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 01:56:56.54 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t66(a int);"] [2025/04/05 01:56:56.541 +03:30] [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 01:56:56.54 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.542 +03:30] [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 01:56:56.543 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=122] [neededSchemaVersion=123] ["elapsed time"=115.612µs] [gotSchemaVersion=123] [phyTblIDs="[246]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.544 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=247] [version=123] [2025/04/05 01:56:56.546 +03:30] [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.991558ms] [job="ID:247, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:246, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.54 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.547 +03:30] [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 01:56:56.54 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.549 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=247] [2025/04/05 01:56:56.549 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=123] [cur_db=test] [sql="create table t66(a int);"] [user=root@%] [2025/04/05 01:56:56.551 +03:30] [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 01:56:56.55 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.551 +03:30] [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 01:56:56.55 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t67(a int);"] [2025/04/05 01:56:56.552 +03:30] [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 01:56:56.55 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.552 +03:30] [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 01:56:56.553 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=123] [neededSchemaVersion=124] ["elapsed time"=118.893µs] [gotSchemaVersion=124] [phyTblIDs="[248]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.554 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=249] [version=124] [2025/04/05 01:56:56.556 +03:30] [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"=2.984686ms] [job="ID:249, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:248, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.55 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.558 +03:30] [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 01:56:56.55 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.559 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=249] [2025/04/05 01:56:56.559 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=124] [cur_db=test] [sql="create table t67(a int);"] [user=root@%] [2025/04/05 01:56:56.561 +03:30] [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 01:56:56.56 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.561 +03:30] [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 01:56:56.56 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t68(a int);"] [2025/04/05 01:56:56.562 +03:30] [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 01:56:56.56 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.563 +03:30] [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 01:56:56.564 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=124] [neededSchemaVersion=125] ["elapsed time"=113.174µs] [gotSchemaVersion=125] [phyTblIDs="[250]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.565 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=251] [version=125] [2025/04/05 01:56:56.566 +03:30] [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"=2.071944ms] [job="ID:251, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:250, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.56 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.567 +03:30] [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 01:56:56.56 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.569 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=251] [2025/04/05 01:56:56.569 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=125] [cur_db=test] [sql="create table t68(a int);"] [user=root@%] [2025/04/05 01:56:56.571 +03:30] [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 01:56:56.57 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.571 +03:30] [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 01:56:56.57 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t69(a int);"] [2025/04/05 01:56:56.572 +03:30] [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 01:56:56.57 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.572 +03:30] [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 01:56:56.573 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=125] [neededSchemaVersion=126] ["elapsed time"=115.818µs] [gotSchemaVersion=126] [phyTblIDs="[252]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.574 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=253] [version=126] [2025/04/05 01:56:56.576 +03:30] [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.949793ms] [job="ID:253, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:252, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.57 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.577 +03:30] [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 01:56:56.57 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.578 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=253] [2025/04/05 01:56:56.579 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=126] [cur_db=test] [sql="create table t69(a int);"] [user=root@%] [2025/04/05 01:56:56.580 +03:30] [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 01:56:56.579 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.580 +03:30] [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 01:56:56.579 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t70(a int);"] [2025/04/05 01:56:56.581 +03:30] [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 01:56:56.579 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.581 +03:30] [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 01:56:56.583 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=126] [neededSchemaVersion=127] ["elapsed time"=109.324µs] [gotSchemaVersion=127] [phyTblIDs="[254]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.583 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=255] [version=127] [2025/04/05 01:56:56.586 +03:30] [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.971307ms] [job="ID:255, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:254, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.579 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.587 +03:30] [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 01:56:56.579 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.588 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=255] [2025/04/05 01:56:56.588 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=127] [cur_db=test] [sql="create table t70(a int);"] [user=root@%] [2025/04/05 01:56:56.590 +03:30] [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 01:56:56.589 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.590 +03:30] [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 01:56:56.589 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t71(a int);"] [2025/04/05 01:56:56.591 +03:30] [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 01:56:56.589 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.591 +03:30] [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 01:56:56.593 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=127] [neededSchemaVersion=128] ["elapsed time"=115.496µs] [gotSchemaVersion=128] [phyTblIDs="[256]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.593 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=257] [version=128] [2025/04/05 01:56:56.595 +03:30] [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.968415ms] [job="ID:257, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:256, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.589 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.596 +03:30] [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 01:56:56.589 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.598 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=257] [2025/04/05 01:56:56.598 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=128] [cur_db=test] [sql="create table t71(a int);"] [user=root@%] [2025/04/05 01:56:56.600 +03:30] [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 01:56:56.599 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.600 +03:30] [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 01:56:56.599 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t72(a int);"] [2025/04/05 01:56:56.601 +03:30] [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 01:56:56.599 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.601 +03:30] [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 01:56:56.602 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=128] [neededSchemaVersion=129] ["elapsed time"=119.121µs] [gotSchemaVersion=129] [phyTblIDs="[258]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.603 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=259] [version=129] [2025/04/05 01:56:56.605 +03:30] [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.908751ms] [job="ID:259, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:258, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.599 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.606 +03:30] [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 01:56:56.599 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.608 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=259] [2025/04/05 01:56:56.608 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=129] [cur_db=test] [sql="create table t72(a int);"] [user=root@%] [2025/04/05 01:56:56.609 +03:30] [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 01:56:56.609 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.609 +03:30] [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 01:56:56.609 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t73(a int);"] [2025/04/05 01:56:56.611 +03:30] [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 01:56:56.609 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.611 +03:30] [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 01:56:56.613 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=129] [neededSchemaVersion=130] ["elapsed time"=115.164µs] [gotSchemaVersion=130] [phyTblIDs="[260]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.613 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=261] [version=130] [2025/04/05 01:56:56.616 +03:30] [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.996599ms] [job="ID:261, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:260, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.609 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.617 +03:30] [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 01:56:56.609 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.618 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=261] [2025/04/05 01:56:56.618 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=130] [cur_db=test] [sql="create table t73(a int);"] [user=root@%] [2025/04/05 01:56:56.620 +03:30] [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 01:56:56.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.620 +03:30] [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 01:56:56.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t74(a int);"] [2025/04/05 01:56:56.621 +03:30] [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 01:56:56.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.621 +03:30] [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 01:56:56.622 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=130] [neededSchemaVersion=131] ["elapsed time"=114.466µs] [gotSchemaVersion=131] [phyTblIDs="[262]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.623 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=263] [version=131] [2025/04/05 01:56:56.625 +03:30] [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.059283ms] [job="ID:263, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:262, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.626 +03:30] [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 01:56:56.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.628 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=263] [2025/04/05 01:56:56.628 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=131] [cur_db=test] [sql="create table t74(a int);"] [user=root@%] [2025/04/05 01:56:56.629 +03:30] [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 01:56:56.629 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.629 +03:30] [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 01:56:56.629 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t75(a int);"] [2025/04/05 01:56:56.630 +03:30] [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 01:56:56.629 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.630 +03:30] [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 01:56:56.632 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=131] [neededSchemaVersion=132] ["elapsed time"=115.779µs] [gotSchemaVersion=132] [phyTblIDs="[264]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.632 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=265] [version=132] [2025/04/05 01:56:56.634 +03:30] [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.926139ms] [job="ID:265, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:264, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.629 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.636 +03:30] [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 01:56:56.629 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.637 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=265] [2025/04/05 01:56:56.637 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=132] [cur_db=test] [sql="create table t75(a int);"] [user=root@%] [2025/04/05 01:56:56.639 +03:30] [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 01:56:56.638 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.639 +03:30] [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 01:56:56.638 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t76(a int);"] [2025/04/05 01:56:56.640 +03:30] [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 01:56:56.638 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.640 +03:30] [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 01:56:56.641 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=132] [neededSchemaVersion=133] ["elapsed time"=113.389µs] [gotSchemaVersion=133] [phyTblIDs="[266]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.642 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=267] [version=133] [2025/04/05 01:56:56.644 +03:30] [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.004373ms] [job="ID:267, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:266, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.638 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.645 +03:30] [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 01:56:56.638 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.647 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=267] [2025/04/05 01:56:56.647 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=133] [cur_db=test] [sql="create table t76(a int);"] [user=root@%] [2025/04/05 01:56:56.648 +03:30] [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 01:56:56.648 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.648 +03:30] [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 01:56:56.648 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t77(a int);"] [2025/04/05 01:56:56.649 +03:30] [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 01:56:56.648 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.649 +03:30] [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 01:56:56.651 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=133] [neededSchemaVersion=134] ["elapsed time"=102.335µs] [gotSchemaVersion=134] [phyTblIDs="[268]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.651 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=269] [version=134] [2025/04/05 01:56:56.653 +03:30] [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.890645ms] [job="ID:269, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:268, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.648 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.654 +03:30] [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 01:56:56.648 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.656 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=269] [2025/04/05 01:56:56.656 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=134] [cur_db=test] [sql="create table t77(a int);"] [user=root@%] [2025/04/05 01:56:56.658 +03:30] [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 01:56:56.657 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.658 +03:30] [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 01:56:56.657 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t78(a int);"] [2025/04/05 01:56:56.659 +03:30] [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 01:56:56.657 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.659 +03:30] [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 01:56:56.660 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=134] [neededSchemaVersion=135] ["elapsed time"=114.867µs] [gotSchemaVersion=135] [phyTblIDs="[270]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.661 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=271] [version=135] [2025/04/05 01:56:56.663 +03:30] [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"=3.033336ms] [job="ID:271, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:270, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.657 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.664 +03:30] [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 01:56:56.657 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.666 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=271] [2025/04/05 01:56:56.666 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=135] [cur_db=test] [sql="create table t78(a int);"] [user=root@%] [2025/04/05 01:56:56.667 +03:30] [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 01:56:56.667 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.667 +03:30] [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 01:56:56.667 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t79(a int);"] [2025/04/05 01:56:56.668 +03:30] [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 01:56:56.667 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.668 +03:30] [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 01:56:56.670 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=135] [neededSchemaVersion=136] ["elapsed time"=104.759µs] [gotSchemaVersion=136] [phyTblIDs="[272]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.670 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=273] [version=136] [2025/04/05 01:56:56.672 +03:30] [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.940992ms] [job="ID:273, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:272, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.667 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.673 +03:30] [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 01:56:56.667 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.675 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=273] [2025/04/05 01:56:56.675 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=136] [cur_db=test] [sql="create table t79(a int);"] [user=root@%] [2025/04/05 01:56:56.677 +03:30] [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 01:56:56.676 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.677 +03:30] [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 01:56:56.676 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t80(a int);"] [2025/04/05 01:56:56.677 +03:30] [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 01:56:56.676 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.678 +03:30] [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 01:56:56.679 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=136] [neededSchemaVersion=137] ["elapsed time"=108.192µs] [gotSchemaVersion=137] [phyTblIDs="[274]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.679 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=275] [version=137] [2025/04/05 01:56:56.682 +03:30] [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.908523ms] [job="ID:275, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:274, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.676 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.683 +03:30] [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 01:56:56.676 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.684 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=275] [2025/04/05 01:56:56.684 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=137] [cur_db=test] [sql="create table t80(a int);"] [user=root@%] [2025/04/05 01:56:56.686 +03:30] [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 01:56:56.685 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.686 +03:30] [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 01:56:56.685 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t81(a int);"] [2025/04/05 01:56:56.687 +03:30] [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 01:56:56.685 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.687 +03:30] [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 01:56:56.688 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=137] [neededSchemaVersion=138] ["elapsed time"=119.764µs] [gotSchemaVersion=138] [phyTblIDs="[276]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.689 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=277] [version=138] [2025/04/05 01:56:56.691 +03:30] [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.935021ms] [job="ID:277, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:276, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.685 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.692 +03:30] [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 01:56:56.685 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.694 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=277] [2025/04/05 01:56:56.694 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=138] [cur_db=test] [sql="create table t81(a int);"] [user=root@%] [2025/04/05 01:56:56.695 +03:30] [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 01:56:56.695 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.695 +03:30] [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 01:56:56.695 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t82(a int);"] [2025/04/05 01:56:56.696 +03:30] [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 01:56:56.695 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.696 +03:30] [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 01:56:56.698 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=138] [neededSchemaVersion=139] ["elapsed time"=115.832µs] [gotSchemaVersion=139] [phyTblIDs="[278]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.698 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=279] [version=139] [2025/04/05 01:56:56.700 +03:30] [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.931462ms] [job="ID:279, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:278, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.695 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.702 +03:30] [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 01:56:56.695 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.703 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=279] [2025/04/05 01:56:56.703 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=139] [cur_db=test] [sql="create table t82(a int);"] [user=root@%] [2025/04/05 01:56:56.705 +03:30] [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 01:56:56.704 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.705 +03:30] [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 01:56:56.704 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t83(a int);"] [2025/04/05 01:56:56.706 +03:30] [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 01:56:56.704 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.706 +03:30] [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 01:56:56.707 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=139] [neededSchemaVersion=140] ["elapsed time"=137.568µs] [gotSchemaVersion=140] [phyTblIDs="[280]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.708 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=281] [version=140] [2025/04/05 01:56:56.709 +03:30] [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.014515ms] [job="ID:281, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:280, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.704 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.710 +03:30] [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 01:56:56.704 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.712 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=281] [2025/04/05 01:56:56.712 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=140] [cur_db=test] [sql="create table t83(a int);"] [user=root@%] [2025/04/05 01:56:56.713 +03:30] [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 01:56:56.713 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.713 +03:30] [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 01:56:56.713 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t84(a int);"] [2025/04/05 01:56:56.714 +03:30] [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 01:56:56.713 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.714 +03:30] [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 01:56:56.716 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=140] [neededSchemaVersion=141] ["elapsed time"=99.372µs] [gotSchemaVersion=141] [phyTblIDs="[282]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.716 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=283] [version=141] [2025/04/05 01:56:56.718 +03:30] [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.868409ms] [job="ID:283, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:282, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.713 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.719 +03:30] [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 01:56:56.713 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.721 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=283] [2025/04/05 01:56:56.721 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=141] [cur_db=test] [sql="create table t84(a int);"] [user=root@%] [2025/04/05 01:56:56.722 +03:30] [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 01:56:56.722 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.722 +03:30] [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 01:56:56.722 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t85(a int);"] [2025/04/05 01:56:56.723 +03:30] [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 01:56:56.722 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.723 +03:30] [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 01:56:56.725 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=141] [neededSchemaVersion=142] ["elapsed time"=97.598µs] [gotSchemaVersion=142] [phyTblIDs="[284]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.725 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=285] [version=142] [2025/04/05 01:56:56.727 +03:30] [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.920256ms] [job="ID:285, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:284, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.722 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.728 +03:30] [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 01:56:56.722 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.730 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=285] [2025/04/05 01:56:56.730 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=142] [cur_db=test] [sql="create table t85(a int);"] [user=root@%] [2025/04/05 01:56:56.732 +03:30] [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 01:56:56.731 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.732 +03:30] [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 01:56:56.731 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t86(a int);"] [2025/04/05 01:56:56.733 +03:30] [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 01:56:56.731 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.733 +03:30] [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 01:56:56.734 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=142] [neededSchemaVersion=143] ["elapsed time"=115.341µs] [gotSchemaVersion=143] [phyTblIDs="[286]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.735 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=287] [version=143] [2025/04/05 01:56:56.737 +03:30] [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.907143ms] [job="ID:287, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:286, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.731 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.738 +03:30] [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 01:56:56.731 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.739 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=287] [2025/04/05 01:56:56.740 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=143] [cur_db=test] [sql="create table t86(a int);"] [user=root@%] [2025/04/05 01:56:56.741 +03:30] [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 01:56:56.74 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.741 +03:30] [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 01:56:56.74 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t87(a int);"] [2025/04/05 01:56:56.742 +03:30] [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 01:56:56.74 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.742 +03:30] [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 01:56:56.743 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=143] [neededSchemaVersion=144] ["elapsed time"=145.087µs] [gotSchemaVersion=144] [phyTblIDs="[288]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.744 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=289] [version=144] [2025/04/05 01:56:56.746 +03:30] [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.976165ms] [job="ID:289, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:288, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.74 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.747 +03:30] [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 01:56:56.74 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.749 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=289] [2025/04/05 01:56:56.749 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=144] [cur_db=test] [sql="create table t87(a int);"] [user=root@%] [2025/04/05 01:56:56.750 +03:30] [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 01:56:56.75 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.750 +03:30] [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 01:56:56.75 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t88(a int);"] [2025/04/05 01:56:56.751 +03:30] [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 01:56:56.75 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.752 +03:30] [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 01:56:56.753 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=144] [neededSchemaVersion=145] ["elapsed time"=116.504µs] [gotSchemaVersion=145] [phyTblIDs="[290]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.753 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=291] [version=145] [2025/04/05 01:56:56.755 +03:30] [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.921648ms] [job="ID:291, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:290, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.75 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.756 +03:30] [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 01:56:56.75 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.758 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=291] [2025/04/05 01:56:56.758 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=145] [cur_db=test] [sql="create table t88(a int);"] [user=root@%] [2025/04/05 01:56:56.760 +03:30] [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 01:56:56.759 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.760 +03:30] [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 01:56:56.759 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t89(a int);"] [2025/04/05 01:56:56.761 +03:30] [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 01:56:56.759 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.761 +03:30] [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 01:56:56.763 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=145] [neededSchemaVersion=146] ["elapsed time"=97.75µs] [gotSchemaVersion=146] [phyTblIDs="[292]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.763 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=293] [version=146] [2025/04/05 01:56:56.765 +03:30] [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.929548ms] [job="ID:293, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:292, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.759 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.766 +03:30] [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 01:56:56.759 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.768 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=293] [2025/04/05 01:56:56.768 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=146] [cur_db=test] [sql="create table t89(a int);"] [user=root@%] [2025/04/05 01:56:56.771 +03:30] [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 01:56:56.77 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.771 +03:30] [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 01:56:56.77 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t90(a int);"] [2025/04/05 01:56:56.771 +03:30] [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 01:56:56.77 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.772 +03:30] [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 01:56:56.773 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=146] [neededSchemaVersion=147] ["elapsed time"=141.222µs] [gotSchemaVersion=147] [phyTblIDs="[294]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.774 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=295] [version=147] [2025/04/05 01:56:56.776 +03:30] [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.988354ms] [job="ID:295, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:294, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.77 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.777 +03:30] [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 01:56:56.77 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.778 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=295] [2025/04/05 01:56:56.778 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=147] [cur_db=test] [sql="create table t90(a int);"] [user=root@%] [2025/04/05 01:56:56.780 +03:30] [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 01:56:56.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.780 +03:30] [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 01:56:56.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t91(a int);"] [2025/04/05 01:56:56.781 +03:30] [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 01:56:56.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.781 +03:30] [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 01:56:56.782 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=147] [neededSchemaVersion=148] ["elapsed time"=125.785µs] [gotSchemaVersion=148] [phyTblIDs="[296]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.783 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=297] [version=148] [2025/04/05 01:56:56.785 +03:30] [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.987744ms] [job="ID:297, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:296, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.786 +03:30] [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 01:56:56.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.788 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=297] [2025/04/05 01:56:56.788 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=148] [cur_db=test] [sql="create table t91(a int);"] [user=root@%] [2025/04/05 01:56:56.790 +03:30] [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 01:56:56.789 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.790 +03:30] [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 01:56:56.789 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t92(a int);"] [2025/04/05 01:56:56.791 +03:30] [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 01:56:56.789 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.791 +03:30] [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 01:56:56.792 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=148] [neededSchemaVersion=149] ["elapsed time"=128.328µs] [gotSchemaVersion=149] [phyTblIDs="[298]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.792 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=299] [version=149] [2025/04/05 01:56:56.795 +03:30] [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.941486ms] [job="ID:299, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:298, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.789 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.796 +03:30] [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 01:56:56.789 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.797 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=299] [2025/04/05 01:56:56.798 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=149] [cur_db=test] [sql="create table t92(a int);"] [user=root@%] [2025/04/05 01:56:56.799 +03:30] [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 01:56:56.798 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.799 +03:30] [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 01:56:56.798 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t93(a int);"] [2025/04/05 01:56:56.800 +03:30] [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 01:56:56.798 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.800 +03:30] [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 01:56:56.801 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=149] [neededSchemaVersion=150] ["elapsed time"=119.518µs] [gotSchemaVersion=150] [phyTblIDs="[300]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.802 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=301] [version=150] [2025/04/05 01:56:56.804 +03:30] [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"=2.906874ms] [job="ID:301, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:300, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.798 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.805 +03:30] [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 01:56:56.798 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.806 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=301] [2025/04/05 01:56:56.806 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=150] [cur_db=test] [sql="create table t93(a int);"] [user=root@%] [2025/04/05 01:56:56.808 +03:30] [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 01:56:56.807 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.808 +03:30] [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 01:56:56.807 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t94(a int);"] [2025/04/05 01:56:56.809 +03:30] [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 01:56:56.807 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.809 +03:30] [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 01:56:56.811 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=150] [neededSchemaVersion=151] ["elapsed time"=113.436µs] [gotSchemaVersion=151] [phyTblIDs="[302]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.811 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=303] [version=151] [2025/04/05 01:56:56.813 +03:30] [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.415751ms] [job="ID:303, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:302, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.807 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.814 +03:30] [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 01:56:56.807 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.816 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=303] [2025/04/05 01:56:56.816 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=151] [cur_db=test] [sql="create table t94(a int);"] [user=root@%] [2025/04/05 01:56:56.817 +03:30] [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 01:56:56.817 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.817 +03:30] [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 01:56:56.817 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t95(a int);"] [2025/04/05 01:56:56.818 +03:30] [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 01:56:56.817 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.818 +03:30] [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 01:56:56.819 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=151] [neededSchemaVersion=152] ["elapsed time"=109.028µs] [gotSchemaVersion=152] [phyTblIDs="[304]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.820 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=305] [version=152] [2025/04/05 01:56:56.822 +03:30] [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.952441ms] [job="ID:305, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:304, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.817 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.823 +03:30] [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 01:56:56.817 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.825 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=305] [2025/04/05 01:56:56.825 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=152] [cur_db=test] [sql="create table t95(a int);"] [user=root@%] [2025/04/05 01:56:56.827 +03:30] [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 01:56:56.826 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.827 +03:30] [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 01:56:56.826 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t96(a int);"] [2025/04/05 01:56:56.827 +03:30] [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 01:56:56.826 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.828 +03:30] [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 01:56:56.829 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=152] [neededSchemaVersion=153] ["elapsed time"=115.696µs] [gotSchemaVersion=153] [phyTblIDs="[306]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.829 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=307] [version=153] [2025/04/05 01:56:56.832 +03:30] [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.920546ms] [job="ID:307, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:306, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.826 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.833 +03:30] [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 01:56:56.826 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.834 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=307] [2025/04/05 01:56:56.835 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=153] [cur_db=test] [sql="create table t96(a int);"] [user=root@%] [2025/04/05 01:56:56.836 +03:30] [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 01:56:56.835 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.836 +03:30] [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 01:56:56.835 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t97(a int);"] [2025/04/05 01:56:56.837 +03:30] [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 01:56:56.835 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.837 +03:30] [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 01:56:56.838 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=153] [neededSchemaVersion=154] ["elapsed time"=112.729µs] [gotSchemaVersion=154] [phyTblIDs="[308]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.839 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=309] [version=154] [2025/04/05 01:56:56.841 +03:30] [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.873571ms] [job="ID:309, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:308, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.835 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.842 +03:30] [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 01:56:56.835 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.844 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=309] [2025/04/05 01:56:56.844 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=154] [cur_db=test] [sql="create table t97(a int);"] [user=root@%] [2025/04/05 01:56:56.845 +03:30] [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 01:56:56.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.845 +03:30] [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 01:56:56.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t98(a int);"] [2025/04/05 01:56:56.846 +03:30] [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 01:56:56.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.846 +03:30] [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 01:56:56.848 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=154] [neededSchemaVersion=155] ["elapsed time"=164.929µs] [gotSchemaVersion=155] [phyTblIDs="[310]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.848 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=311] [version=155] [2025/04/05 01:56:56.850 +03:30] [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.983032ms] [job="ID:311, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:310, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.852 +03:30] [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 01:56:56.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.853 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=311] [2025/04/05 01:56:56.853 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=155] [cur_db=test] [sql="create table t98(a int);"] [user=root@%] [2025/04/05 01:56:56.855 +03:30] [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 01:56:56.854 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.855 +03:30] [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 01:56:56.854 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t99(a int);"] [2025/04/05 01:56:56.856 +03:30] [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 01:56:56.854 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.856 +03:30] [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 01:56:56.857 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=155] [neededSchemaVersion=156] ["elapsed time"=110.008µs] [gotSchemaVersion=156] [phyTblIDs="[312]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.858 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=313] [version=156] [2025/04/05 01:56:56.859 +03:30] [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.169741ms] [job="ID:313, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:312, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.854 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.860 +03:30] [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 01:56:56.854 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.862 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=313] [2025/04/05 01:56:56.862 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=156] [cur_db=test] [sql="create table t99(a int);"] [user=root@%] [2025/04/05 01:56:56.871 +03:30] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [groupID=ttl] [2025/04/05 01:56:56.871 +03:30] [INFO] [runtime.go:450] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2025/04/05 01:56:56.873 +03:30] [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 01:56:56.866 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.873 +03:30] [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 01:56:56.866 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t100(a int);"] [2025/04/05 01:56:56.873 +03:30] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/05 01:56:56.873 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/05 01:56:56.873 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/05 01:56:56.873 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:56:56.873 +03:30] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=1] [2025/04/05 01:56:56.874 +03:30] [INFO] [scheduler_manager.go:198] ["schedule task loop start"] [server-id=:4000] [2025/04/05 01:56:56.874 +03:30] [INFO] [scheduler_manager.go:302] ["subtask table gc loop start"] [server-id=:4000] [2025/04/05 01:56:56.874 +03:30] [INFO] [scheduler_manager.go:366] ["cleanup loop start"] [server-id=:4000] [2025/04/05 01:56:56.874 +03:30] [INFO] [scheduler_manager.go:442] ["collect loop start"] [server-id=:4000] [2025/04/05 01:56:56.875 +03:30] [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 01:56:56.866 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.875 +03:30] [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 01:56:56.876 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=156] [neededSchemaVersion=157] ["elapsed time"=115.362µs] [gotSchemaVersion=157] [phyTblIDs="[314]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.877 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=315] [version=157] [2025/04/05 01:56:56.879 +03:30] [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.902973ms] [job="ID:315, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:314, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.866 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.880 +03:30] [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 01:56:56.866 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.882 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=315] [2025/04/05 01:56:56.882 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=157] [cur_db=test] [sql="create table t100(a int);"] [user=root@%] [2025/04/05 01:56:56.883 +03:30] [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 01:56:56.883 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.883 +03:30] [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 01:56:56.883 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t101(a int);"] [2025/04/05 01:56:56.884 +03:30] [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 01:56:56.883 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.884 +03:30] [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 01:56:56.885 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=157] [neededSchemaVersion=158] ["elapsed time"=105.712µs] [gotSchemaVersion=158] [phyTblIDs="[316]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.886 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=317] [version=158] [2025/04/05 01:56:56.888 +03:30] [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.90456ms] [job="ID:317, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:316, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.883 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.889 +03:30] [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 01:56:56.883 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.891 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=317] [2025/04/05 01:56:56.891 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=158] [cur_db=test] [sql="create table t101(a int);"] [user=root@%] [2025/04/05 01:56:56.892 +03:30] [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 01:56:56.892 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.892 +03:30] [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 01:56:56.892 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t102(a int);"] [2025/04/05 01:56:56.893 +03:30] [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 01:56:56.892 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.893 +03:30] [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 01:56:56.895 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=158] [neededSchemaVersion=159] ["elapsed time"=114.815µs] [gotSchemaVersion=159] [phyTblIDs="[318]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.895 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=319] [version=159] [2025/04/05 01:56:56.897 +03:30] [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.913852ms] [job="ID:319, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:318, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.892 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.898 +03:30] [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 01:56:56.892 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.900 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=319] [2025/04/05 01:56:56.900 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=159] [cur_db=test] [sql="create table t102(a int);"] [user=root@%] [2025/04/05 01:56:56.901 +03:30] [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 01:56:56.901 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.901 +03:30] [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 01:56:56.901 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t103(a int);"] [2025/04/05 01:56:56.902 +03:30] [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 01:56:56.901 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.903 +03:30] [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 01:56:56.904 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=159] [neededSchemaVersion=160] ["elapsed time"=104.786µs] [gotSchemaVersion=160] [phyTblIDs="[320]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.904 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=321] [version=160] [2025/04/05 01:56:56.907 +03:30] [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"=3.275819ms] [job="ID:321, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:320, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.901 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.908 +03:30] [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 01:56:56.901 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.909 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=321] [2025/04/05 01:56:56.909 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=160] [cur_db=test] [sql="create table t103(a int);"] [user=root@%] [2025/04/05 01:56:56.911 +03:30] [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 01:56:56.91 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.911 +03:30] [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 01:56:56.91 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t104(a int);"] [2025/04/05 01:56:56.912 +03:30] [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 01:56:56.91 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.912 +03:30] [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 01:56:56.913 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=160] [neededSchemaVersion=161] ["elapsed time"=101.2µs] [gotSchemaVersion=161] [phyTblIDs="[322]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.914 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=323] [version=161] [2025/04/05 01:56:56.916 +03:30] [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.933707ms] [job="ID:323, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:322, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.91 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.917 +03:30] [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 01:56:56.91 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.919 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=323] [2025/04/05 01:56:56.919 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=161] [cur_db=test] [sql="create table t104(a int);"] [user=root@%] [2025/04/05 01:56:56.920 +03:30] [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 01:56:56.92 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.920 +03:30] [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 01:56:56.92 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t105(a int);"] [2025/04/05 01:56:56.921 +03:30] [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 01:56:56.92 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.921 +03:30] [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 01:56:56.923 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=161] [neededSchemaVersion=162] ["elapsed time"=114.23µs] [gotSchemaVersion=162] [phyTblIDs="[324]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.923 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=325] [version=162] [2025/04/05 01:56:56.925 +03:30] [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.898725ms] [job="ID:325, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:324, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.92 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.926 +03:30] [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 01:56:56.92 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.928 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=325] [2025/04/05 01:56:56.928 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=162] [cur_db=test] [sql="create table t105(a int);"] [user=root@%] [2025/04/05 01:56:56.930 +03:30] [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 01:56:56.929 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.930 +03:30] [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 01:56:56.929 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t106(a int);"] [2025/04/05 01:56:56.930 +03:30] [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 01:56:56.929 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.931 +03:30] [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 01:56:56.932 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=162] [neededSchemaVersion=163] ["elapsed time"=110.882µs] [gotSchemaVersion=163] [phyTblIDs="[326]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.932 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=327] [version=163] [2025/04/05 01:56:56.934 +03:30] [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.883228ms] [job="ID:327, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:326, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.929 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.936 +03:30] [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 01:56:56.929 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.937 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=327] [2025/04/05 01:56:56.937 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=163] [cur_db=test] [sql="create table t106(a int);"] [user=root@%] [2025/04/05 01:56:56.939 +03:30] [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 01:56:56.938 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.939 +03:30] [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 01:56:56.938 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t107(a int);"] [2025/04/05 01:56:56.940 +03:30] [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 01:56:56.938 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.940 +03:30] [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 01:56:56.941 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=163] [neededSchemaVersion=164] ["elapsed time"=122.341µs] [gotSchemaVersion=164] [phyTblIDs="[328]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.942 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=329] [version=164] [2025/04/05 01:56:56.944 +03:30] [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"=2.910354ms] [job="ID:329, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:328, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.938 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.945 +03:30] [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 01:56:56.938 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.946 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=329] [2025/04/05 01:56:56.946 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=164] [cur_db=test] [sql="create table t107(a int);"] [user=root@%] [2025/04/05 01:56:56.948 +03:30] [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 01:56:56.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.948 +03:30] [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 01:56:56.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t108(a int);"] [2025/04/05 01:56:56.949 +03:30] [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 01:56:56.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.949 +03:30] [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 01:56:56.950 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=164] [neededSchemaVersion=165] ["elapsed time"=115.148µs] [gotSchemaVersion=165] [phyTblIDs="[330]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.951 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=331] [version=165] [2025/04/05 01:56:56.953 +03:30] [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"=2.915221ms] [job="ID:331, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:330, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.954 +03:30] [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 01:56:56.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.956 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=331] [2025/04/05 01:56:56.956 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=165] [cur_db=test] [sql="create table t108(a int);"] [user=root@%] [2025/04/05 01:56:56.957 +03:30] [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 01:56:56.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.957 +03:30] [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 01:56:56.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t109(a int);"] [2025/04/05 01:56:56.959 +03:30] [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 01:56:56.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.959 +03:30] [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 01:56:56.960 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=165] [neededSchemaVersion=166] ["elapsed time"=125.04µs] [gotSchemaVersion=166] [phyTblIDs="[332]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.961 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=333] [version=166] [2025/04/05 01:56:56.962 +03:30] [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.033374ms] [job="ID:333, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:332, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.963 +03:30] [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 01:56:56.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.964 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=333] [2025/04/05 01:56:56.965 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=166] [cur_db=test] [sql="create table t109(a int);"] [user=root@%] [2025/04/05 01:56:56.966 +03:30] [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 01:56:56.965 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.966 +03:30] [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 01:56:56.965 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t110(a int);"] [2025/04/05 01:56:56.967 +03:30] [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 01:56:56.965 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.967 +03:30] [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 01:56:56.969 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=166] [neededSchemaVersion=167] ["elapsed time"=102.36µs] [gotSchemaVersion=167] [phyTblIDs="[334]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.969 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=335] [version=167] [2025/04/05 01:56:56.971 +03:30] [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"=2.959431ms] [job="ID:335, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:334, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.965 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.972 +03:30] [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 01:56:56.965 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.974 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=335] [2025/04/05 01:56:56.974 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=167] [cur_db=test] [sql="create table t110(a int);"] [user=root@%] [2025/04/05 01:56:56.976 +03:30] [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 01:56:56.975 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.976 +03:30] [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 01:56:56.975 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t111(a int);"] [2025/04/05 01:56:56.977 +03:30] [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 01:56:56.975 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.977 +03:30] [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 01:56:56.978 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=167] [neededSchemaVersion=168] ["elapsed time"=109.564µs] [gotSchemaVersion=168] [phyTblIDs="[336]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.979 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=337] [version=168] [2025/04/05 01:56:56.981 +03:30] [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.945603ms] [job="ID:337, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:336, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.975 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.982 +03:30] [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 01:56:56.975 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.984 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=337] [2025/04/05 01:56:56.984 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=168] [cur_db=test] [sql="create table t111(a int);"] [user=root@%] [2025/04/05 01:56:56.985 +03:30] [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 01:56:56.985 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.985 +03:30] [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 01:56:56.985 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t112(a int);"] [2025/04/05 01:56:56.986 +03:30] [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 01:56:56.985 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.986 +03:30] [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 01:56:56.987 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=168] [neededSchemaVersion=169] ["elapsed time"=108.731µs] [gotSchemaVersion=169] [phyTblIDs="[338]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.988 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=339] [version=169] [2025/04/05 01:56:56.990 +03:30] [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"=2.994101ms] [job="ID:339, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:338, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.985 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.992 +03:30] [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 01:56:56.985 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.993 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=339] [2025/04/05 01:56:56.993 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=169] [cur_db=test] [sql="create table t112(a int);"] [user=root@%] [2025/04/05 01:56:56.995 +03:30] [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 01:56:56.994 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:56.995 +03:30] [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 01:56:56.994 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t113(a int);"] [2025/04/05 01:56:56.996 +03:30] [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 01:56:56.994 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:56.996 +03:30] [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 01:56:56.997 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=169] [neededSchemaVersion=170] ["elapsed time"=120.862µs] [gotSchemaVersion=170] [phyTblIDs="[340]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:56.998 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=341] [version=170] [2025/04/05 01:56:56.999 +03:30] [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.123182ms] [job="ID:341, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:340, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:56.994 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.000 +03:30] [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 01:56:56.994 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.002 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=341] [2025/04/05 01:56:57.002 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=170] [cur_db=test] [sql="create table t113(a int);"] [user=root@%] [2025/04/05 01:56:57.004 +03:30] [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 01:56:57.003 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.004 +03:30] [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 01:56:57.003 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t114(a int);"] [2025/04/05 01:56:57.005 +03:30] [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 01:56:57.003 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.005 +03:30] [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 01:56:57.006 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=170] [neededSchemaVersion=171] ["elapsed time"=116.122µs] [gotSchemaVersion=171] [phyTblIDs="[342]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.007 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=343] [version=171] [2025/04/05 01:56:57.008 +03:30] [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"=2.466842ms] [job="ID:343, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:342, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.003 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.009 +03:30] [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 01:56:57.003 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.011 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=343] [2025/04/05 01:56:57.011 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=171] [cur_db=test] [sql="create table t114(a int);"] [user=root@%] [2025/04/05 01:56:57.013 +03:30] [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 01:56:57.012 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.013 +03:30] [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 01:56:57.012 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t115(a int);"] [2025/04/05 01:56:57.014 +03:30] [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 01:56:57.012 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.014 +03:30] [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 01:56:57.015 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=171] [neededSchemaVersion=172] ["elapsed time"=105.938µs] [gotSchemaVersion=172] [phyTblIDs="[344]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.016 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=345] [version=172] [2025/04/05 01:56:57.017 +03:30] [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.483365ms] [job="ID:345, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:344, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.012 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.018 +03:30] [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 01:56:57.012 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.020 +03:30] [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 01:56:57.020 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=345] [2025/04/05 01:56:57.020 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=172] [cur_db=test] [sql="create table t115(a int);"] [user=root@%] [2025/04/05 01:56:57.022 +03:30] [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 01:56:57.021 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.022 +03:30] [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 01:56:57.021 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t116(a int);"] [2025/04/05 01:56:57.023 +03:30] [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 01:56:57.021 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.023 +03:30] [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 01:56:57.024 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=172] [neededSchemaVersion=173] ["elapsed time"=109.084µs] [gotSchemaVersion=173] [phyTblIDs="[346]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.025 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=347] [version=173] [2025/04/05 01:56:57.027 +03:30] [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"=2.984451ms] [job="ID:347, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:346, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.021 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.028 +03:30] [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 01:56:57.021 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.030 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=347] [2025/04/05 01:56:57.030 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=173] [cur_db=test] [sql="create table t116(a int);"] [user=root@%] [2025/04/05 01:56:57.031 +03:30] [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 01:56:57.031 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.031 +03:30] [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 01:56:57.031 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t117(a int);"] [2025/04/05 01:56:57.032 +03:30] [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 01:56:57.031 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.032 +03:30] [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 01:56:57.034 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=173] [neededSchemaVersion=174] ["elapsed time"=121.923µs] [gotSchemaVersion=174] [phyTblIDs="[348]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.034 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=349] [version=174] [2025/04/05 01:56:57.036 +03:30] [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.94557ms] [job="ID:349, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:348, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.031 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.038 +03:30] [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 01:56:57.031 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.039 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=349] [2025/04/05 01:56:57.039 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=174] [cur_db=test] [sql="create table t117(a int);"] [user=root@%] [2025/04/05 01:56:57.041 +03:30] [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 01:56:57.04 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.041 +03:30] [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 01:56:57.04 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t118(a int);"] [2025/04/05 01:56:57.042 +03:30] [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 01:56:57.04 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.042 +03:30] [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 01:56:57.043 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=174] [neededSchemaVersion=175] ["elapsed time"=115.645µs] [gotSchemaVersion=175] [phyTblIDs="[350]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.044 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=351] [version=175] [2025/04/05 01:56:57.046 +03:30] [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.985005ms] [job="ID:351, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:350, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.04 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.047 +03:30] [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 01:56:57.04 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.049 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=351] [2025/04/05 01:56:57.049 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=175] [cur_db=test] [sql="create table t118(a int);"] [user=root@%] [2025/04/05 01:56:57.051 +03:30] [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 01:56:57.05 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.051 +03:30] [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 01:56:57.05 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t119(a int);"] [2025/04/05 01:56:57.052 +03:30] [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 01:56:57.05 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.052 +03:30] [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 01:56:57.053 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=175] [neededSchemaVersion=176] ["elapsed time"=105.476µs] [gotSchemaVersion=176] [phyTblIDs="[352]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.054 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=353] [version=176] [2025/04/05 01:56:57.056 +03:30] [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.923919ms] [job="ID:353, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:352, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.05 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.057 +03:30] [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 01:56:57.05 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.059 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=353] [2025/04/05 01:56:57.059 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=176] [cur_db=test] [sql="create table t119(a int);"] [user=root@%] [2025/04/05 01:56:57.060 +03:30] [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 01:56:57.06 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.060 +03:30] [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 01:56:57.06 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t120(a int);"] [2025/04/05 01:56:57.062 +03:30] [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 01:56:57.06 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.062 +03:30] [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 01:56:57.063 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=176] [neededSchemaVersion=177] ["elapsed time"=119.381µs] [gotSchemaVersion=177] [phyTblIDs="[354]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.064 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=355] [version=177] [2025/04/05 01:56:57.066 +03:30] [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"=2.987031ms] [job="ID:355, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:354, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.06 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.067 +03:30] [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 01:56:57.06 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.069 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=355] [2025/04/05 01:56:57.069 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=177] [cur_db=test] [sql="create table t120(a int);"] [user=root@%] [2025/04/05 01:56:57.071 +03:30] [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 01:56:57.071 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.072 +03:30] [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 01:56:57.071 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t121(a int);"] [2025/04/05 01:56:57.073 +03:30] [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 01:56:57.071 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.073 +03:30] [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 01:56:57.074 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=177] [neededSchemaVersion=178] ["elapsed time"=122.929µs] [gotSchemaVersion=178] [phyTblIDs="[356]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.075 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=357] [version=178] [2025/04/05 01:56:57.077 +03:30] [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"=3.018075ms] [job="ID:357, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:356, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.071 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.078 +03:30] [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 01:56:57.071 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.080 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=357] [2025/04/05 01:56:57.080 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=178] [cur_db=test] [sql="create table t121(a int);"] [user=root@%] [2025/04/05 01:56:57.082 +03:30] [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 01:56:57.081 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.082 +03:30] [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 01:56:57.081 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t122(a int);"] [2025/04/05 01:56:57.083 +03:30] [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 01:56:57.081 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.083 +03:30] [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 01:56:57.084 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=178] [neededSchemaVersion=179] ["elapsed time"=110.798µs] [gotSchemaVersion=179] [phyTblIDs="[358]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.085 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=359] [version=179] [2025/04/05 01:56:57.087 +03:30] [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.970796ms] [job="ID:359, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:358, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.081 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.088 +03:30] [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 01:56:57.081 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.090 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=359] [2025/04/05 01:56:57.090 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=179] [cur_db=test] [sql="create table t122(a int);"] [user=root@%] [2025/04/05 01:56:57.092 +03:30] [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 01:56:57.091 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.092 +03:30] [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 01:56:57.091 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t123(a int);"] [2025/04/05 01:56:57.093 +03:30] [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 01:56:57.091 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.093 +03:30] [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 01:56:57.094 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=179] [neededSchemaVersion=180] ["elapsed time"=117.45µs] [gotSchemaVersion=180] [phyTblIDs="[360]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.095 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=361] [version=180] [2025/04/05 01:56:57.097 +03:30] [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"=2.975486ms] [job="ID:361, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:360, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.091 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.098 +03:30] [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 01:56:57.091 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.100 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=361] [2025/04/05 01:56:57.100 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=180] [cur_db=test] [sql="create table t123(a int);"] [user=root@%] [2025/04/05 01:56:57.102 +03:30] [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 01:56:57.101 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.102 +03:30] [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 01:56:57.101 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t124(a int);"] [2025/04/05 01:56:57.103 +03:30] [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 01:56:57.101 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.103 +03:30] [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 01:56:57.104 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=180] [neededSchemaVersion=181] ["elapsed time"=111.409µs] [gotSchemaVersion=181] [phyTblIDs="[362]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.105 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=363] [version=181] [2025/04/05 01:56:57.107 +03:30] [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"=3.417858ms] [job="ID:363, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:362, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.101 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.108 +03:30] [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 01:56:57.101 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.110 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=363] [2025/04/05 01:56:57.110 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=181] [cur_db=test] [sql="create table t124(a int);"] [user=root@%] [2025/04/05 01:56:57.112 +03:30] [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 01:56:57.111 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.112 +03:30] [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 01:56:57.111 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t125(a int);"] [2025/04/05 01:56:57.113 +03:30] [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 01:56:57.111 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.114 +03:30] [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 01:56:57.115 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=181] [neededSchemaVersion=182] ["elapsed time"=100.101µs] [gotSchemaVersion=182] [phyTblIDs="[364]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.116 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=365] [version=182] [2025/04/05 01:56:57.118 +03:30] [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.957567ms] [job="ID:365, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:364, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.111 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.119 +03:30] [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 01:56:57.111 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.120 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=365] [2025/04/05 01:56:57.121 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=182] [cur_db=test] [sql="create table t125(a int);"] [user=root@%] [2025/04/05 01:56:57.122 +03:30] [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 01:56:57.121 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.122 +03:30] [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 01:56:57.121 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t126(a int);"] [2025/04/05 01:56:57.123 +03:30] [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 01:56:57.121 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.123 +03:30] [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 01:56:57.125 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=182] [neededSchemaVersion=183] ["elapsed time"=118.483µs] [gotSchemaVersion=183] [phyTblIDs="[366]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.125 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=367] [version=183] [2025/04/05 01:56:57.128 +03:30] [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"=3.013523ms] [job="ID:367, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:366, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.121 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.129 +03:30] [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 01:56:57.121 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.130 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=367] [2025/04/05 01:56:57.130 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=183] [cur_db=test] [sql="create table t126(a int);"] [user=root@%] [2025/04/05 01:56:57.132 +03:30] [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 01:56:57.131 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.132 +03:30] [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 01:56:57.131 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t127(a int);"] [2025/04/05 01:56:57.133 +03:30] [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 01:56:57.131 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.133 +03:30] [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 01:56:57.135 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=183] [neededSchemaVersion=184] ["elapsed time"=103.315µs] [gotSchemaVersion=184] [phyTblIDs="[368]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.135 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=369] [version=184] [2025/04/05 01:56:57.137 +03:30] [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.99031ms] [job="ID:369, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:368, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.131 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.139 +03:30] [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 01:56:57.131 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.140 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=369] [2025/04/05 01:56:57.140 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=184] [cur_db=test] [sql="create table t127(a int);"] [user=root@%] [2025/04/05 01:56:57.142 +03:30] [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 01:56:57.141 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.142 +03:30] [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 01:56:57.141 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t128(a int);"] [2025/04/05 01:56:57.143 +03:30] [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 01:56:57.141 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.143 +03:30] [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 01:56:57.144 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=184] [neededSchemaVersion=185] ["elapsed time"=109.224µs] [gotSchemaVersion=185] [phyTblIDs="[370]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.145 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=371] [version=185] [2025/04/05 01:56:57.147 +03:30] [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.97688ms] [job="ID:371, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:370, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.141 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.148 +03:30] [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 01:56:57.141 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.150 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=371] [2025/04/05 01:56:57.150 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=185] [cur_db=test] [sql="create table t128(a int);"] [user=root@%] [2025/04/05 01:56:57.152 +03:30] [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 01:56:57.151 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.152 +03:30] [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 01:56:57.151 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t129(a int);"] [2025/04/05 01:56:57.153 +03:30] [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 01:56:57.151 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.153 +03:30] [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 01:56:57.154 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=185] [neededSchemaVersion=186] ["elapsed time"=112.416µs] [gotSchemaVersion=186] [phyTblIDs="[372]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.155 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=373] [version=186] [2025/04/05 01:56:57.158 +03:30] [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"=3.495518ms] [job="ID:373, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:372, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.151 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.159 +03:30] [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 01:56:57.151 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.160 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=373] [2025/04/05 01:56:57.160 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=186] [cur_db=test] [sql="create table t129(a int);"] [user=root@%] [2025/04/05 01:56:57.162 +03:30] [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 01:56:57.161 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.162 +03:30] [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 01:56:57.161 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t130(a int);"] [2025/04/05 01:56:57.163 +03:30] [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 01:56:57.161 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.163 +03:30] [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 01:56:57.165 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=186] [neededSchemaVersion=187] ["elapsed time"=102.143µs] [gotSchemaVersion=187] [phyTblIDs="[374]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.165 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=375] [version=187] [2025/04/05 01:56:57.168 +03:30] [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"=3.044125ms] [job="ID:375, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:374, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.161 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.169 +03:30] [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 01:56:57.161 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.170 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=375] [2025/04/05 01:56:57.170 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=187] [cur_db=test] [sql="create table t130(a int);"] [user=root@%] [2025/04/05 01:56:57.172 +03:30] [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 01:56:57.171 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.172 +03:30] [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 01:56:57.171 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t131(a int);"] [2025/04/05 01:56:57.173 +03:30] [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 01:56:57.171 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.173 +03:30] [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 01:56:57.175 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=187] [neededSchemaVersion=188] ["elapsed time"=121.634µs] [gotSchemaVersion=188] [phyTblIDs="[376]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.176 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=377] [version=188] [2025/04/05 01:56:57.177 +03:30] [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.057832ms] [job="ID:377, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:376, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.171 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.178 +03:30] [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 01:56:57.171 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.180 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=377] [2025/04/05 01:56:57.180 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=188] [cur_db=test] [sql="create table t131(a int);"] [user=root@%] [2025/04/05 01:56:57.181 +03:30] [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 01:56:57.181 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.181 +03:30] [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 01:56:57.181 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t132(a int);"] [2025/04/05 01:56:57.182 +03:30] [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 01:56:57.181 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.183 +03:30] [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 01:56:57.184 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=188] [neededSchemaVersion=189] ["elapsed time"=130.708µs] [gotSchemaVersion=189] [phyTblIDs="[378]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.184 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=379] [version=189] [2025/04/05 01:56:57.187 +03:30] [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.981877ms] [job="ID:379, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:378, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.181 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.188 +03:30] [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 01:56:57.181 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.190 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=379] [2025/04/05 01:56:57.190 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=189] [cur_db=test] [sql="create table t132(a int);"] [user=root@%] [2025/04/05 01:56:57.191 +03:30] [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 01:56:57.191 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.191 +03:30] [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 01:56:57.191 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t133(a int);"] [2025/04/05 01:56:57.192 +03:30] [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 01:56:57.191 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.192 +03:30] [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 01:56:57.194 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=189] [neededSchemaVersion=190] ["elapsed time"=123.893µs] [gotSchemaVersion=190] [phyTblIDs="[380]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.194 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=381] [version=190] [2025/04/05 01:56:57.196 +03:30] [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.003603ms] [job="ID:381, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:380, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.191 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.198 +03:30] [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 01:56:57.191 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.199 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=381] [2025/04/05 01:56:57.199 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=190] [cur_db=test] [sql="create table t133(a int);"] [user=root@%] [2025/04/05 01:56:57.201 +03:30] [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 01:56:57.2 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.201 +03:30] [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 01:56:57.2 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t134(a int);"] [2025/04/05 01:56:57.202 +03:30] [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 01:56:57.2 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.202 +03:30] [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 01:56:57.203 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=190] [neededSchemaVersion=191] ["elapsed time"=108.327µs] [gotSchemaVersion=191] [phyTblIDs="[382]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.204 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=383] [version=191] [2025/04/05 01:56:57.206 +03:30] [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.976765ms] [job="ID:383, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:382, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.2 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.208 +03:30] [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 01:56:57.2 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.210 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=383] [2025/04/05 01:56:57.210 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=191] [cur_db=test] [sql="create table t134(a int);"] [user=root@%] [2025/04/05 01:56:57.211 +03:30] [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 01:56:57.211 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.211 +03:30] [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 01:56:57.211 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t135(a int);"] [2025/04/05 01:56:57.212 +03:30] [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 01:56:57.211 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.213 +03:30] [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 01:56:57.214 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=191] [neededSchemaVersion=192] ["elapsed time"=110.491µs] [gotSchemaVersion=192] [phyTblIDs="[384]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.215 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=385] [version=192] [2025/04/05 01:56:57.216 +03:30] [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"=2.086975ms] [job="ID:385, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:384, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.211 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.217 +03:30] [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 01:56:57.211 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.218 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=385] [2025/04/05 01:56:57.218 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=192] [cur_db=test] [sql="create table t135(a int);"] [user=root@%] [2025/04/05 01:56:57.220 +03:30] [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 01:56:57.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.220 +03:30] [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 01:56:57.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t136(a int);"] [2025/04/05 01:56:57.221 +03:30] [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 01:56:57.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.221 +03:30] [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 01:56:57.223 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=192] [neededSchemaVersion=193] ["elapsed time"=120.285µs] [gotSchemaVersion=193] [phyTblIDs="[386]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.223 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=387] [version=193] [2025/04/05 01:56:57.225 +03:30] [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"=3.038985ms] [job="ID:387, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:386, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.227 +03:30] [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 01:56:57.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.228 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=387] [2025/04/05 01:56:57.229 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=193] [cur_db=test] [sql="create table t136(a int);"] [user=root@%] [2025/04/05 01:56:57.230 +03:30] [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 01:56:57.229 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.230 +03:30] [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 01:56:57.229 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t137(a int);"] [2025/04/05 01:56:57.231 +03:30] [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 01:56:57.229 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.231 +03:30] [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 01:56:57.233 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=193] [neededSchemaVersion=194] ["elapsed time"=106.624µs] [gotSchemaVersion=194] [phyTblIDs="[388]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.233 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=389] [version=194] [2025/04/05 01:56:57.235 +03:30] [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"=3.014923ms] [job="ID:389, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:388, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.229 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.237 +03:30] [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 01:56:57.229 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.238 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=389] [2025/04/05 01:56:57.239 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=194] [cur_db=test] [sql="create table t137(a int);"] [user=root@%] [2025/04/05 01:56:57.240 +03:30] [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 01:56:57.239 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.240 +03:30] [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 01:56:57.239 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t138(a int);"] [2025/04/05 01:56:57.241 +03:30] [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 01:56:57.239 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.241 +03:30] [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 01:56:57.242 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=194] [neededSchemaVersion=195] ["elapsed time"=118.73µs] [gotSchemaVersion=195] [phyTblIDs="[390]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.243 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=391] [version=195] [2025/04/05 01:56:57.245 +03:30] [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"=3.019152ms] [job="ID:391, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:390, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.239 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.246 +03:30] [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 01:56:57.239 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.248 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=391] [2025/04/05 01:56:57.248 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=195] [cur_db=test] [sql="create table t138(a int);"] [user=root@%] [2025/04/05 01:56:57.250 +03:30] [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 01:56:57.249 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.250 +03:30] [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 01:56:57.249 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t139(a int);"] [2025/04/05 01:56:57.251 +03:30] [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 01:56:57.249 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.251 +03:30] [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 01:56:57.252 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=195] [neededSchemaVersion=196] ["elapsed time"=108.551µs] [gotSchemaVersion=196] [phyTblIDs="[392]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.253 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=393] [version=196] [2025/04/05 01:56:57.255 +03:30] [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"=2.989566ms] [job="ID:393, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:392, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.249 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.256 +03:30] [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 01:56:57.249 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.259 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=393] [2025/04/05 01:56:57.259 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=196] [cur_db=test] [sql="create table t139(a int);"] [user=root@%] [2025/04/05 01:56:57.260 +03:30] [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 01:56:57.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.260 +03:30] [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 01:56:57.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t140(a int);"] [2025/04/05 01:56:57.262 +03:30] [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 01:56:57.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.262 +03:30] [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 01:56:57.263 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=196] [neededSchemaVersion=197] ["elapsed time"=123.567µs] [gotSchemaVersion=197] [phyTblIDs="[394]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.264 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=395] [version=197] [2025/04/05 01:56:57.265 +03:30] [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.019933ms] [job="ID:395, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:394, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.266 +03:30] [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 01:56:57.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.268 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=395] [2025/04/05 01:56:57.268 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=197] [cur_db=test] [sql="create table t140(a int);"] [user=root@%] [2025/04/05 01:56:57.270 +03:30] [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 01:56:57.269 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.270 +03:30] [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 01:56:57.269 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t141(a int);"] [2025/04/05 01:56:57.271 +03:30] [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 01:56:57.269 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.271 +03:30] [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 01:56:57.272 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=197] [neededSchemaVersion=198] ["elapsed time"=161.219µs] [gotSchemaVersion=198] [phyTblIDs="[396]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.273 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=397] [version=198] [2025/04/05 01:56:57.275 +03:30] [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"=3.057923ms] [job="ID:397, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:396, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.269 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.276 +03:30] [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 01:56:57.269 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.278 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=397] [2025/04/05 01:56:57.278 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=198] [cur_db=test] [sql="create table t141(a int);"] [user=root@%] [2025/04/05 01:56:57.280 +03:30] [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 01:56:57.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.280 +03:30] [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 01:56:57.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t142(a int);"] [2025/04/05 01:56:57.281 +03:30] [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 01:56:57.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.281 +03:30] [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 01:56:57.282 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=198] [neededSchemaVersion=199] ["elapsed time"=124.604µs] [gotSchemaVersion=199] [phyTblIDs="[398]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.283 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=399] [version=199] [2025/04/05 01:56:57.285 +03:30] [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"=3.01825ms] [job="ID:399, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:398, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.286 +03:30] [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 01:56:57.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.288 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=399] [2025/04/05 01:56:57.288 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=199] [cur_db=test] [sql="create table t142(a int);"] [user=root@%] [2025/04/05 01:56:57.289 +03:30] [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 01:56:57.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.290 +03:30] [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 01:56:57.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t143(a int);"] [2025/04/05 01:56:57.290 +03:30] [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 01:56:57.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.291 +03:30] [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 01:56:57.292 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=199] [neededSchemaVersion=200] ["elapsed time"=153.774µs] [gotSchemaVersion=200] [phyTblIDs="[400]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.292 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=401] [version=200] [2025/04/05 01:56:57.295 +03:30] [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.030357ms] [job="ID:401, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:400, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.296 +03:30] [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 01:56:57.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.298 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=401] [2025/04/05 01:56:57.298 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=200] [cur_db=test] [sql="create table t143(a int);"] [user=root@%] [2025/04/05 01:56:57.299 +03:30] [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 01:56:57.299 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.299 +03:30] [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 01:56:57.299 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t144(a int);"] [2025/04/05 01:56:57.300 +03:30] [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 01:56:57.299 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.301 +03:30] [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 01:56:57.302 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=200] [neededSchemaVersion=201] ["elapsed time"=123.764µs] [gotSchemaVersion=201] [phyTblIDs="[402]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.302 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=403] [version=201] [2025/04/05 01:56:57.305 +03:30] [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"=3.05495ms] [job="ID:403, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:402, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.299 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.306 +03:30] [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 01:56:57.299 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.308 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=403] [2025/04/05 01:56:57.308 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=201] [cur_db=test] [sql="create table t144(a int);"] [user=root@%] [2025/04/05 01:56:57.309 +03:30] [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 01:56:57.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.309 +03:30] [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 01:56:57.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t145(a int);"] [2025/04/05 01:56:57.311 +03:30] [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 01:56:57.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.311 +03:30] [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 01:56:57.312 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=201] [neededSchemaVersion=202] ["elapsed time"=125.119µs] [gotSchemaVersion=202] [phyTblIDs="[404]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.313 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=405] [version=202] [2025/04/05 01:56:57.315 +03:30] [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"=3.034633ms] [job="ID:405, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:404, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.317 +03:30] [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 01:56:57.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.318 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=405] [2025/04/05 01:56:57.319 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=202] [cur_db=test] [sql="create table t145(a int);"] [user=root@%] [2025/04/05 01:56:57.320 +03:30] [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 01:56:57.319 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.320 +03:30] [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 01:56:57.319 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t146(a int);"] [2025/04/05 01:56:57.321 +03:30] [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 01:56:57.319 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.321 +03:30] [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 01:56:57.323 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=202] [neededSchemaVersion=203] ["elapsed time"=110.562µs] [gotSchemaVersion=203] [phyTblIDs="[406]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.323 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=407] [version=203] [2025/04/05 01:56:57.324 +03:30] [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.006702ms] [job="ID:407, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:406, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.319 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.325 +03:30] [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 01:56:57.319 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.327 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=407] [2025/04/05 01:56:57.327 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=203] [cur_db=test] [sql="create table t146(a int);"] [user=root@%] [2025/04/05 01:56:57.329 +03:30] [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 01:56:57.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.329 +03:30] [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 01:56:57.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t147(a int);"] [2025/04/05 01:56:57.330 +03:30] [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 01:56:57.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.330 +03:30] [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 01:56:57.331 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=203] [neededSchemaVersion=204] ["elapsed time"=110.211µs] [gotSchemaVersion=204] [phyTblIDs="[408]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.332 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=409] [version=204] [2025/04/05 01:56:57.334 +03:30] [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"=3.025618ms] [job="ID:409, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:408, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.335 +03:30] [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 01:56:57.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.337 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=409] [2025/04/05 01:56:57.337 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=204] [cur_db=test] [sql="create table t147(a int);"] [user=root@%] [2025/04/05 01:56:57.339 +03:30] [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 01:56:57.338 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.339 +03:30] [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 01:56:57.338 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t148(a int);"] [2025/04/05 01:56:57.340 +03:30] [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 01:56:57.338 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.340 +03:30] [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 01:56:57.341 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=204] [neededSchemaVersion=205] ["elapsed time"=110.673µs] [gotSchemaVersion=205] [phyTblIDs="[410]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.342 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=411] [version=205] [2025/04/05 01:56:57.343 +03:30] [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.006695ms] [job="ID:411, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:410, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.338 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.344 +03:30] [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 01:56:57.338 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.346 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=411] [2025/04/05 01:56:57.346 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=205] [cur_db=test] [sql="create table t148(a int);"] [user=root@%] [2025/04/05 01:56:57.348 +03:30] [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 01:56:57.347 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.348 +03:30] [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 01:56:57.347 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t149(a int);"] [2025/04/05 01:56:57.348 +03:30] [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 01:56:57.347 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.349 +03:30] [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 01:56:57.350 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=205] [neededSchemaVersion=206] ["elapsed time"=104.237µs] [gotSchemaVersion=206] [phyTblIDs="[412]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.350 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=413] [version=206] [2025/04/05 01:56:57.353 +03:30] [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.945867ms] [job="ID:413, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:412, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.347 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.354 +03:30] [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 01:56:57.347 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.356 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=413] [2025/04/05 01:56:57.356 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=206] [cur_db=test] [sql="create table t149(a int);"] [user=root@%] [2025/04/05 01:56:57.357 +03:30] [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 01:56:57.357 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.357 +03:30] [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 01:56:57.357 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t150(a int);"] [2025/04/05 01:56:57.359 +03:30] [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 01:56:57.357 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.359 +03:30] [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 01:56:57.361 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=206] [neededSchemaVersion=207] ["elapsed time"=323.828µs] [gotSchemaVersion=207] [phyTblIDs="[414]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.362 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=415] [version=207] [2025/04/05 01:56:57.363 +03:30] [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.182825ms] [job="ID:415, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:414, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.357 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.364 +03:30] [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 01:56:57.357 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.366 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=415] [2025/04/05 01:56:57.366 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=207] [cur_db=test] [sql="create table t150(a int);"] [user=root@%] [2025/04/05 01:56:57.367 +03:30] [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 01:56:57.367 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.367 +03:30] [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 01:56:57.367 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t151(a int);"] [2025/04/05 01:56:57.368 +03:30] [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 01:56:57.367 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.369 +03:30] [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 01:56:57.371 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=207] [neededSchemaVersion=208] ["elapsed time"=112.949µs] [gotSchemaVersion=208] [phyTblIDs="[416]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.371 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=417] [version=208] [2025/04/05 01:56:57.373 +03:30] [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.103106ms] [job="ID:417, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:416, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.367 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.374 +03:30] [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 01:56:57.367 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.376 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=417] [2025/04/05 01:56:57.376 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=208] [cur_db=test] [sql="create table t151(a int);"] [user=root@%] [2025/04/05 01:56:57.377 +03:30] [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 01:56:57.377 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.377 +03:30] [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 01:56:57.377 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t152(a int);"] [2025/04/05 01:56:57.378 +03:30] [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 01:56:57.377 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.378 +03:30] [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 01:56:57.379 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=208] [neededSchemaVersion=209] ["elapsed time"=107.881µs] [gotSchemaVersion=209] [phyTblIDs="[418]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.380 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=419] [version=209] [2025/04/05 01:56:57.382 +03:30] [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.974076ms] [job="ID:419, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:418, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.377 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.383 +03:30] [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 01:56:57.377 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.385 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=419] [2025/04/05 01:56:57.385 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=209] [cur_db=test] [sql="create table t152(a int);"] [user=root@%] [2025/04/05 01:56:57.387 +03:30] [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 01:56:57.386 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.387 +03:30] [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 01:56:57.386 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t153(a int);"] [2025/04/05 01:56:57.388 +03:30] [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 01:56:57.386 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.388 +03:30] [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 01:56:57.389 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=209] [neededSchemaVersion=210] ["elapsed time"=109.001µs] [gotSchemaVersion=210] [phyTblIDs="[420]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.390 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=421] [version=210] [2025/04/05 01:56:57.392 +03:30] [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"=3.029278ms] [job="ID:421, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:420, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.386 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.393 +03:30] [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 01:56:57.386 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.395 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=421] [2025/04/05 01:56:57.395 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=210] [cur_db=test] [sql="create table t153(a int);"] [user=root@%] [2025/04/05 01:56:57.397 +03:30] [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 01:56:57.396 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.397 +03:30] [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 01:56:57.396 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t154(a int);"] [2025/04/05 01:56:57.397 +03:30] [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 01:56:57.396 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.398 +03:30] [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 01:56:57.399 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=210] [neededSchemaVersion=211] ["elapsed time"=127.525µs] [gotSchemaVersion=211] [phyTblIDs="[422]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.399 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=423] [version=211] [2025/04/05 01:56:57.402 +03:30] [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.970054ms] [job="ID:423, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:422, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.396 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.403 +03:30] [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 01:56:57.396 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.404 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=423] [2025/04/05 01:56:57.405 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=211] [cur_db=test] [sql="create table t154(a int);"] [user=root@%] [2025/04/05 01:56:57.406 +03:30] [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 01:56:57.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.406 +03:30] [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 01:56:57.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t155(a int);"] [2025/04/05 01:56:57.407 +03:30] [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 01:56:57.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.408 +03:30] [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 01:56:57.409 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=211] [neededSchemaVersion=212] ["elapsed time"=119.169µs] [gotSchemaVersion=212] [phyTblIDs="[424]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.409 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=425] [version=212] [2025/04/05 01:56:57.412 +03:30] [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"=3.000357ms] [job="ID:425, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:424, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.413 +03:30] [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 01:56:57.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.414 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=425] [2025/04/05 01:56:57.415 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=212] [cur_db=test] [sql="create table t155(a int);"] [user=root@%] [2025/04/05 01:56:57.416 +03:30] [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 01:56:57.415 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.416 +03:30] [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 01:56:57.415 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t156(a int);"] [2025/04/05 01:56:57.417 +03:30] [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 01:56:57.415 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.417 +03:30] [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 01:56:57.419 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=212] [neededSchemaVersion=213] ["elapsed time"=133.625µs] [gotSchemaVersion=213] [phyTblIDs="[426]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.419 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=427] [version=213] [2025/04/05 01:56:57.422 +03:30] [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"=3.041473ms] [job="ID:427, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:426, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.415 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.423 +03:30] [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 01:56:57.415 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.424 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=427] [2025/04/05 01:56:57.425 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=213] [cur_db=test] [sql="create table t156(a int);"] [user=root@%] [2025/04/05 01:56:57.426 +03:30] [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 01:56:57.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.426 +03:30] [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 01:56:57.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t157(a int);"] [2025/04/05 01:56:57.427 +03:30] [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 01:56:57.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.427 +03:30] [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 01:56:57.429 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=213] [neededSchemaVersion=214] ["elapsed time"=102.787µs] [gotSchemaVersion=214] [phyTblIDs="[428]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.429 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=429] [version=214] [2025/04/05 01:56:57.432 +03:30] [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"=3.013511ms] [job="ID:429, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:428, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.433 +03:30] [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 01:56:57.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.434 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=429] [2025/04/05 01:56:57.434 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=214] [cur_db=test] [sql="create table t157(a int);"] [user=root@%] [2025/04/05 01:56:57.436 +03:30] [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 01:56:57.435 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.436 +03:30] [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 01:56:57.435 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t158(a int);"] [2025/04/05 01:56:57.437 +03:30] [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 01:56:57.435 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.437 +03:30] [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 01:56:57.439 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=214] [neededSchemaVersion=215] ["elapsed time"=104.792µs] [gotSchemaVersion=215] [phyTblIDs="[430]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.439 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=431] [version=215] [2025/04/05 01:56:57.441 +03:30] [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.99312ms] [job="ID:431, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:430, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.435 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.443 +03:30] [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 01:56:57.435 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.444 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=431] [2025/04/05 01:56:57.444 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=215] [cur_db=test] [sql="create table t158(a int);"] [user=root@%] [2025/04/05 01:56:57.446 +03:30] [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 01:56:57.445 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.446 +03:30] [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 01:56:57.445 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t159(a int);"] [2025/04/05 01:56:57.447 +03:30] [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 01:56:57.445 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.447 +03:30] [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 01:56:57.448 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=215] [neededSchemaVersion=216] ["elapsed time"=107.413µs] [gotSchemaVersion=216] [phyTblIDs="[432]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.449 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=433] [version=216] [2025/04/05 01:56:57.451 +03:30] [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.904838ms] [job="ID:433, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:432, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.445 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.452 +03:30] [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 01:56:57.445 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.454 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=433] [2025/04/05 01:56:57.454 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=216] [cur_db=test] [sql="create table t159(a int);"] [user=root@%] [2025/04/05 01:56:57.455 +03:30] [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 01:56:57.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.455 +03:30] [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 01:56:57.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t160(a int);"] [2025/04/05 01:56:57.456 +03:30] [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 01:56:57.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.457 +03:30] [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 01:56:57.458 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=216] [neededSchemaVersion=217] ["elapsed time"=105.747µs] [gotSchemaVersion=217] [phyTblIDs="[434]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.459 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=435] [version=217] [2025/04/05 01:56:57.460 +03:30] [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.028693ms] [job="ID:435, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:434, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.461 +03:30] [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 01:56:57.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.462 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=435] [2025/04/05 01:56:57.462 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=217] [cur_db=test] [sql="create table t160(a int);"] [user=root@%] [2025/04/05 01:56:57.464 +03:30] [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 01:56:57.463 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.464 +03:30] [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 01:56:57.463 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t161(a int);"] [2025/04/05 01:56:57.465 +03:30] [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 01:56:57.463 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.465 +03:30] [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 01:56:57.466 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=217] [neededSchemaVersion=218] ["elapsed time"=108.46µs] [gotSchemaVersion=218] [phyTblIDs="[436]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.467 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=437] [version=218] [2025/04/05 01:56:57.469 +03:30] [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.982361ms] [job="ID:437, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:436, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.463 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.470 +03:30] [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 01:56:57.463 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.472 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=437] [2025/04/05 01:56:57.472 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=218] [cur_db=test] [sql="create table t161(a int);"] [user=root@%] [2025/04/05 01:56:57.474 +03:30] [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 01:56:57.473 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.474 +03:30] [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 01:56:57.473 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t162(a int);"] [2025/04/05 01:56:57.475 +03:30] [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 01:56:57.473 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.475 +03:30] [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 01:56:57.476 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=218] [neededSchemaVersion=219] ["elapsed time"=108.339µs] [gotSchemaVersion=219] [phyTblIDs="[438]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.477 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=439] [version=219] [2025/04/05 01:56:57.479 +03:30] [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.968902ms] [job="ID:439, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:438, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.473 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.480 +03:30] [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 01:56:57.473 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.482 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=439] [2025/04/05 01:56:57.482 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=219] [cur_db=test] [sql="create table t162(a int);"] [user=root@%] [2025/04/05 01:56:57.483 +03:30] [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 01:56:57.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.483 +03:30] [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 01:56:57.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t163(a int);"] [2025/04/05 01:56:57.484 +03:30] [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 01:56:57.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.484 +03:30] [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 01:56:57.486 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=219] [neededSchemaVersion=220] ["elapsed time"=113.187µs] [gotSchemaVersion=220] [phyTblIDs="[440]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.486 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=441] [version=220] [2025/04/05 01:56:57.489 +03:30] [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"=3.040801ms] [job="ID:441, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:440, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.490 +03:30] [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 01:56:57.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.492 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=441] [2025/04/05 01:56:57.492 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=220] [cur_db=test] [sql="create table t163(a int);"] [user=root@%] [2025/04/05 01:56:57.493 +03:30] [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 01:56:57.493 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.493 +03:30] [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 01:56:57.493 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t164(a int);"] [2025/04/05 01:56:57.494 +03:30] [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 01:56:57.493 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.494 +03:30] [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 01:56:57.495 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=220] [neededSchemaVersion=221] ["elapsed time"=116.841µs] [gotSchemaVersion=221] [phyTblIDs="[442]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.496 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=443] [version=221] [2025/04/05 01:56:57.498 +03:30] [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"=3.006745ms] [job="ID:443, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:442, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.493 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.499 +03:30] [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 01:56:57.493 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.501 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=443] [2025/04/05 01:56:57.501 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=221] [cur_db=test] [sql="create table t164(a int);"] [user=root@%] [2025/04/05 01:56:57.503 +03:30] [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 01:56:57.502 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.503 +03:30] [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 01:56:57.502 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t165(a int);"] [2025/04/05 01:56:57.504 +03:30] [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 01:56:57.502 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.504 +03:30] [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 01:56:57.505 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=221] [neededSchemaVersion=222] ["elapsed time"=117.161µs] [gotSchemaVersion=222] [phyTblIDs="[444]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.506 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=445] [version=222] [2025/04/05 01:56:57.507 +03:30] [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.403549ms] [job="ID:445, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:444, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.502 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.509 +03:30] [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 01:56:57.502 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.510 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=445] [2025/04/05 01:56:57.510 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=222] [cur_db=test] [sql="create table t165(a int);"] [user=root@%] [2025/04/05 01:56:57.512 +03:30] [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 01:56:57.511 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.512 +03:30] [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 01:56:57.511 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t166(a int);"] [2025/04/05 01:56:57.513 +03:30] [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 01:56:57.511 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.513 +03:30] [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 01:56:57.514 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=222] [neededSchemaVersion=223] ["elapsed time"=113.536µs] [gotSchemaVersion=223] [phyTblIDs="[446]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.515 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=447] [version=223] [2025/04/05 01:56:57.516 +03:30] [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.163743ms] [job="ID:447, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:446, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.511 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.518 +03:30] [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 01:56:57.511 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.519 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=447] [2025/04/05 01:56:57.519 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=223] [cur_db=test] [sql="create table t166(a int);"] [user=root@%] [2025/04/05 01:56:57.521 +03:30] [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 01:56:57.52 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.521 +03:30] [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 01:56:57.52 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t167(a int);"] [2025/04/05 01:56:57.522 +03:30] [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 01:56:57.52 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.522 +03:30] [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 01:56:57.523 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=223] [neededSchemaVersion=224] ["elapsed time"=125.976µs] [gotSchemaVersion=224] [phyTblIDs="[448]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.524 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=449] [version=224] [2025/04/05 01:56:57.525 +03:30] [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.060126ms] [job="ID:449, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:448, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.52 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.526 +03:30] [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 01:56:57.52 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.528 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=449] [2025/04/05 01:56:57.528 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=224] [cur_db=test] [sql="create table t167(a int);"] [user=root@%] [2025/04/05 01:56:57.530 +03:30] [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 01:56:57.529 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.530 +03:30] [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 01:56:57.529 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t168(a int);"] [2025/04/05 01:56:57.531 +03:30] [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 01:56:57.529 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.531 +03:30] [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 01:56:57.532 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=224] [neededSchemaVersion=225] ["elapsed time"=105.246µs] [gotSchemaVersion=225] [phyTblIDs="[450]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.533 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=451] [version=225] [2025/04/05 01:56:57.535 +03:30] [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.981494ms] [job="ID:451, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:450, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.529 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.536 +03:30] [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 01:56:57.529 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.538 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=451] [2025/04/05 01:56:57.538 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=225] [cur_db=test] [sql="create table t168(a int);"] [user=root@%] [2025/04/05 01:56:57.539 +03:30] [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 01:56:57.539 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.539 +03:30] [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 01:56:57.539 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t169(a int);"] [2025/04/05 01:56:57.540 +03:30] [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 01:56:57.539 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.541 +03:30] [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 01:56:57.542 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=225] [neededSchemaVersion=226] ["elapsed time"=103.489µs] [gotSchemaVersion=226] [phyTblIDs="[452]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.542 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=453] [version=226] [2025/04/05 01:56:57.545 +03:30] [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.991787ms] [job="ID:453, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:452, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.539 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.546 +03:30] [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 01:56:57.539 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.548 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=453] [2025/04/05 01:56:57.548 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=226] [cur_db=test] [sql="create table t169(a int);"] [user=root@%] [2025/04/05 01:56:57.549 +03:30] [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 01:56:57.549 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.549 +03:30] [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 01:56:57.549 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t170(a int);"] [2025/04/05 01:56:57.550 +03:30] [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 01:56:57.549 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.550 +03:30] [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 01:56:57.552 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=226] [neededSchemaVersion=227] ["elapsed time"=110.863µs] [gotSchemaVersion=227] [phyTblIDs="[454]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.552 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=455] [version=227] [2025/04/05 01:56:57.554 +03:30] [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"=3.051872ms] [job="ID:455, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:454, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.549 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.556 +03:30] [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 01:56:57.549 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.558 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=455] [2025/04/05 01:56:57.558 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=227] [cur_db=test] [sql="create table t170(a int);"] [user=root@%] [2025/04/05 01:56:57.559 +03:30] [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 01:56:57.559 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.559 +03:30] [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 01:56:57.559 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t171(a int);"] [2025/04/05 01:56:57.560 +03:30] [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 01:56:57.559 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.561 +03:30] [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 01:56:57.562 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=227] [neededSchemaVersion=228] ["elapsed time"=125.697µs] [gotSchemaVersion=228] [phyTblIDs="[456]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.563 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=457] [version=228] [2025/04/05 01:56:57.564 +03:30] [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.094162ms] [job="ID:457, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:456, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.559 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.565 +03:30] [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 01:56:57.559 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.567 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=457] [2025/04/05 01:56:57.567 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=228] [cur_db=test] [sql="create table t171(a int);"] [user=root@%] [2025/04/05 01:56:57.568 +03:30] [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 01:56:57.567 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.568 +03:30] [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 01:56:57.567 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t172(a int);"] [2025/04/05 01:56:57.569 +03:30] [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 01:56:57.567 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.569 +03:30] [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 01:56:57.571 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=228] [neededSchemaVersion=229] ["elapsed time"=109.628µs] [gotSchemaVersion=229] [phyTblIDs="[458]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.571 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=459] [version=229] [2025/04/05 01:56:57.574 +03:30] [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.002943ms] [job="ID:459, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:458, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.567 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.575 +03:30] [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 01:56:57.567 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.576 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=459] [2025/04/05 01:56:57.576 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=229] [cur_db=test] [sql="create table t172(a int);"] [user=root@%] [2025/04/05 01:56:57.578 +03:30] [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 01:56:57.577 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.578 +03:30] [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 01:56:57.577 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t173(a int);"] [2025/04/05 01:56:57.579 +03:30] [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 01:56:57.577 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.579 +03:30] [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 01:56:57.581 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=229] [neededSchemaVersion=230] ["elapsed time"=147.829µs] [gotSchemaVersion=230] [phyTblIDs="[460]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.581 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=461] [version=230] [2025/04/05 01:56:57.583 +03:30] [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.051253ms] [job="ID:461, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:460, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.577 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.585 +03:30] [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 01:56:57.577 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.586 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=461] [2025/04/05 01:56:57.586 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=230] [cur_db=test] [sql="create table t173(a int);"] [user=root@%] [2025/04/05 01:56:57.588 +03:30] [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 01:56:57.587 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.588 +03:30] [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 01:56:57.587 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t174(a int);"] [2025/04/05 01:56:57.589 +03:30] [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 01:56:57.587 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.589 +03:30] [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 01:56:57.590 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=230] [neededSchemaVersion=231] ["elapsed time"=116.192µs] [gotSchemaVersion=231] [phyTblIDs="[462]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.591 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=463] [version=231] [2025/04/05 01:56:57.593 +03:30] [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.963538ms] [job="ID:463, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:462, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.587 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.594 +03:30] [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 01:56:57.587 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.596 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=463] [2025/04/05 01:56:57.596 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=231] [cur_db=test] [sql="create table t174(a int);"] [user=root@%] [2025/04/05 01:56:57.597 +03:30] [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 01:56:57.597 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.597 +03:30] [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 01:56:57.597 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t175(a int);"] [2025/04/05 01:56:57.598 +03:30] [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 01:56:57.597 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.599 +03:30] [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 01:56:57.600 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=231] [neededSchemaVersion=232] ["elapsed time"=108.322µs] [gotSchemaVersion=232] [phyTblIDs="[464]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.600 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=465] [version=232] [2025/04/05 01:56:57.602 +03:30] [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.934559ms] [job="ID:465, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:464, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.597 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.603 +03:30] [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 01:56:57.597 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.605 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=465] [2025/04/05 01:56:57.605 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=232] [cur_db=test] [sql="create table t175(a int);"] [user=root@%] [2025/04/05 01:56:57.607 +03:30] [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 01:56:57.606 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.607 +03:30] [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 01:56:57.606 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t176(a int);"] [2025/04/05 01:56:57.609 +03:30] [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 01:56:57.606 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.609 +03:30] [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 01:56:57.610 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=232] [neededSchemaVersion=233] ["elapsed time"=104.208µs] [gotSchemaVersion=233] [phyTblIDs="[466]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.611 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=467] [version=233] [2025/04/05 01:56:57.613 +03:30] [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"=3.028443ms] [job="ID:467, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:466, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.606 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.614 +03:30] [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 01:56:57.606 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.616 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=467] [2025/04/05 01:56:57.616 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=233] [cur_db=test] [sql="create table t176(a int);"] [user=root@%] [2025/04/05 01:56:57.617 +03:30] [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 01:56:57.616 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.617 +03:30] [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 01:56:57.616 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t177(a int);"] [2025/04/05 01:56:57.618 +03:30] [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 01:56:57.616 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.619 +03:30] [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 01:56:57.620 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=233] [neededSchemaVersion=234] ["elapsed time"=127.935µs] [gotSchemaVersion=234] [phyTblIDs="[468]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.620 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=469] [version=234] [2025/04/05 01:56:57.623 +03:30] [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.929015ms] [job="ID:469, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:468, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.616 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.624 +03:30] [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 01:56:57.616 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.625 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=469] [2025/04/05 01:56:57.625 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=234] [cur_db=test] [sql="create table t177(a int);"] [user=root@%] [2025/04/05 01:56:57.627 +03:30] [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 01:56:57.626 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.627 +03:30] [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 01:56:57.626 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t178(a int);"] [2025/04/05 01:56:57.628 +03:30] [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 01:56:57.626 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.628 +03:30] [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 01:56:57.629 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=234] [neededSchemaVersion=235] ["elapsed time"=134.055µs] [gotSchemaVersion=235] [phyTblIDs="[470]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.630 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=471] [version=235] [2025/04/05 01:56:57.632 +03:30] [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.966521ms] [job="ID:471, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:470, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.626 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.633 +03:30] [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 01:56:57.626 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.634 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=471] [2025/04/05 01:56:57.634 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=235] [cur_db=test] [sql="create table t178(a int);"] [user=root@%] [2025/04/05 01:56:57.636 +03:30] [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 01:56:57.635 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.636 +03:30] [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 01:56:57.635 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t179(a int);"] [2025/04/05 01:56:57.637 +03:30] [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 01:56:57.635 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.637 +03:30] [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 01:56:57.638 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=235] [neededSchemaVersion=236] ["elapsed time"=104.606µs] [gotSchemaVersion=236] [phyTblIDs="[472]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.639 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=473] [version=236] [2025/04/05 01:56:57.641 +03:30] [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.989986ms] [job="ID:473, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:472, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.635 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.642 +03:30] [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 01:56:57.635 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.644 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=473] [2025/04/05 01:56:57.644 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=236] [cur_db=test] [sql="create table t179(a int);"] [user=root@%] [2025/04/05 01:56:57.646 +03:30] [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 01:56:57.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.646 +03:30] [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 01:56:57.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t180(a int);"] [2025/04/05 01:56:57.647 +03:30] [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 01:56:57.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.647 +03:30] [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 01:56:57.648 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=236] [neededSchemaVersion=237] ["elapsed time"=119.155µs] [gotSchemaVersion=237] [phyTblIDs="[474]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.649 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=475] [version=237] [2025/04/05 01:56:57.651 +03:30] [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.972497ms] [job="ID:475, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:474, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.652 +03:30] [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 01:56:57.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.654 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=475] [2025/04/05 01:56:57.654 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=237] [cur_db=test] [sql="create table t180(a int);"] [user=root@%] [2025/04/05 01:56:57.655 +03:30] [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 01:56:57.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.655 +03:30] [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 01:56:57.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t181(a int);"] [2025/04/05 01:56:57.656 +03:30] [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 01:56:57.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.656 +03:30] [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 01:56:57.658 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=237] [neededSchemaVersion=238] ["elapsed time"=109.756µs] [gotSchemaVersion=238] [phyTblIDs="[476]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.659 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=477] [version=238] [2025/04/05 01:56:57.660 +03:30] [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.049432ms] [job="ID:477, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:476, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.661 +03:30] [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 01:56:57.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.662 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=477] [2025/04/05 01:56:57.662 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=238] [cur_db=test] [sql="create table t181(a int);"] [user=root@%] [2025/04/05 01:56:57.664 +03:30] [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 01:56:57.663 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.664 +03:30] [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 01:56:57.663 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t182(a int);"] [2025/04/05 01:56:57.665 +03:30] [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 01:56:57.663 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.665 +03:30] [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 01:56:57.666 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=238] [neededSchemaVersion=239] ["elapsed time"=108.301µs] [gotSchemaVersion=239] [phyTblIDs="[478]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.667 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=479] [version=239] [2025/04/05 01:56:57.670 +03:30] [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"=3.992263ms] [job="ID:479, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:478, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.663 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.671 +03:30] [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 01:56:57.663 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.673 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=479] [2025/04/05 01:56:57.673 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=239] [cur_db=test] [sql="create table t182(a int);"] [user=root@%] [2025/04/05 01:56:57.675 +03:30] [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 01:56:57.674 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.675 +03:30] [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 01:56:57.674 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t183(a int);"] [2025/04/05 01:56:57.676 +03:30] [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 01:56:57.674 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.676 +03:30] [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 01:56:57.677 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=239] [neededSchemaVersion=240] ["elapsed time"=116.1µs] [gotSchemaVersion=240] [phyTblIDs="[480]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.678 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=481] [version=240] [2025/04/05 01:56:57.680 +03:30] [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.963362ms] [job="ID:481, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:480, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.674 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.681 +03:30] [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 01:56:57.674 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.683 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=481] [2025/04/05 01:56:57.683 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=240] [cur_db=test] [sql="create table t183(a int);"] [user=root@%] [2025/04/05 01:56:57.684 +03:30] [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 01:56:57.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.684 +03:30] [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 01:56:57.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t184(a int);"] [2025/04/05 01:56:57.685 +03:30] [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 01:56:57.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.686 +03:30] [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 01:56:57.687 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=240] [neededSchemaVersion=241] ["elapsed time"=116.182µs] [gotSchemaVersion=241] [phyTblIDs="[482]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.688 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=483] [version=241] [2025/04/05 01:56:57.690 +03:30] [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"=3.047564ms] [job="ID:483, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:482, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.691 +03:30] [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 01:56:57.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.692 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=483] [2025/04/05 01:56:57.692 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=241] [cur_db=test] [sql="create table t184(a int);"] [user=root@%] [2025/04/05 01:56:57.694 +03:30] [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 01:56:57.693 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.694 +03:30] [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 01:56:57.693 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t185(a int);"] [2025/04/05 01:56:57.695 +03:30] [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 01:56:57.693 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.695 +03:30] [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 01:56:57.697 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=241] [neededSchemaVersion=242] ["elapsed time"=114.357µs] [gotSchemaVersion=242] [phyTblIDs="[484]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.697 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=485] [version=242] [2025/04/05 01:56:57.700 +03:30] [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"=3.011348ms] [job="ID:485, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:484, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.693 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.701 +03:30] [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 01:56:57.693 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.702 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=485] [2025/04/05 01:56:57.702 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=242] [cur_db=test] [sql="create table t185(a int);"] [user=root@%] [2025/04/05 01:56:57.704 +03:30] [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 01:56:57.703 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.704 +03:30] [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 01:56:57.703 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t186(a int);"] [2025/04/05 01:56:57.705 +03:30] [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 01:56:57.703 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.705 +03:30] [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 01:56:57.706 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=242] [neededSchemaVersion=243] ["elapsed time"=108.457µs] [gotSchemaVersion=243] [phyTblIDs="[486]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.707 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=487] [version=243] [2025/04/05 01:56:57.708 +03:30] [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.376409ms] [job="ID:487, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:486, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.703 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.709 +03:30] [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 01:56:57.703 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.711 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=487] [2025/04/05 01:56:57.711 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=243] [cur_db=test] [sql="create table t186(a int);"] [user=root@%] [2025/04/05 01:56:57.712 +03:30] [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 01:56:57.712 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.713 +03:30] [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 01:56:57.712 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t187(a int);"] [2025/04/05 01:56:57.713 +03:30] [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 01:56:57.712 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.714 +03:30] [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 01:56:57.715 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=243] [neededSchemaVersion=244] ["elapsed time"=109.954µs] [gotSchemaVersion=244] [phyTblIDs="[488]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.715 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=489] [version=244] [2025/04/05 01:56:57.717 +03:30] [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.917848ms] [job="ID:489, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:488, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.712 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.719 +03:30] [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 01:56:57.712 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.720 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=489] [2025/04/05 01:56:57.720 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=244] [cur_db=test] [sql="create table t187(a int);"] [user=root@%] [2025/04/05 01:56:57.722 +03:30] [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 01:56:57.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.722 +03:30] [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 01:56:57.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t188(a int);"] [2025/04/05 01:56:57.723 +03:30] [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 01:56:57.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.723 +03:30] [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 01:56:57.725 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=244] [neededSchemaVersion=245] ["elapsed time"=140.25µs] [gotSchemaVersion=245] [phyTblIDs="[490]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.725 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=491] [version=245] [2025/04/05 01:56:57.727 +03:30] [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"=3.057925ms] [job="ID:491, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:490, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.729 +03:30] [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 01:56:57.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.730 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=491] [2025/04/05 01:56:57.730 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=245] [cur_db=test] [sql="create table t188(a int);"] [user=root@%] [2025/04/05 01:56:57.732 +03:30] [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 01:56:57.731 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.732 +03:30] [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 01:56:57.731 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t189(a int);"] [2025/04/05 01:56:57.733 +03:30] [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 01:56:57.731 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.733 +03:30] [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 01:56:57.734 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=245] [neededSchemaVersion=246] ["elapsed time"=166.971µs] [gotSchemaVersion=246] [phyTblIDs="[492]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.735 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=493] [version=246] [2025/04/05 01:56:57.737 +03:30] [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"=2.975121ms] [job="ID:493, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:492, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.731 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.738 +03:30] [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 01:56:57.731 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.740 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=493] [2025/04/05 01:56:57.740 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=246] [cur_db=test] [sql="create table t189(a int);"] [user=root@%] [2025/04/05 01:56:57.741 +03:30] [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 01:56:57.741 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.741 +03:30] [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 01:56:57.741 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t190(a int);"] [2025/04/05 01:56:57.742 +03:30] [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 01:56:57.741 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.742 +03:30] [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 01:56:57.743 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=246] [neededSchemaVersion=247] ["elapsed time"=109.229µs] [gotSchemaVersion=247] [phyTblIDs="[494]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.744 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=495] [version=247] [2025/04/05 01:56:57.746 +03:30] [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.951315ms] [job="ID:495, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:494, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.741 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.747 +03:30] [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 01:56:57.741 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.749 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=495] [2025/04/05 01:56:57.749 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=247] [cur_db=test] [sql="create table t190(a int);"] [user=root@%] [2025/04/05 01:56:57.750 +03:30] [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 01:56:57.749 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.750 +03:30] [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 01:56:57.749 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t191(a int);"] [2025/04/05 01:56:57.751 +03:30] [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 01:56:57.749 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.751 +03:30] [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 01:56:57.753 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=247] [neededSchemaVersion=248] ["elapsed time"=106.01µs] [gotSchemaVersion=248] [phyTblIDs="[496]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.753 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=497] [version=248] [2025/04/05 01:56:57.755 +03:30] [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.964552ms] [job="ID:497, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:496, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.749 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.756 +03:30] [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 01:56:57.749 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.758 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=497] [2025/04/05 01:56:57.758 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=248] [cur_db=test] [sql="create table t191(a int);"] [user=root@%] [2025/04/05 01:56:57.760 +03:30] [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 01:56:57.759 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.760 +03:30] [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 01:56:57.759 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t192(a int);"] [2025/04/05 01:56:57.761 +03:30] [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 01:56:57.759 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.761 +03:30] [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 01:56:57.763 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=248] [neededSchemaVersion=249] ["elapsed time"=105.137µs] [gotSchemaVersion=249] [phyTblIDs="[498]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.763 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=499] [version=249] [2025/04/05 01:56:57.765 +03:30] [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.953363ms] [job="ID:499, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:498, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.759 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.766 +03:30] [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 01:56:57.759 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.768 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=499] [2025/04/05 01:56:57.768 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=249] [cur_db=test] [sql="create table t192(a int);"] [user=root@%] [2025/04/05 01:56:57.769 +03:30] [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 01:56:57.769 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.769 +03:30] [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 01:56:57.769 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t193(a int);"] [2025/04/05 01:56:57.771 +03:30] [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 01:56:57.769 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.771 +03:30] [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 01:56:57.772 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=249] [neededSchemaVersion=250] ["elapsed time"=106.188µs] [gotSchemaVersion=250] [phyTblIDs="[500]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.773 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=501] [version=250] [2025/04/05 01:56:57.775 +03:30] [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.901953ms] [job="ID:501, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:500, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.769 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.776 +03:30] [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 01:56:57.769 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.778 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=501] [2025/04/05 01:56:57.778 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=250] [cur_db=test] [sql="create table t193(a int);"] [user=root@%] [2025/04/05 01:56:57.779 +03:30] [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 01:56:57.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.779 +03:30] [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 01:56:57.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t194(a int);"] [2025/04/05 01:56:57.780 +03:30] [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 01:56:57.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.780 +03:30] [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 01:56:57.781 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=250] [neededSchemaVersion=251] ["elapsed time"=105.23µs] [gotSchemaVersion=251] [phyTblIDs="[502]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.782 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=503] [version=251] [2025/04/05 01:56:57.784 +03:30] [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.932487ms] [job="ID:503, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:502, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.785 +03:30] [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 01:56:57.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.786 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=503] [2025/04/05 01:56:57.786 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=251] [cur_db=test] [sql="create table t194(a int);"] [user=root@%] [2025/04/05 01:56:57.788 +03:30] [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 01:56:57.787 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.788 +03:30] [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 01:56:57.787 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t195(a int);"] [2025/04/05 01:56:57.789 +03:30] [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 01:56:57.787 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.789 +03:30] [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 01:56:57.791 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=251] [neededSchemaVersion=252] ["elapsed time"=105.256µs] [gotSchemaVersion=252] [phyTblIDs="[504]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.791 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=505] [version=252] [2025/04/05 01:56:57.793 +03:30] [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.991582ms] [job="ID:505, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:504, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.787 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.795 +03:30] [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 01:56:57.787 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.796 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=505] [2025/04/05 01:56:57.796 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=252] [cur_db=test] [sql="create table t195(a int);"] [user=root@%] [2025/04/05 01:56:57.798 +03:30] [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 01:56:57.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.798 +03:30] [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 01:56:57.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t196(a int);"] [2025/04/05 01:56:57.799 +03:30] [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 01:56:57.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.799 +03:30] [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 01:56:57.800 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=252] [neededSchemaVersion=253] ["elapsed time"=107.45µs] [gotSchemaVersion=253] [phyTblIDs="[506]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.801 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=507] [version=253] [2025/04/05 01:56:57.803 +03:30] [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.993186ms] [job="ID:507, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:506, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.804 +03:30] [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 01:56:57.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.806 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=507] [2025/04/05 01:56:57.806 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=253] [cur_db=test] [sql="create table t196(a int);"] [user=root@%] [2025/04/05 01:56:57.807 +03:30] [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 01:56:57.807 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.807 +03:30] [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 01:56:57.807 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t197(a int);"] [2025/04/05 01:56:57.808 +03:30] [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 01:56:57.807 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.808 +03:30] [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 01:56:57.810 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=253] [neededSchemaVersion=254] ["elapsed time"=102.797µs] [gotSchemaVersion=254] [phyTblIDs="[508]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.810 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=509] [version=254] [2025/04/05 01:56:57.812 +03:30] [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.098104ms] [job="ID:509, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:508, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.807 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.813 +03:30] [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 01:56:57.807 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.814 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=509] [2025/04/05 01:56:57.814 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=254] [cur_db=test] [sql="create table t197(a int);"] [user=root@%] [2025/04/05 01:56:57.816 +03:30] [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 01:56:57.815 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.816 +03:30] [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 01:56:57.815 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t198(a int);"] [2025/04/05 01:56:57.817 +03:30] [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 01:56:57.815 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.817 +03:30] [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 01:56:57.818 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=254] [neededSchemaVersion=255] ["elapsed time"=102.392µs] [gotSchemaVersion=255] [phyTblIDs="[510]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.819 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=511] [version=255] [2025/04/05 01:56:57.821 +03:30] [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.87575ms] [job="ID:511, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:510, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.815 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.822 +03:30] [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 01:56:57.815 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.824 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=511] [2025/04/05 01:56:57.824 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=255] [cur_db=test] [sql="create table t198(a int);"] [user=root@%] [2025/04/05 01:56:57.825 +03:30] [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 01:56:57.825 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.825 +03:30] [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 01:56:57.825 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t199(a int);"] [2025/04/05 01:56:57.826 +03:30] [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 01:56:57.825 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.826 +03:30] [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 01:56:57.827 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=255] [neededSchemaVersion=256] ["elapsed time"=95.05µs] [gotSchemaVersion=256] [phyTblIDs="[512]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.828 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=513] [version=256] [2025/04/05 01:56:57.830 +03:30] [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.922378ms] [job="ID:513, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:512, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.825 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.831 +03:30] [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 01:56:57.825 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.832 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=513] [2025/04/05 01:56:57.832 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=256] [cur_db=test] [sql="create table t199(a int);"] [user=root@%] [2025/04/05 01:56:57.834 +03:30] [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 01:56:57.833 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.834 +03:30] [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 01:56:57.833 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t200(a int);"] [2025/04/05 01:56:57.835 +03:30] [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 01:56:57.833 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.835 +03:30] [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 01:56:57.836 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=256] [neededSchemaVersion=257] ["elapsed time"=110.084µs] [gotSchemaVersion=257] [phyTblIDs="[514]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.837 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=515] [version=257] [2025/04/05 01:56:57.838 +03:30] [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.030714ms] [job="ID:515, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:514, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.833 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.839 +03:30] [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 01:56:57.833 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.840 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=515] [2025/04/05 01:56:57.841 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=257] [cur_db=test] [sql="create table t200(a int);"] [user=root@%] [2025/04/05 01:56:57.842 +03:30] [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 01:56:57.841 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.842 +03:30] [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 01:56:57.841 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t201(a int);"] [2025/04/05 01:56:57.843 +03:30] [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 01:56:57.841 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.843 +03:30] [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 01:56:57.845 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=257] [neededSchemaVersion=258] ["elapsed time"=108.363µs] [gotSchemaVersion=258] [phyTblIDs="[516]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.845 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=517] [version=258] [2025/04/05 01:56:57.847 +03:30] [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.978927ms] [job="ID:517, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:516, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.841 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.849 +03:30] [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 01:56:57.841 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.850 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=517] [2025/04/05 01:56:57.850 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=258] [cur_db=test] [sql="create table t201(a int);"] [user=root@%] [2025/04/05 01:56:57.852 +03:30] [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 01:56:57.851 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.852 +03:30] [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 01:56:57.851 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t202(a int);"] [2025/04/05 01:56:57.853 +03:30] [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 01:56:57.851 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.853 +03:30] [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 01:56:57.854 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=258] [neededSchemaVersion=259] ["elapsed time"=109.481µs] [gotSchemaVersion=259] [phyTblIDs="[518]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.855 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=519] [version=259] [2025/04/05 01:56:57.857 +03:30] [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"=3.311567ms] [job="ID:519, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:518, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.851 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.858 +03:30] [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 01:56:57.851 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.859 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=519] [2025/04/05 01:56:57.860 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=259] [cur_db=test] [sql="create table t202(a int);"] [user=root@%] [2025/04/05 01:56:57.861 +03:30] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/05 01:56:57.862 +03:30] [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 01:56:57.86 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.862 +03:30] [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 01:56:57.86 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t203(a int);"] [2025/04/05 01:56:57.864 +03:30] [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 01:56:57.86 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.865 +03:30] [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 01:56:57.866 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=259] [neededSchemaVersion=260] ["elapsed time"=95.717µs] [gotSchemaVersion=260] [phyTblIDs="[520]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.867 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=521] [version=260] [2025/04/05 01:56:57.868 +03:30] [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.052213ms] [job="ID:521, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:520, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.86 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.876 +03:30] [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 01:56:57.86 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.879 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=521] [2025/04/05 01:56:57.879 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=260] [cur_db=test] [sql="create table t203(a int);"] [user=root@%] [2025/04/05 01:56:57.881 +03:30] [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 01:56:57.88 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.881 +03:30] [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 01:56:57.88 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t204(a int);"] [2025/04/05 01:56:57.882 +03:30] [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 01:56:57.88 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.883 +03:30] [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 01:56:57.884 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=260] [neededSchemaVersion=261] ["elapsed time"=110.596µs] [gotSchemaVersion=261] [phyTblIDs="[522]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.884 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=523] [version=261] [2025/04/05 01:56:57.887 +03:30] [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.95604ms] [job="ID:523, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:522, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.88 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.888 +03:30] [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 01:56:57.88 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.889 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=523] [2025/04/05 01:56:57.889 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=261] [cur_db=test] [sql="create table t204(a int);"] [user=root@%] [2025/04/05 01:56:57.891 +03:30] [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 01:56:57.89 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.891 +03:30] [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 01:56:57.89 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t205(a int);"] [2025/04/05 01:56:57.892 +03:30] [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 01:56:57.89 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.892 +03:30] [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 01:56:57.893 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=261] [neededSchemaVersion=262] ["elapsed time"=102.262µs] [gotSchemaVersion=262] [phyTblIDs="[524]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.894 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=525] [version=262] [2025/04/05 01:56:57.896 +03:30] [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.962697ms] [job="ID:525, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:524, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.89 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.897 +03:30] [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 01:56:57.89 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.898 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=525] [2025/04/05 01:56:57.898 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=262] [cur_db=test] [sql="create table t205(a int);"] [user=root@%] [2025/04/05 01:56:57.900 +03:30] [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 01:56:57.899 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.900 +03:30] [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 01:56:57.899 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t206(a int);"] [2025/04/05 01:56:57.901 +03:30] [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 01:56:57.899 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.901 +03:30] [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 01:56:57.903 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=262] [neededSchemaVersion=263] ["elapsed time"=104.886µs] [gotSchemaVersion=263] [phyTblIDs="[526]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.903 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=527] [version=263] [2025/04/05 01:56:57.906 +03:30] [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"=3.052277ms] [job="ID:527, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:526, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.899 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.907 +03:30] [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 01:56:57.899 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.908 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=527] [2025/04/05 01:56:57.908 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=263] [cur_db=test] [sql="create table t206(a int);"] [user=root@%] [2025/04/05 01:56:57.910 +03:30] [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 01:56:57.909 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.910 +03:30] [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 01:56:57.909 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t207(a int);"] [2025/04/05 01:56:57.911 +03:30] [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 01:56:57.909 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.911 +03:30] [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 01:56:57.912 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=263] [neededSchemaVersion=264] ["elapsed time"=106.314µs] [gotSchemaVersion=264] [phyTblIDs="[528]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.913 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=529] [version=264] [2025/04/05 01:56:57.915 +03:30] [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.889258ms] [job="ID:529, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:528, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.909 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.916 +03:30] [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 01:56:57.909 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.918 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=529] [2025/04/05 01:56:57.918 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=264] [cur_db=test] [sql="create table t207(a int);"] [user=root@%] [2025/04/05 01:56:57.919 +03:30] [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 01:56:57.919 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.919 +03:30] [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 01:56:57.919 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t208(a int);"] [2025/04/05 01:56:57.920 +03:30] [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 01:56:57.919 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.920 +03:30] [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 01:56:57.922 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=264] [neededSchemaVersion=265] ["elapsed time"=110.64µs] [gotSchemaVersion=265] [phyTblIDs="[530]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.922 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=531] [version=265] [2025/04/05 01:56:57.924 +03:30] [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.946295ms] [job="ID:531, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:530, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.919 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.925 +03:30] [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 01:56:57.919 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.927 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=531] [2025/04/05 01:56:57.927 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=265] [cur_db=test] [sql="create table t208(a int);"] [user=root@%] [2025/04/05 01:56:57.929 +03:30] [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 01:56:57.928 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.929 +03:30] [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 01:56:57.928 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t209(a int);"] [2025/04/05 01:56:57.930 +03:30] [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 01:56:57.928 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.930 +03:30] [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 01:56:57.931 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=265] [neededSchemaVersion=266] ["elapsed time"=129.045µs] [gotSchemaVersion=266] [phyTblIDs="[532]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.931 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=533] [version=266] [2025/04/05 01:56:57.934 +03:30] [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.968117ms] [job="ID:533, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:532, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.928 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.935 +03:30] [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 01:56:57.928 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.936 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=533] [2025/04/05 01:56:57.936 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=266] [cur_db=test] [sql="create table t209(a int);"] [user=root@%] [2025/04/05 01:56:57.938 +03:30] [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 01:56:57.937 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.938 +03:30] [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 01:56:57.937 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t210(a int);"] [2025/04/05 01:56:57.939 +03:30] [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 01:56:57.937 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.939 +03:30] [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 01:56:57.940 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=266] [neededSchemaVersion=267] ["elapsed time"=104.381µs] [gotSchemaVersion=267] [phyTblIDs="[534]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.941 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=535] [version=267] [2025/04/05 01:56:57.943 +03:30] [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.911851ms] [job="ID:535, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:534, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.937 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.944 +03:30] [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 01:56:57.937 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.945 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=535] [2025/04/05 01:56:57.946 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=267] [cur_db=test] [sql="create table t210(a int);"] [user=root@%] [2025/04/05 01:56:57.947 +03:30] [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 01:56:57.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.947 +03:30] [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 01:56:57.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t211(a int);"] [2025/04/05 01:56:57.948 +03:30] [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 01:56:57.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.948 +03:30] [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 01:56:57.949 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=267] [neededSchemaVersion=268] ["elapsed time"=100.929µs] [gotSchemaVersion=268] [phyTblIDs="[536]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.950 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=537] [version=268] [2025/04/05 01:56:57.952 +03:30] [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.956521ms] [job="ID:537, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:536, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.953 +03:30] [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 01:56:57.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.954 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=537] [2025/04/05 01:56:57.955 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=268] [cur_db=test] [sql="create table t211(a int);"] [user=root@%] [2025/04/05 01:56:57.956 +03:30] [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 01:56:57.955 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.956 +03:30] [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 01:56:57.955 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t212(a int);"] [2025/04/05 01:56:57.957 +03:30] [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 01:56:57.955 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.957 +03:30] [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 01:56:57.959 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=268] [neededSchemaVersion=269] ["elapsed time"=107.936µs] [gotSchemaVersion=269] [phyTblIDs="[538]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.959 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=539] [version=269] [2025/04/05 01:56:57.961 +03:30] [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"=2.428833ms] [job="ID:539, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:538, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.955 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.962 +03:30] [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 01:56:57.955 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.964 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=539] [2025/04/05 01:56:57.964 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=269] [cur_db=test] [sql="create table t212(a int);"] [user=root@%] [2025/04/05 01:56:57.965 +03:30] [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 01:56:57.965 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.965 +03:30] [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 01:56:57.965 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t213(a int);"] [2025/04/05 01:56:57.966 +03:30] [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 01:56:57.965 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.966 +03:30] [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 01:56:57.967 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=269] [neededSchemaVersion=270] ["elapsed time"=116.087µs] [gotSchemaVersion=270] [phyTblIDs="[540]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.968 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=541] [version=270] [2025/04/05 01:56:57.970 +03:30] [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.675566ms] [job="ID:541, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:540, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.965 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.971 +03:30] [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 01:56:57.965 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.973 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=541] [2025/04/05 01:56:57.973 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=270] [cur_db=test] [sql="create table t213(a int);"] [user=root@%] [2025/04/05 01:56:57.974 +03:30] [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 01:56:57.974 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.974 +03:30] [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 01:56:57.974 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t214(a int);"] [2025/04/05 01:56:57.975 +03:30] [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 01:56:57.974 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.975 +03:30] [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 01:56:57.976 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=270] [neededSchemaVersion=271] ["elapsed time"=104.525µs] [gotSchemaVersion=271] [phyTblIDs="[542]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.977 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=543] [version=271] [2025/04/05 01:56:57.979 +03:30] [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.94562ms] [job="ID:543, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:542, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.974 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.980 +03:30] [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 01:56:57.974 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.982 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=543] [2025/04/05 01:56:57.982 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=271] [cur_db=test] [sql="create table t214(a int);"] [user=root@%] [2025/04/05 01:56:57.983 +03:30] [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 01:56:57.983 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.983 +03:30] [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 01:56:57.983 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t215(a int);"] [2025/04/05 01:56:57.984 +03:30] [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 01:56:57.983 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.985 +03:30] [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 01:56:57.986 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=271] [neededSchemaVersion=272] ["elapsed time"=100.768µs] [gotSchemaVersion=272] [phyTblIDs="[544]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.986 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=545] [version=272] [2025/04/05 01:56:57.989 +03:30] [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"=3.019741ms] [job="ID:545, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:544, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.983 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.990 +03:30] [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 01:56:57.983 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.992 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=545] [2025/04/05 01:56:57.992 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=272] [cur_db=test] [sql="create table t215(a int);"] [user=root@%] [2025/04/05 01:56:57.993 +03:30] [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 01:56:57.993 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:57.993 +03:30] [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 01:56:57.993 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t216(a int);"] [2025/04/05 01:56:57.994 +03:30] [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 01:56:57.993 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.994 +03:30] [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 01:56:57.995 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=272] [neededSchemaVersion=273] ["elapsed time"=148.207µs] [gotSchemaVersion=273] [phyTblIDs="[546]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:57.996 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=547] [version=273] [2025/04/05 01:56:57.998 +03:30] [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"=3.014502ms] [job="ID:547, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:546, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:57.993 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:57.999 +03:30] [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 01:56:57.993 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.001 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=547] [2025/04/05 01:56:58.001 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=273] [cur_db=test] [sql="create table t216(a int);"] [user=root@%] [2025/04/05 01:56:58.003 +03:30] [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 01:56:58.002 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.003 +03:30] [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 01:56:58.002 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t217(a int);"] [2025/04/05 01:56:58.004 +03:30] [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 01:56:58.002 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.004 +03:30] [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 01:56:58.005 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=273] [neededSchemaVersion=274] ["elapsed time"=107.884µs] [gotSchemaVersion=274] [phyTblIDs="[548]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.006 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=549] [version=274] [2025/04/05 01:56:58.007 +03:30] [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.325662ms] [job="ID:549, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:548, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.002 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.008 +03:30] [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 01:56:58.002 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.009 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=549] [2025/04/05 01:56:58.009 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=274] [cur_db=test] [sql="create table t217(a int);"] [user=root@%] [2025/04/05 01:56:58.011 +03:30] [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 01:56:58.01 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.011 +03:30] [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 01:56:58.01 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t218(a int);"] [2025/04/05 01:56:58.012 +03:30] [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 01:56:58.01 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.012 +03:30] [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 01:56:58.014 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=274] [neededSchemaVersion=275] ["elapsed time"=108.574µs] [gotSchemaVersion=275] [phyTblIDs="[550]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.014 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=551] [version=275] [2025/04/05 01:56:58.016 +03:30] [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.095414ms] [job="ID:551, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:550, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.01 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.017 +03:30] [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 01:56:58.01 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.018 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=551] [2025/04/05 01:56:58.018 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=275] [cur_db=test] [sql="create table t218(a int);"] [user=root@%] [2025/04/05 01:56:58.020 +03:30] [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 01:56:58.019 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.020 +03:30] [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 01:56:58.019 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t219(a int);"] [2025/04/05 01:56:58.021 +03:30] [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 01:56:58.019 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.021 +03:30] [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 01:56:58.022 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=275] [neededSchemaVersion=276] ["elapsed time"=111.272µs] [gotSchemaVersion=276] [phyTblIDs="[552]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.023 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=553] [version=276] [2025/04/05 01:56:58.025 +03:30] [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.939442ms] [job="ID:553, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:552, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.019 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.026 +03:30] [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 01:56:58.019 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.028 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=553] [2025/04/05 01:56:58.028 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=276] [cur_db=test] [sql="create table t219(a int);"] [user=root@%] [2025/04/05 01:56:58.030 +03:30] [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 01:56:58.029 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.030 +03:30] [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 01:56:58.029 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t220(a int);"] [2025/04/05 01:56:58.031 +03:30] [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 01:56:58.029 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.031 +03:30] [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 01:56:58.032 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=276] [neededSchemaVersion=277] ["elapsed time"=125.157µs] [gotSchemaVersion=277] [phyTblIDs="[554]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.033 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=555] [version=277] [2025/04/05 01:56:58.035 +03:30] [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"=3.008708ms] [job="ID:555, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:554, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.029 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.036 +03:30] [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 01:56:58.029 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.038 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=555] [2025/04/05 01:56:58.038 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=277] [cur_db=test] [sql="create table t220(a int);"] [user=root@%] [2025/04/05 01:56:58.039 +03:30] [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 01:56:58.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.039 +03:30] [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 01:56:58.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t221(a int);"] [2025/04/05 01:56:58.040 +03:30] [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 01:56:58.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.040 +03:30] [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 01:56:58.042 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=277] [neededSchemaVersion=278] ["elapsed time"=108.05µs] [gotSchemaVersion=278] [phyTblIDs="[556]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.042 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=557] [version=278] [2025/04/05 01:56:58.044 +03:30] [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.956075ms] [job="ID:557, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:556, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.045 +03:30] [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 01:56:58.039 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.047 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=557] [2025/04/05 01:56:58.047 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=278] [cur_db=test] [sql="create table t221(a int);"] [user=root@%] [2025/04/05 01:56:58.049 +03:30] [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 01:56:58.048 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.049 +03:30] [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 01:56:58.048 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t222(a int);"] [2025/04/05 01:56:58.050 +03:30] [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 01:56:58.048 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.050 +03:30] [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 01:56:58.051 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=278] [neededSchemaVersion=279] ["elapsed time"=113.969µs] [gotSchemaVersion=279] [phyTblIDs="[558]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.052 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=559] [version=279] [2025/04/05 01:56:58.054 +03:30] [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"=3.015751ms] [job="ID:559, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:558, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.048 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.055 +03:30] [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 01:56:58.048 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.057 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=559] [2025/04/05 01:56:58.057 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=279] [cur_db=test] [sql="create table t222(a int);"] [user=root@%] [2025/04/05 01:56:58.059 +03:30] [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 01:56:58.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.059 +03:30] [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 01:56:58.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t223(a int);"] [2025/04/05 01:56:58.060 +03:30] [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 01:56:58.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.060 +03:30] [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 01:56:58.062 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=279] [neededSchemaVersion=280] ["elapsed time"=112.59µs] [gotSchemaVersion=280] [phyTblIDs="[560]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.062 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=561] [version=280] [2025/04/05 01:56:58.064 +03:30] [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"=3.026895ms] [job="ID:561, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:560, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.066 +03:30] [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 01:56:58.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.067 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=561] [2025/04/05 01:56:58.068 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=280] [cur_db=test] [sql="create table t223(a int);"] [user=root@%] [2025/04/05 01:56:58.069 +03:30] [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 01:56:58.069 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.069 +03:30] [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 01:56:58.069 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t224(a int);"] [2025/04/05 01:56:58.070 +03:30] [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 01:56:58.069 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.070 +03:30] [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 01:56:58.071 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=280] [neededSchemaVersion=281] ["elapsed time"=108.525µs] [gotSchemaVersion=281] [phyTblIDs="[562]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.072 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=563] [version=281] [2025/04/05 01:56:58.074 +03:30] [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"=3.008489ms] [job="ID:563, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:562, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.069 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.075 +03:30] [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 01:56:58.069 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.077 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=563] [2025/04/05 01:56:58.077 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=281] [cur_db=test] [sql="create table t224(a int);"] [user=root@%] [2025/04/05 01:56:58.079 +03:30] [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 01:56:58.078 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.079 +03:30] [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 01:56:58.078 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t225(a int);"] [2025/04/05 01:56:58.080 +03:30] [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 01:56:58.078 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.080 +03:30] [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 01:56:58.081 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=281] [neededSchemaVersion=282] ["elapsed time"=120.119µs] [gotSchemaVersion=282] [phyTblIDs="[564]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.082 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=565] [version=282] [2025/04/05 01:56:58.084 +03:30] [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"=3.039288ms] [job="ID:565, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:564, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.078 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.085 +03:30] [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 01:56:58.078 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.087 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=565] [2025/04/05 01:56:58.087 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=282] [cur_db=test] [sql="create table t225(a int);"] [user=root@%] [2025/04/05 01:56:58.089 +03:30] [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 01:56:58.088 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.089 +03:30] [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 01:56:58.088 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t226(a int);"] [2025/04/05 01:56:58.090 +03:30] [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 01:56:58.088 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.090 +03:30] [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 01:56:58.091 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=282] [neededSchemaVersion=283] ["elapsed time"=119.744µs] [gotSchemaVersion=283] [phyTblIDs="[566]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.092 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=567] [version=283] [2025/04/05 01:56:58.094 +03:30] [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"=3.00933ms] [job="ID:567, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:566, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.088 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.095 +03:30] [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 01:56:58.088 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.097 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=567] [2025/04/05 01:56:58.097 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=283] [cur_db=test] [sql="create table t226(a int);"] [user=root@%] [2025/04/05 01:56:58.099 +03:30] [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 01:56:58.098 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.099 +03:30] [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 01:56:58.098 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t227(a int);"] [2025/04/05 01:56:58.099 +03:30] [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 01:56:58.098 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.100 +03:30] [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 01:56:58.101 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=283] [neededSchemaVersion=284] ["elapsed time"=107.964µs] [gotSchemaVersion=284] [phyTblIDs="[568]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.101 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=569] [version=284] [2025/04/05 01:56:58.104 +03:30] [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"=3.016035ms] [job="ID:569, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:568, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.098 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.105 +03:30] [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 01:56:58.098 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.106 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=569] [2025/04/05 01:56:58.106 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=284] [cur_db=test] [sql="create table t227(a int);"] [user=root@%] [2025/04/05 01:56:58.108 +03:30] [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 01:56:58.107 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.108 +03:30] [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 01:56:58.107 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t228(a int);"] [2025/04/05 01:56:58.110 +03:30] [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 01:56:58.107 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.110 +03:30] [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 01:56:58.111 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=284] [neededSchemaVersion=285] ["elapsed time"=100.746µs] [gotSchemaVersion=285] [phyTblIDs="[570]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.112 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=571] [version=285] [2025/04/05 01:56:58.114 +03:30] [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.006186ms] [job="ID:571, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:570, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.107 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.115 +03:30] [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 01:56:58.107 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.117 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=571] [2025/04/05 01:56:58.117 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=285] [cur_db=test] [sql="create table t228(a int);"] [user=root@%] [2025/04/05 01:56:58.119 +03:30] [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 01:56:58.118 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.119 +03:30] [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 01:56:58.118 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t229(a int);"] [2025/04/05 01:56:58.120 +03:30] [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 01:56:58.118 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.120 +03:30] [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 01:56:58.121 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=285] [neededSchemaVersion=286] ["elapsed time"=109.761µs] [gotSchemaVersion=286] [phyTblIDs="[572]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.122 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=573] [version=286] [2025/04/05 01:56:58.124 +03:30] [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.01851ms] [job="ID:573, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:572, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.118 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.125 +03:30] [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 01:56:58.118 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.127 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=573] [2025/04/05 01:56:58.127 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=286] [cur_db=test] [sql="create table t229(a int);"] [user=root@%] [2025/04/05 01:56:58.129 +03:30] [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 01:56:58.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.129 +03:30] [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 01:56:58.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t230(a int);"] [2025/04/05 01:56:58.130 +03:30] [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 01:56:58.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.130 +03:30] [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 01:56:58.131 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=286] [neededSchemaVersion=287] ["elapsed time"=103.214µs] [gotSchemaVersion=287] [phyTblIDs="[574]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.132 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=575] [version=287] [2025/04/05 01:56:58.134 +03:30] [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.037797ms] [job="ID:575, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:574, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.135 +03:30] [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 01:56:58.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.137 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=575] [2025/04/05 01:56:58.137 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=287] [cur_db=test] [sql="create table t230(a int);"] [user=root@%] [2025/04/05 01:56:58.139 +03:30] [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 01:56:58.138 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.139 +03:30] [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 01:56:58.138 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t231(a int);"] [2025/04/05 01:56:58.140 +03:30] [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 01:56:58.138 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.140 +03:30] [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 01:56:58.141 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=287] [neededSchemaVersion=288] ["elapsed time"=107.188µs] [gotSchemaVersion=288] [phyTblIDs="[576]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.142 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=577] [version=288] [2025/04/05 01:56:58.144 +03:30] [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.96135ms] [job="ID:577, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:576, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.138 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.145 +03:30] [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 01:56:58.138 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.146 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=577] [2025/04/05 01:56:58.147 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=288] [cur_db=test] [sql="create table t231(a int);"] [user=root@%] [2025/04/05 01:56:58.148 +03:30] [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 01:56:58.147 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.148 +03:30] [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 01:56:58.147 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t232(a int);"] [2025/04/05 01:56:58.149 +03:30] [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 01:56:58.147 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.149 +03:30] [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 01:56:58.150 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=288] [neededSchemaVersion=289] ["elapsed time"=110.733µs] [gotSchemaVersion=289] [phyTblIDs="[578]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.151 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=579] [version=289] [2025/04/05 01:56:58.153 +03:30] [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.017289ms] [job="ID:579, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:578, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.147 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.154 +03:30] [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 01:56:58.147 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.156 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=579] [2025/04/05 01:56:58.156 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=289] [cur_db=test] [sql="create table t232(a int);"] [user=root@%] [2025/04/05 01:56:58.158 +03:30] [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 01:56:58.157 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.158 +03:30] [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 01:56:58.157 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t233(a int);"] [2025/04/05 01:56:58.159 +03:30] [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 01:56:58.157 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.159 +03:30] [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 01:56:58.161 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=289] [neededSchemaVersion=290] ["elapsed time"=115.399µs] [gotSchemaVersion=290] [phyTblIDs="[580]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.161 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=581] [version=290] [2025/04/05 01:56:58.164 +03:30] [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"=3.029965ms] [job="ID:581, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:580, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.157 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.165 +03:30] [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 01:56:58.157 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.166 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=581] [2025/04/05 01:56:58.166 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=290] [cur_db=test] [sql="create table t233(a int);"] [user=root@%] [2025/04/05 01:56:58.168 +03:30] [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 01:56:58.167 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.168 +03:30] [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 01:56:58.167 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t234(a int);"] [2025/04/05 01:56:58.169 +03:30] [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 01:56:58.167 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.169 +03:30] [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 01:56:58.171 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=290] [neededSchemaVersion=291] ["elapsed time"=111.175µs] [gotSchemaVersion=291] [phyTblIDs="[582]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.171 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=583] [version=291] [2025/04/05 01:56:58.173 +03:30] [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.01273ms] [job="ID:583, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:582, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.167 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.174 +03:30] [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 01:56:58.167 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.175 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=583] [2025/04/05 01:56:58.176 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=291] [cur_db=test] [sql="create table t234(a int);"] [user=root@%] [2025/04/05 01:56:58.177 +03:30] [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 01:56:58.177 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.177 +03:30] [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 01:56:58.177 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t235(a int);"] [2025/04/05 01:56:58.178 +03:30] [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 01:56:58.177 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.178 +03:30] [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 01:56:58.180 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=291] [neededSchemaVersion=292] ["elapsed time"=115.511µs] [gotSchemaVersion=292] [phyTblIDs="[584]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.180 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=585] [version=292] [2025/04/05 01:56:58.182 +03:30] [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"=3.050059ms] [job="ID:585, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:584, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.177 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.184 +03:30] [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 01:56:58.177 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.186 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=585] [2025/04/05 01:56:58.186 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=292] [cur_db=test] [sql="create table t235(a int);"] [user=root@%] [2025/04/05 01:56:58.187 +03:30] [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 01:56:58.187 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.187 +03:30] [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 01:56:58.187 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t236(a int);"] [2025/04/05 01:56:58.188 +03:30] [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 01:56:58.187 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.188 +03:30] [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 01:56:58.189 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=292] [neededSchemaVersion=293] ["elapsed time"=111.271µs] [gotSchemaVersion=293] [phyTblIDs="[586]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.190 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=587] [version=293] [2025/04/05 01:56:58.192 +03:30] [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"=3.017946ms] [job="ID:587, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:586, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.187 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.193 +03:30] [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 01:56:58.187 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.195 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=587] [2025/04/05 01:56:58.195 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=293] [cur_db=test] [sql="create table t236(a int);"] [user=root@%] [2025/04/05 01:56:58.197 +03:30] [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 01:56:58.196 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.197 +03:30] [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 01:56:58.196 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t237(a int);"] [2025/04/05 01:56:58.198 +03:30] [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 01:56:58.196 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.198 +03:30] [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 01:56:58.199 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=293] [neededSchemaVersion=294] ["elapsed time"=136.081µs] [gotSchemaVersion=294] [phyTblIDs="[588]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.200 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=589] [version=294] [2025/04/05 01:56:58.202 +03:30] [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"=3.033587ms] [job="ID:589, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:588, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.196 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.203 +03:30] [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 01:56:58.196 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.205 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=589] [2025/04/05 01:56:58.205 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=294] [cur_db=test] [sql="create table t237(a int);"] [user=root@%] [2025/04/05 01:56:58.207 +03:30] [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 01:56:58.206 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.207 +03:30] [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 01:56:58.206 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t238(a int);"] [2025/04/05 01:56:58.208 +03:30] [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 01:56:58.206 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.208 +03:30] [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 01:56:58.210 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=294] [neededSchemaVersion=295] ["elapsed time"=109.013µs] [gotSchemaVersion=295] [phyTblIDs="[590]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.210 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=591] [version=295] [2025/04/05 01:56:58.212 +03:30] [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"=3.026515ms] [job="ID:591, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:590, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.206 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.214 +03:30] [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 01:56:58.206 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.215 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=591] [2025/04/05 01:56:58.215 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=295] [cur_db=test] [sql="create table t238(a int);"] [user=root@%] [2025/04/05 01:56:58.217 +03:30] [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 01:56:58.216 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.217 +03:30] [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 01:56:58.216 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t239(a int);"] [2025/04/05 01:56:58.218 +03:30] [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 01:56:58.216 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.218 +03:30] [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 01:56:58.219 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=295] [neededSchemaVersion=296] ["elapsed time"=107.335µs] [gotSchemaVersion=296] [phyTblIDs="[592]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.220 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=593] [version=296] [2025/04/05 01:56:58.222 +03:30] [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"=3.03295ms] [job="ID:593, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:592, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.216 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.223 +03:30] [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 01:56:58.216 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.225 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=593] [2025/04/05 01:56:58.225 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=296] [cur_db=test] [sql="create table t239(a int);"] [user=root@%] [2025/04/05 01:56:58.227 +03:30] [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 01:56:58.226 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.227 +03:30] [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 01:56:58.226 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t240(a int);"] [2025/04/05 01:56:58.228 +03:30] [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 01:56:58.226 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.228 +03:30] [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 01:56:58.229 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=296] [neededSchemaVersion=297] ["elapsed time"=107.25µs] [gotSchemaVersion=297] [phyTblIDs="[594]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.230 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=595] [version=297] [2025/04/05 01:56:58.232 +03:30] [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"=3.024996ms] [job="ID:595, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:594, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.226 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.233 +03:30] [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 01:56:58.226 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.235 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=595] [2025/04/05 01:56:58.235 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=297] [cur_db=test] [sql="create table t240(a int);"] [user=root@%] [2025/04/05 01:56:58.237 +03:30] [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 01:56:58.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.237 +03:30] [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 01:56:58.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t241(a int);"] [2025/04/05 01:56:58.238 +03:30] [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 01:56:58.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.238 +03:30] [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 01:56:58.239 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=297] [neededSchemaVersion=298] ["elapsed time"=115.04µs] [gotSchemaVersion=298] [phyTblIDs="[596]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.240 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=597] [version=298] [2025/04/05 01:56:58.242 +03:30] [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"=3.035557ms] [job="ID:597, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:596, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.243 +03:30] [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 01:56:58.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.245 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=597] [2025/04/05 01:56:58.245 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=298] [cur_db=test] [sql="create table t241(a int);"] [user=root@%] [2025/04/05 01:56:58.247 +03:30] [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 01:56:58.246 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.247 +03:30] [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 01:56:58.246 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t242(a int);"] [2025/04/05 01:56:58.248 +03:30] [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 01:56:58.246 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.248 +03:30] [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 01:56:58.249 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=298] [neededSchemaVersion=299] ["elapsed time"=114.092µs] [gotSchemaVersion=299] [phyTblIDs="[598]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.250 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=599] [version=299] [2025/04/05 01:56:58.252 +03:30] [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.978482ms] [job="ID:599, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:598, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.246 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.253 +03:30] [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 01:56:58.246 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.254 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=599] [2025/04/05 01:56:58.254 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=299] [cur_db=test] [sql="create table t242(a int);"] [user=root@%] [2025/04/05 01:56:58.256 +03:30] [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 01:56:58.255 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.256 +03:30] [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 01:56:58.255 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t243(a int);"] [2025/04/05 01:56:58.257 +03:30] [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 01:56:58.255 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.257 +03:30] [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 01:56:58.259 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=299] [neededSchemaVersion=300] ["elapsed time"=108.434µs] [gotSchemaVersion=300] [phyTblIDs="[600]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.259 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=601] [version=300] [2025/04/05 01:56:58.261 +03:30] [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.521263ms] [job="ID:601, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:600, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.255 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.262 +03:30] [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 01:56:58.255 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.264 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=601] [2025/04/05 01:56:58.264 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=300] [cur_db=test] [sql="create table t243(a int);"] [user=root@%] [2025/04/05 01:56:58.266 +03:30] [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 01:56:58.265 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.266 +03:30] [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 01:56:58.265 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t244(a int);"] [2025/04/05 01:56:58.267 +03:30] [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 01:56:58.265 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.267 +03:30] [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 01:56:58.268 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=300] [neededSchemaVersion=301] ["elapsed time"=105.502µs] [gotSchemaVersion=301] [phyTblIDs="[602]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.269 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=603] [version=301] [2025/04/05 01:56:58.271 +03:30] [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.975263ms] [job="ID:603, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:602, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.265 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.272 +03:30] [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 01:56:58.265 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.274 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=603] [2025/04/05 01:56:58.274 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=301] [cur_db=test] [sql="create table t244(a int);"] [user=root@%] [2025/04/05 01:56:58.275 +03:30] [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 01:56:58.275 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.275 +03:30] [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 01:56:58.275 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t245(a int);"] [2025/04/05 01:56:58.276 +03:30] [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 01:56:58.275 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.277 +03:30] [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 01:56:58.278 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=301] [neededSchemaVersion=302] ["elapsed time"=109.189µs] [gotSchemaVersion=302] [phyTblIDs="[604]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.278 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=605] [version=302] [2025/04/05 01:56:58.281 +03:30] [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.996066ms] [job="ID:605, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:604, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.275 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.282 +03:30] [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 01:56:58.275 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.283 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=605] [2025/04/05 01:56:58.283 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=302] [cur_db=test] [sql="create table t245(a int);"] [user=root@%] [2025/04/05 01:56:58.285 +03:30] [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 01:56:58.285 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.285 +03:30] [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 01:56:58.285 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t246(a int);"] [2025/04/05 01:56:58.286 +03:30] [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 01:56:58.285 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.286 +03:30] [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 01:56:58.287 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=302] [neededSchemaVersion=303] ["elapsed time"=126.174µs] [gotSchemaVersion=303] [phyTblIDs="[606]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.288 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=607] [version=303] [2025/04/05 01:56:58.290 +03:30] [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"=3.039267ms] [job="ID:607, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:606, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.285 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.291 +03:30] [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 01:56:58.285 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.293 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=607] [2025/04/05 01:56:58.293 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=303] [cur_db=test] [sql="create table t246(a int);"] [user=root@%] [2025/04/05 01:56:58.295 +03:30] [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 01:56:58.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.295 +03:30] [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 01:56:58.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t247(a int);"] [2025/04/05 01:56:58.296 +03:30] [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 01:56:58.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.296 +03:30] [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 01:56:58.297 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=303] [neededSchemaVersion=304] ["elapsed time"=107.995µs] [gotSchemaVersion=304] [phyTblIDs="[608]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.298 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=609] [version=304] [2025/04/05 01:56:58.300 +03:30] [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"=2.977555ms] [job="ID:609, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:608, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.301 +03:30] [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 01:56:58.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.303 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=609] [2025/04/05 01:56:58.303 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=304] [cur_db=test] [sql="create table t247(a int);"] [user=root@%] [2025/04/05 01:56:58.305 +03:30] [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 01:56:58.304 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.305 +03:30] [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 01:56:58.304 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t248(a int);"] [2025/04/05 01:56:58.305 +03:30] [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 01:56:58.304 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.306 +03:30] [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 01:56:58.307 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=304] [neededSchemaVersion=305] ["elapsed time"=99.647µs] [gotSchemaVersion=305] [phyTblIDs="[610]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.308 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=611] [version=305] [2025/04/05 01:56:58.309 +03:30] [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"=2.121873ms] [job="ID:611, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:610, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.304 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.310 +03:30] [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 01:56:58.304 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.312 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=611] [2025/04/05 01:56:58.312 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=305] [cur_db=test] [sql="create table t248(a int);"] [user=root@%] [2025/04/05 01:56:58.314 +03:30] [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 01:56:58.313 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.314 +03:30] [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 01:56:58.313 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t249(a int);"] [2025/04/05 01:56:58.315 +03:30] [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 01:56:58.313 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.315 +03:30] [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 01:56:58.316 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=305] [neededSchemaVersion=306] ["elapsed time"=110.209µs] [gotSchemaVersion=306] [phyTblIDs="[612]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.317 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=613] [version=306] [2025/04/05 01:56:58.319 +03:30] [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"=3.063149ms] [job="ID:613, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:612, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.313 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.320 +03:30] [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 01:56:58.313 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.322 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=613] [2025/04/05 01:56:58.322 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=306] [cur_db=test] [sql="create table t249(a int);"] [user=root@%] [2025/04/05 01:56:58.324 +03:30] [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 01:56:58.323 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.324 +03:30] [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 01:56:58.323 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t250(a int);"] [2025/04/05 01:56:58.325 +03:30] [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 01:56:58.323 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.325 +03:30] [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 01:56:58.326 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=306] [neededSchemaVersion=307] ["elapsed time"=133.255µs] [gotSchemaVersion=307] [phyTblIDs="[614]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.327 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=615] [version=307] [2025/04/05 01:56:58.329 +03:30] [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"=3.035482ms] [job="ID:615, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:614, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.323 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.330 +03:30] [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 01:56:58.323 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.332 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=615] [2025/04/05 01:56:58.332 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=307] [cur_db=test] [sql="create table t250(a int);"] [user=root@%] [2025/04/05 01:56:58.334 +03:30] [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 01:56:58.333 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.334 +03:30] [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 01:56:58.333 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t251(a int);"] [2025/04/05 01:56:58.335 +03:30] [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 01:56:58.333 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.335 +03:30] [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 01:56:58.336 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=307] [neededSchemaVersion=308] ["elapsed time"=109.083µs] [gotSchemaVersion=308] [phyTblIDs="[616]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.337 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=617] [version=308] [2025/04/05 01:56:58.339 +03:30] [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"=3.004554ms] [job="ID:617, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:616, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.333 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.340 +03:30] [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 01:56:58.333 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.342 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=617] [2025/04/05 01:56:58.342 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=308] [cur_db=test] [sql="create table t251(a int);"] [user=root@%] [2025/04/05 01:56:58.344 +03:30] [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 01:56:58.343 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.344 +03:30] [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 01:56:58.343 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t252(a int);"] [2025/04/05 01:56:58.345 +03:30] [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 01:56:58.343 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.345 +03:30] [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 01:56:58.346 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=308] [neededSchemaVersion=309] ["elapsed time"=129.661µs] [gotSchemaVersion=309] [phyTblIDs="[618]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.347 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=619] [version=309] [2025/04/05 01:56:58.348 +03:30] [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.00507ms] [job="ID:619, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:618, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.343 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.349 +03:30] [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 01:56:58.343 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.350 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=619] [2025/04/05 01:56:58.350 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=309] [cur_db=test] [sql="create table t252(a int);"] [user=root@%] [2025/04/05 01:56:58.352 +03:30] [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 01:56:58.351 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.352 +03:30] [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 01:56:58.351 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t253(a int);"] [2025/04/05 01:56:58.353 +03:30] [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 01:56:58.351 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.353 +03:30] [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 01:56:58.355 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=309] [neededSchemaVersion=310] ["elapsed time"=133.882µs] [gotSchemaVersion=310] [phyTblIDs="[620]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.356 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=621] [version=310] [2025/04/05 01:56:58.357 +03:30] [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.369283ms] [job="ID:621, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:620, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.351 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.358 +03:30] [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 01:56:58.351 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.359 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=621] [2025/04/05 01:56:58.360 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=310] [cur_db=test] [sql="create table t253(a int);"] [user=root@%] [2025/04/05 01:56:58.362 +03:30] [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 01:56:58.36 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.362 +03:30] [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 01:56:58.36 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t254(a int);"] [2025/04/05 01:56:58.363 +03:30] [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 01:56:58.36 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.364 +03:30] [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 01:56:58.365 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=310] [neededSchemaVersion=311] ["elapsed time"=112.794µs] [gotSchemaVersion=311] [phyTblIDs="[622]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.366 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=623] [version=311] [2025/04/05 01:56:58.368 +03:30] [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"=3.005012ms] [job="ID:623, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:622, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.36 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.369 +03:30] [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 01:56:58.36 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.370 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=623] [2025/04/05 01:56:58.370 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=311] [cur_db=test] [sql="create table t254(a int);"] [user=root@%] [2025/04/05 01:56:58.372 +03:30] [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 01:56:58.371 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.372 +03:30] [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 01:56:58.371 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t255(a int);"] [2025/04/05 01:56:58.373 +03:30] [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 01:56:58.371 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.373 +03:30] [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 01:56:58.375 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=311] [neededSchemaVersion=312] ["elapsed time"=106.896µs] [gotSchemaVersion=312] [phyTblIDs="[624]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.375 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=625] [version=312] [2025/04/05 01:56:58.376 +03:30] [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.025375ms] [job="ID:625, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:624, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.371 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.378 +03:30] [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 01:56:58.371 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.379 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=625] [2025/04/05 01:56:58.379 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=312] [cur_db=test] [sql="create table t255(a int);"] [user=root@%] [2025/04/05 01:56:58.381 +03:30] [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 01:56:58.381 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.381 +03:30] [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 01:56:58.381 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t256(a int);"] [2025/04/05 01:56:58.382 +03:30] [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 01:56:58.381 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.382 +03:30] [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 01:56:58.383 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=312] [neededSchemaVersion=313] ["elapsed time"=118.374µs] [gotSchemaVersion=313] [phyTblIDs="[626]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.384 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=627] [version=313] [2025/04/05 01:56:58.386 +03:30] [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"=3.058436ms] [job="ID:627, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:626, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.381 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.388 +03:30] [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 01:56:58.381 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.389 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=627] [2025/04/05 01:56:58.390 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=313] [cur_db=test] [sql="create table t256(a int);"] [user=root@%] [2025/04/05 01:56:58.391 +03:30] [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 01:56:58.391 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.391 +03:30] [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 01:56:58.391 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t257(a int);"] [2025/04/05 01:56:58.392 +03:30] [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 01:56:58.391 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.392 +03:30] [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 01:56:58.394 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=313] [neededSchemaVersion=314] ["elapsed time"=106.973µs] [gotSchemaVersion=314] [phyTblIDs="[628]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.394 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=629] [version=314] [2025/04/05 01:56:58.395 +03:30] [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.007935ms] [job="ID:629, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:628, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.391 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.397 +03:30] [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 01:56:58.391 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.398 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=629] [2025/04/05 01:56:58.398 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=314] [cur_db=test] [sql="create table t257(a int);"] [user=root@%] [2025/04/05 01:56:58.400 +03:30] [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 01:56:58.399 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.400 +03:30] [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 01:56:58.399 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t258(a int);"] [2025/04/05 01:56:58.401 +03:30] [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 01:56:58.399 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.401 +03:30] [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 01:56:58.403 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=314] [neededSchemaVersion=315] ["elapsed time"=117.376µs] [gotSchemaVersion=315] [phyTblIDs="[630]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.403 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=631] [version=315] [2025/04/05 01:56:58.404 +03:30] [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.023556ms] [job="ID:631, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:630, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.399 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.405 +03:30] [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 01:56:58.399 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.407 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=631] [2025/04/05 01:56:58.407 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=315] [cur_db=test] [sql="create table t258(a int);"] [user=root@%] [2025/04/05 01:56:58.409 +03:30] [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 01:56:58.408 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.409 +03:30] [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 01:56:58.408 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t259(a int);"] [2025/04/05 01:56:58.410 +03:30] [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 01:56:58.408 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.411 +03:30] [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 01:56:58.412 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=315] [neededSchemaVersion=316] ["elapsed time"=109.721µs] [gotSchemaVersion=316] [phyTblIDs="[632]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.413 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=633] [version=316] [2025/04/05 01:56:58.415 +03:30] [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"=3.043325ms] [job="ID:633, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:632, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.408 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.416 +03:30] [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 01:56:58.408 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.418 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=633] [2025/04/05 01:56:58.418 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=316] [cur_db=test] [sql="create table t259(a int);"] [user=root@%] [2025/04/05 01:56:58.420 +03:30] [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 01:56:58.419 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.420 +03:30] [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 01:56:58.419 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t260(a int);"] [2025/04/05 01:56:58.420 +03:30] [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 01:56:58.419 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.421 +03:30] [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 01:56:58.422 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=316] [neededSchemaVersion=317] ["elapsed time"=113.563µs] [gotSchemaVersion=317] [phyTblIDs="[634]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.423 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=635] [version=317] [2025/04/05 01:56:58.425 +03:30] [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.99228ms] [job="ID:635, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:634, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.419 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.426 +03:30] [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 01:56:58.419 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.428 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=635] [2025/04/05 01:56:58.428 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=317] [cur_db=test] [sql="create table t260(a int);"] [user=root@%] [2025/04/05 01:56:58.429 +03:30] [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 01:56:58.429 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.429 +03:30] [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 01:56:58.429 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t261(a int);"] [2025/04/05 01:56:58.430 +03:30] [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 01:56:58.429 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.430 +03:30] [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 01:56:58.432 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=317] [neededSchemaVersion=318] ["elapsed time"=109.692µs] [gotSchemaVersion=318] [phyTblIDs="[636]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.432 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=637] [version=318] [2025/04/05 01:56:58.434 +03:30] [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.997982ms] [job="ID:637, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:636, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.429 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.435 +03:30] [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 01:56:58.429 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.437 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=637] [2025/04/05 01:56:58.437 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=318] [cur_db=test] [sql="create table t261(a int);"] [user=root@%] [2025/04/05 01:56:58.439 +03:30] [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 01:56:58.438 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.439 +03:30] [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 01:56:58.438 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t262(a int);"] [2025/04/05 01:56:58.440 +03:30] [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 01:56:58.438 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.440 +03:30] [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 01:56:58.441 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=318] [neededSchemaVersion=319] ["elapsed time"=102.09µs] [gotSchemaVersion=319] [phyTblIDs="[638]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.442 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=639] [version=319] [2025/04/05 01:56:58.444 +03:30] [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"=3.011538ms] [job="ID:639, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:638, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.438 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.445 +03:30] [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 01:56:58.438 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.446 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=639] [2025/04/05 01:56:58.447 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=319] [cur_db=test] [sql="create table t262(a int);"] [user=root@%] [2025/04/05 01:56:58.448 +03:30] [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 01:56:58.447 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.448 +03:30] [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 01:56:58.447 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t263(a int);"] [2025/04/05 01:56:58.449 +03:30] [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 01:56:58.447 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.449 +03:30] [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 01:56:58.451 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=319] [neededSchemaVersion=320] ["elapsed time"=110.869µs] [gotSchemaVersion=320] [phyTblIDs="[640]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.451 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=641] [version=320] [2025/04/05 01:56:58.454 +03:30] [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.986107ms] [job="ID:641, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:640, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.447 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.455 +03:30] [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 01:56:58.447 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.456 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=641] [2025/04/05 01:56:58.457 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=320] [cur_db=test] [sql="create table t263(a int);"] [user=root@%] [2025/04/05 01:56:58.458 +03:30] [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 01:56:58.457 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.458 +03:30] [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 01:56:58.457 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t264(a int);"] [2025/04/05 01:56:58.459 +03:30] [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 01:56:58.457 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.460 +03:30] [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 01:56:58.461 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=320] [neededSchemaVersion=321] ["elapsed time"=125.422µs] [gotSchemaVersion=321] [phyTblIDs="[642]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.462 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=643] [version=321] [2025/04/05 01:56:58.464 +03:30] [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"=3.012997ms] [job="ID:643, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:642, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.457 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.465 +03:30] [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 01:56:58.457 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.467 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=643] [2025/04/05 01:56:58.467 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=321] [cur_db=test] [sql="create table t264(a int);"] [user=root@%] [2025/04/05 01:56:58.469 +03:30] [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 01:56:58.468 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.469 +03:30] [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 01:56:58.468 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t265(a int);"] [2025/04/05 01:56:58.469 +03:30] [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 01:56:58.468 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.470 +03:30] [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 01:56:58.471 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=321] [neededSchemaVersion=322] ["elapsed time"=104.19µs] [gotSchemaVersion=322] [phyTblIDs="[644]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.472 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=645] [version=322] [2025/04/05 01:56:58.474 +03:30] [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.993385ms] [job="ID:645, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:644, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.468 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.475 +03:30] [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 01:56:58.468 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.476 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=645] [2025/04/05 01:56:58.476 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=322] [cur_db=test] [sql="create table t265(a int);"] [user=root@%] [2025/04/05 01:56:58.478 +03:30] [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 01:56:58.477 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.478 +03:30] [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 01:56:58.477 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t266(a int);"] [2025/04/05 01:56:58.479 +03:30] [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 01:56:58.477 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.479 +03:30] [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 01:56:58.481 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=322] [neededSchemaVersion=323] ["elapsed time"=111.159µs] [gotSchemaVersion=323] [phyTblIDs="[646]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.481 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=647] [version=323] [2025/04/05 01:56:58.484 +03:30] [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"=3.025628ms] [job="ID:647, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:646, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.477 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.485 +03:30] [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 01:56:58.477 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.486 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=647] [2025/04/05 01:56:58.486 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=323] [cur_db=test] [sql="create table t266(a int);"] [user=root@%] [2025/04/05 01:56:58.488 +03:30] [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 01:56:58.487 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.488 +03:30] [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 01:56:58.487 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t267(a int);"] [2025/04/05 01:56:58.489 +03:30] [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 01:56:58.487 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.489 +03:30] [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 01:56:58.490 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=323] [neededSchemaVersion=324] ["elapsed time"=104.115µs] [gotSchemaVersion=324] [phyTblIDs="[648]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.491 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=649] [version=324] [2025/04/05 01:56:58.493 +03:30] [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"=3.00489ms] [job="ID:649, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:648, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.487 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.494 +03:30] [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 01:56:58.487 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.496 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=649] [2025/04/05 01:56:58.496 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=324] [cur_db=test] [sql="create table t267(a int);"] [user=root@%] [2025/04/05 01:56:58.498 +03:30] [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 01:56:58.497 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.498 +03:30] [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 01:56:58.497 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t268(a int);"] [2025/04/05 01:56:58.499 +03:30] [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 01:56:58.497 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.499 +03:30] [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 01:56:58.500 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=324] [neededSchemaVersion=325] ["elapsed time"=108.864µs] [gotSchemaVersion=325] [phyTblIDs="[650]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.501 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=651] [version=325] [2025/04/05 01:56:58.502 +03:30] [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.005372ms] [job="ID:651, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:650, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.497 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.503 +03:30] [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 01:56:58.497 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.505 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=651] [2025/04/05 01:56:58.505 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=325] [cur_db=test] [sql="create table t268(a int);"] [user=root@%] [2025/04/05 01:56:58.507 +03:30] [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 01:56:58.506 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.507 +03:30] [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 01:56:58.506 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t269(a int);"] [2025/04/05 01:56:58.508 +03:30] [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 01:56:58.506 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.508 +03:30] [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 01:56:58.510 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=325] [neededSchemaVersion=326] ["elapsed time"=110.079µs] [gotSchemaVersion=326] [phyTblIDs="[652]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.510 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=653] [version=326] [2025/04/05 01:56:58.512 +03:30] [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"=3.00279ms] [job="ID:653, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:652, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.506 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.514 +03:30] [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 01:56:58.506 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.515 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=653] [2025/04/05 01:56:58.516 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=326] [cur_db=test] [sql="create table t269(a int);"] [user=root@%] [2025/04/05 01:56:58.517 +03:30] [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 01:56:58.517 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.517 +03:30] [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 01:56:58.517 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t270(a int);"] [2025/04/05 01:56:58.518 +03:30] [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 01:56:58.517 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.518 +03:30] [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 01:56:58.520 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=326] [neededSchemaVersion=327] ["elapsed time"=108.882µs] [gotSchemaVersion=327] [phyTblIDs="[654]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.520 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=655] [version=327] [2025/04/05 01:56:58.523 +03:30] [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"=3.014575ms] [job="ID:655, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:654, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.517 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.524 +03:30] [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 01:56:58.517 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.525 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=655] [2025/04/05 01:56:58.526 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=327] [cur_db=test] [sql="create table t270(a int);"] [user=root@%] [2025/04/05 01:56:58.527 +03:30] [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 01:56:58.527 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.527 +03:30] [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 01:56:58.527 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t271(a int);"] [2025/04/05 01:56:58.528 +03:30] [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 01:56:58.527 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.528 +03:30] [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 01:56:58.529 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=327] [neededSchemaVersion=328] ["elapsed time"=113.039µs] [gotSchemaVersion=328] [phyTblIDs="[656]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.530 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=657] [version=328] [2025/04/05 01:56:58.532 +03:30] [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"=3.048732ms] [job="ID:657, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:656, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.527 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.533 +03:30] [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 01:56:58.527 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.535 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=657] [2025/04/05 01:56:58.535 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=328] [cur_db=test] [sql="create table t271(a int);"] [user=root@%] [2025/04/05 01:56:58.537 +03:30] [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 01:56:58.536 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.537 +03:30] [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 01:56:58.536 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t272(a int);"] [2025/04/05 01:56:58.538 +03:30] [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 01:56:58.536 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.538 +03:30] [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 01:56:58.539 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=328] [neededSchemaVersion=329] ["elapsed time"=111.222µs] [gotSchemaVersion=329] [phyTblIDs="[658]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.540 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=659] [version=329] [2025/04/05 01:56:58.542 +03:30] [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"=3.059409ms] [job="ID:659, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:658, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.536 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.543 +03:30] [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 01:56:58.536 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.545 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=659] [2025/04/05 01:56:58.545 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=329] [cur_db=test] [sql="create table t272(a int);"] [user=root@%] [2025/04/05 01:56:58.547 +03:30] [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 01:56:58.546 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.547 +03:30] [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 01:56:58.546 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t273(a int);"] [2025/04/05 01:56:58.548 +03:30] [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 01:56:58.546 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.548 +03:30] [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 01:56:58.549 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=329] [neededSchemaVersion=330] ["elapsed time"=111.827µs] [gotSchemaVersion=330] [phyTblIDs="[660]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.550 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=661] [version=330] [2025/04/05 01:56:58.552 +03:30] [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"=3.038165ms] [job="ID:661, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:660, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.546 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.553 +03:30] [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 01:56:58.546 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.555 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=661] [2025/04/05 01:56:58.555 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=330] [cur_db=test] [sql="create table t273(a int);"] [user=root@%] [2025/04/05 01:56:58.557 +03:30] [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 01:56:58.556 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.557 +03:30] [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 01:56:58.556 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t274(a int);"] [2025/04/05 01:56:58.558 +03:30] [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 01:56:58.556 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.559 +03:30] [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 01:56:58.560 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=330] [neededSchemaVersion=331] ["elapsed time"=114.295µs] [gotSchemaVersion=331] [phyTblIDs="[662]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.561 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=663] [version=331] [2025/04/05 01:56:58.562 +03:30] [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.200229ms] [job="ID:663, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:662, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.556 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.563 +03:30] [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 01:56:58.556 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.565 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=663] [2025/04/05 01:56:58.565 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=331] [cur_db=test] [sql="create table t274(a int);"] [user=root@%] [2025/04/05 01:56:58.567 +03:30] [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 01:56:58.566 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.567 +03:30] [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 01:56:58.566 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t275(a int);"] [2025/04/05 01:56:58.568 +03:30] [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 01:56:58.566 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.568 +03:30] [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 01:56:58.570 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=331] [neededSchemaVersion=332] ["elapsed time"=111.75µs] [gotSchemaVersion=332] [phyTblIDs="[664]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.571 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=665] [version=332] [2025/04/05 01:56:58.572 +03:30] [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.388459ms] [job="ID:665, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:664, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.566 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.574 +03:30] [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 01:56:58.566 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.576 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=665] [2025/04/05 01:56:58.576 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=332] [cur_db=test] [sql="create table t275(a int);"] [user=root@%] [2025/04/05 01:56:58.578 +03:30] [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 01:56:58.577 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.578 +03:30] [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 01:56:58.577 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t276(a int);"] [2025/04/05 01:56:58.579 +03:30] [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 01:56:58.577 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.579 +03:30] [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 01:56:58.580 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=332] [neededSchemaVersion=333] ["elapsed time"=109.756µs] [gotSchemaVersion=333] [phyTblIDs="[666]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.581 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=667] [version=333] [2025/04/05 01:56:58.582 +03:30] [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.007334ms] [job="ID:667, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:666, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.577 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.583 +03:30] [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 01:56:58.577 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.585 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=667] [2025/04/05 01:56:58.585 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=333] [cur_db=test] [sql="create table t276(a int);"] [user=root@%] [2025/04/05 01:56:58.587 +03:30] [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 01:56:58.586 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.587 +03:30] [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 01:56:58.586 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t277(a int);"] [2025/04/05 01:56:58.588 +03:30] [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 01:56:58.586 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.588 +03:30] [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 01:56:58.589 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=333] [neededSchemaVersion=334] ["elapsed time"=108.218µs] [gotSchemaVersion=334] [phyTblIDs="[668]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.590 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=669] [version=334] [2025/04/05 01:56:58.592 +03:30] [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"=3.042674ms] [job="ID:669, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:668, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.586 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.593 +03:30] [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 01:56:58.586 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.595 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=669] [2025/04/05 01:56:58.595 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=334] [cur_db=test] [sql="create table t277(a int);"] [user=root@%] [2025/04/05 01:56:58.597 +03:30] [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 01:56:58.596 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.597 +03:30] [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 01:56:58.596 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t278(a int);"] [2025/04/05 01:56:58.598 +03:30] [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 01:56:58.596 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.598 +03:30] [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 01:56:58.599 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=334] [neededSchemaVersion=335] ["elapsed time"=105.805µs] [gotSchemaVersion=335] [phyTblIDs="[670]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.600 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=671] [version=335] [2025/04/05 01:56:58.602 +03:30] [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"=3.047554ms] [job="ID:671, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:670, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.596 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.603 +03:30] [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 01:56:58.596 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.605 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=671] [2025/04/05 01:56:58.605 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=335] [cur_db=test] [sql="create table t278(a int);"] [user=root@%] [2025/04/05 01:56:58.607 +03:30] [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 01:56:58.606 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.607 +03:30] [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 01:56:58.606 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t279(a int);"] [2025/04/05 01:56:58.609 +03:30] [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 01:56:58.606 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.609 +03:30] [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 01:56:58.610 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=335] [neededSchemaVersion=336] ["elapsed time"=128.495µs] [gotSchemaVersion=336] [phyTblIDs="[672]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.611 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=673] [version=336] [2025/04/05 01:56:58.612 +03:30] [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.166736ms] [job="ID:673, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:672, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.606 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.613 +03:30] [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 01:56:58.606 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.615 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=673] [2025/04/05 01:56:58.615 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=336] [cur_db=test] [sql="create table t279(a int);"] [user=root@%] [2025/04/05 01:56:58.617 +03:30] [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 01:56:58.616 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.617 +03:30] [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 01:56:58.616 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t280(a int);"] [2025/04/05 01:56:58.618 +03:30] [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 01:56:58.616 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.618 +03:30] [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 01:56:58.619 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=336] [neededSchemaVersion=337] ["elapsed time"=105.115µs] [gotSchemaVersion=337] [phyTblIDs="[674]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.620 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=675] [version=337] [2025/04/05 01:56:58.622 +03:30] [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"=3.047238ms] [job="ID:675, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:674, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.616 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.623 +03:30] [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 01:56:58.616 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.625 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=675] [2025/04/05 01:56:58.625 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=337] [cur_db=test] [sql="create table t280(a int);"] [user=root@%] [2025/04/05 01:56:58.627 +03:30] [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 01:56:58.627 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.627 +03:30] [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 01:56:58.627 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t281(a int);"] [2025/04/05 01:56:58.628 +03:30] [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 01:56:58.627 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.628 +03:30] [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 01:56:58.629 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=337] [neededSchemaVersion=338] ["elapsed time"=110.193µs] [gotSchemaVersion=338] [phyTblIDs="[676]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.630 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=677] [version=338] [2025/04/05 01:56:58.631 +03:30] [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.008823ms] [job="ID:677, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:676, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.627 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.632 +03:30] [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 01:56:58.627 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.634 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=677] [2025/04/05 01:56:58.634 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=338] [cur_db=test] [sql="create table t281(a int);"] [user=root@%] [2025/04/05 01:56:58.636 +03:30] [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 01:56:58.635 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.636 +03:30] [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 01:56:58.635 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t282(a int);"] [2025/04/05 01:56:58.637 +03:30] [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 01:56:58.635 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.637 +03:30] [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 01:56:58.638 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=338] [neededSchemaVersion=339] ["elapsed time"=124.139µs] [gotSchemaVersion=339] [phyTblIDs="[678]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.639 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=679] [version=339] [2025/04/05 01:56:58.641 +03:30] [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"=3.05386ms] [job="ID:679, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:678, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.635 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.642 +03:30] [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 01:56:58.635 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.644 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=679] [2025/04/05 01:56:58.644 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=339] [cur_db=test] [sql="create table t282(a int);"] [user=root@%] [2025/04/05 01:56:58.646 +03:30] [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 01:56:58.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.646 +03:30] [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 01:56:58.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t283(a int);"] [2025/04/05 01:56:58.647 +03:30] [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 01:56:58.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.647 +03:30] [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 01:56:58.648 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=339] [neededSchemaVersion=340] ["elapsed time"=112.476µs] [gotSchemaVersion=340] [phyTblIDs="[680]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.649 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=681] [version=340] [2025/04/05 01:56:58.651 +03:30] [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"=3.004622ms] [job="ID:681, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:680, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.652 +03:30] [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 01:56:58.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.654 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=681] [2025/04/05 01:56:58.654 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=340] [cur_db=test] [sql="create table t283(a int);"] [user=root@%] [2025/04/05 01:56:58.655 +03:30] [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 01:56:58.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.655 +03:30] [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 01:56:58.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t284(a int);"] [2025/04/05 01:56:58.656 +03:30] [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 01:56:58.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.657 +03:30] [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 01:56:58.658 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=340] [neededSchemaVersion=341] ["elapsed time"=123.548µs] [gotSchemaVersion=341] [phyTblIDs="[682]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.659 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=683] [version=341] [2025/04/05 01:56:58.660 +03:30] [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.128872ms] [job="ID:683, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:682, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.661 +03:30] [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 01:56:58.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.663 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=683] [2025/04/05 01:56:58.663 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=341] [cur_db=test] [sql="create table t284(a int);"] [user=root@%] [2025/04/05 01:56:58.664 +03:30] [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 01:56:58.664 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.664 +03:30] [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 01:56:58.664 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t285(a int);"] [2025/04/05 01:56:58.665 +03:30] [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 01:56:58.664 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.666 +03:30] [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 01:56:58.667 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=341] [neededSchemaVersion=342] ["elapsed time"=116.285µs] [gotSchemaVersion=342] [phyTblIDs="[684]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.667 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=685] [version=342] [2025/04/05 01:56:58.670 +03:30] [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"=3.030215ms] [job="ID:685, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:684, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.664 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.671 +03:30] [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 01:56:58.664 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.672 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=685] [2025/04/05 01:56:58.672 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=342] [cur_db=test] [sql="create table t285(a int);"] [user=root@%] [2025/04/05 01:56:58.674 +03:30] [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 01:56:58.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.674 +03:30] [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 01:56:58.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t286(a int);"] [2025/04/05 01:56:58.675 +03:30] [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 01:56:58.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.675 +03:30] [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 01:56:58.677 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=342] [neededSchemaVersion=343] ["elapsed time"=113.516µs] [gotSchemaVersion=343] [phyTblIDs="[686]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.677 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=687] [version=343] [2025/04/05 01:56:58.679 +03:30] [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.006776ms] [job="ID:687, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:686, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.680 +03:30] [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 01:56:58.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.681 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=687] [2025/04/05 01:56:58.681 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=343] [cur_db=test] [sql="create table t286(a int);"] [user=root@%] [2025/04/05 01:56:58.683 +03:30] [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 01:56:58.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.683 +03:30] [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 01:56:58.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t287(a int);"] [2025/04/05 01:56:58.684 +03:30] [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 01:56:58.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.684 +03:30] [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 01:56:58.685 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=343] [neededSchemaVersion=344] ["elapsed time"=108.936µs] [gotSchemaVersion=344] [phyTblIDs="[688]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.686 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=689] [version=344] [2025/04/05 01:56:58.687 +03:30] [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.006261ms] [job="ID:689, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:688, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.688 +03:30] [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 01:56:58.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.690 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=689] [2025/04/05 01:56:58.690 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=344] [cur_db=test] [sql="create table t287(a int);"] [user=root@%] [2025/04/05 01:56:58.692 +03:30] [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 01:56:58.691 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.692 +03:30] [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 01:56:58.691 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t288(a int);"] [2025/04/05 01:56:58.693 +03:30] [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 01:56:58.691 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.693 +03:30] [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 01:56:58.694 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=344] [neededSchemaVersion=345] ["elapsed time"=132.763µs] [gotSchemaVersion=345] [phyTblIDs="[690]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.695 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=691] [version=345] [2025/04/05 01:56:58.697 +03:30] [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"=3.044328ms] [job="ID:691, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:690, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.691 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.699 +03:30] [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 01:56:58.691 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.700 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=691] [2025/04/05 01:56:58.700 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=345] [cur_db=test] [sql="create table t288(a int);"] [user=root@%] [2025/04/05 01:56:58.703 +03:30] [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 01:56:58.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.703 +03:30] [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 01:56:58.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t289(a int);"] [2025/04/05 01:56:58.704 +03:30] [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 01:56:58.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.704 +03:30] [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 01:56:58.705 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=345] [neededSchemaVersion=346] ["elapsed time"=115.487µs] [gotSchemaVersion=346] [phyTblIDs="[692]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.706 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=693] [version=346] [2025/04/05 01:56:58.707 +03:30] [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"=2.400494ms] [job="ID:693, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:692, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.708 +03:30] [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 01:56:58.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.710 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=693] [2025/04/05 01:56:58.710 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=346] [cur_db=test] [sql="create table t289(a int);"] [user=root@%] [2025/04/05 01:56:58.712 +03:30] [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 01:56:58.711 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.712 +03:30] [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 01:56:58.711 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t290(a int);"] [2025/04/05 01:56:58.713 +03:30] [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 01:56:58.711 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.713 +03:30] [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 01:56:58.715 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=346] [neededSchemaVersion=347] ["elapsed time"=105.938µs] [gotSchemaVersion=347] [phyTblIDs="[694]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.715 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=695] [version=347] [2025/04/05 01:56:58.716 +03:30] [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.049319ms] [job="ID:695, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:694, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.711 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.718 +03:30] [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 01:56:58.711 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.719 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=695] [2025/04/05 01:56:58.720 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=347] [cur_db=test] [sql="create table t290(a int);"] [user=root@%] [2025/04/05 01:56:58.721 +03:30] [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 01:56:58.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.721 +03:30] [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 01:56:58.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t291(a int);"] [2025/04/05 01:56:58.722 +03:30] [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 01:56:58.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.722 +03:30] [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 01:56:58.724 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=347] [neededSchemaVersion=348] ["elapsed time"=119.826µs] [gotSchemaVersion=348] [phyTblIDs="[696]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.724 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=697] [version=348] [2025/04/05 01:56:58.726 +03:30] [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.067921ms] [job="ID:697, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:696, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.727 +03:30] [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 01:56:58.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.728 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=697] [2025/04/05 01:56:58.728 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=348] [cur_db=test] [sql="create table t291(a int);"] [user=root@%] [2025/04/05 01:56:58.730 +03:30] [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 01:56:58.729 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.730 +03:30] [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 01:56:58.729 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t292(a int);"] [2025/04/05 01:56:58.731 +03:30] [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 01:56:58.729 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.731 +03:30] [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 01:56:58.733 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=348] [neededSchemaVersion=349] ["elapsed time"=119.342µs] [gotSchemaVersion=349] [phyTblIDs="[698]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.734 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=699] [version=349] [2025/04/05 01:56:58.735 +03:30] [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.009673ms] [job="ID:699, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:698, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.729 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.736 +03:30] [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 01:56:58.729 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.738 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=699] [2025/04/05 01:56:58.738 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=349] [cur_db=test] [sql="create table t292(a int);"] [user=root@%] [2025/04/05 01:56:58.739 +03:30] [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 01:56:58.739 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.739 +03:30] [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 01:56:58.739 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t293(a int);"] [2025/04/05 01:56:58.740 +03:30] [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 01:56:58.739 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.740 +03:30] [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 01:56:58.742 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=349] [neededSchemaVersion=350] ["elapsed time"=114.264µs] [gotSchemaVersion=350] [phyTblIDs="[700]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.742 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=701] [version=350] [2025/04/05 01:56:58.743 +03:30] [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.027587ms] [job="ID:701, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:700, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.739 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.745 +03:30] [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 01:56:58.739 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.746 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=701] [2025/04/05 01:56:58.746 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=350] [cur_db=test] [sql="create table t293(a int);"] [user=root@%] [2025/04/05 01:56:58.748 +03:30] [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 01:56:58.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.748 +03:30] [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 01:56:58.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t294(a int);"] [2025/04/05 01:56:58.749 +03:30] [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 01:56:58.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.750 +03:30] [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 01:56:58.751 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=350] [neededSchemaVersion=351] ["elapsed time"=120.58µs] [gotSchemaVersion=351] [phyTblIDs="[702]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.752 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=703] [version=351] [2025/04/05 01:56:58.753 +03:30] [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.064027ms] [job="ID:703, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:702, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.754 +03:30] [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 01:56:58.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.756 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=703] [2025/04/05 01:56:58.756 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=351] [cur_db=test] [sql="create table t294(a int);"] [user=root@%] [2025/04/05 01:56:58.758 +03:30] [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 01:56:58.757 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.758 +03:30] [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 01:56:58.757 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t295(a int);"] [2025/04/05 01:56:58.759 +03:30] [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 01:56:58.757 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.759 +03:30] [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 01:56:58.761 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=351] [neededSchemaVersion=352] ["elapsed time"=144.91µs] [gotSchemaVersion=352] [phyTblIDs="[704]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.762 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=705] [version=352] [2025/04/05 01:56:58.763 +03:30] [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.103658ms] [job="ID:705, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:704, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.757 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.764 +03:30] [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 01:56:58.757 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.766 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=705] [2025/04/05 01:56:58.766 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=352] [cur_db=test] [sql="create table t295(a int);"] [user=root@%] [2025/04/05 01:56:58.768 +03:30] [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 01:56:58.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.768 +03:30] [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 01:56:58.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t296(a int);"] [2025/04/05 01:56:58.769 +03:30] [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 01:56:58.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.769 +03:30] [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 01:56:58.770 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=352] [neededSchemaVersion=353] ["elapsed time"=111.856µs] [gotSchemaVersion=353] [phyTblIDs="[706]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.771 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=707] [version=353] [2025/04/05 01:56:58.773 +03:30] [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"=3.031808ms] [job="ID:707, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:706, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.774 +03:30] [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 01:56:58.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.776 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=707] [2025/04/05 01:56:58.776 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=353] [cur_db=test] [sql="create table t296(a int);"] [user=root@%] [2025/04/05 01:56:58.778 +03:30] [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 01:56:58.777 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.778 +03:30] [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 01:56:58.777 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t297(a int);"] [2025/04/05 01:56:58.779 +03:30] [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 01:56:58.777 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.779 +03:30] [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 01:56:58.780 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=353] [neededSchemaVersion=354] ["elapsed time"=114.783µs] [gotSchemaVersion=354] [phyTblIDs="[708]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.781 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=709] [version=354] [2025/04/05 01:56:58.783 +03:30] [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"=3.04826ms] [job="ID:709, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:708, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.777 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.784 +03:30] [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 01:56:58.777 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.786 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=709] [2025/04/05 01:56:58.786 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=354] [cur_db=test] [sql="create table t297(a int);"] [user=root@%] [2025/04/05 01:56:58.788 +03:30] [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 01:56:58.787 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.788 +03:30] [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 01:56:58.787 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t298(a int);"] [2025/04/05 01:56:58.789 +03:30] [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 01:56:58.787 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.789 +03:30] [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 01:56:58.790 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=354] [neededSchemaVersion=355] ["elapsed time"=110.013µs] [gotSchemaVersion=355] [phyTblIDs="[710]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.791 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=711] [version=355] [2025/04/05 01:56:58.793 +03:30] [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"=3.024805ms] [job="ID:711, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:710, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.787 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.794 +03:30] [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 01:56:58.787 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.796 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=711] [2025/04/05 01:56:58.796 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=355] [cur_db=test] [sql="create table t298(a int);"] [user=root@%] [2025/04/05 01:56:58.798 +03:30] [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 01:56:58.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.798 +03:30] [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 01:56:58.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t299(a int);"] [2025/04/05 01:56:58.799 +03:30] [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 01:56:58.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.799 +03:30] [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 01:56:58.800 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=355] [neededSchemaVersion=356] ["elapsed time"=108.478µs] [gotSchemaVersion=356] [phyTblIDs="[712]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.801 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=713] [version=356] [2025/04/05 01:56:58.802 +03:30] [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.037437ms] [job="ID:713, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:712, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.803 +03:30] [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 01:56:58.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.805 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=713] [2025/04/05 01:56:58.805 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=356] [cur_db=test] [sql="create table t299(a int);"] [user=root@%] [2025/04/05 01:56:58.807 +03:30] [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 01:56:58.806 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.807 +03:30] [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 01:56:58.806 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t300(a int);"] [2025/04/05 01:56:58.808 +03:30] [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 01:56:58.806 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.809 +03:30] [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 01:56:58.810 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=356] [neededSchemaVersion=357] ["elapsed time"=135.717µs] [gotSchemaVersion=357] [phyTblIDs="[714]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.811 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=715] [version=357] [2025/04/05 01:56:58.813 +03:30] [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"=3.061065ms] [job="ID:715, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:714, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.806 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.814 +03:30] [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 01:56:58.806 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.816 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=715] [2025/04/05 01:56:58.816 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=357] [cur_db=test] [sql="create table t300(a int);"] [user=root@%] [2025/04/05 01:56:58.818 +03:30] [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 01:56:58.817 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.818 +03:30] [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 01:56:58.817 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t301(a int);"] [2025/04/05 01:56:58.819 +03:30] [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 01:56:58.817 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.819 +03:30] [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 01:56:58.820 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=357] [neededSchemaVersion=358] ["elapsed time"=120.134µs] [gotSchemaVersion=358] [phyTblIDs="[716]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.821 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=717] [version=358] [2025/04/05 01:56:58.822 +03:30] [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.036014ms] [job="ID:717, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:716, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.817 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.823 +03:30] [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 01:56:58.817 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.825 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=717] [2025/04/05 01:56:58.825 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=358] [cur_db=test] [sql="create table t301(a int);"] [user=root@%] [2025/04/05 01:56:58.827 +03:30] [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 01:56:58.826 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.827 +03:30] [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 01:56:58.826 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t302(a int);"] [2025/04/05 01:56:58.828 +03:30] [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 01:56:58.826 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.828 +03:30] [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 01:56:58.829 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=358] [neededSchemaVersion=359] ["elapsed time"=105.199µs] [gotSchemaVersion=359] [phyTblIDs="[718]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.830 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=719] [version=359] [2025/04/05 01:56:58.831 +03:30] [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.050494ms] [job="ID:719, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:718, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.826 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.833 +03:30] [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 01:56:58.826 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.834 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=719] [2025/04/05 01:56:58.834 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=359] [cur_db=test] [sql="create table t302(a int);"] [user=root@%] [2025/04/05 01:56:58.836 +03:30] [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 01:56:58.835 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.836 +03:30] [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 01:56:58.835 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t303(a int);"] [2025/04/05 01:56:58.837 +03:30] [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 01:56:58.835 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.837 +03:30] [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 01:56:58.839 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=359] [neededSchemaVersion=360] ["elapsed time"=119.142µs] [gotSchemaVersion=360] [phyTblIDs="[720]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.839 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=721] [version=360] [2025/04/05 01:56:58.840 +03:30] [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.049986ms] [job="ID:721, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:720, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.835 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.842 +03:30] [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 01:56:58.835 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.843 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=721] [2025/04/05 01:56:58.844 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=360] [cur_db=test] [sql="create table t303(a int);"] [user=root@%] [2025/04/05 01:56:58.845 +03:30] [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 01:56:58.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.845 +03:30] [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 01:56:58.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t304(a int);"] [2025/04/05 01:56:58.846 +03:30] [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 01:56:58.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.846 +03:30] [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 01:56:58.848 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=360] [neededSchemaVersion=361] ["elapsed time"=118.467µs] [gotSchemaVersion=361] [phyTblIDs="[722]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.848 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=723] [version=361] [2025/04/05 01:56:58.850 +03:30] [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.052728ms] [job="ID:723, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:722, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.851 +03:30] [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 01:56:58.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.852 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=723] [2025/04/05 01:56:58.853 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=361] [cur_db=test] [sql="create table t304(a int);"] [user=root@%] [2025/04/05 01:56:58.855 +03:30] [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 01:56:58.854 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.855 +03:30] [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 01:56:58.854 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t305(a int);"] [2025/04/05 01:56:58.856 +03:30] [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 01:56:58.854 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.856 +03:30] [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 01:56:58.858 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=361] [neededSchemaVersion=362] ["elapsed time"=125.641µs] [gotSchemaVersion=362] [phyTblIDs="[724]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.860 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=725] [version=362] [2025/04/05 01:56:58.862 +03:30] [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"=4.724874ms] [job="ID:725, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:724, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.854 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.864 +03:30] [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 01:56:58.854 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.880 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=725] [2025/04/05 01:56:58.880 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=362] [cur_db=test] [sql="create table t305(a int);"] [user=root@%] [2025/04/05 01:56:58.883 +03:30] [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 01:56:58.882 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.883 +03:30] [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 01:56:58.882 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t306(a int);"] [2025/04/05 01:56:58.884 +03:30] [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 01:56:58.882 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.884 +03:30] [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 01:56:58.886 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=362] [neededSchemaVersion=363] ["elapsed time"=118.273µs] [gotSchemaVersion=363] [phyTblIDs="[726]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.886 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=727] [version=363] [2025/04/05 01:56:58.887 +03:30] [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.050724ms] [job="ID:727, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:726, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.882 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.889 +03:30] [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 01:56:58.882 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.890 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=727] [2025/04/05 01:56:58.891 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=363] [cur_db=test] [sql="create table t306(a int);"] [user=root@%] [2025/04/05 01:56:58.892 +03:30] [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 01:56:58.891 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.894 +03:30] [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 01:56:58.891 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t307(a int);"] [2025/04/05 01:56:58.896 +03:30] [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 01:56:58.891 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.897 +03:30] [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 01:56:58.899 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=363] [neededSchemaVersion=364] ["elapsed time"=290.232µs] [gotSchemaVersion=364] [phyTblIDs="[728]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.902 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=729] [version=364] [2025/04/05 01:56:58.927 +03:30] [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"=28.189876ms] [job="ID:729, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:728, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.891 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.929 +03:30] [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 01:56:58.891 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.931 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=729] [2025/04/05 01:56:58.931 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=364] [cur_db=test] [sql="create table t307(a int);"] [user=root@%] [2025/04/05 01:56:58.937 +03:30] [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 01:56:58.933 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.937 +03:30] [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 01:56:58.933 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t308(a int);"] [2025/04/05 01:56:58.939 +03:30] [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 01:56:58.933 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.939 +03:30] [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 01:56:58.940 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=364] [neededSchemaVersion=365] ["elapsed time"=177.739µs] [gotSchemaVersion=365] [phyTblIDs="[730]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.941 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=731] [version=365] [2025/04/05 01:56:58.964 +03:30] [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"=23.610974ms] [job="ID:731, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:730, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.933 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.966 +03:30] [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 01:56:58.933 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.968 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=731] [2025/04/05 01:56:58.968 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=365] [cur_db=test] [sql="create table t308(a int);"] [user=root@%] [2025/04/05 01:56:58.970 +03:30] [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 01:56:58.969 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.970 +03:30] [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 01:56:58.969 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t309(a int);"] [2025/04/05 01:56:58.971 +03:30] [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 01:56:58.969 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.971 +03:30] [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 01:56:58.973 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=365] [neededSchemaVersion=366] ["elapsed time"=118.202µs] [gotSchemaVersion=366] [phyTblIDs="[732]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.973 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=733] [version=366] [2025/04/05 01:56:58.974 +03:30] [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.008483ms] [job="ID:733, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:732, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.969 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.976 +03:30] [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 01:56:58.969 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.978 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=733] [2025/04/05 01:56:58.978 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=366] [cur_db=test] [sql="create table t309(a int);"] [user=root@%] [2025/04/05 01:56:58.979 +03:30] [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 01:56:58.979 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.979 +03:30] [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 01:56:58.979 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t310(a int);"] [2025/04/05 01:56:58.980 +03:30] [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 01:56:58.979 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.980 +03:30] [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 01:56:58.982 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=366] [neededSchemaVersion=367] ["elapsed time"=114.089µs] [gotSchemaVersion=367] [phyTblIDs="[734]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.982 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=735] [version=367] [2025/04/05 01:56:58.983 +03:30] [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"=2.008944ms] [job="ID:735, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:734, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.979 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.985 +03:30] [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 01:56:58.979 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.987 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=735] [2025/04/05 01:56:58.987 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=367] [cur_db=test] [sql="create table t310(a int);"] [user=root@%] [2025/04/05 01:56:58.988 +03:30] [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 01:56:58.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.988 +03:30] [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 01:56:58.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t311(a int);"] [2025/04/05 01:56:58.989 +03:30] [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 01:56:58.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.989 +03:30] [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 01:56:58.991 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=367] [neededSchemaVersion=368] ["elapsed time"=112.552µs] [gotSchemaVersion=368] [phyTblIDs="[736]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:58.991 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=737] [version=368] [2025/04/05 01:56:58.993 +03:30] [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.0075ms] [job="ID:737, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:736, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.994 +03:30] [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 01:56:58.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:58.996 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=737] [2025/04/05 01:56:58.996 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=368] [cur_db=test] [sql="create table t311(a int);"] [user=root@%] [2025/04/05 01:56:58.998 +03:30] [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 01:56:58.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:58.998 +03:30] [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 01:56:58.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t312(a int);"] [2025/04/05 01:56:58.999 +03:30] [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 01:56:58.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.000 +03:30] [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 01:56:59.001 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=368] [neededSchemaVersion=369] ["elapsed time"=125.375µs] [gotSchemaVersion=369] [phyTblIDs="[738]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.002 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=739] [version=369] [2025/04/05 01:56:59.003 +03:30] [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.009656ms] [job="ID:739, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:738, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:58.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.004 +03:30] [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 01:56:58.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.006 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=739] [2025/04/05 01:56:59.006 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=369] [cur_db=test] [sql="create table t312(a int);"] [user=root@%] [2025/04/05 01:56:59.008 +03:30] [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 01:56:59.007 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.008 +03:30] [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 01:56:59.007 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t313(a int);"] [2025/04/05 01:56:59.009 +03:30] [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 01:56:59.007 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.009 +03:30] [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 01:56:59.011 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=369] [neededSchemaVersion=370] ["elapsed time"=115.43µs] [gotSchemaVersion=370] [phyTblIDs="[740]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.011 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=741] [version=370] [2025/04/05 01:56:59.012 +03:30] [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.007126ms] [job="ID:741, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:740, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.007 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.014 +03:30] [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 01:56:59.007 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.016 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=741] [2025/04/05 01:56:59.016 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=370] [cur_db=test] [sql="create table t313(a int);"] [user=root@%] [2025/04/05 01:56:59.017 +03:30] [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 01:56:59.017 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.018 +03:30] [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 01:56:59.017 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t314(a int);"] [2025/04/05 01:56:59.019 +03:30] [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 01:56:59.017 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.019 +03:30] [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 01:56:59.020 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=370] [neededSchemaVersion=371] ["elapsed time"=133.45µs] [gotSchemaVersion=371] [phyTblIDs="[742]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.021 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=743] [version=371] [2025/04/05 01:56:59.022 +03:30] [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.011396ms] [job="ID:743, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:742, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.017 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.024 +03:30] [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 01:56:59.017 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.026 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=743] [2025/04/05 01:56:59.026 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=371] [cur_db=test] [sql="create table t314(a int);"] [user=root@%] [2025/04/05 01:56:59.029 +03:30] [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 01:56:59.028 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.029 +03:30] [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 01:56:59.028 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t315(a int);"] [2025/04/05 01:56:59.030 +03:30] [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 01:56:59.028 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.031 +03:30] [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 01:56:59.032 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=371] [neededSchemaVersion=372] ["elapsed time"=171.715µs] [gotSchemaVersion=372] [phyTblIDs="[744]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.034 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=745] [version=372] [2025/04/05 01:56:59.034 +03:30] [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.009699ms] [job="ID:745, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:744, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.028 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.036 +03:30] [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 01:56:59.028 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.039 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=745] [2025/04/05 01:56:59.039 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=372] [cur_db=test] [sql="create table t315(a int);"] [user=root@%] [2025/04/05 01:56:59.041 +03:30] [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 01:56:59.04 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.041 +03:30] [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 01:56:59.04 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t316(a int);"] [2025/04/05 01:56:59.043 +03:30] [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 01:56:59.04 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.043 +03:30] [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 01:56:59.045 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=372] [neededSchemaVersion=373] ["elapsed time"=174.155µs] [gotSchemaVersion=373] [phyTblIDs="[746]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.046 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=747] [version=373] [2025/04/05 01:56:59.047 +03:30] [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.011533ms] [job="ID:747, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:746, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.04 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.048 +03:30] [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 01:56:59.04 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.050 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=747] [2025/04/05 01:56:59.050 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=373] [cur_db=test] [sql="create table t316(a int);"] [user=root@%] [2025/04/05 01:56:59.053 +03:30] [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 01:56:59.052 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.053 +03:30] [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 01:56:59.052 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t317(a int);"] [2025/04/05 01:56:59.055 +03:30] [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 01:56:59.052 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.055 +03:30] [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 01:56:59.057 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=373] [neededSchemaVersion=374] ["elapsed time"=171.085µs] [gotSchemaVersion=374] [phyTblIDs="[748]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.058 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=749] [version=374] [2025/04/05 01:56:59.059 +03:30] [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.010401ms] [job="ID:749, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:748, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.052 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.061 +03:30] [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 01:56:59.052 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.063 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=749] [2025/04/05 01:56:59.063 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=374] [cur_db=test] [sql="create table t317(a int);"] [user=root@%] [2025/04/05 01:56:59.065 +03:30] [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 01:56:59.065 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.065 +03:30] [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 01:56:59.065 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t318(a int);"] [2025/04/05 01:56:59.067 +03:30] [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 01:56:59.065 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.067 +03:30] [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 01:56:59.069 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=374] [neededSchemaVersion=375] ["elapsed time"=169.027µs] [gotSchemaVersion=375] [phyTblIDs="[750]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.070 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=751] [version=375] [2025/04/05 01:56:59.071 +03:30] [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.020126ms] [job="ID:751, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:750, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.065 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.072 +03:30] [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 01:56:59.065 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.074 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=751] [2025/04/05 01:56:59.074 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=375] [cur_db=test] [sql="create table t318(a int);"] [user=root@%] [2025/04/05 01:56:59.077 +03:30] [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 01:56:59.076 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.077 +03:30] [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 01:56:59.076 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t319(a int);"] [2025/04/05 01:56:59.079 +03:30] [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 01:56:59.076 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.079 +03:30] [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 01:56:59.081 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=375] [neededSchemaVersion=376] ["elapsed time"=143.507µs] [gotSchemaVersion=376] [phyTblIDs="[752]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.082 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=753] [version=376] [2025/04/05 01:56:59.083 +03:30] [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.013938ms] [job="ID:753, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:752, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.076 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.084 +03:30] [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 01:56:59.076 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.086 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=753] [2025/04/05 01:56:59.086 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=376] [cur_db=test] [sql="create table t319(a int);"] [user=root@%] [2025/04/05 01:56:59.087 +03:30] [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 01:56:59.087 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.087 +03:30] [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 01:56:59.087 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t320(a int);"] [2025/04/05 01:56:59.088 +03:30] [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 01:56:59.087 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.089 +03:30] [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 01:56:59.090 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=376] [neededSchemaVersion=377] ["elapsed time"=108.92µs] [gotSchemaVersion=377] [phyTblIDs="[754]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.090 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=755] [version=377] [2025/04/05 01:56:59.092 +03:30] [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.007999ms] [job="ID:755, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:754, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.087 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.093 +03:30] [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 01:56:59.087 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.094 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=755] [2025/04/05 01:56:59.094 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=377] [cur_db=test] [sql="create table t320(a int);"] [user=root@%] [2025/04/05 01:56:59.096 +03:30] [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 01:56:59.095 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.096 +03:30] [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 01:56:59.095 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t321(a int);"] [2025/04/05 01:56:59.097 +03:30] [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 01:56:59.095 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.097 +03:30] [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 01:56:59.099 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=377] [neededSchemaVersion=378] ["elapsed time"=111.918µs] [gotSchemaVersion=378] [phyTblIDs="[756]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.100 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=757] [version=378] [2025/04/05 01:56:59.101 +03:30] [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.008869ms] [job="ID:757, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:756, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.095 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.102 +03:30] [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 01:56:59.095 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.104 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=757] [2025/04/05 01:56:59.104 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=378] [cur_db=test] [sql="create table t321(a int);"] [user=root@%] [2025/04/05 01:56:59.105 +03:30] [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 01:56:59.105 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.105 +03:30] [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 01:56:59.105 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t322(a int);"] [2025/04/05 01:56:59.106 +03:30] [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 01:56:59.105 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.108 +03:30] [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 01:56:59.109 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=378] [neededSchemaVersion=379] ["elapsed time"=119.023µs] [gotSchemaVersion=379] [phyTblIDs="[758]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.110 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=759] [version=379] [2025/04/05 01:56:59.111 +03:30] [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.009706ms] [job="ID:759, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:758, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.105 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.112 +03:30] [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 01:56:59.105 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.114 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=759] [2025/04/05 01:56:59.114 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=379] [cur_db=test] [sql="create table t322(a int);"] [user=root@%] [2025/04/05 01:56:59.116 +03:30] [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 01:56:59.115 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.116 +03:30] [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 01:56:59.115 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t323(a int);"] [2025/04/05 01:56:59.117 +03:30] [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 01:56:59.115 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.117 +03:30] [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 01:56:59.118 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=379] [neededSchemaVersion=380] ["elapsed time"=116.707µs] [gotSchemaVersion=380] [phyTblIDs="[760]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.119 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=761] [version=380] [2025/04/05 01:56:59.120 +03:30] [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.006986ms] [job="ID:761, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:760, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.115 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.121 +03:30] [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 01:56:59.115 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.123 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=761] [2025/04/05 01:56:59.123 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=380] [cur_db=test] [sql="create table t323(a int);"] [user=root@%] [2025/04/05 01:56:59.124 +03:30] [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 01:56:59.124 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.124 +03:30] [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 01:56:59.124 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t324(a int);"] [2025/04/05 01:56:59.125 +03:30] [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 01:56:59.124 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.126 +03:30] [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 01:56:59.127 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=380] [neededSchemaVersion=381] ["elapsed time"=112.951µs] [gotSchemaVersion=381] [phyTblIDs="[762]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.128 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=763] [version=381] [2025/04/05 01:56:59.129 +03:30] [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.008992ms] [job="ID:763, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:762, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.124 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.130 +03:30] [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 01:56:59.124 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.132 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=763] [2025/04/05 01:56:59.132 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=381] [cur_db=test] [sql="create table t324(a int);"] [user=root@%] [2025/04/05 01:56:59.134 +03:30] [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 01:56:59.133 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.134 +03:30] [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 01:56:59.133 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t325(a int);"] [2025/04/05 01:56:59.134 +03:30] [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 01:56:59.133 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.135 +03:30] [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 01:56:59.136 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=381] [neededSchemaVersion=382] ["elapsed time"=123.004µs] [gotSchemaVersion=382] [phyTblIDs="[764]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.137 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=765] [version=382] [2025/04/05 01:56:59.138 +03:30] [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.011302ms] [job="ID:765, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:764, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.133 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.139 +03:30] [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 01:56:59.133 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.140 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=765] [2025/04/05 01:56:59.140 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=382] [cur_db=test] [sql="create table t325(a int);"] [user=root@%] [2025/04/05 01:56:59.142 +03:30] [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 01:56:59.141 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.142 +03:30] [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 01:56:59.141 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t326(a int);"] [2025/04/05 01:56:59.143 +03:30] [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 01:56:59.141 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.144 +03:30] [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 01:56:59.145 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=382] [neededSchemaVersion=383] ["elapsed time"=109.961µs] [gotSchemaVersion=383] [phyTblIDs="[766]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.146 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=767] [version=383] [2025/04/05 01:56:59.147 +03:30] [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.015069ms] [job="ID:767, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:766, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.141 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.148 +03:30] [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 01:56:59.141 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.150 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=767] [2025/04/05 01:56:59.150 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=383] [cur_db=test] [sql="create table t326(a int);"] [user=root@%] [2025/04/05 01:56:59.152 +03:30] [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 01:56:59.151 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.152 +03:30] [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 01:56:59.151 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t327(a int);"] [2025/04/05 01:56:59.153 +03:30] [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 01:56:59.151 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.153 +03:30] [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 01:56:59.154 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=383] [neededSchemaVersion=384] ["elapsed time"=120.823µs] [gotSchemaVersion=384] [phyTblIDs="[768]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.155 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=769] [version=384] [2025/04/05 01:56:59.156 +03:30] [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.007288ms] [job="ID:769, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:768, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.151 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.157 +03:30] [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 01:56:59.151 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.159 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=769] [2025/04/05 01:56:59.159 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=384] [cur_db=test] [sql="create table t327(a int);"] [user=root@%] [2025/04/05 01:56:59.160 +03:30] [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 01:56:59.16 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.160 +03:30] [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 01:56:59.16 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t328(a int);"] [2025/04/05 01:56:59.162 +03:30] [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 01:56:59.16 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.162 +03:30] [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 01:56:59.163 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=384] [neededSchemaVersion=385] ["elapsed time"=110.417µs] [gotSchemaVersion=385] [phyTblIDs="[770]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.164 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=771] [version=385] [2025/04/05 01:56:59.165 +03:30] [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.009878ms] [job="ID:771, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:770, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.16 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.166 +03:30] [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 01:56:59.16 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.168 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=771] [2025/04/05 01:56:59.168 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=385] [cur_db=test] [sql="create table t328(a int);"] [user=root@%] [2025/04/05 01:56:59.171 +03:30] [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 01:56:59.17 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.171 +03:30] [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 01:56:59.17 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t329(a int);"] [2025/04/05 01:56:59.172 +03:30] [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 01:56:59.17 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.172 +03:30] [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 01:56:59.173 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=385] [neededSchemaVersion=386] ["elapsed time"=110.844µs] [gotSchemaVersion=386] [phyTblIDs="[772]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.174 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=773] [version=386] [2025/04/05 01:56:59.175 +03:30] [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.007581ms] [job="ID:773, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:772, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.17 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.176 +03:30] [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 01:56:59.17 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.178 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=773] [2025/04/05 01:56:59.178 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=386] [cur_db=test] [sql="create table t329(a int);"] [user=root@%] [2025/04/05 01:56:59.179 +03:30] [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 01:56:59.179 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.179 +03:30] [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 01:56:59.179 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t330(a int);"] [2025/04/05 01:56:59.180 +03:30] [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 01:56:59.179 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.181 +03:30] [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 01:56:59.182 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=386] [neededSchemaVersion=387] ["elapsed time"=115.119µs] [gotSchemaVersion=387] [phyTblIDs="[774]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.182 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=775] [version=387] [2025/04/05 01:56:59.184 +03:30] [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.008212ms] [job="ID:775, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:774, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.179 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.185 +03:30] [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 01:56:59.179 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.186 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=775] [2025/04/05 01:56:59.187 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=387] [cur_db=test] [sql="create table t330(a int);"] [user=root@%] [2025/04/05 01:56:59.188 +03:30] [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 01:56:59.187 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.188 +03:30] [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 01:56:59.187 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t331(a int);"] [2025/04/05 01:56:59.189 +03:30] [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 01:56:59.187 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.189 +03:30] [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 01:56:59.191 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=387] [neededSchemaVersion=388] ["elapsed time"=116.6µs] [gotSchemaVersion=388] [phyTblIDs="[776]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.191 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=777] [version=388] [2025/04/05 01:56:59.192 +03:30] [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.009322ms] [job="ID:777, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:776, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.187 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.194 +03:30] [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 01:56:59.187 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.196 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=777] [2025/04/05 01:56:59.196 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=388] [cur_db=test] [sql="create table t331(a int);"] [user=root@%] [2025/04/05 01:56:59.197 +03:30] [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 01:56:59.197 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.197 +03:30] [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 01:56:59.197 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t332(a int);"] [2025/04/05 01:56:59.198 +03:30] [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 01:56:59.197 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.198 +03:30] [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 01:56:59.200 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=388] [neededSchemaVersion=389] ["elapsed time"=113.462µs] [gotSchemaVersion=389] [phyTblIDs="[778]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.200 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=779] [version=389] [2025/04/05 01:56:59.201 +03:30] [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.007361ms] [job="ID:779, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:778, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.197 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.203 +03:30] [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 01:56:59.197 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.204 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=779] [2025/04/05 01:56:59.204 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=389] [cur_db=test] [sql="create table t332(a int);"] [user=root@%] [2025/04/05 01:56:59.206 +03:30] [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 01:56:59.205 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.206 +03:30] [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 01:56:59.205 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t333(a int);"] [2025/04/05 01:56:59.207 +03:30] [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 01:56:59.205 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.208 +03:30] [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 01:56:59.209 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=389] [neededSchemaVersion=390] ["elapsed time"=113.064µs] [gotSchemaVersion=390] [phyTblIDs="[780]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.210 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=781] [version=390] [2025/04/05 01:56:59.211 +03:30] [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.602545ms] [job="ID:781, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:780, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.205 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.213 +03:30] [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 01:56:59.205 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.214 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=781] [2025/04/05 01:56:59.214 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=390] [cur_db=test] [sql="create table t333(a int);"] [user=root@%] [2025/04/05 01:56:59.216 +03:30] [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 01:56:59.215 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.216 +03:30] [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 01:56:59.215 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t334(a int);"] [2025/04/05 01:56:59.217 +03:30] [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 01:56:59.215 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.217 +03:30] [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 01:56:59.218 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=390] [neededSchemaVersion=391] ["elapsed time"=108.719µs] [gotSchemaVersion=391] [phyTblIDs="[782]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.219 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=783] [version=391] [2025/04/05 01:56:59.220 +03:30] [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.099247ms] [job="ID:783, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:782, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.215 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.222 +03:30] [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 01:56:59.215 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.224 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=783] [2025/04/05 01:56:59.224 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=391] [cur_db=test] [sql="create table t334(a int);"] [user=root@%] [2025/04/05 01:56:59.225 +03:30] [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 01:56:59.225 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.225 +03:30] [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 01:56:59.225 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t335(a int);"] [2025/04/05 01:56:59.226 +03:30] [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 01:56:59.225 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.227 +03:30] [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 01:56:59.228 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=391] [neededSchemaVersion=392] ["elapsed time"=113.997µs] [gotSchemaVersion=392] [phyTblIDs="[784]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.229 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=785] [version=392] [2025/04/05 01:56:59.230 +03:30] [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.071012ms] [job="ID:785, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:784, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.225 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.231 +03:30] [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 01:56:59.225 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.232 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=785] [2025/04/05 01:56:59.232 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=392] [cur_db=test] [sql="create table t335(a int);"] [user=root@%] [2025/04/05 01:56:59.234 +03:30] [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 01:56:59.233 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.234 +03:30] [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 01:56:59.233 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t336(a int);"] [2025/04/05 01:56:59.235 +03:30] [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 01:56:59.233 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.236 +03:30] [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 01:56:59.237 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=392] [neededSchemaVersion=393] ["elapsed time"=113.285µs] [gotSchemaVersion=393] [phyTblIDs="[786]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.238 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=787] [version=393] [2025/04/05 01:56:59.239 +03:30] [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.014102ms] [job="ID:787, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:786, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.233 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.240 +03:30] [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 01:56:59.233 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.242 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=787] [2025/04/05 01:56:59.242 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=393] [cur_db=test] [sql="create table t336(a int);"] [user=root@%] [2025/04/05 01:56:59.243 +03:30] [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 01:56:59.243 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.244 +03:30] [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 01:56:59.243 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t337(a int);"] [2025/04/05 01:56:59.244 +03:30] [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 01:56:59.243 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.245 +03:30] [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 01:56:59.246 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=393] [neededSchemaVersion=394] ["elapsed time"=126.699µs] [gotSchemaVersion=394] [phyTblIDs="[788]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.247 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=789] [version=394] [2025/04/05 01:56:59.248 +03:30] [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.011055ms] [job="ID:789, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:788, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.243 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.249 +03:30] [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 01:56:59.243 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.250 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=789] [2025/04/05 01:56:59.250 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=394] [cur_db=test] [sql="create table t337(a int);"] [user=root@%] [2025/04/05 01:56:59.252 +03:30] [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 01:56:59.251 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.252 +03:30] [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 01:56:59.251 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t338(a int);"] [2025/04/05 01:56:59.253 +03:30] [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 01:56:59.251 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.253 +03:30] [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 01:56:59.255 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=394] [neededSchemaVersion=395] ["elapsed time"=120.946µs] [gotSchemaVersion=395] [phyTblIDs="[790]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.256 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=791] [version=395] [2025/04/05 01:56:59.257 +03:30] [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.060564ms] [job="ID:791, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:790, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.251 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.258 +03:30] [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 01:56:59.251 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.259 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=791] [2025/04/05 01:56:59.259 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=395] [cur_db=test] [sql="create table t338(a int);"] [user=root@%] [2025/04/05 01:56:59.261 +03:30] [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 01:56:59.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.261 +03:30] [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 01:56:59.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t339(a int);"] [2025/04/05 01:56:59.262 +03:30] [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 01:56:59.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.263 +03:30] [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 01:56:59.264 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=395] [neededSchemaVersion=396] ["elapsed time"=116.383µs] [gotSchemaVersion=396] [phyTblIDs="[792]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.265 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=793] [version=396] [2025/04/05 01:56:59.267 +03:30] [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.928309ms] [job="ID:793, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:792, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.268 +03:30] [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 01:56:59.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.270 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=793] [2025/04/05 01:56:59.270 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=396] [cur_db=test] [sql="create table t339(a int);"] [user=root@%] [2025/04/05 01:56:59.271 +03:30] [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 01:56:59.271 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.271 +03:30] [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 01:56:59.271 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t340(a int);"] [2025/04/05 01:56:59.272 +03:30] [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 01:56:59.271 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.272 +03:30] [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 01:56:59.274 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=396] [neededSchemaVersion=397] ["elapsed time"=121.605µs] [gotSchemaVersion=397] [phyTblIDs="[794]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.275 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=795] [version=397] [2025/04/05 01:56:59.276 +03:30] [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.096304ms] [job="ID:795, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:794, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.271 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.277 +03:30] [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 01:56:59.271 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.278 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=795] [2025/04/05 01:56:59.278 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=397] [cur_db=test] [sql="create table t340(a int);"] [user=root@%] [2025/04/05 01:56:59.280 +03:30] [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 01:56:59.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.280 +03:30] [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 01:56:59.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t341(a int);"] [2025/04/05 01:56:59.281 +03:30] [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 01:56:59.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.281 +03:30] [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 01:56:59.283 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=397] [neededSchemaVersion=398] ["elapsed time"=125.715µs] [gotSchemaVersion=398] [phyTblIDs="[796]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.284 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=797] [version=398] [2025/04/05 01:56:59.285 +03:30] [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.092989ms] [job="ID:797, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:796, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.286 +03:30] [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 01:56:59.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.288 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=797] [2025/04/05 01:56:59.288 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=398] [cur_db=test] [sql="create table t341(a int);"] [user=root@%] [2025/04/05 01:56:59.290 +03:30] [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 01:56:59.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.290 +03:30] [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 01:56:59.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t342(a int);"] [2025/04/05 01:56:59.291 +03:30] [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 01:56:59.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.291 +03:30] [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 01:56:59.292 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=398] [neededSchemaVersion=399] ["elapsed time"=119.807µs] [gotSchemaVersion=399] [phyTblIDs="[798]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.293 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=799] [version=399] [2025/04/05 01:56:59.294 +03:30] [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.078903ms] [job="ID:799, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:798, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.295 +03:30] [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 01:56:59.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.297 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=799] [2025/04/05 01:56:59.297 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=399] [cur_db=test] [sql="create table t342(a int);"] [user=root@%] [2025/04/05 01:56:59.299 +03:30] [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 01:56:59.298 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.299 +03:30] [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 01:56:59.298 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t343(a int);"] [2025/04/05 01:56:59.300 +03:30] [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 01:56:59.298 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.300 +03:30] [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 01:56:59.301 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=399] [neededSchemaVersion=400] ["elapsed time"=120.809µs] [gotSchemaVersion=400] [phyTblIDs="[800]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.302 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=801] [version=400] [2025/04/05 01:56:59.303 +03:30] [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.151078ms] [job="ID:801, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:800, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.298 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.304 +03:30] [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 01:56:59.298 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.306 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=801] [2025/04/05 01:56:59.306 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=400] [cur_db=test] [sql="create table t343(a int);"] [user=root@%] [2025/04/05 01:56:59.308 +03:30] [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 01:56:59.307 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.308 +03:30] [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 01:56:59.307 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t344(a int);"] [2025/04/05 01:56:59.309 +03:30] [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 01:56:59.307 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.310 +03:30] [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 01:56:59.311 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=400] [neededSchemaVersion=401] ["elapsed time"=120.614µs] [gotSchemaVersion=401] [phyTblIDs="[802]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.312 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=803] [version=401] [2025/04/05 01:56:59.313 +03:30] [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.093526ms] [job="ID:803, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:802, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.307 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.314 +03:30] [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 01:56:59.307 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.316 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=803] [2025/04/05 01:56:59.316 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=401] [cur_db=test] [sql="create table t344(a int);"] [user=root@%] [2025/04/05 01:56:59.318 +03:30] [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 01:56:59.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.318 +03:30] [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 01:56:59.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t345(a int);"] [2025/04/05 01:56:59.319 +03:30] [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 01:56:59.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.319 +03:30] [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 01:56:59.320 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=401] [neededSchemaVersion=402] ["elapsed time"=117.153µs] [gotSchemaVersion=402] [phyTblIDs="[804]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.321 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=805] [version=402] [2025/04/05 01:56:59.322 +03:30] [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.058064ms] [job="ID:805, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:804, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.323 +03:30] [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 01:56:59.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.325 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=805] [2025/04/05 01:56:59.325 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=402] [cur_db=test] [sql="create table t345(a int);"] [user=root@%] [2025/04/05 01:56:59.327 +03:30] [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 01:56:59.326 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.327 +03:30] [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 01:56:59.326 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t346(a int);"] [2025/04/05 01:56:59.328 +03:30] [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 01:56:59.326 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.328 +03:30] [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 01:56:59.329 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=402] [neededSchemaVersion=403] ["elapsed time"=120.152µs] [gotSchemaVersion=403] [phyTblIDs="[806]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.330 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=807] [version=403] [2025/04/05 01:56:59.331 +03:30] [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.066413ms] [job="ID:807, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:806, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.326 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.332 +03:30] [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 01:56:59.326 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.334 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=807] [2025/04/05 01:56:59.334 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=403] [cur_db=test] [sql="create table t346(a int);"] [user=root@%] [2025/04/05 01:56:59.336 +03:30] [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 01:56:59.335 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.336 +03:30] [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 01:56:59.335 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t347(a int);"] [2025/04/05 01:56:59.337 +03:30] [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 01:56:59.335 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.337 +03:30] [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 01:56:59.339 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=403] [neededSchemaVersion=404] ["elapsed time"=114.066µs] [gotSchemaVersion=404] [phyTblIDs="[808]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.339 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=809] [version=404] [2025/04/05 01:56:59.340 +03:30] [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.050069ms] [job="ID:809, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:808, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.335 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.342 +03:30] [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 01:56:59.335 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.343 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=809] [2025/04/05 01:56:59.343 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=404] [cur_db=test] [sql="create table t347(a int);"] [user=root@%] [2025/04/05 01:56:59.345 +03:30] [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 01:56:59.345 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.345 +03:30] [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 01:56:59.345 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t348(a int);"] [2025/04/05 01:56:59.346 +03:30] [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 01:56:59.345 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.346 +03:30] [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 01:56:59.348 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=404] [neededSchemaVersion=405] ["elapsed time"=116.826µs] [gotSchemaVersion=405] [phyTblIDs="[810]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.348 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=811] [version=405] [2025/04/05 01:56:59.349 +03:30] [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.077246ms] [job="ID:811, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:810, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.345 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.351 +03:30] [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 01:56:59.345 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.352 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=811] [2025/04/05 01:56:59.353 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=405] [cur_db=test] [sql="create table t348(a int);"] [user=root@%] [2025/04/05 01:56:59.354 +03:30] [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 01:56:59.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.354 +03:30] [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 01:56:59.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t349(a int);"] [2025/04/05 01:56:59.355 +03:30] [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 01:56:59.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.355 +03:30] [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 01:56:59.357 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=405] [neededSchemaVersion=406] ["elapsed time"=121.383µs] [gotSchemaVersion=406] [phyTblIDs="[812]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.359 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=813] [version=406] [2025/04/05 01:56:59.360 +03:30] [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.922252ms] [job="ID:813, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:812, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.361 +03:30] [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 01:56:59.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.363 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=813] [2025/04/05 01:56:59.363 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=406] [cur_db=test] [sql="create table t349(a int);"] [user=root@%] [2025/04/05 01:56:59.364 +03:30] [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 01:56:59.364 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.364 +03:30] [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 01:56:59.364 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t350(a int);"] [2025/04/05 01:56:59.365 +03:30] [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 01:56:59.364 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.366 +03:30] [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 01:56:59.367 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=406] [neededSchemaVersion=407] ["elapsed time"=113.742µs] [gotSchemaVersion=407] [phyTblIDs="[814]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.368 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=815] [version=407] [2025/04/05 01:56:59.370 +03:30] [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"=3.059689ms] [job="ID:815, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:814, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.364 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.371 +03:30] [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 01:56:59.364 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.373 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=815] [2025/04/05 01:56:59.373 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=407] [cur_db=test] [sql="create table t350(a int);"] [user=root@%] [2025/04/05 01:56:59.375 +03:30] [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 01:56:59.374 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.375 +03:30] [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 01:56:59.374 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t351(a int);"] [2025/04/05 01:56:59.376 +03:30] [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 01:56:59.374 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.376 +03:30] [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 01:56:59.377 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=407] [neededSchemaVersion=408] ["elapsed time"=117.996µs] [gotSchemaVersion=408] [phyTblIDs="[816]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.378 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=817] [version=408] [2025/04/05 01:56:59.379 +03:30] [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.071236ms] [job="ID:817, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:816, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.374 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.380 +03:30] [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 01:56:59.374 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.382 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=817] [2025/04/05 01:56:59.382 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=408] [cur_db=test] [sql="create table t351(a int);"] [user=root@%] [2025/04/05 01:56:59.384 +03:30] [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 01:56:59.383 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.384 +03:30] [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 01:56:59.383 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t352(a int);"] [2025/04/05 01:56:59.385 +03:30] [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 01:56:59.383 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.385 +03:30] [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 01:56:59.386 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=408] [neededSchemaVersion=409] ["elapsed time"=119.696µs] [gotSchemaVersion=409] [phyTblIDs="[818]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.387 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=819] [version=409] [2025/04/05 01:56:59.388 +03:30] [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.045704ms] [job="ID:819, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:818, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.383 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.389 +03:30] [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 01:56:59.383 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.391 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=819] [2025/04/05 01:56:59.391 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=409] [cur_db=test] [sql="create table t352(a int);"] [user=root@%] [2025/04/05 01:56:59.393 +03:30] [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 01:56:59.392 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.393 +03:30] [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 01:56:59.392 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t353(a int);"] [2025/04/05 01:56:59.394 +03:30] [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 01:56:59.392 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.394 +03:30] [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 01:56:59.395 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=409] [neededSchemaVersion=410] ["elapsed time"=113.705µs] [gotSchemaVersion=410] [phyTblIDs="[820]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.396 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=821] [version=410] [2025/04/05 01:56:59.397 +03:30] [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.073816ms] [job="ID:821, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:820, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.392 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.398 +03:30] [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 01:56:59.392 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.400 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=821] [2025/04/05 01:56:59.400 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=410] [cur_db=test] [sql="create table t353(a int);"] [user=root@%] [2025/04/05 01:56:59.402 +03:30] [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 01:56:59.401 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.402 +03:30] [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 01:56:59.401 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t354(a int);"] [2025/04/05 01:56:59.403 +03:30] [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 01:56:59.401 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.403 +03:30] [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 01:56:59.405 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=410] [neededSchemaVersion=411] ["elapsed time"=134.1µs] [gotSchemaVersion=411] [phyTblIDs="[822]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.405 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=823] [version=411] [2025/04/05 01:56:59.407 +03:30] [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.070165ms] [job="ID:823, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:822, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.401 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.408 +03:30] [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 01:56:59.401 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.409 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=823] [2025/04/05 01:56:59.409 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=411] [cur_db=test] [sql="create table t354(a int);"] [user=root@%] [2025/04/05 01:56:59.411 +03:30] [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 01:56:59.41 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.411 +03:30] [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 01:56:59.41 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t355(a int);"] [2025/04/05 01:56:59.412 +03:30] [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 01:56:59.41 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.413 +03:30] [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 01:56:59.414 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=411] [neededSchemaVersion=412] ["elapsed time"=128.459µs] [gotSchemaVersion=412] [phyTblIDs="[824]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.415 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=825] [version=412] [2025/04/05 01:56:59.416 +03:30] [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.756244ms] [job="ID:825, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:824, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.41 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.418 +03:30] [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 01:56:59.41 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.419 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=825] [2025/04/05 01:56:59.419 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=412] [cur_db=test] [sql="create table t355(a int);"] [user=root@%] [2025/04/05 01:56:59.421 +03:30] [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 01:56:59.42 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.421 +03:30] [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 01:56:59.42 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t356(a int);"] [2025/04/05 01:56:59.422 +03:30] [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 01:56:59.42 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.422 +03:30] [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 01:56:59.423 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=412] [neededSchemaVersion=413] ["elapsed time"=114.298µs] [gotSchemaVersion=413] [phyTblIDs="[826]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.424 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=827] [version=413] [2025/04/05 01:56:59.425 +03:30] [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.083855ms] [job="ID:827, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:826, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.42 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.426 +03:30] [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 01:56:59.42 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.428 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=827] [2025/04/05 01:56:59.428 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=413] [cur_db=test] [sql="create table t356(a int);"] [user=root@%] [2025/04/05 01:56:59.430 +03:30] [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 01:56:59.429 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.430 +03:30] [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 01:56:59.429 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t357(a int);"] [2025/04/05 01:56:59.431 +03:30] [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 01:56:59.429 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.431 +03:30] [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 01:56:59.432 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=413] [neededSchemaVersion=414] ["elapsed time"=122.942µs] [gotSchemaVersion=414] [phyTblIDs="[828]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.433 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=829] [version=414] [2025/04/05 01:56:59.434 +03:30] [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.098848ms] [job="ID:829, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:828, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.429 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.436 +03:30] [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 01:56:59.429 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.437 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=829] [2025/04/05 01:56:59.438 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=414] [cur_db=test] [sql="create table t357(a int);"] [user=root@%] [2025/04/05 01:56:59.439 +03:30] [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 01:56:59.439 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.439 +03:30] [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 01:56:59.439 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t358(a int);"] [2025/04/05 01:56:59.440 +03:30] [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 01:56:59.439 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.440 +03:30] [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 01:56:59.442 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=414] [neededSchemaVersion=415] ["elapsed time"=118.613µs] [gotSchemaVersion=415] [phyTblIDs="[830]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.442 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=831] [version=415] [2025/04/05 01:56:59.444 +03:30] [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.044248ms] [job="ID:831, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:830, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.439 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.445 +03:30] [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 01:56:59.439 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.446 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=831] [2025/04/05 01:56:59.446 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=415] [cur_db=test] [sql="create table t358(a int);"] [user=root@%] [2025/04/05 01:56:59.448 +03:30] [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 01:56:59.447 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.448 +03:30] [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 01:56:59.447 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t359(a int);"] [2025/04/05 01:56:59.449 +03:30] [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 01:56:59.447 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.449 +03:30] [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 01:56:59.450 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=415] [neededSchemaVersion=416] ["elapsed time"=115.045µs] [gotSchemaVersion=416] [phyTblIDs="[832]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.451 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=833] [version=416] [2025/04/05 01:56:59.452 +03:30] [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.050487ms] [job="ID:833, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:832, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.447 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.453 +03:30] [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 01:56:59.447 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.455 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=833] [2025/04/05 01:56:59.455 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=416] [cur_db=test] [sql="create table t359(a int);"] [user=root@%] [2025/04/05 01:56:59.457 +03:30] [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 01:56:59.456 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.457 +03:30] [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 01:56:59.456 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t360(a int);"] [2025/04/05 01:56:59.458 +03:30] [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 01:56:59.456 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.459 +03:30] [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 01:56:59.460 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=416] [neededSchemaVersion=417] ["elapsed time"=116.164µs] [gotSchemaVersion=417] [phyTblIDs="[834]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.461 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=835] [version=417] [2025/04/05 01:56:59.462 +03:30] [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.234983ms] [job="ID:835, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:834, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.456 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.463 +03:30] [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 01:56:59.456 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.464 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=835] [2025/04/05 01:56:59.464 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=417] [cur_db=test] [sql="create table t360(a int);"] [user=root@%] [2025/04/05 01:56:59.466 +03:30] [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 01:56:59.465 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.466 +03:30] [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 01:56:59.465 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t361(a int);"] [2025/04/05 01:56:59.467 +03:30] [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 01:56:59.465 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.468 +03:30] [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 01:56:59.469 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=417] [neededSchemaVersion=418] ["elapsed time"=128.558µs] [gotSchemaVersion=418] [phyTblIDs="[836]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.470 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=837] [version=418] [2025/04/05 01:56:59.472 +03:30] [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.969432ms] [job="ID:837, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:836, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.465 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.473 +03:30] [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 01:56:59.465 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.474 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=837] [2025/04/05 01:56:59.475 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=418] [cur_db=test] [sql="create table t361(a int);"] [user=root@%] [2025/04/05 01:56:59.476 +03:30] [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 01:56:59.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.476 +03:30] [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 01:56:59.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t362(a int);"] [2025/04/05 01:56:59.477 +03:30] [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 01:56:59.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.478 +03:30] [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 01:56:59.479 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=418] [neededSchemaVersion=419] ["elapsed time"=115.123µs] [gotSchemaVersion=419] [phyTblIDs="[838]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.480 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=839] [version=419] [2025/04/05 01:56:59.481 +03:30] [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.067324ms] [job="ID:839, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:838, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.482 +03:30] [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 01:56:59.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.484 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=839] [2025/04/05 01:56:59.484 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=419] [cur_db=test] [sql="create table t362(a int);"] [user=root@%] [2025/04/05 01:56:59.486 +03:30] [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 01:56:59.485 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.486 +03:30] [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 01:56:59.485 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t363(a int);"] [2025/04/05 01:56:59.487 +03:30] [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 01:56:59.485 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.487 +03:30] [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 01:56:59.488 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=419] [neededSchemaVersion=420] ["elapsed time"=112.579µs] [gotSchemaVersion=420] [phyTblIDs="[840]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.489 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=841] [version=420] [2025/04/05 01:56:59.491 +03:30] [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"=3.044317ms] [job="ID:841, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:840, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.485 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.492 +03:30] [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 01:56:59.485 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.494 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=841] [2025/04/05 01:56:59.494 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=420] [cur_db=test] [sql="create table t363(a int);"] [user=root@%] [2025/04/05 01:56:59.496 +03:30] [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 01:56:59.495 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.496 +03:30] [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 01:56:59.495 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t364(a int);"] [2025/04/05 01:56:59.497 +03:30] [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 01:56:59.495 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.497 +03:30] [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 01:56:59.498 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=420] [neededSchemaVersion=421] ["elapsed time"=116.963µs] [gotSchemaVersion=421] [phyTblIDs="[842]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.499 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=843] [version=421] [2025/04/05 01:56:59.500 +03:30] [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.057579ms] [job="ID:843, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:842, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.495 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.502 +03:30] [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 01:56:59.495 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.503 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=843] [2025/04/05 01:56:59.504 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=421] [cur_db=test] [sql="create table t364(a int);"] [user=root@%] [2025/04/05 01:56:59.505 +03:30] [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 01:56:59.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.505 +03:30] [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 01:56:59.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t365(a int);"] [2025/04/05 01:56:59.506 +03:30] [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 01:56:59.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.507 +03:30] [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 01:56:59.508 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=421] [neededSchemaVersion=422] ["elapsed time"=116.215µs] [gotSchemaVersion=422] [phyTblIDs="[844]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.509 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=845] [version=422] [2025/04/05 01:56:59.510 +03:30] [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.374116ms] [job="ID:845, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:844, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.511 +03:30] [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 01:56:59.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.513 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=845] [2025/04/05 01:56:59.513 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=422] [cur_db=test] [sql="create table t365(a int);"] [user=root@%] [2025/04/05 01:56:59.515 +03:30] [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 01:56:59.514 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.515 +03:30] [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 01:56:59.514 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t366(a int);"] [2025/04/05 01:56:59.516 +03:30] [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 01:56:59.514 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.516 +03:30] [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 01:56:59.517 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=422] [neededSchemaVersion=423] ["elapsed time"=110.192µs] [gotSchemaVersion=423] [phyTblIDs="[846]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.518 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=847] [version=423] [2025/04/05 01:56:59.519 +03:30] [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.097559ms] [job="ID:847, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:846, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.514 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.520 +03:30] [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 01:56:59.514 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.522 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=847] [2025/04/05 01:56:59.522 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=423] [cur_db=test] [sql="create table t366(a int);"] [user=root@%] [2025/04/05 01:56:59.524 +03:30] [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 01:56:59.523 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.524 +03:30] [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 01:56:59.523 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t367(a int);"] [2025/04/05 01:56:59.525 +03:30] [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 01:56:59.523 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.525 +03:30] [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 01:56:59.527 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=423] [neededSchemaVersion=424] ["elapsed time"=116.437µs] [gotSchemaVersion=424] [phyTblIDs="[848]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.527 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=849] [version=424] [2025/04/05 01:56:59.528 +03:30] [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.079392ms] [job="ID:849, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:848, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.523 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.530 +03:30] [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 01:56:59.523 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.532 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=849] [2025/04/05 01:56:59.532 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=424] [cur_db=test] [sql="create table t367(a int);"] [user=root@%] [2025/04/05 01:56:59.533 +03:30] [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 01:56:59.533 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.533 +03:30] [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 01:56:59.533 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t368(a int);"] [2025/04/05 01:56:59.534 +03:30] [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 01:56:59.533 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.535 +03:30] [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 01:56:59.536 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=424] [neededSchemaVersion=425] ["elapsed time"=112.512µs] [gotSchemaVersion=425] [phyTblIDs="[850]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.536 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=851] [version=425] [2025/04/05 01:56:59.538 +03:30] [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.042865ms] [job="ID:851, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:850, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.533 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.539 +03:30] [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 01:56:59.533 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.540 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=851] [2025/04/05 01:56:59.540 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=425] [cur_db=test] [sql="create table t368(a int);"] [user=root@%] [2025/04/05 01:56:59.542 +03:30] [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 01:56:59.541 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.542 +03:30] [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 01:56:59.541 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t369(a int);"] [2025/04/05 01:56:59.543 +03:30] [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 01:56:59.541 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.543 +03:30] [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 01:56:59.545 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=425] [neededSchemaVersion=426] ["elapsed time"=115.718µs] [gotSchemaVersion=426] [phyTblIDs="[852]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.546 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=853] [version=426] [2025/04/05 01:56:59.547 +03:30] [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.060399ms] [job="ID:853, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:852, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.541 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.548 +03:30] [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 01:56:59.541 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.550 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=853] [2025/04/05 01:56:59.550 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=426] [cur_db=test] [sql="create table t369(a int);"] [user=root@%] [2025/04/05 01:56:59.552 +03:30] [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 01:56:59.551 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.552 +03:30] [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 01:56:59.551 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t370(a int);"] [2025/04/05 01:56:59.553 +03:30] [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 01:56:59.551 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.553 +03:30] [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 01:56:59.554 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=426] [neededSchemaVersion=427] ["elapsed time"=125.696µs] [gotSchemaVersion=427] [phyTblIDs="[854]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.555 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=855] [version=427] [2025/04/05 01:56:59.556 +03:30] [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.04152ms] [job="ID:855, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:854, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.551 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.557 +03:30] [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 01:56:59.551 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.559 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=855] [2025/04/05 01:56:59.559 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=427] [cur_db=test] [sql="create table t370(a int);"] [user=root@%] [2025/04/05 01:56:59.561 +03:30] [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 01:56:59.56 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.561 +03:30] [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 01:56:59.56 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t371(a int);"] [2025/04/05 01:56:59.562 +03:30] [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 01:56:59.56 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.563 +03:30] [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 01:56:59.564 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=427] [neededSchemaVersion=428] ["elapsed time"=114.46µs] [gotSchemaVersion=428] [phyTblIDs="[856]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.565 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=857] [version=428] [2025/04/05 01:56:59.566 +03:30] [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.061192ms] [job="ID:857, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:856, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.56 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.567 +03:30] [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 01:56:59.56 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.568 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=857] [2025/04/05 01:56:59.568 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=428] [cur_db=test] [sql="create table t371(a int);"] [user=root@%] [2025/04/05 01:56:59.570 +03:30] [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 01:56:59.569 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.570 +03:30] [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 01:56:59.569 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t372(a int);"] [2025/04/05 01:56:59.571 +03:30] [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 01:56:59.569 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.572 +03:30] [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 01:56:59.573 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=428] [neededSchemaVersion=429] ["elapsed time"=116.619µs] [gotSchemaVersion=429] [phyTblIDs="[858]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.574 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=859] [version=429] [2025/04/05 01:56:59.575 +03:30] [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.082542ms] [job="ID:859, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:858, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.569 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.576 +03:30] [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 01:56:59.569 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.578 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=859] [2025/04/05 01:56:59.578 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=429] [cur_db=test] [sql="create table t372(a int);"] [user=root@%] [2025/04/05 01:56:59.580 +03:30] [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 01:56:59.579 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.580 +03:30] [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 01:56:59.579 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t373(a int);"] [2025/04/05 01:56:59.581 +03:30] [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 01:56:59.579 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.581 +03:30] [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 01:56:59.582 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=429] [neededSchemaVersion=430] ["elapsed time"=120.826µs] [gotSchemaVersion=430] [phyTblIDs="[860]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.583 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=861] [version=430] [2025/04/05 01:56:59.584 +03:30] [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.089855ms] [job="ID:861, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:860, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.579 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.586 +03:30] [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 01:56:59.579 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.587 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=861] [2025/04/05 01:56:59.587 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=430] [cur_db=test] [sql="create table t373(a int);"] [user=root@%] [2025/04/05 01:56:59.589 +03:30] [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 01:56:59.589 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.589 +03:30] [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 01:56:59.589 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t374(a int);"] [2025/04/05 01:56:59.590 +03:30] [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 01:56:59.589 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.590 +03:30] [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 01:56:59.592 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=430] [neededSchemaVersion=431] ["elapsed time"=116.045µs] [gotSchemaVersion=431] [phyTblIDs="[862]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.592 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=863] [version=431] [2025/04/05 01:56:59.594 +03:30] [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.048857ms] [job="ID:863, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:862, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.589 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.595 +03:30] [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 01:56:59.589 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.596 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=863] [2025/04/05 01:56:59.596 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=431] [cur_db=test] [sql="create table t374(a int);"] [user=root@%] [2025/04/05 01:56:59.598 +03:30] [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 01:56:59.597 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.598 +03:30] [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 01:56:59.597 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t375(a int);"] [2025/04/05 01:56:59.599 +03:30] [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 01:56:59.597 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.600 +03:30] [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 01:56:59.601 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=431] [neededSchemaVersion=432] ["elapsed time"=122.356µs] [gotSchemaVersion=432] [phyTblIDs="[864]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.602 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=865] [version=432] [2025/04/05 01:56:59.603 +03:30] [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.171037ms] [job="ID:865, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:864, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.597 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.604 +03:30] [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 01:56:59.597 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.607 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=865] [2025/04/05 01:56:59.607 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=432] [cur_db=test] [sql="create table t375(a int);"] [user=root@%] [2025/04/05 01:56:59.609 +03:30] [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 01:56:59.608 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.609 +03:30] [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 01:56:59.608 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t376(a int);"] [2025/04/05 01:56:59.610 +03:30] [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 01:56:59.608 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.611 +03:30] [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 01:56:59.612 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=432] [neededSchemaVersion=433] ["elapsed time"=131.679µs] [gotSchemaVersion=433] [phyTblIDs="[866]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.613 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=867] [version=433] [2025/04/05 01:56:59.614 +03:30] [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.071375ms] [job="ID:867, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:866, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.608 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.615 +03:30] [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 01:56:59.608 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.616 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=867] [2025/04/05 01:56:59.616 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=433] [cur_db=test] [sql="create table t376(a int);"] [user=root@%] [2025/04/05 01:56:59.618 +03:30] [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 01:56:59.617 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.618 +03:30] [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 01:56:59.617 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t377(a int);"] [2025/04/05 01:56:59.619 +03:30] [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 01:56:59.617 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.620 +03:30] [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 01:56:59.621 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=433] [neededSchemaVersion=434] ["elapsed time"=116.264µs] [gotSchemaVersion=434] [phyTblIDs="[868]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.622 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=869] [version=434] [2025/04/05 01:56:59.623 +03:30] [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.025859ms] [job="ID:869, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:868, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.617 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.624 +03:30] [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 01:56:59.617 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.626 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=869] [2025/04/05 01:56:59.626 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=434] [cur_db=test] [sql="create table t377(a int);"] [user=root@%] [2025/04/05 01:56:59.628 +03:30] [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 01:56:59.627 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.628 +03:30] [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 01:56:59.627 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t378(a int);"] [2025/04/05 01:56:59.628 +03:30] [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 01:56:59.627 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.629 +03:30] [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 01:56:59.630 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=434] [neededSchemaVersion=435] ["elapsed time"=116.83µs] [gotSchemaVersion=435] [phyTblIDs="[870]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.631 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=871] [version=435] [2025/04/05 01:56:59.633 +03:30] [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"=3.005249ms] [job="ID:871, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:870, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.627 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.634 +03:30] [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 01:56:59.627 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.636 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=871] [2025/04/05 01:56:59.636 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=435] [cur_db=test] [sql="create table t378(a int);"] [user=root@%] [2025/04/05 01:56:59.637 +03:30] [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 01:56:59.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.637 +03:30] [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 01:56:59.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t379(a int);"] [2025/04/05 01:56:59.638 +03:30] [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 01:56:59.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.638 +03:30] [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 01:56:59.639 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=435] [neededSchemaVersion=436] ["elapsed time"=112.996µs] [gotSchemaVersion=436] [phyTblIDs="[872]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.640 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=873] [version=436] [2025/04/05 01:56:59.642 +03:30] [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"=3.053714ms] [job="ID:873, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:872, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.643 +03:30] [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 01:56:59.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.645 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=873] [2025/04/05 01:56:59.645 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=436] [cur_db=test] [sql="create table t379(a int);"] [user=root@%] [2025/04/05 01:56:59.647 +03:30] [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 01:56:59.646 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.647 +03:30] [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 01:56:59.646 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t380(a int);"] [2025/04/05 01:56:59.648 +03:30] [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 01:56:59.646 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.648 +03:30] [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 01:56:59.649 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=436] [neededSchemaVersion=437] ["elapsed time"=110.322µs] [gotSchemaVersion=437] [phyTblIDs="[874]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.650 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=875] [version=437] [2025/04/05 01:56:59.652 +03:30] [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.99664ms] [job="ID:875, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:874, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.646 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.653 +03:30] [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 01:56:59.646 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.655 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=875] [2025/04/05 01:56:59.655 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=437] [cur_db=test] [sql="create table t380(a int);"] [user=root@%] [2025/04/05 01:56:59.656 +03:30] [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 01:56:59.656 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.656 +03:30] [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 01:56:59.656 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t381(a int);"] [2025/04/05 01:56:59.657 +03:30] [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 01:56:59.656 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.658 +03:30] [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 01:56:59.659 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=437] [neededSchemaVersion=438] ["elapsed time"=108.578µs] [gotSchemaVersion=438] [phyTblIDs="[876]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.660 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=877] [version=438] [2025/04/05 01:56:59.661 +03:30] [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.579442ms] [job="ID:877, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:876, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.656 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.663 +03:30] [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 01:56:59.656 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.664 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=877] [2025/04/05 01:56:59.664 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=438] [cur_db=test] [sql="create table t381(a int);"] [user=root@%] [2025/04/05 01:56:59.666 +03:30] [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 01:56:59.665 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.666 +03:30] [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 01:56:59.665 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t382(a int);"] [2025/04/05 01:56:59.667 +03:30] [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 01:56:59.665 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.667 +03:30] [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 01:56:59.668 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=438] [neededSchemaVersion=439] ["elapsed time"=120.916µs] [gotSchemaVersion=439] [phyTblIDs="[878]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.669 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=879] [version=439] [2025/04/05 01:56:59.670 +03:30] [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.04064ms] [job="ID:879, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:878, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.665 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.671 +03:30] [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 01:56:59.665 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.673 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=879] [2025/04/05 01:56:59.673 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=439] [cur_db=test] [sql="create table t382(a int);"] [user=root@%] [2025/04/05 01:56:59.675 +03:30] [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 01:56:59.674 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.675 +03:30] [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 01:56:59.674 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t383(a int);"] [2025/04/05 01:56:59.676 +03:30] [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 01:56:59.674 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.676 +03:30] [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 01:56:59.677 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=439] [neededSchemaVersion=440] ["elapsed time"=110.439µs] [gotSchemaVersion=440] [phyTblIDs="[880]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.678 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=881] [version=440] [2025/04/05 01:56:59.679 +03:30] [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.06634ms] [job="ID:881, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:880, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.674 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.680 +03:30] [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 01:56:59.674 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.682 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=881] [2025/04/05 01:56:59.682 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=440] [cur_db=test] [sql="create table t383(a int);"] [user=root@%] [2025/04/05 01:56:59.684 +03:30] [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 01:56:59.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.684 +03:30] [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 01:56:59.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t384(a int);"] [2025/04/05 01:56:59.685 +03:30] [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 01:56:59.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.685 +03:30] [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 01:56:59.686 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=440] [neededSchemaVersion=441] ["elapsed time"=109.775µs] [gotSchemaVersion=441] [phyTblIDs="[882]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.687 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=883] [version=441] [2025/04/05 01:56:59.688 +03:30] [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.097487ms] [job="ID:883, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:882, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.689 +03:30] [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 01:56:59.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.691 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=883] [2025/04/05 01:56:59.691 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=441] [cur_db=test] [sql="create table t384(a int);"] [user=root@%] [2025/04/05 01:56:59.693 +03:30] [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 01:56:59.693 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.693 +03:30] [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 01:56:59.693 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t385(a int);"] [2025/04/05 01:56:59.694 +03:30] [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 01:56:59.693 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.694 +03:30] [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 01:56:59.696 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=441] [neededSchemaVersion=442] ["elapsed time"=123.818µs] [gotSchemaVersion=442] [phyTblIDs="[884]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.696 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=885] [version=442] [2025/04/05 01:56:59.697 +03:30] [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.071645ms] [job="ID:885, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:884, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.693 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.699 +03:30] [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 01:56:59.693 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.700 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=885] [2025/04/05 01:56:59.700 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=442] [cur_db=test] [sql="create table t385(a int);"] [user=root@%] [2025/04/05 01:56:59.702 +03:30] [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 01:56:59.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.702 +03:30] [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 01:56:59.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t386(a int);"] [2025/04/05 01:56:59.703 +03:30] [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 01:56:59.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.703 +03:30] [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 01:56:59.705 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=442] [neededSchemaVersion=443] ["elapsed time"=115.601µs] [gotSchemaVersion=443] [phyTblIDs="[886]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.705 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=887] [version=443] [2025/04/05 01:56:59.707 +03:30] [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.026322ms] [job="ID:887, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:886, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.708 +03:30] [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 01:56:59.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.709 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=887] [2025/04/05 01:56:59.709 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=443] [cur_db=test] [sql="create table t386(a int);"] [user=root@%] [2025/04/05 01:56:59.711 +03:30] [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 01:56:59.71 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.711 +03:30] [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 01:56:59.71 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t387(a int);"] [2025/04/05 01:56:59.712 +03:30] [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 01:56:59.71 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.713 +03:30] [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 01:56:59.714 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=443] [neededSchemaVersion=444] ["elapsed time"=121.448µs] [gotSchemaVersion=444] [phyTblIDs="[888]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.715 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=889] [version=444] [2025/04/05 01:56:59.716 +03:30] [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.685678ms] [job="ID:889, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:888, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.71 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.717 +03:30] [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 01:56:59.71 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.719 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=889] [2025/04/05 01:56:59.719 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=444] [cur_db=test] [sql="create table t387(a int);"] [user=root@%] [2025/04/05 01:56:59.721 +03:30] [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 01:56:59.72 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.721 +03:30] [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 01:56:59.72 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t388(a int);"] [2025/04/05 01:56:59.722 +03:30] [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 01:56:59.72 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.722 +03:30] [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 01:56:59.723 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=444] [neededSchemaVersion=445] ["elapsed time"=127.68µs] [gotSchemaVersion=445] [phyTblIDs="[890]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.724 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=891] [version=445] [2025/04/05 01:56:59.725 +03:30] [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.088004ms] [job="ID:891, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:890, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.72 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.727 +03:30] [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 01:56:59.72 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.728 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=891] [2025/04/05 01:56:59.729 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=445] [cur_db=test] [sql="create table t388(a int);"] [user=root@%] [2025/04/05 01:56:59.730 +03:30] [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 01:56:59.73 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.730 +03:30] [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 01:56:59.73 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t389(a int);"] [2025/04/05 01:56:59.731 +03:30] [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 01:56:59.73 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.731 +03:30] [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 01:56:59.733 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=445] [neededSchemaVersion=446] ["elapsed time"=123.787µs] [gotSchemaVersion=446] [phyTblIDs="[892]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.734 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=893] [version=446] [2025/04/05 01:56:59.735 +03:30] [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.07015ms] [job="ID:893, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:892, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.73 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.736 +03:30] [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 01:56:59.73 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.738 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=893] [2025/04/05 01:56:59.738 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=446] [cur_db=test] [sql="create table t389(a int);"] [user=root@%] [2025/04/05 01:56:59.739 +03:30] [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 01:56:59.739 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.739 +03:30] [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 01:56:59.739 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t390(a int);"] [2025/04/05 01:56:59.740 +03:30] [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 01:56:59.739 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.741 +03:30] [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 01:56:59.742 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=446] [neededSchemaVersion=447] ["elapsed time"=117.53µs] [gotSchemaVersion=447] [phyTblIDs="[894]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.743 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=895] [version=447] [2025/04/05 01:56:59.744 +03:30] [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.055388ms] [job="ID:895, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:894, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.739 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.745 +03:30] [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 01:56:59.739 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.746 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=895] [2025/04/05 01:56:59.747 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=447] [cur_db=test] [sql="create table t390(a int);"] [user=root@%] [2025/04/05 01:56:59.748 +03:30] [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 01:56:59.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.748 +03:30] [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 01:56:59.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t391(a int);"] [2025/04/05 01:56:59.749 +03:30] [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 01:56:59.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.749 +03:30] [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 01:56:59.750 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=447] [neededSchemaVersion=448] ["elapsed time"=115.963µs] [gotSchemaVersion=448] [phyTblIDs="[896]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.751 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=897] [version=448] [2025/04/05 01:56:59.752 +03:30] [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.007697ms] [job="ID:897, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:896, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.753 +03:30] [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 01:56:59.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.755 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=897] [2025/04/05 01:56:59.755 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=448] [cur_db=test] [sql="create table t391(a int);"] [user=root@%] [2025/04/05 01:56:59.757 +03:30] [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 01:56:59.756 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.757 +03:30] [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 01:56:59.756 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t392(a int);"] [2025/04/05 01:56:59.758 +03:30] [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 01:56:59.756 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.758 +03:30] [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 01:56:59.760 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=448] [neededSchemaVersion=449] ["elapsed time"=106.914µs] [gotSchemaVersion=449] [phyTblIDs="[898]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.760 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=899] [version=449] [2025/04/05 01:56:59.762 +03:30] [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"=3.037181ms] [job="ID:899, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:898, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.756 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.764 +03:30] [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 01:56:59.756 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.765 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=899] [2025/04/05 01:56:59.765 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=449] [cur_db=test] [sql="create table t392(a int);"] [user=root@%] [2025/04/05 01:56:59.767 +03:30] [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 01:56:59.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.767 +03:30] [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 01:56:59.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t393(a int);"] [2025/04/05 01:56:59.768 +03:30] [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 01:56:59.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.768 +03:30] [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 01:56:59.770 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=449] [neededSchemaVersion=450] ["elapsed time"=119.038µs] [gotSchemaVersion=450] [phyTblIDs="[900]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.771 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=901] [version=450] [2025/04/05 01:56:59.772 +03:30] [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.03044ms] [job="ID:901, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:900, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.773 +03:30] [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 01:56:59.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.775 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=901] [2025/04/05 01:56:59.775 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=450] [cur_db=test] [sql="create table t393(a int);"] [user=root@%] [2025/04/05 01:56:59.777 +03:30] [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 01:56:59.776 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.777 +03:30] [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 01:56:59.776 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t394(a int);"] [2025/04/05 01:56:59.778 +03:30] [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 01:56:59.776 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.778 +03:30] [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 01:56:59.779 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=450] [neededSchemaVersion=451] ["elapsed time"=115.859µs] [gotSchemaVersion=451] [phyTblIDs="[902]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.780 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=903] [version=451] [2025/04/05 01:56:59.781 +03:30] [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.037278ms] [job="ID:903, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:902, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.776 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.782 +03:30] [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 01:56:59.776 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.784 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=903] [2025/04/05 01:56:59.784 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=451] [cur_db=test] [sql="create table t394(a int);"] [user=root@%] [2025/04/05 01:56:59.786 +03:30] [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 01:56:59.785 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.786 +03:30] [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 01:56:59.785 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t395(a int);"] [2025/04/05 01:56:59.787 +03:30] [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 01:56:59.785 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.787 +03:30] [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 01:56:59.788 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=451] [neededSchemaVersion=452] ["elapsed time"=107.686µs] [gotSchemaVersion=452] [phyTblIDs="[904]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.789 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=905] [version=452] [2025/04/05 01:56:59.791 +03:30] [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"=3.012779ms] [job="ID:905, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:904, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.785 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.792 +03:30] [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 01:56:59.785 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.794 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=905] [2025/04/05 01:56:59.794 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=452] [cur_db=test] [sql="create table t395(a int);"] [user=root@%] [2025/04/05 01:56:59.796 +03:30] [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 01:56:59.795 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.796 +03:30] [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 01:56:59.795 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t396(a int);"] [2025/04/05 01:56:59.796 +03:30] [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 01:56:59.795 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.797 +03:30] [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 01:56:59.798 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=452] [neededSchemaVersion=453] ["elapsed time"=110.702µs] [gotSchemaVersion=453] [phyTblIDs="[906]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.799 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=907] [version=453] [2025/04/05 01:56:59.801 +03:30] [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"=3.049314ms] [job="ID:907, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:906, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.795 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.802 +03:30] [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 01:56:59.795 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.804 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=907] [2025/04/05 01:56:59.804 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=453] [cur_db=test] [sql="create table t396(a int);"] [user=root@%] [2025/04/05 01:56:59.805 +03:30] [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 01:56:59.805 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.805 +03:30] [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 01:56:59.805 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t397(a int);"] [2025/04/05 01:56:59.806 +03:30] [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 01:56:59.805 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.807 +03:30] [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 01:56:59.808 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=453] [neededSchemaVersion=454] ["elapsed time"=123.694µs] [gotSchemaVersion=454] [phyTblIDs="[908]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.809 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=909] [version=454] [2025/04/05 01:56:59.810 +03:30] [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.253451ms] [job="ID:909, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:908, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.805 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.811 +03:30] [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 01:56:59.805 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.813 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=909] [2025/04/05 01:56:59.813 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=454] [cur_db=test] [sql="create table t397(a int);"] [user=root@%] [2025/04/05 01:56:59.815 +03:30] [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 01:56:59.814 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.815 +03:30] [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 01:56:59.814 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t398(a int);"] [2025/04/05 01:56:59.816 +03:30] [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 01:56:59.814 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.816 +03:30] [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 01:56:59.817 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=454] [neededSchemaVersion=455] ["elapsed time"=110.675µs] [gotSchemaVersion=455] [phyTblIDs="[910]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.818 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=911] [version=455] [2025/04/05 01:56:59.820 +03:30] [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"=3.053065ms] [job="ID:911, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:910, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.814 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.821 +03:30] [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 01:56:59.814 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.823 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=911] [2025/04/05 01:56:59.823 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=455] [cur_db=test] [sql="create table t398(a int);"] [user=root@%] [2025/04/05 01:56:59.825 +03:30] [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 01:56:59.824 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.825 +03:30] [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 01:56:59.824 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t399(a int);"] [2025/04/05 01:56:59.826 +03:30] [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 01:56:59.824 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.826 +03:30] [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 01:56:59.827 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=455] [neededSchemaVersion=456] ["elapsed time"=116.517µs] [gotSchemaVersion=456] [phyTblIDs="[912]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.828 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=913] [version=456] [2025/04/05 01:56:59.830 +03:30] [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"=3.05844ms] [job="ID:913, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:912, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.824 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.831 +03:30] [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 01:56:59.824 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.832 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=913] [2025/04/05 01:56:59.832 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=456] [cur_db=test] [sql="create table t399(a int);"] [user=root@%] [2025/04/05 01:56:59.834 +03:30] [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 01:56:59.833 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.834 +03:30] [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 01:56:59.833 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t400(a int);"] [2025/04/05 01:56:59.835 +03:30] [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 01:56:59.833 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.836 +03:30] [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 01:56:59.837 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=456] [neededSchemaVersion=457] ["elapsed time"=113.643µs] [gotSchemaVersion=457] [phyTblIDs="[914]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.838 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=915] [version=457] [2025/04/05 01:56:59.839 +03:30] [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.029849ms] [job="ID:915, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:914, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.833 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.840 +03:30] [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 01:56:59.833 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.842 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=915] [2025/04/05 01:56:59.842 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=457] [cur_db=test] [sql="create table t400(a int);"] [user=root@%] [2025/04/05 01:56:59.844 +03:30] [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 01:56:59.843 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.844 +03:30] [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 01:56:59.843 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t401(a int);"] [2025/04/05 01:56:59.844 +03:30] [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 01:56:59.843 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.845 +03:30] [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 01:56:59.846 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=457] [neededSchemaVersion=458] ["elapsed time"=117.543µs] [gotSchemaVersion=458] [phyTblIDs="[916]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.847 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=917] [version=458] [2025/04/05 01:56:59.849 +03:30] [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"=3.055056ms] [job="ID:917, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:916, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.843 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.850 +03:30] [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 01:56:59.843 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.852 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=917] [2025/04/05 01:56:59.852 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=458] [cur_db=test] [sql="create table t401(a int);"] [user=root@%] [2025/04/05 01:56:59.854 +03:30] [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 01:56:59.853 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.854 +03:30] [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 01:56:59.853 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t402(a int);"] [2025/04/05 01:56:59.855 +03:30] [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 01:56:59.853 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.855 +03:30] [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 01:56:59.857 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=458] [neededSchemaVersion=459] ["elapsed time"=115.122µs] [gotSchemaVersion=459] [phyTblIDs="[918]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.858 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=919] [version=459] [2025/04/05 01:56:59.860 +03:30] [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.487924ms] [job="ID:919, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:918, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.853 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.861 +03:30] [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 01:56:59.853 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.862 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=919] [2025/04/05 01:56:59.862 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=459] [cur_db=test] [sql="create table t402(a int);"] [user=root@%] [2025/04/05 01:56:59.866 +03:30] [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 01:56:59.865 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.866 +03:30] [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 01:56:59.865 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t403(a int);"] [2025/04/05 01:56:59.883 +03:30] [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 01:56:59.865 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.883 +03:30] [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 01:56:59.884 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=459] [neededSchemaVersion=460] ["elapsed time"=107.574µs] [gotSchemaVersion=460] [phyTblIDs="[920]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.885 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=921] [version=460] [2025/04/05 01:56:59.886 +03:30] [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.0895ms] [job="ID:921, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:920, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.865 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.888 +03:30] [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 01:56:59.865 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.889 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=921] [2025/04/05 01:56:59.889 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=460] [cur_db=test] [sql="create table t403(a int);"] [user=root@%] [2025/04/05 01:56:59.891 +03:30] [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 01:56:59.891 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.891 +03:30] [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 01:56:59.891 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t404(a int);"] [2025/04/05 01:56:59.892 +03:30] [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 01:56:59.891 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.892 +03:30] [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 01:56:59.893 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=460] [neededSchemaVersion=461] ["elapsed time"=103.562µs] [gotSchemaVersion=461] [phyTblIDs="[922]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.894 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=923] [version=461] [2025/04/05 01:56:59.896 +03:30] [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"=3.057495ms] [job="ID:923, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:922, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.891 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.897 +03:30] [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 01:56:59.891 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.899 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=923] [2025/04/05 01:56:59.899 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=461] [cur_db=test] [sql="create table t404(a int);"] [user=root@%] [2025/04/05 01:56:59.901 +03:30] [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 01:56:59.9 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.901 +03:30] [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 01:56:59.9 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t405(a int);"] [2025/04/05 01:56:59.902 +03:30] [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 01:56:59.9 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.902 +03:30] [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 01:56:59.903 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=461] [neededSchemaVersion=462] ["elapsed time"=101.123µs] [gotSchemaVersion=462] [phyTblIDs="[924]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.904 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=925] [version=462] [2025/04/05 01:56:59.906 +03:30] [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"=3.046332ms] [job="ID:925, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:924, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.9 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.908 +03:30] [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 01:56:59.9 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.909 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=925] [2025/04/05 01:56:59.909 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=462] [cur_db=test] [sql="create table t405(a int);"] [user=root@%] [2025/04/05 01:56:59.911 +03:30] [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 01:56:59.91 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.911 +03:30] [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 01:56:59.91 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t406(a int);"] [2025/04/05 01:56:59.912 +03:30] [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 01:56:59.91 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.912 +03:30] [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 01:56:59.914 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=462] [neededSchemaVersion=463] ["elapsed time"=118.938µs] [gotSchemaVersion=463] [phyTblIDs="[926]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.914 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=927] [version=463] [2025/04/05 01:56:59.916 +03:30] [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"=2.028339ms] [job="ID:927, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:926, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.91 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.917 +03:30] [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 01:56:59.91 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.918 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=927] [2025/04/05 01:56:59.918 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=463] [cur_db=test] [sql="create table t406(a int);"] [user=root@%] [2025/04/05 01:56:59.920 +03:30] [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 01:56:59.919 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.920 +03:30] [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 01:56:59.919 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t407(a int);"] [2025/04/05 01:56:59.921 +03:30] [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 01:56:59.919 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.921 +03:30] [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 01:56:59.922 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=463] [neededSchemaVersion=464] ["elapsed time"=104.032µs] [gotSchemaVersion=464] [phyTblIDs="[928]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.923 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=929] [version=464] [2025/04/05 01:56:59.925 +03:30] [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"=3.004606ms] [job="ID:929, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:928, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.919 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.926 +03:30] [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 01:56:59.919 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.928 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=929] [2025/04/05 01:56:59.928 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=464] [cur_db=test] [sql="create table t407(a int);"] [user=root@%] [2025/04/05 01:56:59.929 +03:30] [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 01:56:59.929 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.930 +03:30] [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 01:56:59.929 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t408(a int);"] [2025/04/05 01:56:59.930 +03:30] [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 01:56:59.929 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.931 +03:30] [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 01:56:59.932 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=464] [neededSchemaVersion=465] ["elapsed time"=101.92µs] [gotSchemaVersion=465] [phyTblIDs="[930]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.932 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=931] [version=465] [2025/04/05 01:56:59.935 +03:30] [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"=3.009135ms] [job="ID:931, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:930, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.929 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.936 +03:30] [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 01:56:59.929 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.937 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=931] [2025/04/05 01:56:59.937 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=465] [cur_db=test] [sql="create table t408(a int);"] [user=root@%] [2025/04/05 01:56:59.939 +03:30] [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 01:56:59.938 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.939 +03:30] [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 01:56:59.938 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t409(a int);"] [2025/04/05 01:56:59.940 +03:30] [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 01:56:59.938 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.940 +03:30] [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 01:56:59.941 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=465] [neededSchemaVersion=466] ["elapsed time"=107.179µs] [gotSchemaVersion=466] [phyTblIDs="[932]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.942 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=933] [version=466] [2025/04/05 01:56:59.944 +03:30] [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"=3.026792ms] [job="ID:933, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:932, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.938 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.945 +03:30] [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 01:56:59.938 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.946 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=933] [2025/04/05 01:56:59.946 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=466] [cur_db=test] [sql="create table t409(a int);"] [user=root@%] [2025/04/05 01:56:59.948 +03:30] [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 01:56:59.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.948 +03:30] [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 01:56:59.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t410(a int);"] [2025/04/05 01:56:59.949 +03:30] [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 01:56:59.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.949 +03:30] [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 01:56:59.951 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=466] [neededSchemaVersion=467] ["elapsed time"=106.931µs] [gotSchemaVersion=467] [phyTblIDs="[934]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.951 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=935] [version=467] [2025/04/05 01:56:59.953 +03:30] [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"=3.039397ms] [job="ID:935, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:934, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.955 +03:30] [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 01:56:59.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.956 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=935] [2025/04/05 01:56:59.956 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=467] [cur_db=test] [sql="create table t410(a int);"] [user=root@%] [2025/04/05 01:56:59.958 +03:30] [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 01:56:59.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.958 +03:30] [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 01:56:59.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t411(a int);"] [2025/04/05 01:56:59.959 +03:30] [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 01:56:59.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.959 +03:30] [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 01:56:59.961 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=467] [neededSchemaVersion=468] ["elapsed time"=103.895µs] [gotSchemaVersion=468] [phyTblIDs="[936]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.961 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=937] [version=468] [2025/04/05 01:56:59.963 +03:30] [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"=3.032178ms] [job="ID:937, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:936, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.964 +03:30] [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 01:56:59.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.966 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=937] [2025/04/05 01:56:59.966 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=468] [cur_db=test] [sql="create table t411(a int);"] [user=root@%] [2025/04/05 01:56:59.968 +03:30] [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 01:56:59.967 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.968 +03:30] [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 01:56:59.967 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t412(a int);"] [2025/04/05 01:56:59.969 +03:30] [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 01:56:59.967 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.969 +03:30] [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 01:56:59.970 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=468] [neededSchemaVersion=469] ["elapsed time"=105.927µs] [gotSchemaVersion=469] [phyTblIDs="[938]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.971 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=939] [version=469] [2025/04/05 01:56:59.973 +03:30] [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.993683ms] [job="ID:939, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:938, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.967 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.974 +03:30] [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 01:56:59.967 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.976 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=939] [2025/04/05 01:56:59.976 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=469] [cur_db=test] [sql="create table t412(a int);"] [user=root@%] [2025/04/05 01:56:59.978 +03:30] [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 01:56:59.977 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.978 +03:30] [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 01:56:59.977 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t413(a int);"] [2025/04/05 01:56:59.978 +03:30] [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 01:56:59.977 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.979 +03:30] [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 01:56:59.980 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=469] [neededSchemaVersion=470] ["elapsed time"=101.221µs] [gotSchemaVersion=470] [phyTblIDs="[940]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.981 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=941] [version=470] [2025/04/05 01:56:59.983 +03:30] [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"=3.014901ms] [job="ID:941, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:940, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.977 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.984 +03:30] [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 01:56:59.977 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.985 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=941] [2025/04/05 01:56:59.986 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=470] [cur_db=test] [sql="create table t413(a int);"] [user=root@%] [2025/04/05 01:56:59.987 +03:30] [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 01:56:59.987 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.987 +03:30] [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 01:56:59.987 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t414(a int);"] [2025/04/05 01:56:59.988 +03:30] [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 01:56:59.987 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.988 +03:30] [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 01:56:59.989 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=470] [neededSchemaVersion=471] ["elapsed time"=102.441µs] [gotSchemaVersion=471] [phyTblIDs="[942]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:56:59.990 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=943] [version=471] [2025/04/05 01:56:59.992 +03:30] [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"=3.046912ms] [job="ID:943, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:942, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.987 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.993 +03:30] [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 01:56:59.987 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.995 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=943] [2025/04/05 01:56:59.995 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=471] [cur_db=test] [sql="create table t414(a int);"] [user=root@%] [2025/04/05 01:56:59.997 +03:30] [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 01:56:59.996 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:56:59.997 +03:30] [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 01:56:59.996 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t415(a int);"] [2025/04/05 01:56:59.998 +03:30] [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 01:56:59.996 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:56:59.998 +03:30] [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 01:56:59.999 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=471] [neededSchemaVersion=472] ["elapsed time"=115.283µs] [gotSchemaVersion=472] [phyTblIDs="[944]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.000 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=945] [version=472] [2025/04/05 01:57:00.001 +03:30] [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.00843ms] [job="ID:945, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:944, RowCount:0, ArgLen:1, start time: 2025-04-05 01:56:59.996 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.002 +03:30] [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 01:56:59.996 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.004 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=945] [2025/04/05 01:57:00.004 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=472] [cur_db=test] [sql="create table t415(a int);"] [user=root@%] [2025/04/05 01:57:00.005 +03:30] [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 01:57:00.005 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.005 +03:30] [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 01:57:00.005 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t416(a int);"] [2025/04/05 01:57:00.006 +03:30] [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 01:57:00.005 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.006 +03:30] [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 01:57:00.008 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=472] [neededSchemaVersion=473] ["elapsed time"=103.921µs] [gotSchemaVersion=473] [phyTblIDs="[946]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.009 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=947] [version=473] [2025/04/05 01:57:00.010 +03:30] [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.201397ms] [job="ID:947, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:946, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.005 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.011 +03:30] [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 01:57:00.005 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.012 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=947] [2025/04/05 01:57:00.012 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=473] [cur_db=test] [sql="create table t416(a int);"] [user=root@%] [2025/04/05 01:57:00.014 +03:30] [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 01:57:00.014 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.014 +03:30] [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 01:57:00.014 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t417(a int);"] [2025/04/05 01:57:00.015 +03:30] [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 01:57:00.014 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.015 +03:30] [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 01:57:00.017 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=473] [neededSchemaVersion=474] ["elapsed time"=101.109µs] [gotSchemaVersion=474] [phyTblIDs="[948]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.017 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=949] [version=474] [2025/04/05 01:57:00.020 +03:30] [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"=3.041248ms] [job="ID:949, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:948, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.014 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.021 +03:30] [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 01:57:00.014 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.022 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=949] [2025/04/05 01:57:00.022 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=474] [cur_db=test] [sql="create table t417(a int);"] [user=root@%] [2025/04/05 01:57:00.024 +03:30] [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 01:57:00.023 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.024 +03:30] [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 01:57:00.023 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t418(a int);"] [2025/04/05 01:57:00.025 +03:30] [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 01:57:00.023 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.025 +03:30] [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 01:57:00.026 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=474] [neededSchemaVersion=475] ["elapsed time"=103.423µs] [gotSchemaVersion=475] [phyTblIDs="[950]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.027 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=951] [version=475] [2025/04/05 01:57:00.029 +03:30] [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"=3.040092ms] [job="ID:951, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:950, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.023 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.030 +03:30] [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 01:57:00.023 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.032 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=951] [2025/04/05 01:57:00.032 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=475] [cur_db=test] [sql="create table t418(a int);"] [user=root@%] [2025/04/05 01:57:00.034 +03:30] [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 01:57:00.033 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.034 +03:30] [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 01:57:00.033 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t419(a int);"] [2025/04/05 01:57:00.035 +03:30] [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 01:57:00.033 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.035 +03:30] [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 01:57:00.036 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=475] [neededSchemaVersion=476] ["elapsed time"=103.03µs] [gotSchemaVersion=476] [phyTblIDs="[952]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.037 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=953] [version=476] [2025/04/05 01:57:00.038 +03:30] [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.019074ms] [job="ID:953, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:952, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.033 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.039 +03:30] [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 01:57:00.033 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.041 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=953] [2025/04/05 01:57:00.041 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=476] [cur_db=test] [sql="create table t419(a int);"] [user=root@%] [2025/04/05 01:57:00.043 +03:30] [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 01:57:00.042 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.043 +03:30] [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 01:57:00.042 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t420(a int);"] [2025/04/05 01:57:00.044 +03:30] [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 01:57:00.042 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.044 +03:30] [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 01:57:00.045 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=476] [neededSchemaVersion=477] ["elapsed time"=105.223µs] [gotSchemaVersion=477] [phyTblIDs="[954]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.046 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=955] [version=477] [2025/04/05 01:57:00.048 +03:30] [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"=3.059151ms] [job="ID:955, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:954, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.042 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.049 +03:30] [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 01:57:00.042 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.051 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=955] [2025/04/05 01:57:00.051 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=477] [cur_db=test] [sql="create table t420(a int);"] [user=root@%] [2025/04/05 01:57:00.052 +03:30] [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 01:57:00.052 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.053 +03:30] [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 01:57:00.052 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t421(a int);"] [2025/04/05 01:57:00.054 +03:30] [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 01:57:00.052 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.054 +03:30] [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 01:57:00.055 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=477] [neededSchemaVersion=478] ["elapsed time"=109.11µs] [gotSchemaVersion=478] [phyTblIDs="[956]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.056 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=957] [version=478] [2025/04/05 01:57:00.057 +03:30] [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.026811ms] [job="ID:957, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:956, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.052 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.058 +03:30] [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 01:57:00.052 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.060 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=957] [2025/04/05 01:57:00.060 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=478] [cur_db=test] [sql="create table t421(a int);"] [user=root@%] [2025/04/05 01:57:00.062 +03:30] [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 01:57:00.061 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.062 +03:30] [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 01:57:00.061 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t422(a int);"] [2025/04/05 01:57:00.063 +03:30] [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 01:57:00.061 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.063 +03:30] [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 01:57:00.064 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=478] [neededSchemaVersion=479] ["elapsed time"=109.959µs] [gotSchemaVersion=479] [phyTblIDs="[958]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.065 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=959] [version=479] [2025/04/05 01:57:00.067 +03:30] [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.868029ms] [job="ID:959, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:958, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.061 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.068 +03:30] [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 01:57:00.061 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.070 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=959] [2025/04/05 01:57:00.070 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=479] [cur_db=test] [sql="create table t422(a int);"] [user=root@%] [2025/04/05 01:57:00.072 +03:30] [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 01:57:00.071 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.072 +03:30] [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 01:57:00.071 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t423(a int);"] [2025/04/05 01:57:00.073 +03:30] [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 01:57:00.071 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.073 +03:30] [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 01:57:00.075 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=479] [neededSchemaVersion=480] ["elapsed time"=107.205µs] [gotSchemaVersion=480] [phyTblIDs="[960]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.075 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=961] [version=480] [2025/04/05 01:57:00.076 +03:30] [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.076549ms] [job="ID:961, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:960, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.071 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.078 +03:30] [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 01:57:00.071 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.079 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=961] [2025/04/05 01:57:00.079 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=480] [cur_db=test] [sql="create table t423(a int);"] [user=root@%] [2025/04/05 01:57:00.081 +03:30] [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 01:57:00.081 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.081 +03:30] [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 01:57:00.081 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t424(a int);"] [2025/04/05 01:57:00.082 +03:30] [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 01:57:00.081 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.082 +03:30] [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 01:57:00.084 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=480] [neededSchemaVersion=481] ["elapsed time"=119.428µs] [gotSchemaVersion=481] [phyTblIDs="[962]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.084 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=963] [version=481] [2025/04/05 01:57:00.085 +03:30] [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.053563ms] [job="ID:963, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:962, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.081 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.087 +03:30] [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 01:57:00.081 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.088 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=963] [2025/04/05 01:57:00.089 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=481] [cur_db=test] [sql="create table t424(a int);"] [user=root@%] [2025/04/05 01:57:00.090 +03:30] [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 01:57:00.089 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.090 +03:30] [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 01:57:00.089 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t425(a int);"] [2025/04/05 01:57:00.091 +03:30] [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 01:57:00.089 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.091 +03:30] [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 01:57:00.092 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=481] [neededSchemaVersion=482] ["elapsed time"=101.723µs] [gotSchemaVersion=482] [phyTblIDs="[964]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.093 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=965] [version=482] [2025/04/05 01:57:00.095 +03:30] [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"=3.012353ms] [job="ID:965, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:964, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.089 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.096 +03:30] [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 01:57:00.089 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.098 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=965] [2025/04/05 01:57:00.098 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=482] [cur_db=test] [sql="create table t425(a int);"] [user=root@%] [2025/04/05 01:57:00.100 +03:30] [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 01:57:00.099 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.100 +03:30] [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 01:57:00.099 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t426(a int);"] [2025/04/05 01:57:00.101 +03:30] [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 01:57:00.099 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.101 +03:30] [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 01:57:00.102 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=482] [neededSchemaVersion=483] ["elapsed time"=99.612µs] [gotSchemaVersion=483] [phyTblIDs="[966]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.103 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=967] [version=483] [2025/04/05 01:57:00.105 +03:30] [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"=3.000847ms] [job="ID:967, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:966, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.099 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.106 +03:30] [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 01:57:00.099 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.109 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=967] [2025/04/05 01:57:00.109 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=483] [cur_db=test] [sql="create table t426(a int);"] [user=root@%] [2025/04/05 01:57:00.110 +03:30] [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 01:57:00.11 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.110 +03:30] [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 01:57:00.11 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t427(a int);"] [2025/04/05 01:57:00.111 +03:30] [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 01:57:00.11 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.112 +03:30] [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 01:57:00.113 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=483] [neededSchemaVersion=484] ["elapsed time"=106.216µs] [gotSchemaVersion=484] [phyTblIDs="[968]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.114 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=969] [version=484] [2025/04/05 01:57:00.115 +03:30] [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.028721ms] [job="ID:969, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:968, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.11 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.116 +03:30] [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 01:57:00.11 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.118 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=969] [2025/04/05 01:57:00.118 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=484] [cur_db=test] [sql="create table t427(a int);"] [user=root@%] [2025/04/05 01:57:00.119 +03:30] [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 01:57:00.119 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.119 +03:30] [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 01:57:00.119 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t428(a int);"] [2025/04/05 01:57:00.120 +03:30] [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 01:57:00.119 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.120 +03:30] [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 01:57:00.121 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=484] [neededSchemaVersion=485] ["elapsed time"=101.233µs] [gotSchemaVersion=485] [phyTblIDs="[970]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.122 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=971] [version=485] [2025/04/05 01:57:00.124 +03:30] [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"=3.052212ms] [job="ID:971, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:970, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.119 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.125 +03:30] [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 01:57:00.119 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.127 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=971] [2025/04/05 01:57:00.127 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=485] [cur_db=test] [sql="create table t428(a int);"] [user=root@%] [2025/04/05 01:57:00.129 +03:30] [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 01:57:00.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.129 +03:30] [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 01:57:00.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t429(a int);"] [2025/04/05 01:57:00.130 +03:30] [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 01:57:00.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.130 +03:30] [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 01:57:00.131 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=485] [neededSchemaVersion=486] ["elapsed time"=107.006µs] [gotSchemaVersion=486] [phyTblIDs="[972]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.132 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=973] [version=486] [2025/04/05 01:57:00.134 +03:30] [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"=3.022063ms] [job="ID:973, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:972, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.135 +03:30] [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 01:57:00.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.136 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=973] [2025/04/05 01:57:00.136 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=486] [cur_db=test] [sql="create table t429(a int);"] [user=root@%] [2025/04/05 01:57:00.138 +03:30] [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 01:57:00.137 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.138 +03:30] [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 01:57:00.137 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t430(a int);"] [2025/04/05 01:57:00.139 +03:30] [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 01:57:00.137 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.139 +03:30] [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 01:57:00.141 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=486] [neededSchemaVersion=487] ["elapsed time"=106.988µs] [gotSchemaVersion=487] [phyTblIDs="[974]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.141 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=975] [version=487] [2025/04/05 01:57:00.143 +03:30] [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"=3.030916ms] [job="ID:975, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:974, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.137 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.144 +03:30] [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 01:57:00.137 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.146 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=975] [2025/04/05 01:57:00.146 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=487] [cur_db=test] [sql="create table t430(a int);"] [user=root@%] [2025/04/05 01:57:00.148 +03:30] [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 01:57:00.147 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.148 +03:30] [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 01:57:00.147 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t431(a int);"] [2025/04/05 01:57:00.148 +03:30] [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 01:57:00.147 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.149 +03:30] [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 01:57:00.150 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=487] [neededSchemaVersion=488] ["elapsed time"=100.551µs] [gotSchemaVersion=488] [phyTblIDs="[976]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.150 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=977] [version=488] [2025/04/05 01:57:00.153 +03:30] [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.9751ms] [job="ID:977, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:976, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.147 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.154 +03:30] [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 01:57:00.147 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.155 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=977] [2025/04/05 01:57:00.155 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=488] [cur_db=test] [sql="create table t431(a int);"] [user=root@%] [2025/04/05 01:57:00.157 +03:30] [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 01:57:00.156 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.157 +03:30] [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 01:57:00.156 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t432(a int);"] [2025/04/05 01:57:00.158 +03:30] [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 01:57:00.156 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.159 +03:30] [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 01:57:00.160 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=488] [neededSchemaVersion=489] ["elapsed time"=111.369µs] [gotSchemaVersion=489] [phyTblIDs="[978]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.160 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=979] [version=489] [2025/04/05 01:57:00.162 +03:30] [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.032958ms] [job="ID:979, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:978, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.156 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.163 +03:30] [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 01:57:00.156 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.164 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=979] [2025/04/05 01:57:00.164 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=489] [cur_db=test] [sql="create table t432(a int);"] [user=root@%] [2025/04/05 01:57:00.166 +03:30] [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 01:57:00.165 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.166 +03:30] [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 01:57:00.165 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t433(a int);"] [2025/04/05 01:57:00.167 +03:30] [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 01:57:00.165 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.167 +03:30] [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 01:57:00.168 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=489] [neededSchemaVersion=490] ["elapsed time"=108.046µs] [gotSchemaVersion=490] [phyTblIDs="[980]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.169 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=981] [version=490] [2025/04/05 01:57:00.171 +03:30] [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"=3.015712ms] [job="ID:981, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:980, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.165 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.172 +03:30] [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 01:57:00.165 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.174 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=981] [2025/04/05 01:57:00.174 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=490] [cur_db=test] [sql="create table t433(a int);"] [user=root@%] [2025/04/05 01:57:00.176 +03:30] [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 01:57:00.175 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.176 +03:30] [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 01:57:00.175 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t434(a int);"] [2025/04/05 01:57:00.176 +03:30] [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 01:57:00.175 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.177 +03:30] [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 01:57:00.178 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=490] [neededSchemaVersion=491] ["elapsed time"=101.461µs] [gotSchemaVersion=491] [phyTblIDs="[982]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.178 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=983] [version=491] [2025/04/05 01:57:00.181 +03:30] [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.980865ms] [job="ID:983, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:982, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.175 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.182 +03:30] [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 01:57:00.175 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.183 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=983] [2025/04/05 01:57:00.183 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=491] [cur_db=test] [sql="create table t434(a int);"] [user=root@%] [2025/04/05 01:57:00.185 +03:30] [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 01:57:00.184 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.185 +03:30] [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 01:57:00.184 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t435(a int);"] [2025/04/05 01:57:00.186 +03:30] [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 01:57:00.184 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.186 +03:30] [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 01:57:00.187 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=491] [neededSchemaVersion=492] ["elapsed time"=103.75µs] [gotSchemaVersion=492] [phyTblIDs="[984]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.188 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=985] [version=492] [2025/04/05 01:57:00.190 +03:30] [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.998905ms] [job="ID:985, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:984, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.184 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.191 +03:30] [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 01:57:00.184 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.192 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=985] [2025/04/05 01:57:00.192 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=492] [cur_db=test] [sql="create table t435(a int);"] [user=root@%] [2025/04/05 01:57:00.194 +03:30] [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 01:57:00.193 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.194 +03:30] [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 01:57:00.193 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t436(a int);"] [2025/04/05 01:57:00.195 +03:30] [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 01:57:00.193 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.195 +03:30] [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 01:57:00.196 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=492] [neededSchemaVersion=493] ["elapsed time"=105.755µs] [gotSchemaVersion=493] [phyTblIDs="[986]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.197 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=987] [version=493] [2025/04/05 01:57:00.199 +03:30] [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"=3.0437ms] [job="ID:987, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:986, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.193 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.200 +03:30] [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 01:57:00.193 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.202 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=987] [2025/04/05 01:57:00.202 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=493] [cur_db=test] [sql="create table t436(a int);"] [user=root@%] [2025/04/05 01:57:00.204 +03:30] [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 01:57:00.203 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.204 +03:30] [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 01:57:00.203 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t437(a int);"] [2025/04/05 01:57:00.205 +03:30] [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 01:57:00.203 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.205 +03:30] [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 01:57:00.206 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=493] [neededSchemaVersion=494] ["elapsed time"=97.999µs] [gotSchemaVersion=494] [phyTblIDs="[988]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.207 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=989] [version=494] [2025/04/05 01:57:00.208 +03:30] [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.462229ms] [job="ID:989, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:988, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.203 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.209 +03:30] [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 01:57:00.203 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.210 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=989] [2025/04/05 01:57:00.211 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=494] [cur_db=test] [sql="create table t437(a int);"] [user=root@%] [2025/04/05 01:57:00.212 +03:30] [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 01:57:00.211 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.212 +03:30] [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 01:57:00.211 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t438(a int);"] [2025/04/05 01:57:00.213 +03:30] [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 01:57:00.211 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.213 +03:30] [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 01:57:00.215 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=494] [neededSchemaVersion=495] ["elapsed time"=101.331µs] [gotSchemaVersion=495] [phyTblIDs="[990]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.215 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=991] [version=495] [2025/04/05 01:57:00.217 +03:30] [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.999681ms] [job="ID:991, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:990, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.211 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.218 +03:30] [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 01:57:00.211 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.220 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=991] [2025/04/05 01:57:00.220 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=495] [cur_db=test] [sql="create table t438(a int);"] [user=root@%] [2025/04/05 01:57:00.222 +03:30] [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 01:57:00.221 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.222 +03:30] [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 01:57:00.221 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t439(a int);"] [2025/04/05 01:57:00.222 +03:30] [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 01:57:00.221 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.223 +03:30] [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 01:57:00.224 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=495] [neededSchemaVersion=496] ["elapsed time"=104.548µs] [gotSchemaVersion=496] [phyTblIDs="[992]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.225 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=993] [version=496] [2025/04/05 01:57:00.227 +03:30] [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.011483ms] [job="ID:993, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:992, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.221 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.228 +03:30] [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 01:57:00.221 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.229 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=993] [2025/04/05 01:57:00.229 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=496] [cur_db=test] [sql="create table t439(a int);"] [user=root@%] [2025/04/05 01:57:00.231 +03:30] [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 01:57:00.231 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.231 +03:30] [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 01:57:00.231 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t440(a int);"] [2025/04/05 01:57:00.232 +03:30] [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 01:57:00.231 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.232 +03:30] [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 01:57:00.233 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=496] [neededSchemaVersion=497] ["elapsed time"=107.931µs] [gotSchemaVersion=497] [phyTblIDs="[994]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.234 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=995] [version=497] [2025/04/05 01:57:00.236 +03:30] [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"=3.055558ms] [job="ID:995, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:994, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.231 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.237 +03:30] [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 01:57:00.231 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.239 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=995] [2025/04/05 01:57:00.239 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=497] [cur_db=test] [sql="create table t440(a int);"] [user=root@%] [2025/04/05 01:57:00.241 +03:30] [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 01:57:00.24 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.241 +03:30] [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 01:57:00.24 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t441(a int);"] [2025/04/05 01:57:00.242 +03:30] [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 01:57:00.24 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.242 +03:30] [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 01:57:00.243 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=497] [neededSchemaVersion=498] ["elapsed time"=104.657µs] [gotSchemaVersion=498] [phyTblIDs="[996]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.244 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=997] [version=498] [2025/04/05 01:57:00.246 +03:30] [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"=3.021798ms] [job="ID:997, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:996, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.24 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.247 +03:30] [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 01:57:00.24 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.248 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=997] [2025/04/05 01:57:00.248 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=498] [cur_db=test] [sql="create table t441(a int);"] [user=root@%] [2025/04/05 01:57:00.250 +03:30] [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 01:57:00.249 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.250 +03:30] [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 01:57:00.249 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t442(a int);"] [2025/04/05 01:57:00.251 +03:30] [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 01:57:00.249 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.251 +03:30] [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 01:57:00.253 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=498] [neededSchemaVersion=499] ["elapsed time"=103.864µs] [gotSchemaVersion=499] [phyTblIDs="[998]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.253 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=999] [version=499] [2025/04/05 01:57:00.256 +03:30] [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.059138ms] [job="ID:999, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:998, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.249 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.257 +03:30] [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 01:57:00.249 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.259 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=999] [2025/04/05 01:57:00.259 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=499] [cur_db=test] [sql="create table t442(a int);"] [user=root@%] [2025/04/05 01:57:00.260 +03:30] [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 01:57:00.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.260 +03:30] [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 01:57:00.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t443(a int);"] [2025/04/05 01:57:00.261 +03:30] [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 01:57:00.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.262 +03:30] [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 01:57:00.263 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=499] [neededSchemaVersion=500] ["elapsed time"=102.215µs] [gotSchemaVersion=500] [phyTblIDs="[1000]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.264 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1001] [version=500] [2025/04/05 01:57:00.265 +03:30] [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.012067ms] [job="ID:1001, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1000, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.266 +03:30] [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 01:57:00.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.268 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1001] [2025/04/05 01:57:00.268 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=500] [cur_db=test] [sql="create table t443(a int);"] [user=root@%] [2025/04/05 01:57:00.269 +03:30] [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 01:57:00.269 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.269 +03:30] [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 01:57:00.269 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t444(a int);"] [2025/04/05 01:57:00.270 +03:30] [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 01:57:00.269 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.270 +03:30] [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 01:57:00.271 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=500] [neededSchemaVersion=501] ["elapsed time"=103.59µs] [gotSchemaVersion=501] [phyTblIDs="[1002]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.272 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1003] [version=501] [2025/04/05 01:57:00.274 +03:30] [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"=3.040141ms] [job="ID:1003, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1002, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.269 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.275 +03:30] [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 01:57:00.269 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.277 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1003] [2025/04/05 01:57:00.277 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=501] [cur_db=test] [sql="create table t444(a int);"] [user=root@%] [2025/04/05 01:57:00.279 +03:30] [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 01:57:00.278 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.279 +03:30] [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 01:57:00.278 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t445(a int);"] [2025/04/05 01:57:00.280 +03:30] [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 01:57:00.278 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.280 +03:30] [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 01:57:00.281 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=501] [neededSchemaVersion=502] ["elapsed time"=113.183µs] [gotSchemaVersion=502] [phyTblIDs="[1004]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.282 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1005] [version=502] [2025/04/05 01:57:00.284 +03:30] [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"=3.024181ms] [job="ID:1005, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1004, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.278 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.285 +03:30] [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 01:57:00.278 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.286 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1005] [2025/04/05 01:57:00.286 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=502] [cur_db=test] [sql="create table t445(a int);"] [user=root@%] [2025/04/05 01:57:00.288 +03:30] [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 01:57:00.287 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.288 +03:30] [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 01:57:00.287 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t446(a int);"] [2025/04/05 01:57:00.289 +03:30] [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 01:57:00.287 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.289 +03:30] [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 01:57:00.290 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=502] [neededSchemaVersion=503] ["elapsed time"=103.443µs] [gotSchemaVersion=503] [phyTblIDs="[1006]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.291 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1007] [version=503] [2025/04/05 01:57:00.292 +03:30] [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.020055ms] [job="ID:1007, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1006, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.287 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.293 +03:30] [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 01:57:00.287 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.295 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1007] [2025/04/05 01:57:00.295 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=503] [cur_db=test] [sql="create table t446(a int);"] [user=root@%] [2025/04/05 01:57:00.296 +03:30] [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 01:57:00.296 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.296 +03:30] [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 01:57:00.296 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t447(a int);"] [2025/04/05 01:57:00.297 +03:30] [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 01:57:00.296 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.297 +03:30] [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 01:57:00.299 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=503] [neededSchemaVersion=504] ["elapsed time"=122.492µs] [gotSchemaVersion=504] [phyTblIDs="[1008]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.299 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1009] [version=504] [2025/04/05 01:57:00.301 +03:30] [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"=3.04232ms] [job="ID:1009, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1008, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.296 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.303 +03:30] [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 01:57:00.296 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.304 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1009] [2025/04/05 01:57:00.304 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=504] [cur_db=test] [sql="create table t447(a int);"] [user=root@%] [2025/04/05 01:57:00.306 +03:30] [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 01:57:00.305 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.306 +03:30] [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 01:57:00.305 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t448(a int);"] [2025/04/05 01:57:00.307 +03:30] [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 01:57:00.305 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.307 +03:30] [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 01:57:00.309 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=504] [neededSchemaVersion=505] ["elapsed time"=104.689µs] [gotSchemaVersion=505] [phyTblIDs="[1010]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.309 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1011] [version=505] [2025/04/05 01:57:00.311 +03:30] [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"=3.01894ms] [job="ID:1011, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1010, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.305 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.312 +03:30] [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 01:57:00.305 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.314 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1011] [2025/04/05 01:57:00.314 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=505] [cur_db=test] [sql="create table t448(a int);"] [user=root@%] [2025/04/05 01:57:00.316 +03:30] [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 01:57:00.315 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.316 +03:30] [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 01:57:00.315 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t449(a int);"] [2025/04/05 01:57:00.316 +03:30] [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 01:57:00.315 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.317 +03:30] [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 01:57:00.318 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=505] [neededSchemaVersion=506] ["elapsed time"=101.85µs] [gotSchemaVersion=506] [phyTblIDs="[1012]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.318 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1013] [version=506] [2025/04/05 01:57:00.321 +03:30] [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.976761ms] [job="ID:1013, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1012, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.315 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.321 +03:30] [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 01:57:00.315 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.323 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1013] [2025/04/05 01:57:00.323 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=506] [cur_db=test] [sql="create table t449(a int);"] [user=root@%] [2025/04/05 01:57:00.325 +03:30] [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 01:57:00.324 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.325 +03:30] [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 01:57:00.324 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t450(a int);"] [2025/04/05 01:57:00.325 +03:30] [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 01:57:00.324 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.326 +03:30] [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 01:57:00.327 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=506] [neededSchemaVersion=507] ["elapsed time"=102.879µs] [gotSchemaVersion=507] [phyTblIDs="[1014]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.327 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1015] [version=507] [2025/04/05 01:57:00.330 +03:30] [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.987924ms] [job="ID:1015, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1014, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.324 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.331 +03:30] [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 01:57:00.324 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.332 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1015] [2025/04/05 01:57:00.332 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=507] [cur_db=test] [sql="create table t450(a int);"] [user=root@%] [2025/04/05 01:57:00.333 +03:30] [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 01:57:00.333 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.334 +03:30] [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 01:57:00.333 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t451(a int);"] [2025/04/05 01:57:00.335 +03:30] [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 01:57:00.333 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.335 +03:30] [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 01:57:00.336 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=507] [neededSchemaVersion=508] ["elapsed time"=104.014µs] [gotSchemaVersion=508] [phyTblIDs="[1016]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.336 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1017] [version=508] [2025/04/05 01:57:00.339 +03:30] [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.956504ms] [job="ID:1017, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1016, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.333 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.340 +03:30] [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 01:57:00.333 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.341 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1017] [2025/04/05 01:57:00.341 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=508] [cur_db=test] [sql="create table t451(a int);"] [user=root@%] [2025/04/05 01:57:00.343 +03:30] [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 01:57:00.342 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.343 +03:30] [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 01:57:00.342 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t452(a int);"] [2025/04/05 01:57:00.343 +03:30] [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 01:57:00.342 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.344 +03:30] [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 01:57:00.345 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=508] [neededSchemaVersion=509] ["elapsed time"=96.945µs] [gotSchemaVersion=509] [phyTblIDs="[1018]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.345 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1019] [version=509] [2025/04/05 01:57:00.348 +03:30] [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.968321ms] [job="ID:1019, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1018, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.342 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.349 +03:30] [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 01:57:00.342 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.350 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1019] [2025/04/05 01:57:00.350 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=509] [cur_db=test] [sql="create table t452(a int);"] [user=root@%] [2025/04/05 01:57:00.351 +03:30] [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 01:57:00.351 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.351 +03:30] [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 01:57:00.351 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t453(a int);"] [2025/04/05 01:57:00.353 +03:30] [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 01:57:00.351 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.353 +03:30] [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 01:57:00.354 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=509] [neededSchemaVersion=510] ["elapsed time"=100.049µs] [gotSchemaVersion=510] [phyTblIDs="[1020]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.354 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1021] [version=510] [2025/04/05 01:57:00.357 +03:30] [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"=3.298635ms] [job="ID:1021, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1020, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.351 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.358 +03:30] [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 01:57:00.351 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.359 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1021] [2025/04/05 01:57:00.359 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=510] [cur_db=test] [sql="create table t453(a int);"] [user=root@%] [2025/04/05 01:57:00.361 +03:30] [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 01:57:00.36 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.361 +03:30] [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 01:57:00.36 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t454(a int);"] [2025/04/05 01:57:00.363 +03:30] [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 01:57:00.36 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.363 +03:30] [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 01:57:00.364 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=510] [neededSchemaVersion=511] ["elapsed time"=99.793µs] [gotSchemaVersion=511] [phyTblIDs="[1022]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.365 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1023] [version=511] [2025/04/05 01:57:00.366 +03:30] [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.011184ms] [job="ID:1023, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1022, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.36 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.367 +03:30] [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 01:57:00.36 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.368 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1023] [2025/04/05 01:57:00.368 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=511] [cur_db=test] [sql="create table t454(a int);"] [user=root@%] [2025/04/05 01:57:00.370 +03:30] [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 01:57:00.369 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.370 +03:30] [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 01:57:00.369 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t455(a int);"] [2025/04/05 01:57:00.371 +03:30] [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 01:57:00.369 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.371 +03:30] [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 01:57:00.373 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=511] [neededSchemaVersion=512] ["elapsed time"=93.41µs] [gotSchemaVersion=512] [phyTblIDs="[1024]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.373 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1025] [version=512] [2025/04/05 01:57:00.375 +03:30] [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.892939ms] [job="ID:1025, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1024, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.369 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.376 +03:30] [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 01:57:00.369 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.378 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1025] [2025/04/05 01:57:00.378 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=512] [cur_db=test] [sql="create table t455(a int);"] [user=root@%] [2025/04/05 01:57:00.379 +03:30] [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 01:57:00.379 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.379 +03:30] [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 01:57:00.379 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t456(a int);"] [2025/04/05 01:57:00.380 +03:30] [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 01:57:00.379 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.380 +03:30] [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 01:57:00.381 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=512] [neededSchemaVersion=513] ["elapsed time"=96.171µs] [gotSchemaVersion=513] [phyTblIDs="[1026]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.382 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1027] [version=513] [2025/04/05 01:57:00.384 +03:30] [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.919586ms] [job="ID:1027, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1026, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.379 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.385 +03:30] [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 01:57:00.379 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.387 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1027] [2025/04/05 01:57:00.387 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=513] [cur_db=test] [sql="create table t456(a int);"] [user=root@%] [2025/04/05 01:57:00.388 +03:30] [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 01:57:00.388 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.388 +03:30] [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 01:57:00.388 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t457(a int);"] [2025/04/05 01:57:00.389 +03:30] [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 01:57:00.388 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.389 +03:30] [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 01:57:00.390 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=513] [neededSchemaVersion=514] ["elapsed time"=91.49µs] [gotSchemaVersion=514] [phyTblIDs="[1028]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.391 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1029] [version=514] [2025/04/05 01:57:00.393 +03:30] [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.881104ms] [job="ID:1029, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1028, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.388 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.394 +03:30] [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 01:57:00.388 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.396 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1029] [2025/04/05 01:57:00.396 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=514] [cur_db=test] [sql="create table t457(a int);"] [user=root@%] [2025/04/05 01:57:00.397 +03:30] [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 01:57:00.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.397 +03:30] [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 01:57:00.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t458(a int);"] [2025/04/05 01:57:00.398 +03:30] [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 01:57:00.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.398 +03:30] [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 01:57:00.399 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=514] [neededSchemaVersion=515] ["elapsed time"=91.801µs] [gotSchemaVersion=515] [phyTblIDs="[1030]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.400 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1031] [version=515] [2025/04/05 01:57:00.402 +03:30] [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.904784ms] [job="ID:1031, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1030, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.403 +03:30] [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 01:57:00.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.404 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1031] [2025/04/05 01:57:00.404 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=515] [cur_db=test] [sql="create table t458(a int);"] [user=root@%] [2025/04/05 01:57:00.406 +03:30] [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 01:57:00.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.406 +03:30] [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 01:57:00.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t459(a int);"] [2025/04/05 01:57:00.407 +03:30] [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 01:57:00.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.407 +03:30] [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 01:57:00.408 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=515] [neededSchemaVersion=516] ["elapsed time"=87.247µs] [gotSchemaVersion=516] [phyTblIDs="[1032]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.409 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1033] [version=516] [2025/04/05 01:57:00.410 +03:30] [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.022955ms] [job="ID:1033, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1032, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.411 +03:30] [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 01:57:00.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.412 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1033] [2025/04/05 01:57:00.412 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=516] [cur_db=test] [sql="create table t459(a int);"] [user=root@%] [2025/04/05 01:57:00.413 +03:30] [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 01:57:00.413 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.413 +03:30] [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 01:57:00.413 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t460(a int);"] [2025/04/05 01:57:00.414 +03:30] [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 01:57:00.413 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.415 +03:30] [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 01:57:00.416 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=516] [neededSchemaVersion=517] ["elapsed time"=92.412µs] [gotSchemaVersion=517] [phyTblIDs="[1034]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.416 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1035] [version=517] [2025/04/05 01:57:00.418 +03:30] [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"=2.021891ms] [job="ID:1035, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1034, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.413 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.419 +03:30] [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 01:57:00.413 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.420 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1035] [2025/04/05 01:57:00.420 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=517] [cur_db=test] [sql="create table t460(a int);"] [user=root@%] [2025/04/05 01:57:00.421 +03:30] [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 01:57:00.421 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.421 +03:30] [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 01:57:00.421 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t461(a int);"] [2025/04/05 01:57:00.422 +03:30] [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 01:57:00.421 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.423 +03:30] [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 01:57:00.424 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=517] [neededSchemaVersion=518] ["elapsed time"=90.553µs] [gotSchemaVersion=518] [phyTblIDs="[1036]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.424 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1037] [version=518] [2025/04/05 01:57:00.426 +03:30] [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.900038ms] [job="ID:1037, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1036, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.421 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.427 +03:30] [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 01:57:00.421 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.429 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1037] [2025/04/05 01:57:00.429 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=518] [cur_db=test] [sql="create table t461(a int);"] [user=root@%] [2025/04/05 01:57:00.430 +03:30] [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 01:57:00.43 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.430 +03:30] [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 01:57:00.43 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t462(a int);"] [2025/04/05 01:57:00.431 +03:30] [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 01:57:00.43 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.431 +03:30] [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 01:57:00.432 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=518] [neededSchemaVersion=519] ["elapsed time"=96.387µs] [gotSchemaVersion=519] [phyTblIDs="[1038]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.433 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1039] [version=519] [2025/04/05 01:57:00.435 +03:30] [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.933905ms] [job="ID:1039, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1038, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.43 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.436 +03:30] [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 01:57:00.43 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.438 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1039] [2025/04/05 01:57:00.438 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=519] [cur_db=test] [sql="create table t462(a int);"] [user=root@%] [2025/04/05 01:57:00.439 +03:30] [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 01:57:00.439 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.439 +03:30] [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 01:57:00.439 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t463(a int);"] [2025/04/05 01:57:00.440 +03:30] [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 01:57:00.439 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.440 +03:30] [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 01:57:00.441 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=519] [neededSchemaVersion=520] ["elapsed time"=116.974µs] [gotSchemaVersion=520] [phyTblIDs="[1040]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.442 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1041] [version=520] [2025/04/05 01:57:00.444 +03:30] [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"=2.973826ms] [job="ID:1041, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1040, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.439 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.445 +03:30] [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 01:57:00.439 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.446 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1041] [2025/04/05 01:57:00.446 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=520] [cur_db=test] [sql="create table t463(a int);"] [user=root@%] [2025/04/05 01:57:00.448 +03:30] [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 01:57:00.447 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.448 +03:30] [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 01:57:00.447 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t464(a int);"] [2025/04/05 01:57:00.449 +03:30] [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 01:57:00.447 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.449 +03:30] [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 01:57:00.450 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=520] [neededSchemaVersion=521] ["elapsed time"=98.397µs] [gotSchemaVersion=521] [phyTblIDs="[1042]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.451 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1043] [version=521] [2025/04/05 01:57:00.452 +03:30] [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.089258ms] [job="ID:1043, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1042, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.447 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.453 +03:30] [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 01:57:00.447 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.454 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1043] [2025/04/05 01:57:00.454 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=521] [cur_db=test] [sql="create table t464(a int);"] [user=root@%] [2025/04/05 01:57:00.456 +03:30] [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 01:57:00.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.456 +03:30] [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 01:57:00.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t465(a int);"] [2025/04/05 01:57:00.457 +03:30] [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 01:57:00.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.457 +03:30] [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 01:57:00.458 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=521] [neededSchemaVersion=522] ["elapsed time"=98.519µs] [gotSchemaVersion=522] [phyTblIDs="[1044]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.459 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1045] [version=522] [2025/04/05 01:57:00.461 +03:30] [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.661585ms] [job="ID:1045, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1044, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.462 +03:30] [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 01:57:00.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.463 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1045] [2025/04/05 01:57:00.463 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=522] [cur_db=test] [sql="create table t465(a int);"] [user=root@%] [2025/04/05 01:57:00.465 +03:30] [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 01:57:00.464 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.465 +03:30] [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 01:57:00.464 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t466(a int);"] [2025/04/05 01:57:00.466 +03:30] [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 01:57:00.464 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.466 +03:30] [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 01:57:00.467 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=522] [neededSchemaVersion=523] ["elapsed time"=106.456µs] [gotSchemaVersion=523] [phyTblIDs="[1046]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.468 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1047] [version=523] [2025/04/05 01:57:00.470 +03:30] [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"=3.007547ms] [job="ID:1047, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1046, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.464 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.471 +03:30] [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 01:57:00.464 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.472 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1047] [2025/04/05 01:57:00.472 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=523] [cur_db=test] [sql="create table t466(a int);"] [user=root@%] [2025/04/05 01:57:00.474 +03:30] [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 01:57:00.473 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.474 +03:30] [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 01:57:00.473 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t467(a int);"] [2025/04/05 01:57:00.475 +03:30] [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 01:57:00.473 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.475 +03:30] [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 01:57:00.476 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=523] [neededSchemaVersion=524] ["elapsed time"=98.508µs] [gotSchemaVersion=524] [phyTblIDs="[1048]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.477 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1049] [version=524] [2025/04/05 01:57:00.479 +03:30] [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.958614ms] [job="ID:1049, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1048, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.473 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.480 +03:30] [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 01:57:00.473 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.481 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1049] [2025/04/05 01:57:00.481 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=524] [cur_db=test] [sql="create table t467(a int);"] [user=root@%] [2025/04/05 01:57:00.483 +03:30] [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 01:57:00.482 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.483 +03:30] [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 01:57:00.482 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t468(a int);"] [2025/04/05 01:57:00.484 +03:30] [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 01:57:00.482 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.484 +03:30] [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 01:57:00.485 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=524] [neededSchemaVersion=525] ["elapsed time"=105.688µs] [gotSchemaVersion=525] [phyTblIDs="[1050]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.486 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1051] [version=525] [2025/04/05 01:57:00.488 +03:30] [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.995688ms] [job="ID:1051, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1050, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.482 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.489 +03:30] [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 01:57:00.482 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.490 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1051] [2025/04/05 01:57:00.490 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=525] [cur_db=test] [sql="create table t468(a int);"] [user=root@%] [2025/04/05 01:57:00.492 +03:30] [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 01:57:00.491 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.492 +03:30] [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 01:57:00.491 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t469(a int);"] [2025/04/05 01:57:00.493 +03:30] [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 01:57:00.491 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.493 +03:30] [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 01:57:00.494 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=525] [neededSchemaVersion=526] ["elapsed time"=111.562µs] [gotSchemaVersion=526] [phyTblIDs="[1052]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.495 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1053] [version=526] [2025/04/05 01:57:00.497 +03:30] [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.943243ms] [job="ID:1053, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1052, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.491 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.498 +03:30] [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 01:57:00.491 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.499 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1053] [2025/04/05 01:57:00.499 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=526] [cur_db=test] [sql="create table t469(a int);"] [user=root@%] [2025/04/05 01:57:00.501 +03:30] [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 01:57:00.5 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.501 +03:30] [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 01:57:00.5 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t470(a int);"] [2025/04/05 01:57:00.501 +03:30] [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 01:57:00.5 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.502 +03:30] [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 01:57:00.503 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=526] [neededSchemaVersion=527] ["elapsed time"=91.282µs] [gotSchemaVersion=527] [phyTblIDs="[1054]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.503 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1055] [version=527] [2025/04/05 01:57:00.505 +03:30] [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.924111ms] [job="ID:1055, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1054, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.5 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.506 +03:30] [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 01:57:00.5 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.508 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1055] [2025/04/05 01:57:00.508 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=527] [cur_db=test] [sql="create table t470(a int);"] [user=root@%] [2025/04/05 01:57:00.509 +03:30] [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 01:57:00.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.509 +03:30] [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 01:57:00.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t471(a int);"] [2025/04/05 01:57:00.511 +03:30] [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 01:57:00.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.511 +03:30] [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 01:57:00.512 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=527] [neededSchemaVersion=528] ["elapsed time"=95.968µs] [gotSchemaVersion=528] [phyTblIDs="[1056]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.513 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1057] [version=528] [2025/04/05 01:57:00.514 +03:30] [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.060421ms] [job="ID:1057, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1056, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.515 +03:30] [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 01:57:00.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.516 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1057] [2025/04/05 01:57:00.516 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=528] [cur_db=test] [sql="create table t471(a int);"] [user=root@%] [2025/04/05 01:57:00.518 +03:30] [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 01:57:00.517 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.518 +03:30] [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 01:57:00.517 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t472(a int);"] [2025/04/05 01:57:00.519 +03:30] [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 01:57:00.517 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.519 +03:30] [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 01:57:00.520 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=528] [neededSchemaVersion=529] ["elapsed time"=109.857µs] [gotSchemaVersion=529] [phyTblIDs="[1058]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.521 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1059] [version=529] [2025/04/05 01:57:00.523 +03:30] [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.922556ms] [job="ID:1059, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1058, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.517 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.524 +03:30] [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 01:57:00.517 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.525 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1059] [2025/04/05 01:57:00.525 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=529] [cur_db=test] [sql="create table t472(a int);"] [user=root@%] [2025/04/05 01:57:00.527 +03:30] [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 01:57:00.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.527 +03:30] [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 01:57:00.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t473(a int);"] [2025/04/05 01:57:00.528 +03:30] [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 01:57:00.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.528 +03:30] [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 01:57:00.529 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=529] [neededSchemaVersion=530] ["elapsed time"=104.535µs] [gotSchemaVersion=530] [phyTblIDs="[1060]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.530 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1061] [version=530] [2025/04/05 01:57:00.532 +03:30] [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.955357ms] [job="ID:1061, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1060, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.533 +03:30] [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 01:57:00.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.534 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1061] [2025/04/05 01:57:00.534 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=530] [cur_db=test] [sql="create table t473(a int);"] [user=root@%] [2025/04/05 01:57:00.536 +03:30] [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 01:57:00.535 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.536 +03:30] [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 01:57:00.535 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t474(a int);"] [2025/04/05 01:57:00.537 +03:30] [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 01:57:00.535 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.537 +03:30] [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 01:57:00.538 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=530] [neededSchemaVersion=531] ["elapsed time"=98.713µs] [gotSchemaVersion=531] [phyTblIDs="[1062]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.539 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1063] [version=531] [2025/04/05 01:57:00.541 +03:30] [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.98726ms] [job="ID:1063, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1062, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.535 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.542 +03:30] [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 01:57:00.535 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.544 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1063] [2025/04/05 01:57:00.544 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=531] [cur_db=test] [sql="create table t474(a int);"] [user=root@%] [2025/04/05 01:57:00.545 +03:30] [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 01:57:00.545 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.545 +03:30] [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 01:57:00.545 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t475(a int);"] [2025/04/05 01:57:00.546 +03:30] [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 01:57:00.545 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.546 +03:30] [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 01:57:00.547 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=531] [neededSchemaVersion=532] ["elapsed time"=100.714µs] [gotSchemaVersion=532] [phyTblIDs="[1064]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.548 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1065] [version=532] [2025/04/05 01:57:00.550 +03:30] [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"=2.996958ms] [job="ID:1065, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1064, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.545 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.551 +03:30] [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 01:57:00.545 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.552 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1065] [2025/04/05 01:57:00.553 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=532] [cur_db=test] [sql="create table t475(a int);"] [user=root@%] [2025/04/05 01:57:00.554 +03:30] [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 01:57:00.553 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.554 +03:30] [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 01:57:00.553 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t476(a int);"] [2025/04/05 01:57:00.555 +03:30] [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 01:57:00.553 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.555 +03:30] [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 01:57:00.557 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=532] [neededSchemaVersion=533] ["elapsed time"=105.942µs] [gotSchemaVersion=533] [phyTblIDs="[1066]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.557 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1067] [version=533] [2025/04/05 01:57:00.559 +03:30] [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.538498ms] [job="ID:1067, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1066, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.553 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.560 +03:30] [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 01:57:00.553 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.562 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1067] [2025/04/05 01:57:00.562 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=533] [cur_db=test] [sql="create table t476(a int);"] [user=root@%] [2025/04/05 01:57:00.563 +03:30] [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 01:57:00.563 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.563 +03:30] [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 01:57:00.563 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t477(a int);"] [2025/04/05 01:57:00.564 +03:30] [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 01:57:00.563 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.564 +03:30] [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 01:57:00.565 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=533] [neededSchemaVersion=534] ["elapsed time"=99.46µs] [gotSchemaVersion=534] [phyTblIDs="[1068]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.566 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1069] [version=534] [2025/04/05 01:57:00.568 +03:30] [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.998619ms] [job="ID:1069, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1068, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.563 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.569 +03:30] [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 01:57:00.563 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.570 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1069] [2025/04/05 01:57:00.570 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=534] [cur_db=test] [sql="create table t477(a int);"] [user=root@%] [2025/04/05 01:57:00.572 +03:30] [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 01:57:00.571 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.572 +03:30] [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 01:57:00.571 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t478(a int);"] [2025/04/05 01:57:00.573 +03:30] [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 01:57:00.571 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.573 +03:30] [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 01:57:00.574 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=534] [neededSchemaVersion=535] ["elapsed time"=98.827µs] [gotSchemaVersion=535] [phyTblIDs="[1070]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.575 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1071] [version=535] [2025/04/05 01:57:00.577 +03:30] [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"=3.025666ms] [job="ID:1071, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1070, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.571 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.578 +03:30] [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 01:57:00.571 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.580 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1071] [2025/04/05 01:57:00.580 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=535] [cur_db=test] [sql="create table t478(a int);"] [user=root@%] [2025/04/05 01:57:00.582 +03:30] [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 01:57:00.581 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.582 +03:30] [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 01:57:00.581 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t479(a int);"] [2025/04/05 01:57:00.582 +03:30] [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 01:57:00.581 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.583 +03:30] [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 01:57:00.584 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=535] [neededSchemaVersion=536] ["elapsed time"=97.223µs] [gotSchemaVersion=536] [phyTblIDs="[1072]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.584 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1073] [version=536] [2025/04/05 01:57:00.587 +03:30] [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.957191ms] [job="ID:1073, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1072, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.581 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.588 +03:30] [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 01:57:00.581 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.589 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1073] [2025/04/05 01:57:00.589 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=536] [cur_db=test] [sql="create table t479(a int);"] [user=root@%] [2025/04/05 01:57:00.591 +03:30] [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 01:57:00.59 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.591 +03:30] [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 01:57:00.59 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t480(a int);"] [2025/04/05 01:57:00.592 +03:30] [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 01:57:00.59 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.592 +03:30] [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 01:57:00.593 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=536] [neededSchemaVersion=537] ["elapsed time"=97.107µs] [gotSchemaVersion=537] [phyTblIDs="[1074]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.593 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1075] [version=537] [2025/04/05 01:57:00.596 +03:30] [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"=2.983518ms] [job="ID:1075, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1074, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.59 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.597 +03:30] [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 01:57:00.59 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.598 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1075] [2025/04/05 01:57:00.598 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=537] [cur_db=test] [sql="create table t480(a int);"] [user=root@%] [2025/04/05 01:57:00.600 +03:30] [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 01:57:00.599 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.600 +03:30] [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 01:57:00.599 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t481(a int);"] [2025/04/05 01:57:00.601 +03:30] [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 01:57:00.599 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.601 +03:30] [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 01:57:00.602 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=537] [neededSchemaVersion=538] ["elapsed time"=110.308µs] [gotSchemaVersion=538] [phyTblIDs="[1076]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.603 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1077] [version=538] [2025/04/05 01:57:00.605 +03:30] [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.976588ms] [job="ID:1077, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1076, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.599 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.606 +03:30] [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 01:57:00.599 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.609 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1077] [2025/04/05 01:57:00.609 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=538] [cur_db=test] [sql="create table t481(a int);"] [user=root@%] [2025/04/05 01:57:00.610 +03:30] [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 01:57:00.609 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.610 +03:30] [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 01:57:00.609 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t482(a int);"] [2025/04/05 01:57:00.611 +03:30] [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 01:57:00.609 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.611 +03:30] [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 01:57:00.613 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=538] [neededSchemaVersion=539] ["elapsed time"=99.554µs] [gotSchemaVersion=539] [phyTblIDs="[1078]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.613 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1079] [version=539] [2025/04/05 01:57:00.615 +03:30] [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.986658ms] [job="ID:1079, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1078, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.609 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.616 +03:30] [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 01:57:00.609 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.618 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1079] [2025/04/05 01:57:00.618 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=539] [cur_db=test] [sql="create table t482(a int);"] [user=root@%] [2025/04/05 01:57:00.620 +03:30] [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 01:57:00.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.620 +03:30] [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 01:57:00.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t483(a int);"] [2025/04/05 01:57:00.621 +03:30] [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 01:57:00.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.621 +03:30] [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 01:57:00.622 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=539] [neededSchemaVersion=540] ["elapsed time"=127.299µs] [gotSchemaVersion=540] [phyTblIDs="[1080]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.623 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1081] [version=540] [2025/04/05 01:57:00.625 +03:30] [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"=3.006835ms] [job="ID:1081, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1080, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.626 +03:30] [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 01:57:00.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.627 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1081] [2025/04/05 01:57:00.627 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=540] [cur_db=test] [sql="create table t483(a int);"] [user=root@%] [2025/04/05 01:57:00.629 +03:30] [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 01:57:00.628 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.629 +03:30] [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 01:57:00.628 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t484(a int);"] [2025/04/05 01:57:00.630 +03:30] [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 01:57:00.628 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.630 +03:30] [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 01:57:00.631 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=540] [neededSchemaVersion=541] ["elapsed time"=99.845µs] [gotSchemaVersion=541] [phyTblIDs="[1082]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.632 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1083] [version=541] [2025/04/05 01:57:00.634 +03:30] [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.976825ms] [job="ID:1083, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1082, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.628 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.635 +03:30] [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 01:57:00.628 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.636 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1083] [2025/04/05 01:57:00.636 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=541] [cur_db=test] [sql="create table t484(a int);"] [user=root@%] [2025/04/05 01:57:00.638 +03:30] [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 01:57:00.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.638 +03:30] [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 01:57:00.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t485(a int);"] [2025/04/05 01:57:00.639 +03:30] [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 01:57:00.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.639 +03:30] [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 01:57:00.640 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=541] [neededSchemaVersion=542] ["elapsed time"=99µs] [gotSchemaVersion=542] [phyTblIDs="[1084]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.641 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1085] [version=542] [2025/04/05 01:57:00.642 +03:30] [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.174407ms] [job="ID:1085, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1084, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.643 +03:30] [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 01:57:00.637 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.645 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1085] [2025/04/05 01:57:00.645 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=542] [cur_db=test] [sql="create table t485(a int);"] [user=root@%] [2025/04/05 01:57:00.646 +03:30] [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 01:57:00.646 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.646 +03:30] [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 01:57:00.646 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t486(a int);"] [2025/04/05 01:57:00.647 +03:30] [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 01:57:00.646 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.647 +03:30] [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 01:57:00.649 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=542] [neededSchemaVersion=543] ["elapsed time"=110.516µs] [gotSchemaVersion=543] [phyTblIDs="[1086]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.649 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1087] [version=543] [2025/04/05 01:57:00.651 +03:30] [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.996764ms] [job="ID:1087, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1086, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.646 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.652 +03:30] [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 01:57:00.646 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.654 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1087] [2025/04/05 01:57:00.654 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=543] [cur_db=test] [sql="create table t486(a int);"] [user=root@%] [2025/04/05 01:57:00.656 +03:30] [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 01:57:00.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.656 +03:30] [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 01:57:00.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t487(a int);"] [2025/04/05 01:57:00.656 +03:30] [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 01:57:00.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.657 +03:30] [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 01:57:00.658 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=543] [neededSchemaVersion=544] ["elapsed time"=101.209µs] [gotSchemaVersion=544] [phyTblIDs="[1088]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.659 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1089] [version=544] [2025/04/05 01:57:00.660 +03:30] [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.131363ms] [job="ID:1089, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1088, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.661 +03:30] [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 01:57:00.655 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.662 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1089] [2025/04/05 01:57:00.662 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=544] [cur_db=test] [sql="create table t487(a int);"] [user=root@%] [2025/04/05 01:57:00.664 +03:30] [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 01:57:00.663 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.664 +03:30] [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 01:57:00.663 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t488(a int);"] [2025/04/05 01:57:00.665 +03:30] [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 01:57:00.663 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.665 +03:30] [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 01:57:00.666 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=544] [neededSchemaVersion=545] ["elapsed time"=96.634µs] [gotSchemaVersion=545] [phyTblIDs="[1090]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.667 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1091] [version=545] [2025/04/05 01:57:00.670 +03:30] [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"=3.732517ms] [job="ID:1091, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1090, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.663 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.671 +03:30] [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 01:57:00.663 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.673 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1091] [2025/04/05 01:57:00.673 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=545] [cur_db=test] [sql="create table t488(a int);"] [user=root@%] [2025/04/05 01:57:00.674 +03:30] [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 01:57:00.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.674 +03:30] [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 01:57:00.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t489(a int);"] [2025/04/05 01:57:00.675 +03:30] [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 01:57:00.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.675 +03:30] [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 01:57:00.677 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=545] [neededSchemaVersion=546] ["elapsed time"=103.325µs] [gotSchemaVersion=546] [phyTblIDs="[1092]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.677 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1093] [version=546] [2025/04/05 01:57:00.680 +03:30] [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"=3.027364ms] [job="ID:1093, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1092, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.681 +03:30] [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 01:57:00.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.682 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1093] [2025/04/05 01:57:00.682 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=546] [cur_db=test] [sql="create table t489(a int);"] [user=root@%] [2025/04/05 01:57:00.684 +03:30] [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 01:57:00.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.684 +03:30] [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 01:57:00.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t490(a int);"] [2025/04/05 01:57:00.685 +03:30] [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 01:57:00.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.685 +03:30] [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 01:57:00.686 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=546] [neededSchemaVersion=547] ["elapsed time"=98.988µs] [gotSchemaVersion=547] [phyTblIDs="[1094]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.687 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1095] [version=547] [2025/04/05 01:57:00.689 +03:30] [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.993822ms] [job="ID:1095, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1094, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.690 +03:30] [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 01:57:00.683 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.692 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1095] [2025/04/05 01:57:00.692 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=547] [cur_db=test] [sql="create table t490(a int);"] [user=root@%] [2025/04/05 01:57:00.693 +03:30] [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 01:57:00.693 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.693 +03:30] [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 01:57:00.693 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t491(a int);"] [2025/04/05 01:57:00.694 +03:30] [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 01:57:00.693 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.694 +03:30] [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 01:57:00.701 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=547] [neededSchemaVersion=548] ["elapsed time"=156.789µs] [gotSchemaVersion=548] [phyTblIDs="[1096]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.703 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1097] [version=548] [2025/04/05 01:57:00.705 +03:30] [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"=4.17039ms] [job="ID:1097, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1096, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.693 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.706 +03:30] [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 01:57:00.693 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.708 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1097] [2025/04/05 01:57:00.708 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=548] [cur_db=test] [sql="create table t491(a int);"] [user=root@%] [2025/04/05 01:57:00.710 +03:30] [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 01:57:00.71 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.710 +03:30] [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 01:57:00.71 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t492(a int);"] [2025/04/05 01:57:00.712 +03:30] [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 01:57:00.71 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.712 +03:30] [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 01:57:00.713 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=548] [neededSchemaVersion=549] ["elapsed time"=104.75µs] [gotSchemaVersion=549] [phyTblIDs="[1098]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.714 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1099] [version=549] [2025/04/05 01:57:00.715 +03:30] [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.020386ms] [job="ID:1099, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1098, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.71 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.716 +03:30] [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 01:57:00.71 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.718 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1099] [2025/04/05 01:57:00.718 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=549] [cur_db=test] [sql="create table t492(a int);"] [user=root@%] [2025/04/05 01:57:00.719 +03:30] [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 01:57:00.719 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.719 +03:30] [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 01:57:00.719 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t493(a int);"] [2025/04/05 01:57:00.720 +03:30] [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 01:57:00.719 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.721 +03:30] [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 01:57:00.722 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=549] [neededSchemaVersion=550] ["elapsed time"=104.206µs] [gotSchemaVersion=550] [phyTblIDs="[1100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.722 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1101] [version=550] [2025/04/05 01:57:00.724 +03:30] [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"=3.016208ms] [job="ID:1101, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1100, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.719 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.726 +03:30] [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 01:57:00.719 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.727 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1101] [2025/04/05 01:57:00.727 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=550] [cur_db=test] [sql="create table t493(a int);"] [user=root@%] [2025/04/05 01:57:00.729 +03:30] [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 01:57:00.728 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.729 +03:30] [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 01:57:00.728 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t494(a int);"] [2025/04/05 01:57:00.730 +03:30] [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 01:57:00.728 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.730 +03:30] [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 01:57:00.731 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=550] [neededSchemaVersion=551] ["elapsed time"=101.483µs] [gotSchemaVersion=551] [phyTblIDs="[1102]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.732 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1103] [version=551] [2025/04/05 01:57:00.734 +03:30] [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"=3.018692ms] [job="ID:1103, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1102, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.728 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.735 +03:30] [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 01:57:00.728 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.736 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1103] [2025/04/05 01:57:00.737 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=551] [cur_db=test] [sql="create table t494(a int);"] [user=root@%] [2025/04/05 01:57:00.738 +03:30] [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 01:57:00.737 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.738 +03:30] [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 01:57:00.737 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t495(a int);"] [2025/04/05 01:57:00.739 +03:30] [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 01:57:00.737 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.739 +03:30] [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 01:57:00.741 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=551] [neededSchemaVersion=552] ["elapsed time"=103.746µs] [gotSchemaVersion=552] [phyTblIDs="[1104]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.741 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1105] [version=552] [2025/04/05 01:57:00.744 +03:30] [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"=3.036819ms] [job="ID:1105, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1104, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.737 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.745 +03:30] [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 01:57:00.737 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.746 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1105] [2025/04/05 01:57:00.746 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=552] [cur_db=test] [sql="create table t495(a int);"] [user=root@%] [2025/04/05 01:57:00.748 +03:30] [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 01:57:00.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.748 +03:30] [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 01:57:00.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t496(a int);"] [2025/04/05 01:57:00.749 +03:30] [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 01:57:00.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.749 +03:30] [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 01:57:00.750 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=552] [neededSchemaVersion=553] ["elapsed time"=103.99µs] [gotSchemaVersion=553] [phyTblIDs="[1106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.751 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1107] [version=553] [2025/04/05 01:57:00.753 +03:30] [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.973473ms] [job="ID:1107, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1106, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.754 +03:30] [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 01:57:00.747 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.756 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1107] [2025/04/05 01:57:00.756 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=553] [cur_db=test] [sql="create table t496(a int);"] [user=root@%] [2025/04/05 01:57:00.757 +03:30] [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 01:57:00.757 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.757 +03:30] [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 01:57:00.757 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t497(a int);"] [2025/04/05 01:57:00.758 +03:30] [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 01:57:00.757 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.759 +03:30] [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 01:57:00.760 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=553] [neededSchemaVersion=554] ["elapsed time"=103.919µs] [gotSchemaVersion=554] [phyTblIDs="[1108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.761 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1109] [version=554] [2025/04/05 01:57:00.762 +03:30] [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.151782ms] [job="ID:1109, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1108, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.757 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.763 +03:30] [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 01:57:00.757 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.764 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1109] [2025/04/05 01:57:00.764 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=554] [cur_db=test] [sql="create table t497(a int);"] [user=root@%] [2025/04/05 01:57:00.766 +03:30] [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 01:57:00.765 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.766 +03:30] [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 01:57:00.765 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t498(a int);"] [2025/04/05 01:57:00.767 +03:30] [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 01:57:00.765 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.767 +03:30] [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 01:57:00.768 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=554] [neededSchemaVersion=555] ["elapsed time"=98.666µs] [gotSchemaVersion=555] [phyTblIDs="[1110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.769 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1111] [version=555] [2025/04/05 01:57:00.771 +03:30] [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.908123ms] [job="ID:1111, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1110, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.765 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.772 +03:30] [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 01:57:00.765 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.774 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1111] [2025/04/05 01:57:00.774 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=555] [cur_db=test] [sql="create table t498(a int);"] [user=root@%] [2025/04/05 01:57:00.775 +03:30] [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 01:57:00.775 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.775 +03:30] [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 01:57:00.775 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t499(a int);"] [2025/04/05 01:57:00.776 +03:30] [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 01:57:00.775 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.776 +03:30] [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 01:57:00.777 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=555] [neededSchemaVersion=556] ["elapsed time"=102.376µs] [gotSchemaVersion=556] [phyTblIDs="[1112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.778 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1113] [version=556] [2025/04/05 01:57:00.780 +03:30] [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"=3.029958ms] [job="ID:1113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1112, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.775 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.781 +03:30] [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 01:57:00.775 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.783 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1113] [2025/04/05 01:57:00.783 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=556] [cur_db=test] [sql="create table t499(a int);"] [user=root@%] [2025/04/05 01:57:00.784 +03:30] [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 01:57:00.784 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.784 +03:30] [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 01:57:00.784 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t500(a int);"] [2025/04/05 01:57:00.785 +03:30] [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 01:57:00.784 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.786 +03:30] [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 01:57:00.787 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=556] [neededSchemaVersion=557] ["elapsed time"=99.52µs] [gotSchemaVersion=557] [phyTblIDs="[1114]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.787 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1115] [version=557] [2025/04/05 01:57:00.790 +03:30] [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"=3.002994ms] [job="ID:1115, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1114, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.784 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.791 +03:30] [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 01:57:00.784 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.792 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1115] [2025/04/05 01:57:00.792 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=557] [cur_db=test] [sql="create table t500(a int);"] [user=root@%] [2025/04/05 01:57:00.794 +03:30] [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 01:57:00.793 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.794 +03:30] [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 01:57:00.793 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t501(a int);"] [2025/04/05 01:57:00.795 +03:30] [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 01:57:00.793 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.795 +03:30] [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 01:57:00.796 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=557] [neededSchemaVersion=558] ["elapsed time"=98.449µs] [gotSchemaVersion=558] [phyTblIDs="[1116]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.797 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1117] [version=558] [2025/04/05 01:57:00.799 +03:30] [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.969306ms] [job="ID:1117, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1116, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.793 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.800 +03:30] [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 01:57:00.793 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.802 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1117] [2025/04/05 01:57:00.802 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=558] [cur_db=test] [sql="create table t501(a int);"] [user=root@%] [2025/04/05 01:57:00.803 +03:30] [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 01:57:00.803 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.803 +03:30] [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 01:57:00.803 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t502(a int);"] [2025/04/05 01:57:00.804 +03:30] [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 01:57:00.803 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.804 +03:30] [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 01:57:00.805 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=558] [neededSchemaVersion=559] ["elapsed time"=100.393µs] [gotSchemaVersion=559] [phyTblIDs="[1118]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.806 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1119] [version=559] [2025/04/05 01:57:00.808 +03:30] [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.34288ms] [job="ID:1119, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1118, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.803 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.809 +03:30] [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 01:57:00.803 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.810 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1119] [2025/04/05 01:57:00.810 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=559] [cur_db=test] [sql="create table t502(a int);"] [user=root@%] [2025/04/05 01:57:00.812 +03:30] [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 01:57:00.811 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:00.812 +03:30] [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 01:57:00.811 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t503(a int);"] [2025/04/05 01:57:00.813 +03:30] [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 01:57:00.811 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.813 +03:30] [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 01:57:00.814 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=559] [neededSchemaVersion=560] ["elapsed time"=103.48µs] [gotSchemaVersion=560] [phyTblIDs="[1120]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:00.815 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=1121] [version=560] [2025/04/05 01:57:00.816 +03:30] [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.124759ms] [job="ID:1121, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:1120, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.811 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.817 +03:30] [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 01:57:00.811 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:00.819 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=1121] [2025/04/05 01:57:00.819 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=560] [cur_db=test] [sql="create table t503(a int);"] [user=root@%] [2025/04/05 01:57:00.830 +03:30] [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 01:57:00.831 +03:30] [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 01:57:00.832 +03:30] [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:1120, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.831 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/05 01:57:00.832 +03:30] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1122, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:1120, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.831 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE t503 ADD index(a);"] [2025/04/05 01:57:00.833 +03:30] [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:112, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.833 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/05 01:57:00.833 +03:30] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:1123, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.833 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE t ADD index(a);"] [2025/04/05 01:57:00.834 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=1122] [conn=6] [job="ID:1122, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:1120, RowCount:0, ArgLen:0, start time: 2025-04-05 01:57:00.831 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 01:57:00.834 +03:30] [INFO] [index.go:720] ["[ddl] run add index job"] [category=ddl] [job="ID:1122, Type:add index, State:running, SchemaState:none, SchemaID:2, TableID:1120, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.831 +0330 +0330, 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 01:57:00.834 +03:30] [INFO] [index.go:1309] ["fallback to txn-merge backfill process"] [category=ddl] ["lightning env initialized"=false] [2025/04/05 01:57:00.836 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=560] [neededSchemaVersion=561] ["elapsed time"=132.328µs] [gotSchemaVersion=561] [phyTblIDs="[1120]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 01:57:10.830 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:57:10.830 +03:30] [INFO] [executor.go:6833] ["DoDDLJob will quit because context done"] [category=ddl] [2025/04/05 01:57:10.830 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:57:10.830 +03:30] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 5\n# Query_time: 9.999780712\n# Parse_time: 0.000066458\n# Compile_time: 0.000073061\n# Rewrite_time: 0.000022461\n# Optimize_time: 0.000033788\n# Wait_TS: 0.000006899\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 01:57:10.830 +03:30] [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 01:57:10.830 +03:30] [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 01:57:10.830 +03:30] [INFO] [executor.go:6833] ["DoDDLJob will quit because context done"] [category=ddl] [2025/04/05 01:57:10.831 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:57:10.831 +03:30] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 6\n# Query_time: 10.001199674\n# Parse_time: 0.00008075\n# Compile_time: 0.000071719\n# Rewrite_time: 0.000024169\n# Optimize_time: 0.000017633\n# Wait_TS: 0.000009522\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 01:57:10.831 +03:30] [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 01:57:10.831 +03:30] [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 01:57:10.831 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [2025/04/05 01:57:10.831 +03:30] [INFO] [schema_version.go:386] ["wait latest schema version encounter error"] [category=ddl] [ver=561] [jobID=1122] ["take time"=9.99545387s] [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 01:57:10.831 +03:30] [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:1120, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:00.831 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 01:57:10.831 +03:30] [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 01:57:10.831 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:57:10.831 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 21, tp add index"] ["take time"=2.957µs] [2025/04/05 01:57:10.831 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:57:10.831 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 16, tp general"] ["take time"=2.889µs] [2025/04/05 01:57:10.831 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 17, tp general"] ["take time"=1.942µs] [2025/04/05 01:57:10.831 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 18, tp general"] ["take time"=2.701µs] [2025/04/05 01:57:10.831 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 19, tp general"] ["take time"=2.111µs] [2025/04/05 01:57:10.831 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 20, tp general"] ["take time"=2.481µs] [2025/04/05 01:57:10.831 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=2.196µs] [2025/04/05 01:57:10.831 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp general"] ["take time"=2.961µs] [2025/04/05 01:57:10.831 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 13, tp general"] ["take time"=2.533µs] [2025/04/05 01:57:10.831 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 14, tp general"] ["take time"=2.211µs] [2025/04/05 01:57:10.831 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 15, tp general"] ["take time"=2.818µs] [2025/04/05 01:57:10.831 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [2025/04/05 01:57:10.831 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:57:10.831 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:57:10.835 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] ["take time"=4.647283ms] [2025/04/05 01:57:10.835 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [2025/04/05 01:57:10.835 +03:30] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 01:57:10.835 +03:30] [INFO] [runtime.go:202] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2025/04/05 01:57:10.835 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [ttl-worker=task-manager] [ttl-worker=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [originalCount=4] [newCount=0] [2025/04/05 01:57:10.835 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:57:10.835 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:57:10.835 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:57:10.835 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:57:10.835 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [ttl-worker=task-manager] [ttl-worker=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [originalCount=4] [newCount=0] [2025/04/05 01:57:10.835 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:57:10.835 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:57:10.836 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:57:10.836 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:57:10.836 +03:30] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [2025/04/05 01:57:10.836 +03:30] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 01:57:10.836 +03:30] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 01:57:10.836 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:57:10.836 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:57:10.836 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:57:10.836 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/05 01:57:10.836 +03:30] [INFO] [domain.go:1856] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [2025/04/05 01:57:10.838 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/05 01:57:10.838 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:57:10.838 +03:30] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 01:57:10.838 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:57:10.838 +03:30] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 01:57:10.838 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:57:10.838 +03:30] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 01:57:10.838 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:57:10.838 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:57:10.838 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:57:10.838 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:57:10.838 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:57:10.838 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:57:10.838 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:57:10.838 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:57:10.838 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:57:10.838 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:57:10.838 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:57:10.838 +03:30] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 01:57:10.838 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:57:10.838 +03:30] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 01:57:10.838 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:57:10.838 +03:30] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 01:57:10.838 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:57:10.838 +03:30] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 01:57:10.838 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:57:10.838 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:57:10.838 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:57:10.838 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:57:10.838 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:57:10.838 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:57:10.838 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:57:10.838 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:57:10.838 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:57:10.838 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:57:10.838 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:57:10.838 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [2025/04/05 01:57:10.838 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [2025/04/05 01:57:10.838 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [2025/04/05 01:57:10.838 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:57:10.839 +03:30] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 01:57:10.839 +03:30] [INFO] [scheduler_manager.go:204] ["schedule task loop exits"] [server-id=:4000] [2025/04/05 01:57:10.839 +03:30] [INFO] [scheduler_manager.go:448] ["collect loop exits"] [server-id=:4000] [2025/04/05 01:57:10.839 +03:30] [INFO] [scheduler_manager.go:372] ["cleanup loop exits"] [server-id=:4000] [2025/04/05 01:57:10.839 +03:30] [INFO] [scheduler_manager.go:308] ["subtask history table gc loop exits"] [server-id=:4000] [2025/04/05 01:57:10.839 +03:30] [INFO] [domain.go:1858] ["dist task scheduler manager stopped"] [id=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [2025/04/05 01:57:10.839 +03:30] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 01:57:10.839 +03:30] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 01:57:10.839 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:57:10.839 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=8b7e4995-31ec-47fd-b201-0fe9dfd0e07e] [2025/04/05 01:57:10.839 +03:30] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 01:57:10.839 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:57:10.839 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=9.228735ms] [2025/04/05 01:57:10.840 +03:30] [INFO] [db.go:567] ["Closing database"] [2025/04/05 01:57:10.840 +03:30] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 01:57:10.840 +03:30] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 01:57:10.840 +03:30] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 01:57:10.840 +03:30] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 01:57:10.840 +03:30] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestMDLViewIDConflict (15.85s) testkit.go:123: RefreshSession rand seed: 1743805615865952033 testkit.go:123: RefreshSession rand seed: 1743805620820592533 testkit.go:123: RefreshSession rand seed: 1743805620821150232 testkit.go:123: RefreshSession rand seed: 1743805620823012378 testkit.go:123: RefreshSession rand seed: 1743805620828819874 testkit.go:123: RefreshSession rand seed: 1743805620829414540 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] [FAIL] pkg/executor/test/splittest TestClusterIndexShowTableRegion err=exit status 1 [2025/04/05 01:57:25.822 +03:30] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 01:57:25.828 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:25.828 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:25.830 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:25.830 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:25.831 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:25.833 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=29ac15bf-7010-428d-9166-f92d73252fcb] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:57:25.841 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:57:25.841 +03:30] [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 01:57:25.842 +03:30] [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 01:57:25.853 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=11.415378ms] [2025/04/05 01:57:25.853 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:57:25.854 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=8b6e5beb-75c0-4d9a-8ad6-e45dd444744a] [runWorker=true] [jobVersion=v2] [2025/04/05 01:57:25.854 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:57:25.854 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:57:25.854 +03:30] [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 01:57:25.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:57:25.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:57:25.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:57:25.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:57:25.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:57:25.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:57:25.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:57:25.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:57:25.854 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:57:25.854 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:57:25.870 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:57:25.870 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=8b6e5beb-75c0-4d9a-8ad6-e45dd444744a] [2025/04/05 01:57:25.870 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:57:25.870 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:57:25.870 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:57:25.870 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:57:25.870 +03:30] [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 01:57:26.064 +03:30] [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 01:57:26.063 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.065 +03:30] [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 01:57:26.063 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 01:57:26.066 +03:30] [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 01:57:26.063 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.082 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=14.106535ms] [2025/04/05 01:57:26.082 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:57:26.085 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.085 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 01:57:26.085 +03:30] [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"=17.021545ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.063 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.086 +03:30] [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 01:57:26.063 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.089 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 01:57:26.089 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 01:57:26.089 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 01:57:26.089 +03:30] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=UTC] [2025/04/05 01:57:26.094 +03:30] [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 01:57:26.092 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.094 +03:30] [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 01:57:26.092 +0330 +0330, 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 01:57:26.095 +03:30] [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 01:57:26.092 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.101 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=723.373µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.102 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.102 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 01:57:26.103 +03:30] [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"=3.004771ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.092 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.105 +03:30] [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 01:57:26.092 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.109 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 01:57:26.109 +03:30] [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 01:57:26.111 +03:30] [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 01:57:26.111 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.111 +03:30] [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 01:57:26.111 +0330 +0330, 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 01:57:26.112 +03:30] [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 01:57:26.111 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.114 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=183.451µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.115 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.115 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 01:57:26.117 +03:30] [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.045123ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.111 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.118 +03:30] [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 01:57:26.111 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.120 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 01:57:26.120 +03:30] [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 01:57:26.121 +03:30] [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 01:57:26.121 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.121 +03:30] [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 01:57:26.121 +0330 +0330, 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 01:57:26.123 +03:30] [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 01:57:26.121 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.125 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=186.192µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.125 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.125 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 01:57:26.127 +03:30] [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.953938ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.121 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.128 +03:30] [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 01:57:26.121 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.130 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 01:57:26.130 +03:30] [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 01:57:26.133 +03:30] [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 01:57:26.132 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.133 +03:30] [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 01:57:26.132 +0330 +0330, 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 01:57:26.134 +03:30] [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 01:57:26.132 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.137 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=423.173µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.138 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.138 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 01:57:26.139 +03:30] [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.199051ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.132 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.140 +03:30] [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 01:57:26.132 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.143 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 01:57:26.143 +03:30] [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 01:57:26.145 +03:30] [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 01:57:26.144 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.145 +03:30] [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 01:57:26.144 +0330 +0330, 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 01:57:26.146 +03:30] [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 01:57:26.144 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.148 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=266.946µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.149 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.149 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 01:57:26.150 +03:30] [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.043801ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.144 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.151 +03:30] [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 01:57:26.144 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.153 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 01:57:26.153 +03:30] [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 01:57:26.155 +03:30] [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 01:57:26.154 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.155 +03:30] [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 01:57:26.154 +0330 +0330, 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 01:57:26.156 +03:30] [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 01:57:26.154 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.158 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=247.201µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.159 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.159 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 01:57:26.160 +03:30] [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.019355ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.154 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.161 +03:30] [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 01:57:26.154 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.162 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 01:57:26.163 +03:30] [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 01:57:26.164 +03:30] [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 01:57:26.163 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.164 +03:30] [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 01:57:26.163 +0330 +0330, 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 01:57:26.165 +03:30] [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 01:57:26.163 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.167 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=149.23µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.167 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.167 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 01:57:26.169 +03:30] [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.979859ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.163 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.170 +03:30] [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 01:57:26.163 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.172 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 01:57:26.172 +03:30] [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 01:57:26.174 +03:30] [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 01:57:26.173 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.174 +03:30] [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 01:57:26.173 +0330 +0330, 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 01:57:26.175 +03:30] [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 01:57:26.173 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.177 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=161.156µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.177 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.177 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 01:57:26.179 +03:30] [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.992267ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.173 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.180 +03:30] [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 01:57:26.173 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.182 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 01:57:26.182 +03:30] [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 01:57:26.184 +03:30] [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 01:57:26.183 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.184 +03:30] [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 01:57:26.183 +0330 +0330, 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 01:57:26.185 +03:30] [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 01:57:26.183 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.187 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=199.972µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.187 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.187 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 01:57:26.189 +03:30] [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.004411ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.183 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.191 +03:30] [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 01:57:26.183 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.192 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 01:57:26.193 +03:30] [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 01:57:26.194 +03:30] [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 01:57:26.193 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.194 +03:30] [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 01:57:26.193 +0330 +0330, 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 01:57:26.195 +03:30] [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 01:57:26.193 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.197 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=218.132µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.197 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.197 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 01:57:26.198 +03:30] [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.04741ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.193 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.199 +03:30] [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 01:57:26.193 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.201 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 01:57:26.201 +03:30] [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 01:57:26.202 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:26.203 +03:30] [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 01:57:26.202 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.203 +03:30] [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 01:57:26.202 +0330 +0330, 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 01:57:26.204 +03:30] [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 01:57:26.202 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.206 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=283.168µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.207 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.207 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 01:57:26.208 +03:30] [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.062685ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.202 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.209 +03:30] [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 01:57:26.202 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.212 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 01:57:26.212 +03:30] [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 01:57:26.213 +03:30] [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 01:57:26.213 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.213 +03:30] [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 01:57:26.213 +0330 +0330, 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 01:57:26.214 +03:30] [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 01:57:26.213 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.216 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=244.233µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.217 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.217 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 01:57:26.218 +03:30] [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.020696ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.213 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.219 +03:30] [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 01:57:26.213 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.221 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 01:57:26.221 +03:30] [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 01:57:26.223 +03:30] [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 01:57:26.221 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.223 +03:30] [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 01:57:26.221 +0330 +0330, 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 01:57:26.224 +03:30] [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 01:57:26.221 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.226 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=206.753µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.226 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.226 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 01:57:26.228 +03:30] [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.026814ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.221 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.230 +03:30] [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 01:57:26.221 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.231 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 01:57:26.231 +03:30] [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 01:57:26.233 +03:30] [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 01:57:26.232 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.233 +03:30] [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 01:57:26.232 +0330 +0330, 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 01:57:26.234 +03:30] [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 01:57:26.232 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.235 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=183.904µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.237 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.237 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 01:57:26.252 +03:30] [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"=17.150939ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.232 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.254 +03:30] [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 01:57:26.232 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.259 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 01:57:26.259 +03:30] [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 01:57:26.261 +03:30] [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 01:57:26.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.261 +03:30] [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 01:57:26.26 +0330 +0330, 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 01:57:26.262 +03:30] [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 01:57:26.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.264 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=188.134µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.265 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.265 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 01:57:26.266 +03:30] [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.008898ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.267 +03:30] [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 01:57:26.26 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.269 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 01:57:26.269 +03:30] [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 01:57:26.270 +03:30] [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 01:57:26.27 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.270 +03:30] [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 01:57:26.27 +0330 +0330, 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 01:57:26.272 +03:30] [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 01:57:26.27 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.273 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=196.252µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.274 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.274 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 01:57:26.275 +03:30] [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.523264ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.27 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.277 +03:30] [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 01:57:26.27 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.278 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 01:57:26.278 +03:30] [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 01:57:26.280 +03:30] [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 01:57:26.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.280 +03:30] [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 01:57:26.279 +0330 +0330, 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 01:57:26.281 +03:30] [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 01:57:26.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.282 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=185.54µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.283 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.283 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 01:57:26.285 +03:30] [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.955387ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.286 +03:30] [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 01:57:26.279 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.288 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 01:57:26.288 +03:30] [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 01:57:26.290 +03:30] [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 01:57:26.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.290 +03:30] [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 01:57:26.289 +0330 +0330, 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 01:57:26.291 +03:30] [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 01:57:26.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.293 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=318.458µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.293 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.293 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 01:57:26.294 +03:30] [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.066069ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.296 +03:30] [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 01:57:26.289 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.298 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 01:57:26.298 +03:30] [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 01:57:26.300 +03:30] [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 01:57:26.299 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.300 +03:30] [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 01:57:26.299 +0330 +0330, 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 01:57:26.301 +03:30] [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 01:57:26.299 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.302 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=178.917µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.303 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.303 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 01:57:26.305 +03:30] [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.894915ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.299 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.306 +03:30] [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 01:57:26.299 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.308 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 01:57:26.308 +03:30] [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 01:57:26.309 +03:30] [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 01:57:26.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.309 +03:30] [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 01:57:26.309 +0330 +0330, 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 01:57:26.310 +03:30] [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 01:57:26.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.311 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=157.151µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.312 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.312 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 01:57:26.314 +03:30] [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.927524ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.315 +03:30] [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 01:57:26.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.316 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 01:57:26.316 +03:30] [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 01:57:26.318 +03:30] [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 01:57:26.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.318 +03:30] [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 01:57:26.317 +0330 +0330, 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 01:57:26.319 +03:30] [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 01:57:26.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.320 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=111.613µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.320 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.320 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 01:57:26.322 +03:30] [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.381405ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.323 +03:30] [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 01:57:26.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.324 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 01:57:26.325 +03:30] [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 01:57:26.326 +03:30] [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 01:57:26.326 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.326 +03:30] [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 01:57:26.326 +0330 +0330, 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 01:57:26.327 +03:30] [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 01:57:26.326 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.329 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=239.981µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.330 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.330 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 01:57:26.332 +03:30] [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.994885ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.326 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.333 +03:30] [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 01:57:26.326 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.335 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 01:57:26.335 +03:30] [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 01:57:26.336 +03:30] [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 01:57:26.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.336 +03:30] [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 01:57:26.336 +0330 +0330, 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 01:57:26.337 +03:30] [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 01:57:26.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.338 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=166.333µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.339 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.339 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 01:57:26.341 +03:30] [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.956581ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.342 +03:30] [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 01:57:26.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.344 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 01:57:26.344 +03:30] [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 01:57:26.346 +03:30] [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 01:57:26.345 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.346 +03:30] [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 01:57:26.345 +0330 +0330, 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 01:57:26.346 +03:30] [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 01:57:26.345 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.348 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=198.343µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.348 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.349 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 01:57:26.351 +03:30] [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.962825ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.345 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.352 +03:30] [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 01:57:26.345 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.353 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 01:57:26.353 +03:30] [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 01:57:26.355 +03:30] [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 01:57:26.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.355 +03:30] [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 01:57:26.354 +0330 +0330, 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 01:57:26.356 +03:30] [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 01:57:26.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.357 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=156.592µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.358 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.358 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 01:57:26.360 +03:30] [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.904976ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.361 +03:30] [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 01:57:26.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.362 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 01:57:26.362 +03:30] [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 01:57:26.364 +03:30] [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 01:57:26.363 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.364 +03:30] [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 01:57:26.363 +0330 +0330, 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 01:57:26.365 +03:30] [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 01:57:26.363 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.366 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=166.536µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.367 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.367 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 01:57:26.369 +03:30] [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.919255ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.363 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.370 +03:30] [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 01:57:26.363 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.372 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 01:57:26.372 +03:30] [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 01:57:26.374 +03:30] [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 01:57:26.373 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.374 +03:30] [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 01:57:26.373 +0330 +0330, 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 01:57:26.375 +03:30] [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 01:57:26.373 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.376 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=143.96µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.377 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.377 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 01:57:26.379 +03:30] [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.982545ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.373 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.380 +03:30] [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 01:57:26.373 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.381 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 01:57:26.382 +03:30] [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 01:57:26.382 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:26.383 +03:30] [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 01:57:26.382 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.383 +03:30] [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 01:57:26.382 +0330 +0330, 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 01:57:26.384 +03:30] [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 01:57:26.382 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.385 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=185.627µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.386 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.386 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 01:57:26.388 +03:30] [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.9886ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.382 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.389 +03:30] [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 01:57:26.382 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.391 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 01:57:26.391 +03:30] [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 01:57:26.393 +03:30] [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 01:57:26.392 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.393 +03:30] [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 01:57:26.392 +0330 +0330, 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 01:57:26.393 +03:30] [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 01:57:26.392 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.395 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=207.316µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.396 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.396 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 01:57:26.398 +03:30] [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.960168ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.392 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.399 +03:30] [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 01:57:26.392 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.401 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 01:57:26.401 +03:30] [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 01:57:26.402 +03:30] [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 01:57:26.401 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.402 +03:30] [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 01:57:26.401 +0330 +0330, 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 01:57:26.403 +03:30] [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 01:57:26.401 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.405 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=209.033µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.405 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.405 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 01:57:26.407 +03:30] [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.009954ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.401 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.408 +03:30] [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 01:57:26.401 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.410 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 01:57:26.410 +03:30] [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 01:57:26.412 +03:30] [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 01:57:26.411 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.412 +03:30] [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 01:57:26.411 +0330 +0330, 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 01:57:26.413 +03:30] [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 01:57:26.411 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.415 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=305.029µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.416 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.416 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 01:57:26.417 +03:30] [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.020122ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.411 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.418 +03:30] [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 01:57:26.411 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.420 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 01:57:26.420 +03:30] [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 01:57:26.422 +03:30] [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 01:57:26.421 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.422 +03:30] [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 01:57:26.421 +0330 +0330, 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 01:57:26.423 +03:30] [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 01:57:26.421 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.424 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=129µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.425 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.425 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 01:57:26.427 +03:30] [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.976191ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.421 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.428 +03:30] [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 01:57:26.421 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.429 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 01:57:26.429 +03:30] [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 01:57:26.433 +03:30] [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 01:57:26.432 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.433 +03:30] [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 01:57:26.432 +0330 +0330, 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 01:57:26.434 +03:30] [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 01:57:26.432 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.436 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=180.875µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:57:26.436 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.436 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 01:57:26.438 +03:30] [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.940917ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.432 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.439 +03:30] [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 01:57:26.432 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.441 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 01:57:26.443 +03:30] [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 01:57:26.442 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.443 +03:30] [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 01:57:26.442 +0330 +0330, 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 01:57:26.444 +03:30] [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 01:57:26.442 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.445 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=190.557µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.446 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.446 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 01:57:26.448 +03:30] [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.957976ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.442 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.449 +03:30] [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 01:57:26.442 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.450 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 01:57:26.450 +03:30] [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 01:57:26.452 +03:30] [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 01:57:26.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.452 +03:30] [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 01:57:26.451 +0330 +0330, 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 01:57:26.453 +03:30] [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 01:57:26.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.455 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=152.792µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.455 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.455 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 01:57:26.457 +03:30] [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.960733ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.458 +03:30] [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 01:57:26.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.460 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 01:57:26.460 +03:30] [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 01:57:26.462 +03:30] [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 01:57:26.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.462 +03:30] [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 01:57:26.461 +0330 +0330, 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 01:57:26.463 +03:30] [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 01:57:26.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.464 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=155.063µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.464 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.464 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 01:57:26.467 +03:30] [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.90857ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.468 +03:30] [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 01:57:26.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.470 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 01:57:26.470 +03:30] [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 01:57:26.472 +03:30] [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 01:57:26.471 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.472 +03:30] [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 01:57:26.471 +0330 +0330, 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 01:57:26.473 +03:30] [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 01:57:26.471 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.476 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=303.697µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.477 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.477 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 01:57:26.478 +03:30] [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.048882ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.471 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.479 +03:30] [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 01:57:26.471 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.483 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 01:57:26.483 +03:30] [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 01:57:26.485 +03:30] [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 01:57:26.484 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.485 +03:30] [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 01:57:26.484 +0330 +0330, 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 01:57:26.486 +03:30] [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 01:57:26.484 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.488 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=296.566µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.488 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.488 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 01:57:26.490 +03:30] [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.058832ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.484 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.492 +03:30] [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 01:57:26.484 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.494 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 01:57:26.494 +03:30] [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 01:57:26.496 +03:30] [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 01:57:26.495 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.496 +03:30] [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 01:57:26.495 +0330 +0330, 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 01:57:26.497 +03:30] [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 01:57:26.495 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.499 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=333.016µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.500 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.500 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 01:57:26.501 +03:30] [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.070619ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.495 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.502 +03:30] [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 01:57:26.495 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.504 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 01:57:26.504 +03:30] [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 01:57:26.506 +03:30] [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 01:57:26.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.506 +03:30] [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 01:57:26.505 +0330 +0330, 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 01:57:26.507 +03:30] [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 01:57:26.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.510 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=335.075µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.510 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.510 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 01:57:26.512 +03:30] [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.09327ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.513 +03:30] [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 01:57:26.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.515 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 01:57:26.515 +03:30] [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 01:57:26.517 +03:30] [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 01:57:26.516 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.517 +03:30] [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 01:57:26.516 +0330 +0330, 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 01:57:26.518 +03:30] [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 01:57:26.516 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.521 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=338.054µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.522 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.522 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 01:57:26.523 +03:30] [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.556698ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.516 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.524 +03:30] [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 01:57:26.516 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.526 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 01:57:26.526 +03:30] [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 01:57:26.528 +03:30] [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 01:57:26.527 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.528 +03:30] [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 01:57:26.527 +0330 +0330, 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 01:57:26.529 +03:30] [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 01:57:26.527 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.531 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=314.963µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.532 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.532 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 01:57:26.533 +03:30] [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.019422ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.527 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.534 +03:30] [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 01:57:26.527 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.537 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 01:57:26.537 +03:30] [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 01:57:26.539 +03:30] [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 01:57:26.538 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.539 +03:30] [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 01:57:26.538 +0330 +0330, 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 01:57:26.539 +03:30] [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 01:57:26.538 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.541 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=237.182µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.542 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.542 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 01:57:26.544 +03:30] [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.033983ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.538 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.545 +03:30] [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 01:57:26.538 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.547 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 01:57:26.548 +03:30] [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 01:57:26.549 +03:30] [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 01:57:26.548 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.549 +03:30] [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 01:57:26.548 +0330 +0330, 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 01:57:26.550 +03:30] [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 01:57:26.548 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.552 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=253.856µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.553 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.553 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 01:57:26.555 +03:30] [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.998683ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.548 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.556 +03:30] [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 01:57:26.548 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.558 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 01:57:26.558 +03:30] [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 01:57:26.560 +03:30] [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 01:57:26.559 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.560 +03:30] [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 01:57:26.559 +0330 +0330, 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 01:57:26.561 +03:30] [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 01:57:26.559 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.564 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=344.618µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.564 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.564 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 01:57:26.566 +03:30] [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.090907ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.559 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.567 +03:30] [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 01:57:26.559 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.569 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 01:57:26.569 +03:30] [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 01:57:26.571 +03:30] [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 01:57:26.57 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.571 +03:30] [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 01:57:26.57 +0330 +0330, 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 01:57:26.572 +03:30] [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 01:57:26.57 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.575 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=239.711µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.575 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.575 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 01:57:26.576 +03:30] [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.110137ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.57 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.577 +03:30] [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 01:57:26.57 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.579 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 01:57:26.579 +03:30] [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 01:57:26.581 +03:30] [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 01:57:26.58 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.581 +03:30] [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 01:57:26.58 +0330 +0330, 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 01:57:26.582 +03:30] [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 01:57:26.58 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.583 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=192.964µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.584 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.584 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 01:57:26.586 +03:30] [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.948529ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.58 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.587 +03:30] [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 01:57:26.58 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.588 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 01:57:26.588 +03:30] [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 01:57:26.590 +03:30] [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 01:57:26.589 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.590 +03:30] [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 01:57:26.589 +0330 +0330, 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 01:57:26.591 +03:30] [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 01:57:26.589 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.592 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=178.104µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.593 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.593 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 01:57:26.595 +03:30] [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.937754ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.589 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.596 +03:30] [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 01:57:26.589 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.598 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 01:57:26.598 +03:30] [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 01:57:26.598 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:26.599 +03:30] [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 01:57:26.599 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.599 +03:30] [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 01:57:26.599 +0330 +0330, 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 01:57:26.600 +03:30] [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 01:57:26.599 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.602 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=189.591µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.602 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.602 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 01:57:26.604 +03:30] [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.920657ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.599 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.605 +03:30] [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 01:57:26.599 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.607 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 01:57:26.607 +03:30] [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 01:57:26.609 +03:30] [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 01:57:26.608 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.609 +03:30] [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 01:57:26.608 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 01:57:26.609 +03:30] [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 01:57:26.608 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.610 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=48.17µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 01:57:26.611 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.611 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 01:57:26.613 +03:30] [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.750484ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.608 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.614 +03:30] [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 01:57:26.608 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.615 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 01:57:26.615 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 01:57:26.617 +03:30] [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 01:57:26.616 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.617 +03:30] [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 01:57:26.616 +0330 +0330, 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 01:57:26.618 +03:30] [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 01:57:26.616 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.619 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=150.385µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:57:26.619 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.619 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 01:57:26.621 +03:30] [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.176968ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.616 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.622 +03:30] [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 01:57:26.616 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.623 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 01:57:26.626 +03:30] [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 01:57:26.624 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.626 +03:30] [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 01:57:26.624 +0330 +0330, 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 01:57:26.627 +03:30] [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 01:57:26.624 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.629 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=305.252µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.630 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.630 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 01:57:26.632 +03:30] [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"=3.045539ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.624 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.633 +03:30] [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 01:57:26.624 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.635 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 01:57:26.635 +03:30] [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 01:57:26.637 +03:30] [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 01:57:26.636 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.637 +03:30] [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 01:57:26.636 +0330 +0330, 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 01:57:26.638 +03:30] [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 01:57:26.636 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.639 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=195.434µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.640 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.640 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 01:57:26.642 +03:30] [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.922341ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.636 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.643 +03:30] [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 01:57:26.636 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.644 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 01:57:26.644 +03:30] [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 01:57:26.646 +03:30] [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 01:57:26.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.646 +03:30] [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 01:57:26.645 +0330 +0330, 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 01:57:26.647 +03:30] [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 01:57:26.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.648 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=210.243µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.649 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:26.649 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 01:57:26.651 +03:30] [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.931858ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.652 +03:30] [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 01:57:26.645 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.654 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 01:57:26.654 +03:30] [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 01:57:26.671 +03:30] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=816.586018ms] [2025/04/05 01:57:26.672 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=8b6e5beb-75c0-4d9a-8ad6-e45dd444744a] [2025/04/05 01:57:26.674 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:57:26.674 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:57:26.674 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:57:26.674 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=9.101µs] [2025/04/05 01:57:26.674 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.8µs] [2025/04/05 01:57:26.674 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.609µs] [2025/04/05 01:57:26.674 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.241µs] [2025/04/05 01:57:26.674 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=3.107µs] [2025/04/05 01:57:26.674 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=1.9µs] [2025/04/05 01:57:26.674 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=1.898µs] [2025/04/05 01:57:26.674 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.37µs] [2025/04/05 01:57:26.674 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.125µs] [2025/04/05 01:57:26.674 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=1.645µs] [2025/04/05 01:57:26.674 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=8b6e5beb-75c0-4d9a-8ad6-e45dd444744a] [2025/04/05 01:57:26.674 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:57:26.674 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:57:26.675 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=8b6e5beb-75c0-4d9a-8ad6-e45dd444744a] ["take time"=4.013357ms] [2025/04/05 01:57:26.675 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=8b6e5beb-75c0-4d9a-8ad6-e45dd444744a] [2025/04/05 01:57:26.676 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:57:26.676 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:57:26.676 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:57:26.676 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:57:26.676 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:57:26.676 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:57:26.676 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:57:26.676 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:57:26.676 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:57:26.676 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:57:26.676 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:57:26.676 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:57:26.676 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:57:26.676 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:57:26.676 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=5.464442ms] [2025/04/05 01:57:26.677 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=29ac15bf-7010-428d-9166-f92d73252fcb] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:57:26.701 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:57:26.701 +03:30] [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 01:57:26.715 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=13.689199ms] [2025/04/05 01:57:26.715 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:57:26.716 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [runWorker=true] [jobVersion=v2] [2025/04/05 01:57:26.716 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:57:26.716 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:57:26.716 +03:30] [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 01:57:26.716 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:57:26.716 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:57:26.716 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:57:26.716 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:57:26.716 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:57:26.716 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:57:26.716 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:57:26.716 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:57:26.716 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:57:26.716 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:57:26.718 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:57:26.718 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [2025/04/05 01:57:26.718 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:57:26.718 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:57:26.719 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:57:26.719 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:57:26.719 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:57:26.719 +03:30] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 01:57:26.721 +03:30] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 01:57:26.721 +03:30] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 01:57:26.721 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:57:26.721 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [2025/04/05 01:57:26.723 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:57:26.723 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:57:26.724 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:57:26.724 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:57:26.724 +03:30] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 01:57:26.724 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:57:26.724 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:57:26.724 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:57:26.724 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:57:26.725 +03:30] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=434.8GiB] [2025/04/05 01:57:26.725 +03:30] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 01:57:26.725 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [2025/04/05 01:57:26.726 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [ttl-worker=task-manager] [ttl-worker=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [originalCount=0] [newCount=4] [2025/04/05 01:57:26.726 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [ttl-worker=task-manager] [ttl-worker=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [originalCount=0] [newCount=4] [2025/04/05 01:57:26.726 +03:30] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [2025/04/05 01:57:26.729 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:57:26.733 +03:30] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 01:57:26.733 +03:30] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 01:57:26.734 +03:30] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_schema_cache_size] [val=0] [2025/04/05 01:57:26.736 +03:30] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_scatter_region] [val=table] [2025/04/05 01:57:26.736 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=] [sql="drop database if exists cluster_index_regions;"] [user=] [2025/04/05 01:57:26.737 +03:30] [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 01:57:26.737 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.738 +03:30] [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 01:57:26.737 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create database cluster_index_regions;"] [2025/04/05 01:57:26.738 +03:30] [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 01:57:26.737 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.748 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=false] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=8.538638ms] [2025/04/05 01:57:26.748 +03:30] [INFO] [domain.go:431] ["infoschema v1/v2 switch"] [2025/04/05 01:57:26.748 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:57:26.749 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 01:57:26.749 +03:30] [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"=10.006286ms] [job="ID:113, Type:create schema, State:done, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.737 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.750 +03:30] [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 01:57:26.737 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.752 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 01:57:26.752 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=] [sql="create database cluster_index_regions;"] [user=] [2025/04/05 01:57:26.754 +03:30] [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 01:57:26.753 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:26.754 +03:30] [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 01:57:26.753 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t (a int, b int, c int, primary key(a, b));"] [2025/04/05 01:57:26.754 +03:30] [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 01:57:26.753 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.755 +03:30] [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 01:57:26.756 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=123.102µs] [gotSchemaVersion=57] [phyTblIDs="[114]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:26.757 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57] [2025/04/05 01:57:26.758 +03:30] [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.007222ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:26.753 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.759 +03:30] [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 01:57:26.753 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:26.761 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=115] [2025/04/05 01:57:26.761 +03:30] [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 01:57:26.761 +03:30] [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 01:57:26.762 +03:30] [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 01:57:26.762 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=2] [2025/04/05 01:57:26.762 +03:30] [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 01:57:26.762 +03:30] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/05 01:57:26.762 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=2] [backoff(ms)=299999] [2025/04/05 01:57:26.762 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=2] [2025/04/05 01:57:26.763 +03:30] [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 01:57:26.763 +03:30] [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 01:57:26.763 +03:30] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/05 01:57:26.763 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [2025/04/05 01:57:26.766 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:57:26.766 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:57:26.766 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:57:26.766 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=2.537µs] [2025/04/05 01:57:26.766 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp general"] ["take time"=1.579µs] [2025/04/05 01:57:26.766 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [2025/04/05 01:57:26.766 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:57:26.766 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:57:26.766 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] ["take time"=3.586968ms] [2025/04/05 01:57:26.766 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [2025/04/05 01:57:26.766 +03:30] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 01:57:26.766 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [ttl-worker=task-manager] [ttl-worker=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [originalCount=4] [newCount=0] [2025/04/05 01:57:26.766 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:57:26.766 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:57:26.766 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:57:26.766 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:57:26.766 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [ttl-worker=task-manager] [ttl-worker=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [originalCount=4] [newCount=0] [2025/04/05 01:57:26.766 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:57:26.766 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:57:26.766 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:57:26.767 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:57:26.767 +03:30] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [2025/04/05 01:57:26.767 +03:30] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 01:57:26.767 +03:30] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 01:57:26.767 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:57:26.767 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:57:26.767 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:57:26.767 +03:30] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 01:57:26.767 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:57:26.767 +03:30] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 01:57:26.767 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:57:26.767 +03:30] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 01:57:26.767 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:57:26.767 +03:30] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 01:57:26.767 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:57:26.767 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:57:26.767 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:57:26.767 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:57:26.767 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:57:26.767 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:57:26.767 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:57:26.767 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:57:26.767 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:57:26.767 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:57:26.767 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:57:26.767 +03:30] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 01:57:26.767 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:57:26.767 +03:30] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 01:57:26.767 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:57:26.767 +03:30] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 01:57:26.767 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:57:26.767 +03:30] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 01:57:26.767 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:57:26.770 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:57:26.770 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:57:26.770 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:57:26.770 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:57:26.770 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:57:26.770 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:57:26.770 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:57:26.770 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:57:26.770 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:57:26.770 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:57:26.770 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:57:26.770 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [2025/04/05 01:57:26.770 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [2025/04/05 01:57:26.770 +03:30] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 01:57:26.770 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:57:26.770 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [2025/04/05 01:57:26.770 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=3cf0c266-9c56-4a91-9e9d-1c4daf0d4947] [2025/04/05 01:57:26.770 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:57:26.770 +03:30] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 01:57:26.770 +03:30] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 01:57:26.770 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:57:26.770 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=7.955221ms] [2025/04/05 01:57:26.770 +03:30] [INFO] [db.go:567] ["Closing database"] [2025/04/05 01:57:26.771 +03:30] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 01:57:26.771 +03:30] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 01:57:26.771 +03:30] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 01:57:26.771 +03:30] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 01:57:26.771 +03:30] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestClusterIndexShowTableRegion (0.98s) testkit.go:123: RefreshSession rand seed: 1743805646730043613 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/executor/test/aggregate TestRandomPanicConsume err=exit status 2 [2025/04/05 01:57:50.587 +03:30] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 01:57:50.587 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:50.587 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:50.588 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:50.588 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:50.589 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:50.590 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=81e059ae-e80a-40f9-9b24-3fb2888ebd8c] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:57:50.596 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:57:50.596 +03:30] [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 01:57:50.596 +03:30] [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/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:256\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 01:57:50.607 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=10.652119ms] [2025/04/05 01:57:50.607 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:57:50.619 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=af5e783f-20a5-4f6a-a763-1865aa49e077] [runWorker=true] [jobVersion=v2] [2025/04/05 01:57:50.619 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:57:50.619 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:57:50.619 +03:30] [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 01:57:50.619 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:57:50.619 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:57:50.619 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:57:50.619 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:57:50.619 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:57:50.619 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:57:50.619 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:57:50.619 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:57:50.619 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:57:50.619 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:57:50.623 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:57:50.623 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=af5e783f-20a5-4f6a-a763-1865aa49e077] [2025/04/05 01:57:50.623 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:57:50.623 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:57:50.623 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:57:50.623 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:57:50.623 +03:30] [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 01:57:50.823 +03:30] [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 01:57:50.822 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:50.823 +03:30] [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 01:57:50.822 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 01:57:50.824 +03:30] [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 01:57:50.822 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.838 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=13.118035ms] [2025/04/05 01:57:50.838 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:57:50.840 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:50.840 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 01:57:50.840 +03:30] [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"=14.484392ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:50.822 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.841 +03:30] [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 01:57:50.822 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.843 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 01:57:50.843 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 01:57:50.844 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 01:57:50.844 +03:30] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Tehran] [2025/04/05 01:57:50.847 +03:30] [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 01:57:50.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:50.847 +03:30] [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 01:57:50.845 +0330 +0330, 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 01:57:50.848 +03:30] [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 01:57:50.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.853 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=689.691µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:50.854 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:50.854 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 01:57:50.855 +03:30] [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.514412ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:50.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.857 +03:30] [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 01:57:50.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.860 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 01:57:50.860 +03:30] [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 01:57:50.862 +03:30] [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 01:57:50.861 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:50.862 +03:30] [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 01:57:50.861 +0330 +0330, 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 01:57:50.863 +03:30] [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 01:57:50.861 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.865 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=170.967µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:50.865 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:50.865 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 01:57:50.867 +03:30] [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.963347ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:50.861 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.869 +03:30] [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 01:57:50.861 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.871 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 01:57:50.871 +03:30] [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 01:57:50.873 +03:30] [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 01:57:50.872 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:50.873 +03:30] [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 01:57:50.872 +0330 +0330, 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 01:57:50.875 +03:30] [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 01:57:50.872 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.877 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=195.762µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:50.878 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:50.878 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 01:57:50.880 +03:30] [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.029066ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:50.872 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.881 +03:30] [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 01:57:50.872 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.883 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 01:57:50.883 +03:30] [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 01:57:50.885 +03:30] [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 01:57:50.884 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:50.885 +03:30] [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 01:57:50.884 +0330 +0330, 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 01:57:50.886 +03:30] [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 01:57:50.884 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.889 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=438.888µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:50.890 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:50.890 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 01:57:50.891 +03:30] [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.233432ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:50.884 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.893 +03:30] [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 01:57:50.884 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.895 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 01:57:50.895 +03:30] [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 01:57:50.897 +03:30] [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 01:57:50.897 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:50.897 +03:30] [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 01:57:50.897 +0330 +0330, 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 01:57:50.898 +03:30] [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 01:57:50.897 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.900 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=252.59µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:50.901 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:50.901 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 01:57:50.902 +03:30] [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.029727ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:50.897 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.903 +03:30] [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 01:57:50.897 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.906 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 01:57:50.906 +03:30] [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 01:57:50.907 +03:30] [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 01:57:50.907 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:50.907 +03:30] [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 01:57:50.907 +0330 +0330, 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 01:57:50.908 +03:30] [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 01:57:50.907 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.910 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=251.569µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:50.911 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:50.911 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 01:57:50.912 +03:30] [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.029524ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:50.907 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.913 +03:30] [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 01:57:50.907 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.915 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 01:57:50.915 +03:30] [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 01:57:50.917 +03:30] [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 01:57:50.916 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:50.917 +03:30] [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 01:57:50.916 +0330 +0330, 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 01:57:50.918 +03:30] [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 01:57:50.916 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.919 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=148.31µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:50.920 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:50.920 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 01:57:50.922 +03:30] [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.950355ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:50.916 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.923 +03:30] [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 01:57:50.916 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.925 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 01:57:50.925 +03:30] [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 01:57:50.926 +03:30] [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 01:57:50.926 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:50.926 +03:30] [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 01:57:50.926 +0330 +0330, 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 01:57:50.928 +03:30] [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 01:57:50.926 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.929 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=178.523µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:50.930 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:50.930 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 01:57:50.931 +03:30] [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.048296ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:50.926 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.932 +03:30] [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 01:57:50.926 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.934 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 01:57:50.934 +03:30] [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 01:57:50.936 +03:30] [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 01:57:50.935 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:50.936 +03:30] [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 01:57:50.935 +0330 +0330, 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 01:57:50.937 +03:30] [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 01:57:50.935 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.938 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=194.008µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:50.939 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:50.939 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 01:57:50.941 +03:30] [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.997321ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:50.935 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.942 +03:30] [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 01:57:50.935 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.944 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 01:57:50.944 +03:30] [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 01:57:50.946 +03:30] [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 01:57:50.945 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:50.946 +03:30] [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 01:57:50.945 +0330 +0330, 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 01:57:50.947 +03:30] [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 01:57:50.945 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.949 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=192.995µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:50.949 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:50.949 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 01:57:50.951 +03:30] [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.0175ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:50.945 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.952 +03:30] [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 01:57:50.945 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.954 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 01:57:50.954 +03:30] [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 01:57:50.955 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:50.956 +03:30] [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 01:57:50.955 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:50.956 +03:30] [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 01:57:50.955 +0330 +0330, 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 01:57:50.957 +03:30] [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 01:57:50.955 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.959 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=288.295µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:50.960 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:50.960 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 01:57:50.961 +03:30] [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.073722ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:50.955 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.962 +03:30] [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 01:57:50.955 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.965 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 01:57:50.965 +03:30] [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 01:57:50.966 +03:30] [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 01:57:50.966 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:50.966 +03:30] [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 01:57:50.966 +0330 +0330, 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 01:57:50.967 +03:30] [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 01:57:50.966 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.969 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=242.745µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:50.970 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:50.970 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 01:57:50.971 +03:30] [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.006173ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:50.966 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.972 +03:30] [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 01:57:50.966 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.974 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 01:57:50.974 +03:30] [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 01:57:50.976 +03:30] [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 01:57:50.975 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:50.976 +03:30] [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 01:57:50.975 +0330 +0330, 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 01:57:50.977 +03:30] [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 01:57:50.975 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.979 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=197.111µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:50.980 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:50.980 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 01:57:50.981 +03:30] [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.154774ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:50.975 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.982 +03:30] [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 01:57:50.975 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.984 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 01:57:50.984 +03:30] [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 01:57:50.986 +03:30] [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 01:57:50.985 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:50.986 +03:30] [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 01:57:50.985 +0330 +0330, 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 01:57:50.987 +03:30] [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 01:57:50.985 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.989 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=221.373µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:50.989 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:50.989 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 01:57:50.992 +03:30] [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.037442ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:50.985 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.993 +03:30] [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 01:57:50.985 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.995 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 01:57:50.995 +03:30] [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 01:57:50.996 +03:30] [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 01:57:50.996 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:50.996 +03:30] [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 01:57:50.996 +0330 +0330, 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 01:57:50.997 +03:30] [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 01:57:50.996 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:50.999 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=193.203µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:50.999 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:50.999 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 01:57:51.002 +03:30] [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.998721ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:50.996 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.003 +03:30] [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 01:57:50.996 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.005 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 01:57:51.005 +03:30] [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 01:57:51.006 +03:30] [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 01:57:51.006 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.006 +03:30] [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 01:57:51.006 +0330 +0330, 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 01:57:51.007 +03:30] [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 01:57:51.006 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.009 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=195.553µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.010 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.010 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 01:57:51.012 +03:30] [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.022482ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.006 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.013 +03:30] [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 01:57:51.006 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.015 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 01:57:51.015 +03:30] [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 01:57:51.017 +03:30] [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 01:57:51.016 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.017 +03:30] [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 01:57:51.016 +0330 +0330, 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 01:57:51.018 +03:30] [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 01:57:51.016 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.019 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=215.687µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.020 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.020 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 01:57:51.022 +03:30] [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.032275ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.016 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.023 +03:30] [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 01:57:51.016 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.025 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 01:57:51.025 +03:30] [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 01:57:51.027 +03:30] [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 01:57:51.026 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.027 +03:30] [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 01:57:51.026 +0330 +0330, 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 01:57:51.029 +03:30] [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 01:57:51.026 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.031 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=309.026µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.032 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.032 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 01:57:51.033 +03:30] [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.121511ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.026 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.034 +03:30] [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 01:57:51.026 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.037 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 01:57:51.037 +03:30] [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 01:57:51.039 +03:30] [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 01:57:51.038 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.039 +03:30] [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 01:57:51.038 +0330 +0330, 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 01:57:51.040 +03:30] [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 01:57:51.038 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.042 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=212.88µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.042 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.042 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 01:57:51.044 +03:30] [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.048071ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.038 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.045 +03:30] [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 01:57:51.038 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.047 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 01:57:51.047 +03:30] [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 01:57:51.048 +03:30] [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 01:57:51.048 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.048 +03:30] [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 01:57:51.048 +0330 +0330, 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 01:57:51.049 +03:30] [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 01:57:51.048 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.051 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=143.472µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.051 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.051 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 01:57:51.053 +03:30] [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.977533ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.048 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.054 +03:30] [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 01:57:51.048 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.056 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 01:57:51.056 +03:30] [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 01:57:51.058 +03:30] [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 01:57:51.057 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.058 +03:30] [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 01:57:51.057 +0330 +0330, 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 01:57:51.059 +03:30] [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 01:57:51.057 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.060 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=116.987µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.060 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.060 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 01:57:51.063 +03:30] [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.967652ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.057 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.064 +03:30] [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 01:57:51.057 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.065 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 01:57:51.065 +03:30] [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 01:57:51.067 +03:30] [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 01:57:51.066 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.067 +03:30] [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 01:57:51.066 +0330 +0330, 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 01:57:51.068 +03:30] [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 01:57:51.066 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.071 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=337.623µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.073 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.073 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 01:57:51.090 +03:30] [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"=18.923482ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.066 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.091 +03:30] [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 01:57:51.066 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.094 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 01:57:51.094 +03:30] [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 01:57:51.097 +03:30] [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 01:57:51.096 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.097 +03:30] [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 01:57:51.096 +0330 +0330, 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 01:57:51.098 +03:30] [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 01:57:51.096 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.100 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=184.975µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.100 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.100 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 01:57:51.101 +03:30] [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.006256ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.096 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.102 +03:30] [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 01:57:51.096 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.104 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 01:57:51.104 +03:30] [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 01:57:51.106 +03:30] [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 01:57:51.105 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.106 +03:30] [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 01:57:51.105 +0330 +0330, 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 01:57:51.107 +03:30] [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 01:57:51.105 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.109 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=217.489µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.109 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.109 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 01:57:51.111 +03:30] [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.667ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.105 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.112 +03:30] [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 01:57:51.105 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.114 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 01:57:51.114 +03:30] [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 01:57:51.116 +03:30] [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 01:57:51.115 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.116 +03:30] [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 01:57:51.115 +0330 +0330, 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 01:57:51.117 +03:30] [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 01:57:51.115 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.118 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=159.497µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.119 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.119 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 01:57:51.121 +03:30] [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"=3.006937ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.115 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.122 +03:30] [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 01:57:51.115 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.124 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 01:57:51.124 +03:30] [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 01:57:51.125 +03:30] [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 01:57:51.125 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.126 +03:30] [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 01:57:51.125 +0330 +0330, 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 01:57:51.127 +03:30] [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 01:57:51.125 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.129 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=174.495µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.129 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.129 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 01:57:51.131 +03:30] [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.546893ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.125 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.132 +03:30] [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 01:57:51.125 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.134 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 01:57:51.134 +03:30] [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 01:57:51.136 +03:30] [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 01:57:51.135 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.136 +03:30] [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 01:57:51.135 +0330 +0330, 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 01:57:51.137 +03:30] [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 01:57:51.135 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.138 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=153.642µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.139 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.139 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 01:57:51.141 +03:30] [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.996213ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.135 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.142 +03:30] [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 01:57:51.135 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.144 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 01:57:51.144 +03:30] [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 01:57:51.145 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:51.146 +03:30] [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 01:57:51.145 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.146 +03:30] [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 01:57:51.145 +0330 +0330, 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 01:57:51.147 +03:30] [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 01:57:51.145 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.149 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=192.977µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.149 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.149 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 01:57:51.151 +03:30] [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.056632ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.145 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.153 +03:30] [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 01:57:51.145 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.155 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 01:57:51.155 +03:30] [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 01:57:51.156 +03:30] [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 01:57:51.156 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.156 +03:30] [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 01:57:51.156 +0330 +0330, 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 01:57:51.157 +03:30] [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 01:57:51.156 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.159 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=220.917µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.160 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.160 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 01:57:51.161 +03:30] [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.017382ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.156 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.162 +03:30] [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 01:57:51.156 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.164 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 01:57:51.164 +03:30] [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 01:57:51.166 +03:30] [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 01:57:51.165 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.166 +03:30] [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 01:57:51.165 +0330 +0330, 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 01:57:51.167 +03:30] [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 01:57:51.165 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.169 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=221.183µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.169 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.169 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 01:57:51.170 +03:30] [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.03742ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.165 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.172 +03:30] [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 01:57:51.165 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.174 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 01:57:51.174 +03:30] [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 01:57:51.176 +03:30] [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 01:57:51.175 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.176 +03:30] [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 01:57:51.175 +0330 +0330, 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 01:57:51.177 +03:30] [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 01:57:51.175 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.180 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=319.375µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.180 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.180 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 01:57:51.181 +03:30] [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.187972ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.175 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.183 +03:30] [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 01:57:51.175 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.185 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 01:57:51.185 +03:30] [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 01:57:51.187 +03:30] [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 01:57:51.186 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.187 +03:30] [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 01:57:51.186 +0330 +0330, 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 01:57:51.188 +03:30] [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 01:57:51.186 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.190 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=155.042µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.191 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.191 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 01:57:51.193 +03:30] [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.043489ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.186 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.194 +03:30] [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 01:57:51.186 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.195 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 01:57:51.196 +03:30] [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 01:57:51.198 +03:30] [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 01:57:51.197 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.198 +03:30] [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 01:57:51.197 +0330 +0330, 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 01:57:51.199 +03:30] [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 01:57:51.197 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.201 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=201.482µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:57:51.202 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.202 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 01:57:51.203 +03:30] [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.038151ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.197 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.204 +03:30] [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 01:57:51.197 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.206 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 01:57:51.208 +03:30] [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 01:57:51.207 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.208 +03:30] [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 01:57:51.207 +0330 +0330, 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 01:57:51.209 +03:30] [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 01:57:51.207 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.211 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=205.028µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.212 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.212 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 01:57:51.213 +03:30] [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.106586ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.207 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.214 +03:30] [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 01:57:51.207 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.216 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 01:57:51.216 +03:30] [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 01:57:51.218 +03:30] [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 01:57:51.217 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.218 +03:30] [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 01:57:51.217 +0330 +0330, 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 01:57:51.219 +03:30] [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 01:57:51.217 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.220 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=174.229µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.221 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.221 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 01:57:51.222 +03:30] [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.074384ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.217 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.223 +03:30] [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 01:57:51.217 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.226 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 01:57:51.226 +03:30] [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 01:57:51.227 +03:30] [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 01:57:51.227 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.227 +03:30] [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 01:57:51.227 +0330 +0330, 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 01:57:51.229 +03:30] [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 01:57:51.227 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.230 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=149.021µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.231 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.231 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 01:57:51.232 +03:30] [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.005282ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.227 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.233 +03:30] [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 01:57:51.227 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.235 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 01:57:51.235 +03:30] [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 01:57:51.238 +03:30] [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 01:57:51.237 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.238 +03:30] [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 01:57:51.237 +0330 +0330, 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 01:57:51.239 +03:30] [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 01:57:51.237 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.241 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=317.803µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.242 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.242 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 01:57:51.243 +03:30] [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.225515ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.237 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.244 +03:30] [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 01:57:51.237 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.247 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 01:57:51.247 +03:30] [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 01:57:51.249 +03:30] [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 01:57:51.248 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.249 +03:30] [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 01:57:51.248 +0330 +0330, 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 01:57:51.250 +03:30] [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 01:57:51.248 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.252 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=295.564µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.253 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.253 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 01:57:51.254 +03:30] [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.159126ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.248 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.255 +03:30] [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 01:57:51.248 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.258 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 01:57:51.258 +03:30] [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 01:57:51.260 +03:30] [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 01:57:51.259 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.260 +03:30] [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 01:57:51.259 +0330 +0330, 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 01:57:51.261 +03:30] [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 01:57:51.259 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.263 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=337.209µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.264 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.264 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 01:57:51.265 +03:30] [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.210071ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.259 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.267 +03:30] [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 01:57:51.259 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.269 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 01:57:51.269 +03:30] [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 01:57:51.272 +03:30] [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 01:57:51.271 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.272 +03:30] [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 01:57:51.271 +0330 +0330, 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 01:57:51.273 +03:30] [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 01:57:51.271 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.276 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=348.702µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.276 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.276 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 01:57:51.278 +03:30] [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.398899ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.271 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.279 +03:30] [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 01:57:51.271 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.282 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 01:57:51.282 +03:30] [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 01:57:51.284 +03:30] [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 01:57:51.283 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.284 +03:30] [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 01:57:51.283 +0330 +0330, 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 01:57:51.285 +03:30] [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 01:57:51.283 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.287 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=354.228µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.288 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.288 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 01:57:51.289 +03:30] [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.207719ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.283 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.291 +03:30] [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 01:57:51.283 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.293 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 01:57:51.293 +03:30] [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 01:57:51.295 +03:30] [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 01:57:51.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.295 +03:30] [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 01:57:51.294 +0330 +0330, 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 01:57:51.296 +03:30] [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 01:57:51.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.299 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=305.92µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.299 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.299 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 01:57:51.300 +03:30] [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.187019ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.302 +03:30] [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 01:57:51.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.304 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 01:57:51.304 +03:30] [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 01:57:51.307 +03:30] [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 01:57:51.306 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.307 +03:30] [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 01:57:51.306 +0330 +0330, 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 01:57:51.308 +03:30] [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 01:57:51.306 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.310 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=266.221µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.310 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.311 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 01:57:51.312 +03:30] [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.165418ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.306 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.313 +03:30] [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 01:57:51.306 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.315 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 01:57:51.315 +03:30] [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 01:57:51.318 +03:30] [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 01:57:51.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.318 +03:30] [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 01:57:51.317 +0330 +0330, 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 01:57:51.319 +03:30] [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 01:57:51.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.321 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=297.464µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.322 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.322 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 01:57:51.323 +03:30] [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.221141ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.324 +03:30] [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 01:57:51.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.327 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 01:57:51.327 +03:30] [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 01:57:51.329 +03:30] [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 01:57:51.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.329 +03:30] [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 01:57:51.328 +0330 +0330, 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 01:57:51.331 +03:30] [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 01:57:51.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.334 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=389.454µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.335 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.335 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 01:57:51.336 +03:30] [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.381867ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.337 +03:30] [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 01:57:51.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.341 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 01:57:51.341 +03:30] [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 01:57:51.343 +03:30] [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 01:57:51.343 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.344 +03:30] [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 01:57:51.343 +0330 +0330, 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 01:57:51.345 +03:30] [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 01:57:51.343 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.347 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=287.342µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.348 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.348 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 01:57:51.349 +03:30] [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.225914ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.343 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.350 +03:30] [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 01:57:51.343 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.353 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 01:57:51.353 +03:30] [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 01:57:51.354 +03:30] [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 01:57:51.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.354 +03:30] [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 01:57:51.354 +0330 +0330, 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 01:57:51.356 +03:30] [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 01:57:51.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.357 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=173.962µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.358 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.358 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 01:57:51.359 +03:30] [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.010992ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.360 +03:30] [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 01:57:51.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.362 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 01:57:51.362 +03:30] [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 01:57:51.364 +03:30] [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 01:57:51.363 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.364 +03:30] [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 01:57:51.363 +0330 +0330, 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 01:57:51.365 +03:30] [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 01:57:51.363 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.367 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=198.925µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.367 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.367 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 01:57:51.368 +03:30] [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.023751ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.363 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.370 +03:30] [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 01:57:51.363 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.372 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 01:57:51.372 +03:30] [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 01:57:51.372 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:51.374 +03:30] [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 01:57:51.373 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.374 +03:30] [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 01:57:51.373 +0330 +0330, 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 01:57:51.376 +03:30] [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 01:57:51.373 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.377 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=207.241µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.378 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.378 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 01:57:51.379 +03:30] [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.144657ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.373 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.380 +03:30] [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 01:57:51.373 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.382 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 01:57:51.383 +03:30] [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 01:57:51.384 +03:30] [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 01:57:51.383 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.384 +03:30] [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 01:57:51.383 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 01:57:51.385 +03:30] [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 01:57:51.383 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.386 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=48.026µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 01:57:51.387 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.387 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 01:57:51.389 +03:30] [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.927974ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.383 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.390 +03:30] [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 01:57:51.383 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.391 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 01:57:51.391 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 01:57:51.393 +03:30] [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 01:57:51.393 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.393 +03:30] [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 01:57:51.393 +0330 +0330, 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 01:57:51.394 +03:30] [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 01:57:51.393 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.396 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=168.622µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:57:51.397 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.397 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 01:57:51.398 +03:30] [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.080963ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.393 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.399 +03:30] [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 01:57:51.393 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.401 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 01:57:51.403 +03:30] [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 01:57:51.402 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.403 +03:30] [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 01:57:51.402 +0330 +0330, 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 01:57:51.404 +03:30] [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 01:57:51.402 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.406 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=295.091µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.407 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.407 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 01:57:51.408 +03:30] [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.138379ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.402 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.409 +03:30] [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 01:57:51.402 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.412 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 01:57:51.412 +03:30] [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 01:57:51.413 +03:30] [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 01:57:51.413 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.414 +03:30] [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 01:57:51.413 +0330 +0330, 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 01:57:51.414 +03:30] [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 01:57:51.413 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.416 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=210.059µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.417 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.417 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 01:57:51.418 +03:30] [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.025845ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.413 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.419 +03:30] [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 01:57:51.413 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.421 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 01:57:51.421 +03:30] [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 01:57:51.423 +03:30] [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 01:57:51.422 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.423 +03:30] [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 01:57:51.422 +0330 +0330, 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 01:57:51.425 +03:30] [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 01:57:51.422 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.427 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=221.864µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.427 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:51.427 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 01:57:51.428 +03:30] [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.060179ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.422 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.429 +03:30] [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 01:57:51.422 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.432 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 01:57:51.432 +03:30] [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 01:57:51.450 +03:30] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=830.627525ms] [2025/04/05 01:57:51.450 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:57:51.451 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=af5e783f-20a5-4f6a-a763-1865aa49e077] [2025/04/05 01:57:51.451 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:57:51.451 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:57:51.451 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=6.011µs] [2025/04/05 01:57:51.451 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=3.131µs] [2025/04/05 01:57:51.451 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.22µs] [2025/04/05 01:57:51.451 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.46µs] [2025/04/05 01:57:51.451 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.151µs] [2025/04/05 01:57:51.451 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=2.023µs] [2025/04/05 01:57:51.451 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=6.977µs] [2025/04/05 01:57:51.451 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.849µs] [2025/04/05 01:57:51.451 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.751µs] [2025/04/05 01:57:51.451 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=2.533µs] [2025/04/05 01:57:51.451 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=af5e783f-20a5-4f6a-a763-1865aa49e077] [2025/04/05 01:57:51.451 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:57:51.451 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:57:51.452 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=af5e783f-20a5-4f6a-a763-1865aa49e077] ["take time"=2.167192ms] [2025/04/05 01:57:51.452 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=af5e783f-20a5-4f6a-a763-1865aa49e077] [2025/04/05 01:57:51.453 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:57:51.453 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:57:51.453 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:57:51.453 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:57:51.453 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:57:51.453 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:57:51.453 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:57:51.453 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:57:51.453 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:57:51.453 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:57:51.453 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:57:51.453 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:57:51.453 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:57:51.453 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:57:51.453 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=3.117131ms] [2025/04/05 01:57:51.453 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=81e059ae-e80a-40f9-9b24-3fb2888ebd8c] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:57:51.457 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:57:51.457 +03:30] [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 01:57:51.470 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=12.177954ms] [2025/04/05 01:57:51.470 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:57:51.471 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=08cb2eff-5415-496c-8d24-14eed8ddff8b] [runWorker=true] [jobVersion=v2] [2025/04/05 01:57:51.471 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:57:51.471 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:57:51.471 +03:30] [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 01:57:51.471 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:57:51.471 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:57:51.471 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:57:51.471 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:57:51.471 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:57:51.471 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:57:51.471 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:57:51.471 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:57:51.471 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:57:51.471 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:57:51.473 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:57:51.473 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=08cb2eff-5415-496c-8d24-14eed8ddff8b] [2025/04/05 01:57:51.473 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:57:51.474 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:57:51.474 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:57:51.474 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:57:51.475 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:57:51.475 +03:30] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 01:57:51.476 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=08cb2eff-5415-496c-8d24-14eed8ddff8b] [2025/04/05 01:57:51.480 +03:30] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 01:57:51.482 +03:30] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 01:57:51.483 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:57:51.488 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:57:51.491 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:57:51.493 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:57:51.493 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:57:51.493 +03:30] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 01:57:51.493 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:57:51.493 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:57:51.493 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:57:51.493 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:57:51.494 +03:30] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=434.8GiB] [2025/04/05 01:57:51.498 +03:30] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 01:57:51.498 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=08cb2eff-5415-496c-8d24-14eed8ddff8b] [2025/04/05 01:57:51.499 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=08cb2eff-5415-496c-8d24-14eed8ddff8b] [ttl-worker=task-manager] [ttl-worker=08cb2eff-5415-496c-8d24-14eed8ddff8b] [originalCount=0] [newCount=4] [2025/04/05 01:57:51.499 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=08cb2eff-5415-496c-8d24-14eed8ddff8b] [ttl-worker=task-manager] [ttl-worker=08cb2eff-5415-496c-8d24-14eed8ddff8b] [originalCount=0] [newCount=4] [2025/04/05 01:57:51.499 +03:30] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=08cb2eff-5415-496c-8d24-14eed8ddff8b] [2025/04/05 01:57:51.504 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:57:51.505 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=test] [sql="drop table if exists t;"] [user=] [2025/04/05 01:57:51.507 +03:30] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 01:57:51.507 +03:30] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 01:57:51.509 +03:30] [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 01:57:51.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.510 +03:30] [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 01:57:51.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t(pk bigint primary key auto_random,a int, index idx(a));"] [2025/04/05 01:57:51.511 +03:30] [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 01:57:51.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.511 +03:30] [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 01:57:51.513 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=145.693µs] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.513 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 01:57:51.514 +03:30] [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.005065ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.516 +03:30] [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 01:57:51.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.518 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 01:57:51.518 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t(pk bigint primary key auto_random,a int, index idx(a));"] [user=] [2025/04/05 01:57:51.811 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="drop table if exists s;"] [user=] [2025/04/05 01:57:51.813 +03:30] [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 01:57:51.812 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:51.813 +03:30] [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 01:57:51.812 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table s(pk bigint primary key auto_random,a int, b int, index idx(a));"] [2025/04/05 01:57:51.814 +03:30] [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 01:57:51.812 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.814 +03:30] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 114, Table Name: s)"] [2025/04/05 01:57:51.815 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=154.715µs] [gotSchemaVersion=57] [phyTblIDs="[114]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:51.816 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57] [2025/04/05 01:57:51.818 +03:30] [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.875558ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:51.812 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.819 +03:30] [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 01:57:51.812 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:51.821 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=115] [2025/04/05 01:57:51.821 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=57] [cur_db=test] [sql="create table s(pk bigint primary key auto_random,a int, b int, index idx(a));"] [user=] [2025/04/05 01:57:52.192 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:57:52.192 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=57] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:430\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).initPartialWorkers\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:337\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).initForParallelExec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:437\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).OpenSelf\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:267\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:247\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:437\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).openExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1266\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:599\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/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:330\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 01:57:52.194 +03:30] [ERROR] [agg_util.go:93] ["parallel hash aggregation panicked"] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:91\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507\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/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507"] [stack="github.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507"] [2025/04/05 01:57:52.222 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:57:52.222 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=57] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:430\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).initPartialWorkers\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:337\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).initForParallelExec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:437\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).OpenSelf\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:267\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:247\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:437\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).openExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1266\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:599\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/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:330\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 01:57:52.223 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:57:52.223 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=57] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:430\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).initPartialWorkers\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:337\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).initForParallelExec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:437\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).OpenSelf\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:267\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:247\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:437\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).openExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1266\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:599\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/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:330\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 01:57:52.233 +03:30] [ERROR] [agg_util.go:93] ["parallel hash aggregation panicked"] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:91\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507\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/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507"] [stack="github.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507"] [2025/04/05 01:57:52.244 +03:30] [ERROR] [agg_util.go:93] ["parallel hash aggregation panicked"] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:91\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507\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/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507"] [stack="github.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507"] [2025/04/05 01:57:52.245 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:57:52.245 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=57] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:430\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).initPartialWorkers\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:337\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).initForParallelExec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:437\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).OpenSelf\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:267\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:247\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:437\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).openExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1266\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:599\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/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:330\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 01:57:52.312 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.322 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.361 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.388 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.402 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.418 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.426 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.461 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.476 +03:30] [ERROR] [coprocessor.go:1180] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1182\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1456\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).nextChunk\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:612\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:331\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/session.drainRecordSet\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1253\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1997\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).refreshMDLCheckTableInfo\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1036\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1194\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Start.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1538\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:103"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1180\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1456\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).nextChunk\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:612\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:331\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/session.drainRecordSet\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1253\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1997\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).refreshMDLCheckTableInfo\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1036\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1194\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Start.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1538\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:103"] [2025/04/05 01:57:52.476 +03:30] [WARN] [domain.go:1038] ["get mdl info from tidb_mdl_info failed"] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1183\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1456\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).nextChunk\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:612\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:331\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/session.drainRecordSet\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1253\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1997\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).refreshMDLCheckTableInfo\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1036\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1194\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Start.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1538\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:103\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 01:57:52.478 +03:30] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/05 01:57:52.478 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/05 01:57:52.478 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/05 01:57:52.478 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:57:52.502 +03:30] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [groupID=ttl] [2025/04/05 01:57:52.502 +03:30] [INFO] [runtime.go:450] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2025/04/05 01:57:52.507 +03:30] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=1] [2025/04/05 01:57:52.508 +03:30] [INFO] [scheduler_manager.go:198] ["schedule task loop start"] [server-id=:4000] [2025/04/05 01:57:52.508 +03:30] [INFO] [scheduler_manager.go:302] ["subtask table gc loop start"] [server-id=:4000] [2025/04/05 01:57:52.508 +03:30] [INFO] [scheduler_manager.go:366] ["cleanup loop start"] [server-id=:4000] [2025/04/05 01:57:52.508 +03:30] [INFO] [scheduler_manager.go:442] ["collect loop start"] [server-id=:4000] [2025/04/05 01:57:52.516 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.521 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.559 +03:30] [ERROR] [coprocessor.go:1180] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1182\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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/join.(*probeSideTupleFetcherBase).fetchProbeSideChunks\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/hash_join_base.go:168\ngithub.com/pingcap/tidb/pkg/executor/join.(*HashJoinV2Exec).startProbeFetcher.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/hash_join_v2.go:801\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"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1180\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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/join.(*probeSideTupleFetcherBase).fetchProbeSideChunks\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/hash_join_base.go:168\ngithub.com/pingcap/tidb/pkg/executor/join.(*HashJoinV2Exec).startProbeFetcher.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/hash_join_v2.go:801\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 01:57:52.564 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.593 +03:30] [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 01:57:52.687 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.712 +03:30] [ERROR] [coprocessor.go:1180] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1182\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).nextChunk\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:612\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:331\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/session.GetRows4Test\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:343\ngithub.com/pingcap/tidb/pkg/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:332\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"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1180\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).nextChunk\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:612\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:331\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/session.GetRows4Test\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:343\ngithub.com/pingcap/tidb/pkg/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:332\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 01:57:52.717 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.725 +03:30] [ERROR] [coprocessor.go:1180] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1182\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1456\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).nextChunk\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:612\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:331\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/session.drainRecordSet\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1253\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1997\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).refreshMDLCheckTableInfo\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1036\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1194\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Start.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1538\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:103"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1180\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1456\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).nextChunk\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:612\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:331\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/session.drainRecordSet\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1253\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1997\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).refreshMDLCheckTableInfo\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1036\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1194\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Start.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1538\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:103"] [2025/04/05 01:57:52.725 +03:30] [WARN] [domain.go:1038] ["get mdl info from tidb_mdl_info failed"] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1183\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1456\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).nextChunk\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:612\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:331\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/session.drainRecordSet\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1253\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1997\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).refreshMDLCheckTableInfo\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1036\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1194\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Start.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1538\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:103\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 01:57:52.755 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.761 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.763 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.789 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.814 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.837 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.838 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.855 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:52.882 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:57:52.882 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=57] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:430\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).initPartialWorkers\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:337\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).initForParallelExec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:437\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).OpenSelf\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:267\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:247\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:437\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).openExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1266\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:599\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/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:330\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 01:57:52.888 +03:30] [ERROR] [agg_util.go:93] ["parallel hash aggregation panicked"] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:91\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).cleanup\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:248\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).sendFinalResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:170\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:243\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/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).cleanup\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:248\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).sendFinalResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:170\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:243"] [stack="github.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).cleanup\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:248\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).sendFinalResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:170\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:243"] [2025/04/05 01:57:52.897 +03:30] [ERROR] [agg_util.go:93] ["parallel hash aggregation panicked"] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:91\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507\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/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507"] [stack="github.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507"] [2025/04/05 01:57:52.928 +03:30] [ERROR] [agg_util.go:93] ["parallel hash aggregation panicked"] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:91\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507\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/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507"] [stack="github.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507"] [2025/04/05 01:57:52.934 +03:30] [ERROR] [agg_util.go:93] ["parallel hash aggregation panicked"] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:91\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507\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/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507"] [stack="github.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:463\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).fetchChildData\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:507"] [2025/04/05 01:57:52.935 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:57:52.935 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=57] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:430\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).initPartialWorkers\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:337\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).initForParallelExec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:437\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).OpenSelf\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:267\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:247\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:437\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).openExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1266\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:599\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/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:330\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 01:57:52.978 +03:30] [WARN] [agg_util.go:85] ["panic in Open(), close base executor and throw exception again"] [2025/04/05 01:57:52.978 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:57:52.978 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=57] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:430\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/tidb/pkg/executor/aggregate.closeBaseExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:86\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*StreamAggExec).OpenSelf\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_stream_executor.go:94\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*StreamAggExec).Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_stream_executor.go:67\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:437\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).openExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1266\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:599\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/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:330\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 01:57:52.999 +03:30] [ERROR] [coprocessor.go:1180] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1182\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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/aggregate.(*StreamAggExec).consumeCurGroupRowsAndFetchChild\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_stream_executor.go:196\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*StreamAggExec).consumeOneGroup\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_stream_executor.go:124\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*StreamAggExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_stream_executor.go:113\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/session.GetRows4Test\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:343\ngithub.com/pingcap/tidb/pkg/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:332\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"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1180\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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/aggregate.(*StreamAggExec).consumeCurGroupRowsAndFetchChild\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_stream_executor.go:196\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*StreamAggExec).consumeOneGroup\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_stream_executor.go:124\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*StreamAggExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_stream_executor.go:113\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/session.GetRows4Test\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:343\ngithub.com/pingcap/tidb/pkg/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:332\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 01:57:53.010 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:57:53.010 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=57] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:430\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).initPartialWorkers\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:337\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).initForParallelExec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:437\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).OpenSelf\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:267\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:247\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:437\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.(*BaseExecutorV2).Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:303\ngithub.com/pingcap/tidb/pkg/executor.(*ProjectionExec).Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/projection.go:106\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:437\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).openExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1266\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:599\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/session.(*session).ExecuteInternal\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/sqlexec/restricted_sql_executor.go:256\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).GetTaskExecInfoByExecID.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/storage/task_table.go:317\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/storage/task_table.go:169\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).GetTaskExecInfoByExecID\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/storage/task_table.go:313\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasks\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:172\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasksLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:151\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"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/05 01:57:53.010 +03:30] [ERROR] [manager.go:373] ["task manager met error"] [server-id=:4000] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:430\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).initPartialWorkers\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:337\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).initForParallelExec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:437\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).OpenSelf\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:267\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggExec).Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_executor.go:247\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:437\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.(*BaseExecutorV2).Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:303\ngithub.com/pingcap/tidb/pkg/executor.(*ProjectionExec).Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/projection.go:106\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Open\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/internal/exec/executor.go:437\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).openExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:1266\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/adapter.go:599\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/session.(*session).ExecuteInternal\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/sqlexec/restricted_sql_executor.go:256\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).GetTaskExecInfoByExecID.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/storage/task_table.go:317\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/storage/task_table.go:169\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).GetTaskExecInfoByExecID\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/storage/task_table.go:313\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasks\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:172\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasksLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:151\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/disttask/framework/taskexecutor.(*Manager).logErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:373\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasks\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:174\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasksLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:151\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"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).logErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:373\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasks\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:174\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasksLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:151\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 01:57:53.123 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:53.155 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:53.199 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:53.310 +03:30] [ERROR] [agg_util.go:93] ["parallel hash aggregation panicked"] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:91\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).cleanup\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:248\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).sendFinalResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:170\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:243\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/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).cleanup\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:248\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).sendFinalResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:170\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:243"] [stack="github.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).cleanup\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:248\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).sendFinalResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:170\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:243"] [2025/04/05 01:57:53.310 +03:30] [ERROR] [manager.go:373] ["task manager met error"] [server-id=:4000] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:91\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).cleanup\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:248\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).sendFinalResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:170\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:243\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/disttask/framework/taskexecutor.(*Manager).logErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:373\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasks\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:174\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasksLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:151\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"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).logErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:373\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasks\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:174\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasksLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:151\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 01:57:53.359 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:53.422 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:53.463 +03:30] [ERROR] [coprocessor.go:1180] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1182\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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.(*projectionInputFetcher).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/projection.go:410"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1180\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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.(*projectionInputFetcher).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/projection.go:410"] [2025/04/05 01:57:53.473 +03:30] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/05 01:57:53.482 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:53.501 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:53.505 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:53.627 +03:30] [ERROR] [coprocessor.go:1180] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1182\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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.(*projectionInputFetcher).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/projection.go:410"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1180\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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.(*projectionInputFetcher).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/projection.go:410"] [2025/04/05 01:57:53.671 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:53.729 +03:30] [ERROR] [coprocessor.go:1180] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1182\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1456\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).nextChunk\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:612\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:331\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/session.drainRecordSet\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1253\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1997\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).refreshMDLCheckTableInfo\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1036\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1194\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Start.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1538\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:103"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1180\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1456\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).nextChunk\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:612\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:331\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/session.drainRecordSet\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1253\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1997\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).refreshMDLCheckTableInfo\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1036\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1194\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Start.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1538\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:103"] [2025/04/05 01:57:53.730 +03:30] [WARN] [domain.go:1038] ["get mdl info from tidb_mdl_info failed"] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1183\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1456\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).nextChunk\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:612\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:331\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/session.drainRecordSet\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1253\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1997\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).refreshMDLCheckTableInfo\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1036\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1194\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Start.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:1538\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:103\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 01:57:53.770 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:53.782 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:53.784 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:53.789 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:53.789 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:53.789 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:53.789 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:53.791 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:53.801 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:53.804 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:53.811 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:53.812 +03:30] [ERROR] [index_lookup_join.go:383] ["outerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*outerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:383\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*outerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:395"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*outerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:383\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*outerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:395"] [2025/04/05 01:57:53.816 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:53.827 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:53.839 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:53.843 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:53.853 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:53.859 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:53.869 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:53.879 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:53.885 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:53.896 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:53.902 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:53.908 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:53.916 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:53.993 +03:30] [ERROR] [coprocessor.go:1180] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1182\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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/session.GetRows4Test\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:343\ngithub.com/pingcap/tidb/pkg/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:332\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"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1180\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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/session.GetRows4Test\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:343\ngithub.com/pingcap/tidb/pkg/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:332\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 01:57:53.996 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:54.008 +03:30] [ERROR] [coprocessor.go:1180] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1182\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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/session.GetRows4Test\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:343\ngithub.com/pingcap/tidb/pkg/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:332\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"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1180\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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/session.GetRows4Test\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:343\ngithub.com/pingcap/tidb/pkg/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:332\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 01:57:54.093 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:54.103 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:54.137 +03:30] [ERROR] [coprocessor.go:1180] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1182\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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/session.GetRows4Test\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:343\ngithub.com/pingcap/tidb/pkg/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:332\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"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1180\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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/session.GetRows4Test\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:343\ngithub.com/pingcap/tidb/pkg/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:332\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 01:57:54.199 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:54.201 +03:30] [ERROR] [coprocessor.go:1180] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1182\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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/session.GetRows4Test\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:343\ngithub.com/pingcap/tidb/pkg/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:332\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"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1180\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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/session.GetRows4Test\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:343\ngithub.com/pingcap/tidb/pkg/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:332\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 01:57:54.212 +03:30] [ERROR] [agg_util.go:93] ["parallel hash aggregation panicked"] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:91\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).cleanup\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:248\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).sendFinalResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:170\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:243\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/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).cleanup\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:248\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).sendFinalResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:170\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:243"] [stack="github.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:93\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).cleanup\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:248\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).sendFinalResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:170\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:243"] [2025/04/05 01:57:54.212 +03:30] [ERROR] [manager.go:373] ["task manager met error"] [server-id=:4000] [error="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [errorVerbose="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]\ngithub.com/pingcap/tidb/pkg/util.GetRecoverError\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/util.go:314\ngithub.com/pingcap/tidb/pkg/executor/aggregate.recoveryHashAgg\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_util.go:91\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).cleanup\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:248\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).sendFinalResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:170\ngithub.com/pingcap/tidb/pkg/executor/aggregate.(*HashAggFinalWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/aggregate/agg_hash_final_worker.go:243\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/disttask/framework/taskexecutor.(*Manager).logErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:373\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasks\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:174\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasksLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:151\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"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).logErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:373\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasks\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:174\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasksLoop\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor/manager.go:151\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 01:57:54.240 +03:30] [ERROR] [coprocessor.go:1180] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1182\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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/session.GetRows4Test\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:343\ngithub.com/pingcap/tidb/pkg/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:332\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"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1180\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*IndexReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:281\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/session.GetRows4Test\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/tidb.go:343\ngithub.com/pingcap/tidb/pkg/executor/test/aggregate.TestRandomPanicConsume\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/aggregate/aggregate_test.go:332\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 01:57:54.250 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:54.267 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:54.294 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:54.318 +03:30] [ERROR] [coprocessor.go:1292] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1294\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1292\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1305\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:861"] [2025/04/05 01:57:54.368 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:54.371 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:54.371 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:54.372 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:54.374 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:54.374 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:54.376 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:54.378 +03:30] [ERROR] [coprocessor.go:1180] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1182\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*indexWorker).extractTaskHandles\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:1142\ngithub.com/pingcap/tidb/pkg/executor.(*indexWorker).fetchHandles\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:1064\ngithub.com/pingcap/tidb/pkg/executor.(*IndexLookUpExecutor).startIndexWorker.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:807\ngithub.com/pingcap/tidb/pkg/executor.(*workerPool).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/utils.go:243"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1180\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*indexWorker).extractTaskHandles\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:1142\ngithub.com/pingcap/tidb/pkg/executor.(*indexWorker).fetchHandles\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:1064\ngithub.com/pingcap/tidb/pkg/executor.(*IndexLookUpExecutor).startIndexWorker.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:807\ngithub.com/pingcap/tidb/pkg/executor.(*workerPool).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/utils.go:243"] [2025/04/05 01:57:54.379 +03:30] [ERROR] [index_lookup_join.go:383] ["outerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*outerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:383\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*outerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:395"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*outerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:383\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*outerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:395"] [2025/04/05 01:57:54.380 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:54.382 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:54.383 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:54.386 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:54.386 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:54.388 +03:30] [ERROR] [index_lookup_join.go:512] ["innerWorker panicked"] [recover="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [stack="github.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:512\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:553\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:530"] [2025/04/05 01:57:54.389 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:54.392 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:54.392 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:54.393 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:54.395 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:54.398 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*outerWorker).buildTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:441\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinOuterWorker).buildTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:408\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinOuterWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:369\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:173\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*outerWorker).buildTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:441\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinOuterWorker).buildTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:408\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinOuterWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:369\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:173\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:54.398 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:54.399 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:54.401 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:54.404 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:54.404 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:54.404 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:54.406 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:54.407 +03:30] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:96\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:94\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*innerWorker).constructLookupContent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_join.go:591\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).fetchInnerResults\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:651\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:717\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/misc.go:99"] [2025/04/05 01:57:54.423 +03:30] [ERROR] [coprocessor.go:1180] ["copIteratorWork meet panic"] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1182\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*indexWorker).extractTaskHandles\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:1142\ngithub.com/pingcap/tidb/pkg/executor.(*indexWorker).fetchHandles\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:1064\ngithub.com/pingcap/tidb/pkg/executor.(*IndexLookUpExecutor).startIndexWorker.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:807\ngithub.com/pingcap/tidb/pkg/executor.(*workerPool).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/utils.go:243"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1180\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopPagingResult\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1526\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1453\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*indexWorker).extractTaskHandles\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:1142\ngithub.com/pingcap/tidb/pkg/executor.(*indexWorker).fetchHandles\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:1064\ngithub.com/pingcap/tidb/pkg/executor.(*IndexLookUpExecutor).startIndexWorker.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/distsql.go:807\ngithub.com/pingcap/tidb/pkg/executor.(*workerPool).run\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/utils.go:243"] [2025/04/05 01:57:54.507 +03:30] [ERROR] [coprocessor.go:1180] ["copIteratorWork meet panic"] [category=ddl-notifier] [r="failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1]"] ["stack trace"="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1182\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1456\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).nextChunk\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:612\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:331\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.(*LimitExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/select.go:466\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/notifier.(*listResult).Read\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/notifier/store.go:180\ngithub.com/pingcap/tidb/pkg/ddl/notifier.(*DDLNotifier).processEvents\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/notifier/subscribe.go:204\ngithub.com/pingcap/tidb/pkg/ddl/notifier.(*DDLNotifier).start\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/notifier/subscribe.go:163\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"] [stack="github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq.func1\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1180\nruntime.gopanic\n\t/home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\t/home/prow/go/pkg/mod/github.com/pingcap/failpoint@v0.0.0-20240528011301-b51a646c7c86/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).checkRespOOM\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1070\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleCopResponse\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1633\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1456\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).nextChunk\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:612\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/table_reader.go:331\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.(*LimitExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/select.go:466\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/notifier.(*listResult).Read\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/notifier/store.go:180\ngithub.com/pingcap/tidb/pkg/ddl/notifier.(*DDLNotifier).processEvents\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/notifier/subscribe.go:204\ngithub.com/pingcap/tidb/pkg/ddl/notifier.(*DDLNotifier).start\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/notifier/subscribe.go:163\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"] panic: assert failed, error processing events: failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1] [recovered] panic: assert failed, error processing events: failpoint panic: ERROR 1105 (HY000): Out Of Memory Quota![conn=1] goroutine 1506 [running]: github.com/pingcap/tidb/pkg/ddl/notifier.(*DDLNotifier).OnBecomeOwner.func1({0x5fa23c0?, 0xc009ca96f0?}) /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/notifier/subscribe.go:340 +0x272 github.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithRecover.func1.1() /home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:195 +0x39 panic({0x5fa23c0?, 0xc009ca96f0?}) /home/prow/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.8.linux-amd64/src/runtime/panic.go:791 +0x132 github.com/pingcap/tidb/pkg/util/intest.doPanic(...) /home/prow/go/src/github.com/pingcap/tidb/pkg/util/intest/assert_common.go:58 github.com/pingcap/tidb/pkg/util/intest.doAssert(...) /home/prow/go/src/github.com/pingcap/tidb/pkg/util/intest/assert_common.go:30 github.com/pingcap/tidb/pkg/util/intest.Assert(...) /home/prow/go/src/github.com/pingcap/tidb/pkg/util/intest/assert.go:25 github.com/pingcap/tidb/pkg/ddl/notifier.(*DDLNotifier).start(0xc00a5eecc0) /home/prow/go/src/github.com/pingcap/tidb/pkg/ddl/notifier/subscribe.go:164 +0x57e github.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithRecover.func1() /home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:199 +0x53 created by github.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithRecover in goroutine 1493 /home/prow/go/src/github.com/pingcap/tidb/pkg/util/wait_group_wrapper.go:191 +0x90 [FAIL] pkg/executor/test/passwordtest TestFailedLoginTracking err=exit status 1 [2025/04/05 01:57:54.119 +03:30] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 01:57:54.120 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:54.120 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:54.120 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:54.120 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:54.121 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:54.122 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=31066eff-06c6-4271-9261-c1283c390717] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:57:54.128 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:57:54.128 +03:30] [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 01:57:54.129 +03:30] [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/passwordtest.TestFailedLoginTracking\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:356\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 01:57:54.151 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=22.702426ms] [2025/04/05 01:57:54.151 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:57:54.152 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=504002c9-9579-423b-906a-298d7d42a1de] [runWorker=true] [jobVersion=v2] [2025/04/05 01:57:54.152 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:57:54.152 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:57:54.152 +03:30] [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 01:57:54.152 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:57:54.152 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:57:54.152 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:57:54.152 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:57:54.152 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:57:54.152 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:57:54.152 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:57:54.152 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:57:54.152 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:57:54.152 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:57:54.155 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:57:54.155 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=504002c9-9579-423b-906a-298d7d42a1de] [2025/04/05 01:57:54.155 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:57:54.155 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:57:54.155 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:57:54.155 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:57:54.156 +03:30] [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 01:57:54.355 +03:30] [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 01:57:54.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.356 +03:30] [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 01:57:54.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 01:57:54.356 +03:30] [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 01:57:54.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.375 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=16.62562ms] [2025/04/05 01:57:54.375 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:57:54.376 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.376 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 01:57:54.378 +03:30] [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.228034ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.380 +03:30] [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 01:57:54.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.382 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 01:57:54.382 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 01:57:54.383 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 01:57:54.383 +03:30] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Europe/Berlin] [2025/04/05 01:57:54.386 +03:30] [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 01:57:54.384 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.386 +03:30] [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 01:57:54.384 +0330 +0330, 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 01:57:54.387 +03:30] [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 01:57:54.384 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.392 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=717.678µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.393 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.393 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 01:57:54.394 +03:30] [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.736056ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.384 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.396 +03:30] [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 01:57:54.384 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.401 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 01:57:54.401 +03:30] [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 01:57:54.402 +03:30] [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 01:57:54.402 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.402 +03:30] [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 01:57:54.402 +0330 +0330, 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 01:57:54.403 +03:30] [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 01:57:54.402 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.405 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=203.906µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.407 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.407 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 01:57:54.408 +03:30] [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.04053ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.402 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.409 +03:30] [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 01:57:54.402 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.411 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 01:57:54.411 +03:30] [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 01:57:54.412 +03:30] [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 01:57:54.412 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.412 +03:30] [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 01:57:54.412 +0330 +0330, 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 01:57:54.413 +03:30] [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 01:57:54.412 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.415 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=182.186µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.416 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.416 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 01:57:54.418 +03:30] [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.02543ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.412 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.419 +03:30] [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 01:57:54.412 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.421 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 01:57:54.421 +03:30] [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 01:57:54.423 +03:30] [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 01:57:54.422 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.423 +03:30] [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 01:57:54.422 +0330 +0330, 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 01:57:54.424 +03:30] [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 01:57:54.422 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.427 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=444.364µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.428 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.428 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 01:57:54.429 +03:30] [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.25305ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.422 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.430 +03:30] [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 01:57:54.422 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.433 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 01:57:54.433 +03:30] [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 01:57:54.435 +03:30] [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 01:57:54.434 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.435 +03:30] [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 01:57:54.434 +0330 +0330, 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 01:57:54.436 +03:30] [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 01:57:54.434 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.438 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=260.393µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.439 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.439 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 01:57:54.441 +03:30] [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.049296ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.434 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.442 +03:30] [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 01:57:54.434 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.444 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 01:57:54.444 +03:30] [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 01:57:54.446 +03:30] [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 01:57:54.445 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.446 +03:30] [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 01:57:54.445 +0330 +0330, 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 01:57:54.447 +03:30] [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 01:57:54.445 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.449 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=256.505µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.449 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.449 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 01:57:54.452 +03:30] [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.057115ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.445 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.453 +03:30] [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 01:57:54.445 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.455 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 01:57:54.455 +03:30] [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 01:57:54.456 +03:30] [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 01:57:54.456 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.457 +03:30] [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 01:57:54.456 +0330 +0330, 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 01:57:54.458 +03:30] [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 01:57:54.456 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.459 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=147.417µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.460 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.460 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 01:57:54.461 +03:30] [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.04092ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.456 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.462 +03:30] [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 01:57:54.456 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.464 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 01:57:54.464 +03:30] [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 01:57:54.465 +03:30] [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 01:57:54.465 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.465 +03:30] [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 01:57:54.465 +0330 +0330, 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 01:57:54.466 +03:30] [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 01:57:54.465 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.468 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=155.906µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.468 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.468 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 01:57:54.471 +03:30] [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.984571ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.465 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.472 +03:30] [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 01:57:54.465 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.473 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 01:57:54.474 +03:30] [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 01:57:54.475 +03:30] [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 01:57:54.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.475 +03:30] [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 01:57:54.475 +0330 +0330, 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 01:57:54.476 +03:30] [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 01:57:54.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.478 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=197.81µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.479 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.479 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 01:57:54.480 +03:30] [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.073651ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.481 +03:30] [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 01:57:54.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.483 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 01:57:54.483 +03:30] [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 01:57:54.485 +03:30] [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 01:57:54.484 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.485 +03:30] [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 01:57:54.484 +0330 +0330, 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 01:57:54.486 +03:30] [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 01:57:54.484 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.487 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=184.054µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.488 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.488 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 01:57:54.490 +03:30] [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.99008ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.484 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.491 +03:30] [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 01:57:54.484 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.493 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 01:57:54.493 +03:30] [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 01:57:54.493 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:54.495 +03:30] [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 01:57:54.494 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.495 +03:30] [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 01:57:54.494 +0330 +0330, 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 01:57:54.496 +03:30] [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 01:57:54.494 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.498 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=292.141µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.499 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.499 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 01:57:54.500 +03:30] [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.035622ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.494 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.501 +03:30] [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 01:57:54.494 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.503 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 01:57:54.503 +03:30] [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 01:57:54.505 +03:30] [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 01:57:54.504 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.505 +03:30] [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 01:57:54.504 +0330 +0330, 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 01:57:54.507 +03:30] [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 01:57:54.504 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.509 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=233.539µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.509 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.509 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 01:57:54.510 +03:30] [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.009984ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.504 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.511 +03:30] [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 01:57:54.504 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.513 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 01:57:54.513 +03:30] [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 01:57:54.515 +03:30] [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 01:57:54.514 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.515 +03:30] [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 01:57:54.514 +0330 +0330, 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 01:57:54.516 +03:30] [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 01:57:54.514 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.518 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=209.516µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.518 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.518 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 01:57:54.521 +03:30] [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.011749ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.514 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.522 +03:30] [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 01:57:54.514 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.524 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 01:57:54.524 +03:30] [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 01:57:54.525 +03:30] [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 01:57:54.525 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.525 +03:30] [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 01:57:54.525 +0330 +0330, 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 01:57:54.526 +03:30] [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 01:57:54.525 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.528 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=269.07µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.529 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.529 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 01:57:54.530 +03:30] [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.179014ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.525 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.531 +03:30] [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 01:57:54.525 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.533 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 01:57:54.533 +03:30] [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 01:57:54.534 +03:30] [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 01:57:54.534 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.534 +03:30] [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 01:57:54.534 +0330 +0330, 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 01:57:54.535 +03:30] [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 01:57:54.534 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.537 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=178.365µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.538 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.538 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 01:57:54.540 +03:30] [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.967456ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.534 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.541 +03:30] [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 01:57:54.534 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.543 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 01:57:54.543 +03:30] [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 01:57:54.544 +03:30] [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 01:57:54.544 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.544 +03:30] [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 01:57:54.544 +0330 +0330, 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 01:57:54.545 +03:30] [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 01:57:54.544 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.547 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=204.866µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.548 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.548 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 01:57:54.549 +03:30] [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.020428ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.544 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.550 +03:30] [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 01:57:54.544 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.552 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 01:57:54.552 +03:30] [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 01:57:54.553 +03:30] [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 01:57:54.553 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.553 +03:30] [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 01:57:54.553 +0330 +0330, 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 01:57:54.554 +03:30] [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 01:57:54.553 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.556 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=192.496µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.557 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.557 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 01:57:54.558 +03:30] [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.126212ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.553 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.559 +03:30] [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 01:57:54.553 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.561 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 01:57:54.561 +03:30] [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 01:57:54.564 +03:30] [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 01:57:54.563 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.564 +03:30] [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 01:57:54.563 +0330 +0330, 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 01:57:54.564 +03:30] [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 01:57:54.563 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.567 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=289.954µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.567 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.567 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 01:57:54.568 +03:30] [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.107549ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.563 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.570 +03:30] [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 01:57:54.563 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.572 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 01:57:54.572 +03:30] [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 01:57:54.574 +03:30] [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 01:57:54.573 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.574 +03:30] [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 01:57:54.573 +0330 +0330, 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 01:57:54.575 +03:30] [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 01:57:54.573 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.577 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=215.75µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.578 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.578 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 01:57:54.580 +03:30] [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.050256ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.573 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.581 +03:30] [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 01:57:54.573 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.583 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 01:57:54.583 +03:30] [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 01:57:54.586 +03:30] [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 01:57:54.585 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.586 +03:30] [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 01:57:54.585 +0330 +0330, 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 01:57:54.587 +03:30] [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 01:57:54.585 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.590 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=193.673µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.591 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.591 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 01:57:54.591 +03:30] [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.014022ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.585 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.593 +03:30] [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 01:57:54.585 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.596 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 01:57:54.596 +03:30] [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 01:57:54.599 +03:30] [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 01:57:54.598 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.599 +03:30] [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 01:57:54.598 +0330 +0330, 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 01:57:54.600 +03:30] [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 01:57:54.598 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.603 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=140.759µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.604 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.604 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 01:57:54.617 +03:30] [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"=14.245359ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.598 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.618 +03:30] [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 01:57:54.598 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.620 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 01:57:54.620 +03:30] [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 01:57:54.622 +03:30] [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 01:57:54.621 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.622 +03:30] [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 01:57:54.621 +0330 +0330, 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 01:57:54.623 +03:30] [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 01:57:54.621 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.625 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=246.374µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.626 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.626 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 01:57:54.627 +03:30] [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.005969ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.621 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.629 +03:30] [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 01:57:54.621 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.631 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 01:57:54.631 +03:30] [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 01:57:54.633 +03:30] [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 01:57:54.632 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.633 +03:30] [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 01:57:54.632 +0330 +0330, 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 01:57:54.634 +03:30] [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 01:57:54.632 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.635 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=183.242µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.636 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.636 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 01:57:54.637 +03:30] [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.590671ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.632 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.638 +03:30] [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 01:57:54.632 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.640 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 01:57:54.640 +03:30] [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 01:57:54.642 +03:30] [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 01:57:54.641 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.642 +03:30] [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 01:57:54.641 +0330 +0330, 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 01:57:54.643 +03:30] [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 01:57:54.641 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.645 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=202.049µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.646 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.646 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 01:57:54.648 +03:30] [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.03288ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.641 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.649 +03:30] [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 01:57:54.641 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.651 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 01:57:54.651 +03:30] [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 01:57:54.653 +03:30] [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 01:57:54.652 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.653 +03:30] [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 01:57:54.652 +0330 +0330, 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 01:57:54.654 +03:30] [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 01:57:54.652 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.655 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=159.431µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.657 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.657 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 01:57:54.658 +03:30] [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.929397ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.652 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.659 +03:30] [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 01:57:54.652 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.660 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 01:57:54.660 +03:30] [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 01:57:54.662 +03:30] [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 01:57:54.661 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.662 +03:30] [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 01:57:54.661 +0330 +0330, 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 01:57:54.663 +03:30] [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 01:57:54.661 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.664 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=187.843µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.665 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.665 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 01:57:54.667 +03:30] [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.977364ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.661 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.668 +03:30] [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 01:57:54.661 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.670 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 01:57:54.670 +03:30] [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 01:57:54.671 +03:30] [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 01:57:54.671 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.671 +03:30] [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 01:57:54.671 +0330 +0330, 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 01:57:54.672 +03:30] [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 01:57:54.671 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.674 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=151.193µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.674 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.674 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 01:57:54.677 +03:30] [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.97934ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.671 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.678 +03:30] [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 01:57:54.671 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.680 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 01:57:54.680 +03:30] [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 01:57:54.680 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:54.682 +03:30] [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 01:57:54.681 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.682 +03:30] [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 01:57:54.681 +0330 +0330, 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 01:57:54.682 +03:30] [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 01:57:54.681 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.684 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=183.778µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.685 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.685 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 01:57:54.687 +03:30] [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.010057ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.681 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.688 +03:30] [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 01:57:54.681 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.690 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 01:57:54.690 +03:30] [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 01:57:54.692 +03:30] [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 01:57:54.691 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.692 +03:30] [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 01:57:54.691 +0330 +0330, 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 01:57:54.692 +03:30] [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 01:57:54.691 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.694 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=214.269µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.695 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.695 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 01:57:54.697 +03:30] [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.034155ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.691 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.698 +03:30] [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 01:57:54.691 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.700 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 01:57:54.700 +03:30] [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 01:57:54.701 +03:30] [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 01:57:54.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.701 +03:30] [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 01:57:54.701 +0330 +0330, 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 01:57:54.703 +03:30] [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 01:57:54.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.704 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=210.088µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.705 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.705 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 01:57:54.706 +03:30] [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.352603ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.708 +03:30] [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 01:57:54.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.709 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 01:57:54.709 +03:30] [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 01:57:54.711 +03:30] [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 01:57:54.71 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.711 +03:30] [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 01:57:54.71 +0330 +0330, 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 01:57:54.712 +03:30] [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 01:57:54.71 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.715 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=315.056µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.715 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.715 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 01:57:54.716 +03:30] [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.096744ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.71 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.718 +03:30] [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 01:57:54.71 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.720 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 01:57:54.720 +03:30] [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 01:57:54.721 +03:30] [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 01:57:54.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.721 +03:30] [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 01:57:54.721 +0330 +0330, 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 01:57:54.722 +03:30] [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 01:57:54.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.723 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=119.082µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.724 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.724 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 01:57:54.726 +03:30] [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.902642ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.727 +03:30] [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 01:57:54.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.729 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 01:57:54.729 +03:30] [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 01:57:54.731 +03:30] [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 01:57:54.73 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.731 +03:30] [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 01:57:54.73 +0330 +0330, 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 01:57:54.732 +03:30] [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 01:57:54.73 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.734 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=186.059µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:57:54.734 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.734 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 01:57:54.737 +03:30] [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.008668ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.73 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.738 +03:30] [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 01:57:54.73 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.740 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 01:57:54.741 +03:30] [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 01:57:54.741 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.741 +03:30] [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 01:57:54.741 +0330 +0330, 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 01:57:54.742 +03:30] [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 01:57:54.741 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.744 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=179.777µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.744 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.744 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 01:57:54.746 +03:30] [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.954919ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.741 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.747 +03:30] [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 01:57:54.741 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.749 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 01:57:54.749 +03:30] [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 01:57:54.751 +03:30] [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 01:57:54.75 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.751 +03:30] [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 01:57:54.75 +0330 +0330, 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 01:57:54.752 +03:30] [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 01:57:54.75 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.753 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=166.484µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.754 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.754 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 01:57:54.756 +03:30] [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.345948ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.75 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.757 +03:30] [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 01:57:54.75 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.758 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 01:57:54.758 +03:30] [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 01:57:54.760 +03:30] [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 01:57:54.759 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.760 +03:30] [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 01:57:54.759 +0330 +0330, 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 01:57:54.761 +03:30] [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 01:57:54.759 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.763 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=155.612µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.763 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.763 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 01:57:54.765 +03:30] [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.991396ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.759 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.766 +03:30] [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 01:57:54.759 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.768 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 01:57:54.768 +03:30] [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 01:57:54.770 +03:30] [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 01:57:54.769 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.770 +03:30] [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 01:57:54.769 +0330 +0330, 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 01:57:54.771 +03:30] [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 01:57:54.769 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.773 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=293.857µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.774 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.774 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 01:57:54.775 +03:30] [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.046025ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.769 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.776 +03:30] [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 01:57:54.769 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.778 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 01:57:54.778 +03:30] [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 01:57:54.780 +03:30] [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 01:57:54.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.780 +03:30] [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 01:57:54.779 +0330 +0330, 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 01:57:54.781 +03:30] [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 01:57:54.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.783 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=272.775µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.784 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.784 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 01:57:54.785 +03:30] [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.01557ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.786 +03:30] [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 01:57:54.779 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.788 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 01:57:54.788 +03:30] [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 01:57:54.790 +03:30] [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 01:57:54.789 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.790 +03:30] [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 01:57:54.789 +0330 +0330, 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 01:57:54.791 +03:30] [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 01:57:54.789 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.794 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=309.148µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.794 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.794 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 01:57:54.795 +03:30] [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.059148ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.789 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.796 +03:30] [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 01:57:54.789 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.799 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 01:57:54.799 +03:30] [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 01:57:54.801 +03:30] [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 01:57:54.8 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.801 +03:30] [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 01:57:54.8 +0330 +0330, 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 01:57:54.802 +03:30] [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 01:57:54.8 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.804 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=366.726µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.805 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.805 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 01:57:54.806 +03:30] [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.135988ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.8 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.807 +03:30] [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 01:57:54.8 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.809 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 01:57:54.809 +03:30] [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 01:57:54.811 +03:30] [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 01:57:54.81 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.811 +03:30] [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 01:57:54.81 +0330 +0330, 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 01:57:54.813 +03:30] [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 01:57:54.81 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.815 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=335.493µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.816 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.816 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 01:57:54.817 +03:30] [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.10301ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.81 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.818 +03:30] [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 01:57:54.81 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.821 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 01:57:54.821 +03:30] [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 01:57:54.823 +03:30] [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 01:57:54.822 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.823 +03:30] [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 01:57:54.822 +0330 +0330, 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 01:57:54.824 +03:30] [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 01:57:54.822 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.826 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=311.458µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.827 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.827 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 01:57:54.828 +03:30] [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.107611ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.822 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.829 +03:30] [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 01:57:54.822 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.832 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 01:57:54.832 +03:30] [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 01:57:54.834 +03:30] [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 01:57:54.833 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.834 +03:30] [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 01:57:54.833 +0330 +0330, 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 01:57:54.835 +03:30] [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 01:57:54.833 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.837 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=264.867µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.837 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.837 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 01:57:54.839 +03:30] [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.021992ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.833 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.840 +03:30] [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 01:57:54.833 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.842 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 01:57:54.842 +03:30] [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 01:57:54.844 +03:30] [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 01:57:54.843 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.844 +03:30] [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 01:57:54.843 +0330 +0330, 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 01:57:54.845 +03:30] [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 01:57:54.843 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.847 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=269.419µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.848 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.848 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 01:57:54.849 +03:30] [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.023683ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.843 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.850 +03:30] [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 01:57:54.843 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.852 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 01:57:54.852 +03:30] [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 01:57:54.854 +03:30] [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 01:57:54.853 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.854 +03:30] [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 01:57:54.853 +0330 +0330, 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 01:57:54.855 +03:30] [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 01:57:54.853 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.858 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=359.191µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.859 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.859 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 01:57:54.860 +03:30] [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.301467ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.853 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.862 +03:30] [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 01:57:54.853 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.864 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 01:57:54.864 +03:30] [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 01:57:54.866 +03:30] [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 01:57:54.865 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.866 +03:30] [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 01:57:54.865 +0330 +0330, 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 01:57:54.867 +03:30] [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 01:57:54.865 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.869 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=264.394µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.870 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.870 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 01:57:54.871 +03:30] [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.022668ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.865 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.872 +03:30] [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 01:57:54.865 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.874 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 01:57:54.874 +03:30] [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 01:57:54.876 +03:30] [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 01:57:54.875 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.876 +03:30] [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 01:57:54.875 +0330 +0330, 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 01:57:54.877 +03:30] [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 01:57:54.875 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.879 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=222.816µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.879 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.879 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 01:57:54.880 +03:30] [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.128167ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.875 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.882 +03:30] [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 01:57:54.875 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.883 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 01:57:54.883 +03:30] [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 01:57:54.885 +03:30] [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 01:57:54.884 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.885 +03:30] [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 01:57:54.884 +0330 +0330, 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 01:57:54.886 +03:30] [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 01:57:54.884 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.888 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=188.548µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.888 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.888 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 01:57:54.890 +03:30] [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.988552ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.884 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.891 +03:30] [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 01:57:54.884 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.893 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 01:57:54.893 +03:30] [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 01:57:54.893 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:57:54.895 +03:30] [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 01:57:54.894 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.895 +03:30] [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 01:57:54.894 +0330 +0330, 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 01:57:54.896 +03:30] [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 01:57:54.894 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.897 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=229.929µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.898 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.898 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 01:57:54.900 +03:30] [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.004209ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.894 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.901 +03:30] [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 01:57:54.894 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.903 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 01:57:54.903 +03:30] [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 01:57:54.905 +03:30] [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 01:57:54.904 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.905 +03:30] [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 01:57:54.904 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 01:57:54.906 +03:30] [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 01:57:54.904 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.907 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=54.567µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 01:57:54.908 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.908 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 01:57:54.909 +03:30] [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.484423ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.904 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.910 +03:30] [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 01:57:54.904 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.912 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 01:57:54.912 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 01:57:54.913 +03:30] [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 01:57:54.913 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.913 +03:30] [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 01:57:54.913 +0330 +0330, 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 01:57:54.914 +03:30] [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 01:57:54.913 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.916 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=142.721µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:57:54.916 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.916 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 01:57:54.919 +03:30] [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.980116ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.913 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.920 +03:30] [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 01:57:54.913 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.921 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 01:57:54.923 +03:30] [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 01:57:54.922 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.923 +03:30] [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 01:57:54.922 +0330 +0330, 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 01:57:54.924 +03:30] [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 01:57:54.922 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.927 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=282.387µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.927 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.927 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 01:57:54.928 +03:30] [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.10527ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.922 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.930 +03:30] [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 01:57:54.922 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.933 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 01:57:54.933 +03:30] [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 01:57:54.934 +03:30] [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 01:57:54.934 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.934 +03:30] [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 01:57:54.934 +0330 +0330, 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 01:57:54.935 +03:30] [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 01:57:54.934 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.937 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=210.387µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.938 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.938 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 01:57:54.940 +03:30] [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.051855ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.934 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.941 +03:30] [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 01:57:54.934 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.944 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 01:57:54.944 +03:30] [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 01:57:54.945 +03:30] [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 01:57:54.945 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:57:54.945 +03:30] [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 01:57:54.945 +0330 +0330, 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 01:57:54.946 +03:30] [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 01:57:54.945 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.948 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=207.408µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:57:54.949 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:57:54.949 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 01:57:54.951 +03:30] [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.051008ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 01:57:54.945 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.952 +03:30] [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 01:57:54.945 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:57:54.954 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 01:57:54.954 +03:30] [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 01:57:54.973 +03:30] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=820.951688ms] [2025/04/05 01:57:54.973 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:57:54.974 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=504002c9-9579-423b-906a-298d7d42a1de] [2025/04/05 01:57:54.974 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:57:54.974 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:57:54.974 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=3.189µs] [2025/04/05 01:57:54.974 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.864µs] [2025/04/05 01:57:54.974 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.006µs] [2025/04/05 01:57:54.974 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.358µs] [2025/04/05 01:57:54.974 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.224µs] [2025/04/05 01:57:54.974 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=9.42µs] [2025/04/05 01:57:54.974 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=2.743µs] [2025/04/05 01:57:54.974 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=1.928µs] [2025/04/05 01:57:54.974 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.106µs] [2025/04/05 01:57:54.974 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=2.595µs] [2025/04/05 01:57:54.974 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=504002c9-9579-423b-906a-298d7d42a1de] [2025/04/05 01:57:54.974 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:57:54.974 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:57:54.975 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=504002c9-9579-423b-906a-298d7d42a1de] ["take time"=1.769436ms] [2025/04/05 01:57:54.975 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=504002c9-9579-423b-906a-298d7d42a1de] [2025/04/05 01:57:54.976 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:57:54.976 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:57:54.976 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:57:54.976 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:57:54.976 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:57:54.976 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:57:54.976 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:57:54.976 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:57:54.976 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:57:54.976 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:57:54.976 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:57:54.976 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:57:54.976 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:57:54.976 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:57:54.976 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=3.006743ms] [2025/04/05 01:57:54.976 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=31066eff-06c6-4271-9261-c1283c390717] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:57:54.981 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:57:54.981 +03:30] [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 01:57:54.994 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=12.803152ms] [2025/04/05 01:57:54.994 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:57:54.995 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=b946e646-3542-4e1e-a35a-d01bc5937776] [runWorker=true] [jobVersion=v2] [2025/04/05 01:57:54.995 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:57:54.995 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:57:54.995 +03:30] [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 01:57:54.995 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:57:54.995 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:57:54.995 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:57:54.995 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:57:54.995 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:57:54.995 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:57:54.995 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:57:54.995 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:57:54.995 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:57:54.995 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:57:55.013 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:57:55.013 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=b946e646-3542-4e1e-a35a-d01bc5937776] [2025/04/05 01:57:55.013 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:57:55.013 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:57:55.013 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:57:55.013 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:57:55.013 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:57:55.013 +03:30] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 01:57:55.016 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=b946e646-3542-4e1e-a35a-d01bc5937776] [2025/04/05 01:57:55.017 +03:30] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 01:57:55.018 +03:30] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 01:57:55.018 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:57:55.019 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:57:55.020 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:57:55.020 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:57:55.020 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:57:55.021 +03:30] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 01:57:55.021 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:57:55.021 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:57:55.021 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:57:55.021 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:57:55.021 +03:30] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=434.8GiB] [2025/04/05 01:57:55.022 +03:30] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 01:57:55.022 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=b946e646-3542-4e1e-a35a-d01bc5937776] [2025/04/05 01:57:55.022 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=b946e646-3542-4e1e-a35a-d01bc5937776] [ttl-worker=task-manager] [ttl-worker=b946e646-3542-4e1e-a35a-d01bc5937776] [originalCount=0] [newCount=4] [2025/04/05 01:57:55.022 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=b946e646-3542-4e1e-a35a-d01bc5937776] [ttl-worker=task-manager] [ttl-worker=b946e646-3542-4e1e-a35a-d01bc5937776] [originalCount=0] [newCount=4] [2025/04/05 01:57:55.022 +03:30] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=b946e646-3542-4e1e-a35a-d01bc5937776] [2025/04/05 01:57:55.024 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:57:55.027 +03:30] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 01:57:55.027 +03:30] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 01:57:55.029 +03:30] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_schema_cache_size] [val=0] [2025/04/05 01:57:55.038 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {testu1@localhost password = ***}"] [user=] [2025/04/05 01:57:55.040 +03:30] [WARN] [cache.go:448] ["load mysql.user fail"] [error="parsing time \"Sat Apr 5 01:57:55 +0330 2025\" as \"Mon Jan _2 15:04:05 MST 2006\": cannot parse \"+0330 2025\" as \"MST\""] [errorVerbose="parsing time \"Sat Apr 5 01:57:55 +0330 2025\" as \"Mon Jan _2 15:04:05 MST 2006\": cannot parse \"+0330 2025\" as \"MST\"\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/privilege/privileges.loadTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:933\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*MySQLPrivilege).LoadUserTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:693\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*MySQLPrivilege).LoadAll\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:446\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*Handle).UpdateAll\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:2162\ngithub.com/pingcap/tidb/pkg/domain.privReloadEvent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:2042\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).notifyUpdatePrivilege\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3035\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).NotifyUpdatePrivilege\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3006\ngithub.com/pingcap/tidb/pkg/session.autolockAction\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2947\ngithub.com/pingcap/tidb/pkg/session.(*session).Auth\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2805\ngithub.com/pingcap/tidb/pkg/executor/test/passwordtest.TestFailedLoginTracking\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:362\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 01:57:55.040 +03:30] [ERROR] [privileges.go:503] ["Access denied for user 'testu1'@'localhost'. Account is blocked for 1 day(s) (1 day(s) remaining) due to 1 consecutive failed logins."] [stack="github.com/pingcap/tidb/pkg/privilege/privileges.GenerateAccountAutoLockErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/privileges.go:503\ngithub.com/pingcap/tidb/pkg/executor/test/passwordtest.TestFailedLoginTracking\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:364\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 01:57:55.040 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:57:55.040 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=b946e646-3542-4e1e-a35a-d01bc5937776] [2025/04/05 01:57:55.040 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:57:55.040 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:57:55.040 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=b946e646-3542-4e1e-a35a-d01bc5937776] [2025/04/05 01:57:55.040 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:57:55.040 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:57:55.040 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=b946e646-3542-4e1e-a35a-d01bc5937776] ["take time"=124.791µs] [2025/04/05 01:57:55.041 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=b946e646-3542-4e1e-a35a-d01bc5937776] [2025/04/05 01:57:55.041 +03:30] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 01:57:55.041 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=b946e646-3542-4e1e-a35a-d01bc5937776] [ttl-worker=task-manager] [ttl-worker=b946e646-3542-4e1e-a35a-d01bc5937776] [originalCount=4] [newCount=0] [2025/04/05 01:57:55.041 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:57:55.041 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:57:55.041 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:57:55.041 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:57:55.041 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=b946e646-3542-4e1e-a35a-d01bc5937776] [ttl-worker=task-manager] [ttl-worker=b946e646-3542-4e1e-a35a-d01bc5937776] [originalCount=4] [newCount=0] [2025/04/05 01:57:55.041 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:57:55.041 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:57:55.041 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:57:55.041 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:57:55.042 +03:30] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=b946e646-3542-4e1e-a35a-d01bc5937776] [2025/04/05 01:57:55.042 +03:30] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 01:57:55.042 +03:30] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 01:57:55.042 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:57:55.042 +03:30] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 01:57:55.042 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:57:55.042 +03:30] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 01:57:55.042 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:57:55.042 +03:30] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 01:57:55.042 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:57:55.042 +03:30] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 01:57:55.042 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:57:55.042 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:57:55.042 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:57:55.042 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:57:55.042 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:57:55.042 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:57:55.042 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:57:55.042 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:57:55.042 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:57:55.042 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:57:55.042 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:57:55.042 +03:30] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 01:57:55.042 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:57:55.042 +03:30] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 01:57:55.042 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:57:55.042 +03:30] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 01:57:55.042 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:57:55.042 +03:30] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 01:57:55.042 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:57:55.044 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:57:55.044 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:57:55.044 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:57:55.044 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:57:55.044 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:57:55.044 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:57:55.044 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:57:55.044 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:57:55.044 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:57:55.044 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:57:55.044 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:57:55.044 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:57:55.044 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:57:55.044 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=b946e646-3542-4e1e-a35a-d01bc5937776] [2025/04/05 01:57:55.044 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=b946e646-3542-4e1e-a35a-d01bc5937776] [2025/04/05 01:57:55.044 +03:30] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 01:57:55.044 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:57:55.044 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=b946e646-3542-4e1e-a35a-d01bc5937776] [2025/04/05 01:57:55.044 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=b946e646-3542-4e1e-a35a-d01bc5937776] [2025/04/05 01:57:55.044 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:57:55.044 +03:30] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 01:57:55.044 +03:30] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 01:57:55.044 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:57:55.045 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=4.303536ms] [2025/04/05 01:57:55.045 +03:30] [INFO] [db.go:567] ["Closing database"] [2025/04/05 01:57:55.045 +03:30] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 01:57:55.045 +03:30] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 01:57:55.045 +03:30] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 01:57:55.045 +03:30] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 01:57:55.045 +03:30] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestFailedLoginTracking (0.94s) testkit.go:123: RefreshSession rand seed: 1743805675024939823 password_management_test.go:365: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:365 Error: Not equal: expected: "[privilege:8049]mysql.user" actual : "[privilege:3955]Access denied for user 'testu1'@'localhost'. Account is blocked for 1 day(s) (1 day(s) remaining) due to 1 consecutive failed logins." Diff: --- Expected +++ Actual @@ -1 +1 @@ -[privilege:8049]mysql.user +[privilege:3955]Access denied for user 'testu1'@'localhost'. Account is blocked for 1 day(s) (1 day(s) remaining) due to 1 consecutive failed logins. Test: TestFailedLoginTracking FAIL coverage: [no statements] [FAIL] pkg/executor/test/passwordtest TestFailedLoginTrackingBasic err=exit status 1 [2025/04/05 01:58:54.308 +03:30] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 01:58:54.309 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:58:54.309 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:58:54.310 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:58:54.310 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:58:54.310 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:58:54.311 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=8af658de-2690-4d7b-b0a5-c496ab0024b8] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:58:54.318 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:58:54.318 +03:30] [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 01:58:54.318 +03:30] [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/passwordtest.TestFailedLoginTrackingBasic\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:252\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 01:58:54.329 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=10.639263ms] [2025/04/05 01:58:54.329 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:58:54.329 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=26b37486-3436-4d3c-a66c-52ae59d7bdd6] [runWorker=true] [jobVersion=v2] [2025/04/05 01:58:54.329 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:58:54.329 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:58:54.329 +03:30] [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 01:58:54.329 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:58:54.329 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:58:54.329 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:58:54.329 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:58:54.329 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:58:54.329 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:58:54.329 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:58:54.329 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:58:54.329 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:58:54.329 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:58:54.333 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:58:54.333 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=26b37486-3436-4d3c-a66c-52ae59d7bdd6] [2025/04/05 01:58:54.333 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:58:54.333 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:58:54.333 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:58:54.333 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:58:54.333 +03:30] [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 01:58:54.534 +03:30] [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 01:58:54.532 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.534 +03:30] [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 01:58:54.532 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 01:58:54.535 +03:30] [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 01:58:54.532 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.551 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=15.264861ms] [2025/04/05 01:58:54.551 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:58:54.552 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.552 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 01:58:54.552 +03:30] [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.68361ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.532 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.554 +03:30] [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 01:58:54.532 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.556 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 01:58:54.556 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 01:58:54.556 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 01:58:54.557 +03:30] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Europe/Berlin] [2025/04/05 01:58:54.560 +03:30] [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 01:58:54.558 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.560 +03:30] [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 01:58:54.558 +0330 +0330, 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 01:58:54.562 +03:30] [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 01:58:54.558 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.567 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=732.326µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.568 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.568 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 01:58:54.569 +03:30] [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.8822ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.558 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.571 +03:30] [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 01:58:54.558 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.575 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 01:58:54.575 +03:30] [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 01:58:54.577 +03:30] [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 01:58:54.576 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.577 +03:30] [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 01:58:54.576 +0330 +0330, 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 01:58:54.578 +03:30] [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 01:58:54.576 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.580 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=250.796µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.580 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.580 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 01:58:54.581 +03:30] [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.127474ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.576 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.582 +03:30] [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 01:58:54.576 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.585 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 01:58:54.585 +03:30] [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 01:58:54.587 +03:30] [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 01:58:54.586 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.587 +03:30] [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 01:58:54.586 +0330 +0330, 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 01:58:54.588 +03:30] [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 01:58:54.586 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.590 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=168.81µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.590 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.590 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 01:58:54.592 +03:30] [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.962041ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.586 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.593 +03:30] [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 01:58:54.586 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.595 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 01:58:54.595 +03:30] [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 01:58:54.598 +03:30] [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 01:58:54.596 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.598 +03:30] [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 01:58:54.596 +0330 +0330, 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 01:58:54.599 +03:30] [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 01:58:54.596 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.602 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=417.708µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.602 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.603 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 01:58:54.604 +03:30] [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.196991ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.596 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.605 +03:30] [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 01:58:54.596 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.608 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 01:58:54.608 +03:30] [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 01:58:54.610 +03:30] [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 01:58:54.609 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.610 +03:30] [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 01:58:54.609 +0330 +0330, 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 01:58:54.611 +03:30] [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 01:58:54.609 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.613 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=274.184µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.614 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.614 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 01:58:54.615 +03:30] [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.035848ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.609 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.616 +03:30] [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 01:58:54.609 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.618 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 01:58:54.618 +03:30] [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 01:58:54.620 +03:30] [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 01:58:54.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.620 +03:30] [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 01:58:54.619 +0330 +0330, 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 01:58:54.621 +03:30] [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 01:58:54.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.623 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=235.729µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.624 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.624 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 01:58:54.626 +03:30] [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.049898ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.627 +03:30] [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 01:58:54.619 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.629 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 01:58:54.629 +03:30] [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 01:58:54.631 +03:30] [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 01:58:54.63 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.631 +03:30] [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 01:58:54.63 +0330 +0330, 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 01:58:54.632 +03:30] [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 01:58:54.63 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.633 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=146.305µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.634 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.634 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 01:58:54.635 +03:30] [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.364583ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.63 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.636 +03:30] [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 01:58:54.63 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.638 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 01:58:54.638 +03:30] [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 01:58:54.640 +03:30] [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 01:58:54.639 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.640 +03:30] [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 01:58:54.639 +0330 +0330, 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 01:58:54.641 +03:30] [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 01:58:54.639 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.642 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=164.059µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.643 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.643 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 01:58:54.645 +03:30] [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.960444ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.639 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.646 +03:30] [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 01:58:54.639 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.648 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 01:58:54.648 +03:30] [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 01:58:54.650 +03:30] [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 01:58:54.649 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.650 +03:30] [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 01:58:54.649 +0330 +0330, 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 01:58:54.651 +03:30] [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 01:58:54.649 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.652 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=199.087µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.653 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.653 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 01:58:54.655 +03:30] [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.965947ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.649 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.656 +03:30] [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 01:58:54.649 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.659 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 01:58:54.659 +03:30] [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 01:58:54.660 +03:30] [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 01:58:54.66 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.660 +03:30] [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 01:58:54.66 +0330 +0330, 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 01:58:54.661 +03:30] [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 01:58:54.66 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.663 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=191.819µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.663 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.663 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 01:58:54.666 +03:30] [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.994669ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.66 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.667 +03:30] [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 01:58:54.66 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.669 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 01:58:54.669 +03:30] [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 01:58:54.669 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:58:54.671 +03:30] [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 01:58:54.67 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.671 +03:30] [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 01:58:54.67 +0330 +0330, 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 01:58:54.672 +03:30] [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 01:58:54.67 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.674 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=284.511µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.675 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.675 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 01:58:54.676 +03:30] [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.030264ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.67 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.677 +03:30] [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 01:58:54.67 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.680 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 01:58:54.680 +03:30] [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 01:58:54.682 +03:30] [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 01:58:54.681 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.682 +03:30] [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 01:58:54.681 +0330 +0330, 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 01:58:54.683 +03:30] [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 01:58:54.681 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.685 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=257.926µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.686 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.686 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 01:58:54.687 +03:30] [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.175879ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.681 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.688 +03:30] [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 01:58:54.681 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.690 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 01:58:54.690 +03:30] [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 01:58:54.692 +03:30] [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 01:58:54.691 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.692 +03:30] [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 01:58:54.691 +0330 +0330, 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 01:58:54.693 +03:30] [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 01:58:54.691 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.695 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=210.26µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.695 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.695 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 01:58:54.697 +03:30] [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.039852ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.691 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.699 +03:30] [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 01:58:54.691 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.701 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 01:58:54.701 +03:30] [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 01:58:54.702 +03:30] [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 01:58:54.702 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.702 +03:30] [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 01:58:54.702 +0330 +0330, 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 01:58:54.703 +03:30] [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 01:58:54.702 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.705 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=201.104µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.706 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.706 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 01:58:54.708 +03:30] [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.051781ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.702 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.709 +03:30] [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 01:58:54.702 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.711 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 01:58:54.711 +03:30] [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 01:58:54.713 +03:30] [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 01:58:54.712 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.713 +03:30] [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 01:58:54.712 +0330 +0330, 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 01:58:54.714 +03:30] [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 01:58:54.712 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.715 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=183.42µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.716 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.716 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 01:58:54.718 +03:30] [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.025047ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.712 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.719 +03:30] [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 01:58:54.712 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.721 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 01:58:54.721 +03:30] [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 01:58:54.723 +03:30] [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 01:58:54.722 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.723 +03:30] [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 01:58:54.722 +0330 +0330, 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 01:58:54.724 +03:30] [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 01:58:54.722 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.725 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=199.832µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.726 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.726 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 01:58:54.728 +03:30] [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.038686ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.722 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.729 +03:30] [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 01:58:54.722 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.731 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 01:58:54.731 +03:30] [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 01:58:54.733 +03:30] [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 01:58:54.732 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.733 +03:30] [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 01:58:54.732 +0330 +0330, 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 01:58:54.734 +03:30] [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 01:58:54.732 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.736 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=210.093µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.737 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.737 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 01:58:54.739 +03:30] [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.044545ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.732 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.740 +03:30] [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 01:58:54.732 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.741 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 01:58:54.741 +03:30] [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 01:58:54.744 +03:30] [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 01:58:54.742 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.744 +03:30] [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 01:58:54.742 +0330 +0330, 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 01:58:54.745 +03:30] [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 01:58:54.742 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.747 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=328.585µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.747 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.747 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 01:58:54.749 +03:30] [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.072632ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.742 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.750 +03:30] [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 01:58:54.742 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.752 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 01:58:54.752 +03:30] [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 01:58:54.754 +03:30] [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 01:58:54.754 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.754 +03:30] [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 01:58:54.754 +0330 +0330, 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 01:58:54.755 +03:30] [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 01:58:54.754 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.757 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=189.633µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.757 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.757 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 01:58:54.760 +03:30] [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.025479ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.754 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.761 +03:30] [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 01:58:54.754 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.763 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 01:58:54.763 +03:30] [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 01:58:54.764 +03:30] [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 01:58:54.764 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.764 +03:30] [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 01:58:54.764 +0330 +0330, 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 01:58:54.765 +03:30] [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 01:58:54.764 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.767 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=148.385µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.767 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.767 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 01:58:54.769 +03:30] [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.949871ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.764 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.770 +03:30] [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 01:58:54.764 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.772 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 01:58:54.772 +03:30] [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 01:58:54.774 +03:30] [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 01:58:54.773 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.774 +03:30] [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 01:58:54.773 +0330 +0330, 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 01:58:54.774 +03:30] [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 01:58:54.773 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.776 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=105.003µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.776 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.776 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 01:58:54.778 +03:30] [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.919832ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.773 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.779 +03:30] [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 01:58:54.773 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.781 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 01:58:54.781 +03:30] [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 01:58:54.783 +03:30] [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 01:58:54.782 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.783 +03:30] [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 01:58:54.782 +0330 +0330, 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 01:58:54.784 +03:30] [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 01:58:54.782 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.786 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=271.285µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.787 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.787 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 01:58:54.788 +03:30] [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.06009ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.782 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.789 +03:30] [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 01:58:54.782 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.791 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 01:58:54.791 +03:30] [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 01:58:54.793 +03:30] [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 01:58:54.792 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.793 +03:30] [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 01:58:54.792 +0330 +0330, 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 01:58:54.794 +03:30] [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 01:58:54.792 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.795 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=190.462µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.796 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.796 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 01:58:54.798 +03:30] [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.968386ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.792 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.799 +03:30] [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 01:58:54.792 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.801 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 01:58:54.801 +03:30] [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 01:58:54.803 +03:30] [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 01:58:54.802 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.803 +03:30] [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 01:58:54.802 +0330 +0330, 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 01:58:54.803 +03:30] [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 01:58:54.802 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.805 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=208.594µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.806 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.806 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 01:58:54.808 +03:30] [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.979697ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.802 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.809 +03:30] [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 01:58:54.802 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.811 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 01:58:54.811 +03:30] [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 01:58:54.814 +03:30] [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 01:58:54.813 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.814 +03:30] [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 01:58:54.813 +0330 +0330, 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 01:58:54.816 +03:30] [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 01:58:54.813 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.818 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=222.798µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.819 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.819 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 01:58:54.836 +03:30] [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.837269ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.813 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.837 +03:30] [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 01:58:54.813 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.839 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 01:58:54.839 +03:30] [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 01:58:54.841 +03:30] [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 01:58:54.84 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.841 +03:30] [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 01:58:54.84 +0330 +0330, 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 01:58:54.842 +03:30] [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 01:58:54.84 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.844 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=175.336µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.844 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.844 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 01:58:54.846 +03:30] [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.006495ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.84 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.847 +03:30] [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 01:58:54.84 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.848 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 01:58:54.848 +03:30] [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 01:58:54.850 +03:30] [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 01:58:54.849 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.850 +03:30] [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 01:58:54.849 +0330 +0330, 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 01:58:54.851 +03:30] [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 01:58:54.849 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.852 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=154.989µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.853 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.853 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 01:58:54.855 +03:30] [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.747188ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.849 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.855 +03:30] [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 01:58:54.849 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.857 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 01:58:54.857 +03:30] [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 01:58:54.857 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:58:54.859 +03:30] [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 01:58:54.858 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.859 +03:30] [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 01:58:54.858 +0330 +0330, 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 01:58:54.860 +03:30] [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 01:58:54.858 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.861 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=177.985µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.862 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.862 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 01:58:54.864 +03:30] [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.945562ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.858 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.865 +03:30] [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 01:58:54.858 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.867 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 01:58:54.867 +03:30] [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 01:58:54.869 +03:30] [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 01:58:54.868 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.869 +03:30] [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 01:58:54.868 +0330 +0330, 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 01:58:54.870 +03:30] [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 01:58:54.868 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.871 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=202.835µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.872 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.872 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 01:58:54.874 +03:30] [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.950283ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.868 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.875 +03:30] [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 01:58:54.868 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.877 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 01:58:54.877 +03:30] [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 01:58:54.879 +03:30] [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 01:58:54.878 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.879 +03:30] [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 01:58:54.878 +0330 +0330, 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 01:58:54.880 +03:30] [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 01:58:54.878 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.881 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=210.474µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.882 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.882 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 01:58:54.883 +03:30] [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.293787ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.878 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.884 +03:30] [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 01:58:54.878 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.886 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 01:58:54.886 +03:30] [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 01:58:54.888 +03:30] [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 01:58:54.887 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.888 +03:30] [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 01:58:54.887 +0330 +0330, 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 01:58:54.889 +03:30] [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 01:58:54.887 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.892 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=338.778µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.892 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.892 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 01:58:54.893 +03:30] [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.068622ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.887 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.895 +03:30] [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 01:58:54.887 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.897 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 01:58:54.897 +03:30] [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 01:58:54.899 +03:30] [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 01:58:54.898 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.899 +03:30] [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 01:58:54.898 +0330 +0330, 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 01:58:54.899 +03:30] [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 01:58:54.898 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.901 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=118.394µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.901 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.901 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 01:58:54.903 +03:30] [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.886826ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.898 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.904 +03:30] [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 01:58:54.898 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.906 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 01:58:54.906 +03:30] [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 01:58:54.908 +03:30] [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 01:58:54.907 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.908 +03:30] [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 01:58:54.907 +0330 +0330, 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 01:58:54.909 +03:30] [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 01:58:54.907 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.911 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=191.586µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:58:54.911 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.911 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 01:58:54.913 +03:30] [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.959589ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.907 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.914 +03:30] [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 01:58:54.907 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.916 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 01:58:54.918 +03:30] [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 01:58:54.917 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.918 +03:30] [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 01:58:54.917 +0330 +0330, 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 01:58:54.919 +03:30] [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 01:58:54.917 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.921 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=180.913µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.921 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.921 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 01:58:54.923 +03:30] [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.954912ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.917 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.924 +03:30] [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 01:58:54.917 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.926 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 01:58:54.926 +03:30] [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 01:58:54.928 +03:30] [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 01:58:54.927 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.928 +03:30] [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 01:58:54.927 +0330 +0330, 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 01:58:54.929 +03:30] [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 01:58:54.927 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.930 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=182.121µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.931 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.931 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 01:58:54.933 +03:30] [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.967427ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.927 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.934 +03:30] [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 01:58:54.927 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.936 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 01:58:54.936 +03:30] [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 01:58:54.938 +03:30] [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 01:58:54.937 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.938 +03:30] [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 01:58:54.937 +0330 +0330, 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 01:58:54.939 +03:30] [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 01:58:54.937 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.940 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=145.773µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.941 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.941 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 01:58:54.943 +03:30] [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.954715ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.937 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.944 +03:30] [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 01:58:54.937 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.946 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 01:58:54.946 +03:30] [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 01:58:54.948 +03:30] [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 01:58:54.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.948 +03:30] [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 01:58:54.947 +0330 +0330, 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 01:58:54.949 +03:30] [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 01:58:54.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.951 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=300.604µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.951 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.951 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 01:58:54.953 +03:30] [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.033538ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.954 +03:30] [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 01:58:54.947 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.956 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 01:58:54.956 +03:30] [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 01:58:54.958 +03:30] [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 01:58:54.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.958 +03:30] [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 01:58:54.957 +0330 +0330, 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 01:58:54.959 +03:30] [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 01:58:54.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.961 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=293.355µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.962 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.962 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 01:58:54.963 +03:30] [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.055328ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.964 +03:30] [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 01:58:54.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.966 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 01:58:54.966 +03:30] [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 01:58:54.968 +03:30] [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 01:58:54.967 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.968 +03:30] [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 01:58:54.967 +0330 +0330, 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 01:58:54.969 +03:30] [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 01:58:54.967 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.971 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=306.77µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.972 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.972 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 01:58:54.973 +03:30] [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.05613ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.967 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.974 +03:30] [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 01:58:54.967 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.977 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 01:58:54.977 +03:30] [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 01:58:54.978 +03:30] [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 01:58:54.978 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.978 +03:30] [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 01:58:54.978 +0330 +0330, 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 01:58:54.979 +03:30] [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 01:58:54.978 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.982 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=328.649µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.982 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.982 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 01:58:54.983 +03:30] [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.042884ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.978 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.985 +03:30] [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 01:58:54.978 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.987 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 01:58:54.987 +03:30] [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 01:58:54.989 +03:30] [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 01:58:54.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:54.989 +03:30] [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 01:58:54.988 +0330 +0330, 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 01:58:54.990 +03:30] [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 01:58:54.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.993 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=325.41µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:54.993 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:54.993 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 01:58:54.994 +03:30] [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.088989ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.995 +03:30] [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 01:58:54.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:54.997 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 01:58:54.998 +03:30] [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 01:58:55.000 +03:30] [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 01:58:54.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:55.000 +03:30] [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 01:58:54.998 +0330 +0330, 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 01:58:55.001 +03:30] [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 01:58:54.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.003 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=286.213µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:55.003 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:55.003 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 01:58:55.005 +03:30] [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.059636ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:54.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.007 +03:30] [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 01:58:54.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.009 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 01:58:55.009 +03:30] [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 01:58:55.011 +03:30] [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 01:58:55.01 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:55.011 +03:30] [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 01:58:55.01 +0330 +0330, 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 01:58:55.011 +03:30] [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 01:58:55.01 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.013 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=244.474µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:55.014 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:55.014 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 01:58:55.016 +03:30] [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.013532ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:55.01 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.017 +03:30] [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 01:58:55.01 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.019 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 01:58:55.019 +03:30] [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 01:58:55.021 +03:30] [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 01:58:55.02 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:55.021 +03:30] [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 01:58:55.02 +0330 +0330, 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 01:58:55.022 +03:30] [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 01:58:55.02 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.024 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=238.082µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:55.024 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:55.024 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 01:58:55.026 +03:30] [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.017667ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:55.02 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.027 +03:30] [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 01:58:55.02 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.029 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 01:58:55.029 +03:30] [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 01:58:55.031 +03:30] [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 01:58:55.03 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:55.031 +03:30] [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 01:58:55.03 +0330 +0330, 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 01:58:55.032 +03:30] [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 01:58:55.03 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.035 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=353.948µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:55.036 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:55.036 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 01:58:55.037 +03:30] [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.211464ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:55.03 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.038 +03:30] [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 01:58:55.03 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.041 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 01:58:55.041 +03:30] [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 01:58:55.042 +03:30] [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 01:58:55.042 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:55.042 +03:30] [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 01:58:55.042 +0330 +0330, 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 01:58:55.043 +03:30] [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 01:58:55.042 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.045 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=247.202µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:55.046 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:55.046 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 01:58:55.048 +03:30] [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.044594ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:55.042 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.049 +03:30] [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 01:58:55.042 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.051 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 01:58:55.051 +03:30] [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 01:58:55.052 +03:30] [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 01:58:55.052 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:55.052 +03:30] [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 01:58:55.052 +0330 +0330, 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 01:58:55.053 +03:30] [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 01:58:55.052 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.054 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=153.676µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:55.055 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:55.055 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 01:58:55.057 +03:30] [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.928711ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:55.052 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.058 +03:30] [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 01:58:55.052 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.060 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 01:58:55.060 +03:30] [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 01:58:55.061 +03:30] [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 01:58:55.061 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:55.061 +03:30] [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 01:58:55.061 +0330 +0330, 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 01:58:55.062 +03:30] [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 01:58:55.061 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.064 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=175.178µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:55.064 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:55.064 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 01:58:55.066 +03:30] [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.944101ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:55.061 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.067 +03:30] [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 01:58:55.061 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.069 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 01:58:55.069 +03:30] [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 01:58:55.069 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:58:55.071 +03:30] [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 01:58:55.07 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:55.071 +03:30] [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 01:58:55.07 +0330 +0330, 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 01:58:55.072 +03:30] [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 01:58:55.07 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.073 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=179.291µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:55.074 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:55.074 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 01:58:55.076 +03:30] [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.975953ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:55.07 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.077 +03:30] [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 01:58:55.07 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.079 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 01:58:55.079 +03:30] [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 01:58:55.080 +03:30] [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 01:58:55.079 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:55.080 +03:30] [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 01:58:55.079 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 01:58:55.081 +03:30] [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 01:58:55.079 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.081 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=41.234µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 01:58:55.082 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:55.082 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 01:58:55.083 +03:30] [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.140455ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:55.079 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.084 +03:30] [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 01:58:55.079 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.086 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 01:58:55.086 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 01:58:55.088 +03:30] [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 01:58:55.087 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:55.088 +03:30] [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 01:58:55.087 +0330 +0330, 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 01:58:55.089 +03:30] [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 01:58:55.087 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.091 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=134.345µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:58:55.091 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:55.091 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 01:58:55.093 +03:30] [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.044424ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:55.087 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.094 +03:30] [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 01:58:55.087 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.096 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 01:58:55.098 +03:30] [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 01:58:55.097 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:55.098 +03:30] [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 01:58:55.097 +0330 +0330, 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 01:58:55.099 +03:30] [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 01:58:55.097 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.101 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=297.577µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:55.102 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:55.102 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 01:58:55.103 +03:30] [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.037634ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:55.097 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.104 +03:30] [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 01:58:55.097 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.106 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 01:58:55.106 +03:30] [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 01:58:55.108 +03:30] [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 01:58:55.107 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:55.108 +03:30] [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 01:58:55.107 +0330 +0330, 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 01:58:55.109 +03:30] [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 01:58:55.107 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.111 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=209.827µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:55.111 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:55.111 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 01:58:55.113 +03:30] [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.996717ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:55.107 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.114 +03:30] [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 01:58:55.107 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.116 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 01:58:55.116 +03:30] [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 01:58:55.118 +03:30] [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 01:58:55.117 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:58:55.118 +03:30] [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 01:58:55.117 +0330 +0330, 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 01:58:55.119 +03:30] [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 01:58:55.117 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.120 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=208.478µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:58:55.121 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:58:55.121 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 01:58:55.122 +03:30] [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.049867ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 01:58:55.117 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.123 +03:30] [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 01:58:55.117 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:58:55.125 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 01:58:55.125 +03:30] [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 01:58:55.143 +03:30] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=813.471298ms] [2025/04/05 01:58:55.143 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:58:55.144 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=26b37486-3436-4d3c-a66c-52ae59d7bdd6] [2025/04/05 01:58:55.144 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:58:55.144 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:58:55.144 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=3.128µs] [2025/04/05 01:58:55.144 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.224µs] [2025/04/05 01:58:55.144 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.101µs] [2025/04/05 01:58:55.144 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.345µs] [2025/04/05 01:58:55.144 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=1.825µs] [2025/04/05 01:58:55.144 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=2.294µs] [2025/04/05 01:58:55.144 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=2.114µs] [2025/04/05 01:58:55.144 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.166µs] [2025/04/05 01:58:55.144 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=1.98µs] [2025/04/05 01:58:55.144 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=1.826µs] [2025/04/05 01:58:55.144 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=26b37486-3436-4d3c-a66c-52ae59d7bdd6] [2025/04/05 01:58:55.144 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:58:55.144 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:58:55.144 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=26b37486-3436-4d3c-a66c-52ae59d7bdd6] ["take time"=1.649203ms] [2025/04/05 01:58:55.144 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=26b37486-3436-4d3c-a66c-52ae59d7bdd6] [2025/04/05 01:58:55.145 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:58:55.145 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:58:55.145 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:58:55.145 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:58:55.145 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:58:55.145 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:58:55.145 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:58:55.145 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:58:55.145 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:58:55.145 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:58:55.145 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:58:55.145 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:58:55.145 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:58:55.145 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:58:55.145 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=2.796561ms] [2025/04/05 01:58:55.145 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=8af658de-2690-4d7b-b0a5-c496ab0024b8] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:58:55.150 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:58:55.150 +03:30] [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 01:58:55.162 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=12.316023ms] [2025/04/05 01:58:55.162 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:58:55.163 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=13ba32ba-512b-4a6f-b486-29529278c628] [runWorker=true] [jobVersion=v2] [2025/04/05 01:58:55.163 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:58:55.163 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:58:55.163 +03:30] [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 01:58:55.163 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:58:55.163 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:58:55.163 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:58:55.163 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:58:55.163 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:58:55.163 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:58:55.163 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:58:55.163 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:58:55.163 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:58:55.163 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:58:55.165 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:58:55.165 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=13ba32ba-512b-4a6f-b486-29529278c628] [2025/04/05 01:58:55.166 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:58:55.166 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:58:55.166 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:58:55.166 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:58:55.166 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:58:55.166 +03:30] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 01:58:55.168 +03:30] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 01:58:55.168 +03:30] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 01:58:55.168 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:58:55.169 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=13ba32ba-512b-4a6f-b486-29529278c628] [2025/04/05 01:58:55.170 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:58:55.171 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:58:55.171 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:58:55.171 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:58:55.171 +03:30] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 01:58:55.171 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:58:55.171 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:58:55.171 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:58:55.171 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:58:55.172 +03:30] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=434.8GiB] [2025/04/05 01:58:55.172 +03:30] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 01:58:55.172 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=13ba32ba-512b-4a6f-b486-29529278c628] [2025/04/05 01:58:55.173 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=13ba32ba-512b-4a6f-b486-29529278c628] [ttl-worker=task-manager] [ttl-worker=13ba32ba-512b-4a6f-b486-29529278c628] [originalCount=0] [newCount=4] [2025/04/05 01:58:55.173 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=13ba32ba-512b-4a6f-b486-29529278c628] [ttl-worker=task-manager] [ttl-worker=13ba32ba-512b-4a6f-b486-29529278c628] [originalCount=0] [newCount=4] [2025/04/05 01:58:55.173 +03:30] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=13ba32ba-512b-4a6f-b486-29529278c628] [2025/04/05 01:58:55.175 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:58:55.178 +03:30] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 01:58:55.178 +03:30] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 01:58:55.186 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {u1@localhost password = ***}"] [user=] [2025/04/05 01:58:55.202 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {u2@localhost password = ***}"] [user=] [2025/04/05 01:58:55.218 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {u3@localhost password = ***}"] [user=] [2025/04/05 01:58:55.224 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {u4@localhost password = ***}"] [user=] [2025/04/05 01:58:55.229 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {u5@localhost password = ***}"] [user=] [2025/04/05 01:58:55.235 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user u1@localhost"] [user=] [2025/04/05 01:58:55.241 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user u2@localhost"] [user=] [2025/04/05 01:58:55.247 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user u3@localhost"] [user=] [2025/04/05 01:58:55.254 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user u4@localhost"] [user=] [2025/04/05 01:58:55.259 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user u4@localhost"] [user=] [2025/04/05 01:58:55.263 +03:30] [WARN] [cache.go:448] ["load mysql.user fail"] [error="parsing time \"Sat Apr 5 01:58:55 +0330 2025\" as \"Mon Jan _2 15:04:05 MST 2006\": cannot parse \"+0330 2025\" as \"MST\""] [errorVerbose="parsing time \"Sat Apr 5 01:58:55 +0330 2025\" as \"Mon Jan _2 15:04:05 MST 2006\": cannot parse \"+0330 2025\" as \"MST\"\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/privilege/privileges.loadTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:933\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*MySQLPrivilege).LoadUserTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:693\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*MySQLPrivilege).LoadAll\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:446\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*Handle).UpdateAll\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:2162\ngithub.com/pingcap/tidb/pkg/domain.privReloadEvent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:2042\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).notifyUpdatePrivilege\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3035\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).NotifyUpdatePrivilege\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3006\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeAlterUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:2098\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:173\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/executor/test/passwordtest.TestFailedLoginTrackingBasic\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:301\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 01:58:55.263 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 01:58:55.263 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[privilege:8049]mysql.user"] [errorVerbose="[privilege:8049]mysql.user\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/privilege/privileges.(*Handle).UpdateAll\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:2164\ngithub.com/pingcap/tidb/pkg/domain.privReloadEvent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:2042\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).notifyUpdatePrivilege\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3035\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).NotifyUpdatePrivilege\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3006\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeAlterUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:2098\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:173\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/executor/test/passwordtest.TestFailedLoginTrackingBasic\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:301\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\": \"\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 01:58:55.263 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user u5@localhost"] [user=] [2025/04/05 01:58:55.263 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:58:55.263 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=13ba32ba-512b-4a6f-b486-29529278c628] [2025/04/05 01:58:55.263 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:58:55.263 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:58:55.263 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=13ba32ba-512b-4a6f-b486-29529278c628] [2025/04/05 01:58:55.263 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:58:55.263 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:58:55.263 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=13ba32ba-512b-4a6f-b486-29529278c628] ["take time"=120.878µs] [2025/04/05 01:58:55.263 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=13ba32ba-512b-4a6f-b486-29529278c628] [2025/04/05 01:58:55.263 +03:30] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 01:58:55.263 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=13ba32ba-512b-4a6f-b486-29529278c628] [ttl-worker=task-manager] [ttl-worker=13ba32ba-512b-4a6f-b486-29529278c628] [originalCount=4] [newCount=0] [2025/04/05 01:58:55.263 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:58:55.263 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:58:55.263 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:58:55.263 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:58:55.263 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=13ba32ba-512b-4a6f-b486-29529278c628] [ttl-worker=task-manager] [ttl-worker=13ba32ba-512b-4a6f-b486-29529278c628] [originalCount=4] [newCount=0] [2025/04/05 01:58:55.264 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:58:55.264 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:58:55.264 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:58:55.264 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:58:55.264 +03:30] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=13ba32ba-512b-4a6f-b486-29529278c628] [2025/04/05 01:58:55.264 +03:30] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 01:58:55.264 +03:30] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 01:58:55.264 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:58:55.264 +03:30] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 01:58:55.264 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:58:55.264 +03:30] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 01:58:55.264 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:58:55.264 +03:30] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 01:58:55.264 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:58:55.265 +03:30] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 01:58:55.265 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:58:55.265 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:58:55.265 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:58:55.265 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:58:55.265 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:58:55.265 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:58:55.265 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:58:55.265 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:58:55.265 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:58:55.265 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:58:55.265 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:58:55.265 +03:30] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 01:58:55.265 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:58:55.265 +03:30] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 01:58:55.265 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:58:55.265 +03:30] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 01:58:55.265 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:58:55.265 +03:30] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 01:58:55.265 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:58:55.267 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:58:55.267 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:58:55.267 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:58:55.267 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:58:55.267 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:58:55.267 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:58:55.267 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:58:55.267 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:58:55.267 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:58:55.267 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:58:55.267 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:58:55.267 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:58:55.267 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:58:55.267 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=13ba32ba-512b-4a6f-b486-29529278c628] [2025/04/05 01:58:55.267 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=13ba32ba-512b-4a6f-b486-29529278c628] [2025/04/05 01:58:55.267 +03:30] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 01:58:55.267 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:58:55.267 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=13ba32ba-512b-4a6f-b486-29529278c628] [2025/04/05 01:58:55.267 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=13ba32ba-512b-4a6f-b486-29529278c628] [2025/04/05 01:58:55.267 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:58:55.267 +03:30] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 01:58:55.267 +03:30] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 01:58:55.267 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:58:55.268 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=4.497762ms] [2025/04/05 01:58:55.268 +03:30] [INFO] [db.go:567] ["Closing database"] [2025/04/05 01:58:55.268 +03:30] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 01:58:55.268 +03:30] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 01:58:55.268 +03:30] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 01:58:55.268 +03:30] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 01:58:55.268 +03:30] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestFailedLoginTrackingBasic (0.98s) testkit.go:123: RefreshSession rand seed: 1743805735175332027 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/executor/test/passwordtest/password_management_test.go:301 Error: Received unexpected error: [privilege:8049]mysql.user 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/privilege/privileges.(*Handle).UpdateAll /home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:2164 github.com/pingcap/tidb/pkg/domain.privReloadEvent /home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:2042 github.com/pingcap/tidb/pkg/domain.(*Domain).notifyUpdatePrivilege /home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3035 github.com/pingcap/tidb/pkg/domain.(*Domain).NotifyUpdatePrivilege /home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3006 github.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeAlterUser /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:2098 github.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:173 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/executor/test/passwordtest.TestFailedLoginTrackingBasic /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:301 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 Test: TestFailedLoginTrackingBasic Messages: sql:ALTER USER 'u5'@'localhost' ACCOUNT UNLOCK FAILED_LOGIN_ATTEMPTS 3 PASSWORD_LOCK_TIME 6;, [], error stack [privilege:8049]mysql.user 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/privilege/privileges.(*Handle).UpdateAll /home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:2164 github.com/pingcap/tidb/pkg/domain.privReloadEvent /home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:2042 github.com/pingcap/tidb/pkg/domain.(*Domain).notifyUpdatePrivilege /home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3035 github.com/pingcap/tidb/pkg/domain.(*Domain).NotifyUpdatePrivilege /home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3006 github.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeAlterUser /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:2098 github.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:173 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/executor/test/passwordtest.TestFailedLoginTrackingBasic /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:301 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 FAIL coverage: [no statements] [FAIL] pkg/executor/test/executor TestIssue48756 err=exit status 1 [2025/04/05 01:59:21.641 +03:30] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 01:59:21.641 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:59:21.641 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:59:21.642 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:59:21.642 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:59:21.643 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:59:21.644 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=d361c6a5-2a7e-48c8-8fb6-eb5ee905ed6f] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:59:21.651 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:59:21.651 +03:30] [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 01:59:21.651 +03:30] [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 01:59:21.662 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=10.654853ms] [2025/04/05 01:59:21.662 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:59:21.662 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=274d2858-e997-436e-867a-9c7ebbdfdac8] [runWorker=true] [jobVersion=v2] [2025/04/05 01:59:21.662 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:59:21.662 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:59:21.662 +03:30] [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 01:59:21.662 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:59:21.662 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:59:21.662 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:59:21.662 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:59:21.662 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:59:21.662 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:59:21.662 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:59:21.662 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:59:21.662 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:59:21.662 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:59:21.667 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:59:21.667 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=274d2858-e997-436e-867a-9c7ebbdfdac8] [2025/04/05 01:59:21.667 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:59:21.667 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:59:21.667 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:59:21.667 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:59:21.667 +03:30] [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 01:59:21.867 +03:30] [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 01:59:21.866 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:21.867 +03:30] [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 01:59:21.866 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 01:59:21.868 +03:30] [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 01:59:21.866 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.884 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=14.362191ms] [2025/04/05 01:59:21.884 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:59:21.885 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:21.885 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 01:59:21.886 +03:30] [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.967284ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:21.866 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.888 +03:30] [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 01:59:21.866 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.890 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 01:59:21.890 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 01:59:21.891 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 01:59:21.891 +03:30] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=America/Los_Angeles] [2025/04/05 01:59:21.894 +03:30] [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 01:59:21.892 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:21.894 +03:30] [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 01:59:21.892 +0330 +0330, 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 01:59:21.896 +03:30] [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 01:59:21.892 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.901 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=707.882µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:21.901 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:21.901 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 01:59:21.902 +03:30] [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.659781ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:21.892 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.904 +03:30] [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 01:59:21.892 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.908 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 01:59:21.908 +03:30] [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 01:59:21.910 +03:30] [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 01:59:21.909 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:21.910 +03:30] [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 01:59:21.909 +0330 +0330, 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 01:59:21.911 +03:30] [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 01:59:21.909 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.913 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=178.588µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:21.913 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:21.913 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 01:59:21.915 +03:30] [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.987519ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:21.909 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.917 +03:30] [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 01:59:21.909 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.919 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 01:59:21.919 +03:30] [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 01:59:21.921 +03:30] [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 01:59:21.92 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:21.921 +03:30] [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 01:59:21.92 +0330 +0330, 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 01:59:21.922 +03:30] [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 01:59:21.92 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.924 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=176.363µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:21.924 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:21.924 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 01:59:21.926 +03:30] [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.127889ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:21.92 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.927 +03:30] [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 01:59:21.92 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.928 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 01:59:21.929 +03:30] [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 01:59:21.931 +03:30] [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 01:59:21.93 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:21.931 +03:30] [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 01:59:21.93 +0330 +0330, 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 01:59:21.932 +03:30] [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 01:59:21.93 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.935 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=418.357µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:21.936 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:21.936 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 01:59:21.937 +03:30] [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.257644ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:21.93 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.938 +03:30] [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 01:59:21.93 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.941 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 01:59:21.941 +03:30] [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 01:59:21.943 +03:30] [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 01:59:21.943 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:21.943 +03:30] [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 01:59:21.943 +0330 +0330, 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 01:59:21.944 +03:30] [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 01:59:21.943 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.946 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=256.318µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:21.947 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:21.947 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 01:59:21.948 +03:30] [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.005434ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:21.943 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.949 +03:30] [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 01:59:21.943 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.951 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 01:59:21.951 +03:30] [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 01:59:21.953 +03:30] [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 01:59:21.952 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:21.953 +03:30] [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 01:59:21.952 +0330 +0330, 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 01:59:21.954 +03:30] [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 01:59:21.952 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.956 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=241.858µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:21.957 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:21.957 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 01:59:21.958 +03:30] [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.056632ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:21.952 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.959 +03:30] [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 01:59:21.952 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.961 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 01:59:21.962 +03:30] [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 01:59:21.963 +03:30] [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 01:59:21.962 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:21.963 +03:30] [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 01:59:21.962 +0330 +0330, 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 01:59:21.964 +03:30] [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 01:59:21.962 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.965 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=150.588µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:21.966 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:21.966 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 01:59:21.968 +03:30] [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.332187ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:21.962 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.969 +03:30] [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 01:59:21.962 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.970 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 01:59:21.970 +03:30] [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 01:59:21.972 +03:30] [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 01:59:21.971 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:21.972 +03:30] [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 01:59:21.971 +0330 +0330, 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 01:59:21.973 +03:30] [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 01:59:21.971 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.975 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=152.995µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:21.975 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:21.975 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 01:59:21.976 +03:30] [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.032818ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:21.971 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.978 +03:30] [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 01:59:21.971 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.979 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 01:59:21.979 +03:30] [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 01:59:21.981 +03:30] [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 01:59:21.98 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:21.981 +03:30] [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 01:59:21.98 +0330 +0330, 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 01:59:21.982 +03:30] [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 01:59:21.98 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.984 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=200.782µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:21.984 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:21.984 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 01:59:21.986 +03:30] [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.013844ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:21.98 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.987 +03:30] [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 01:59:21.98 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.989 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 01:59:21.989 +03:30] [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 01:59:21.990 +03:30] [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 01:59:21.99 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:21.990 +03:30] [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 01:59:21.99 +0330 +0330, 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 01:59:21.991 +03:30] [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 01:59:21.99 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.993 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=212.811µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:21.994 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:21.994 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 01:59:21.995 +03:30] [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.044796ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:21.99 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.996 +03:30] [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 01:59:21.99 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:21.998 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 01:59:21.998 +03:30] [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 01:59:21.998 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:59:22.000 +03:30] [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 01:59:21.999 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.000 +03:30] [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 01:59:21.999 +0330 +0330, 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 01:59:22.001 +03:30] [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 01:59:21.999 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.004 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=299.852µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.004 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.004 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 01:59:22.005 +03:30] [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.14704ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:21.999 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.007 +03:30] [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 01:59:21.999 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.009 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 01:59:22.009 +03:30] [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 01:59:22.011 +03:30] [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 01:59:22.01 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.011 +03:30] [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 01:59:22.01 +0330 +0330, 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 01:59:22.012 +03:30] [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 01:59:22.01 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.014 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=253.566µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.015 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.015 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 01:59:22.016 +03:30] [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.118704ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.01 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.017 +03:30] [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 01:59:22.01 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.020 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 01:59:22.020 +03:30] [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 01:59:22.021 +03:30] [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 01:59:22.02 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.021 +03:30] [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 01:59:22.02 +0330 +0330, 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 01:59:22.023 +03:30] [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 01:59:22.02 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.024 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=196.311µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.025 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.025 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 01:59:22.026 +03:30] [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.08503ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.02 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.027 +03:30] [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 01:59:22.02 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.029 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 01:59:22.029 +03:30] [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 01:59:22.031 +03:30] [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 01:59:22.03 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.031 +03:30] [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 01:59:22.03 +0330 +0330, 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 01:59:22.032 +03:30] [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 01:59:22.03 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.034 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=253.007µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.034 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.034 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 01:59:22.035 +03:30] [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.094204ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.03 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.037 +03:30] [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 01:59:22.03 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.039 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 01:59:22.039 +03:30] [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 01:59:22.041 +03:30] [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 01:59:22.04 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.041 +03:30] [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 01:59:22.04 +0330 +0330, 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 01:59:22.042 +03:30] [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 01:59:22.04 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.043 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=183.324µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.044 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.044 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 01:59:22.045 +03:30] [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.032925ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.04 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.046 +03:30] [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 01:59:22.04 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.048 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 01:59:22.048 +03:30] [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 01:59:22.050 +03:30] [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 01:59:22.049 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.050 +03:30] [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 01:59:22.049 +0330 +0330, 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 01:59:22.051 +03:30] [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 01:59:22.049 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.052 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=213.148µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.053 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.053 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 01:59:22.054 +03:30] [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.009865ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.049 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.055 +03:30] [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 01:59:22.049 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.057 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 01:59:22.057 +03:30] [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 01:59:22.059 +03:30] [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 01:59:22.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.059 +03:30] [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 01:59:22.058 +0330 +0330, 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 01:59:22.060 +03:30] [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 01:59:22.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.062 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=189.309µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.062 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.062 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 01:59:22.064 +03:30] [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.032008ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.066 +03:30] [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 01:59:22.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.067 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 01:59:22.067 +03:30] [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 01:59:22.070 +03:30] [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 01:59:22.069 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.070 +03:30] [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 01:59:22.069 +0330 +0330, 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 01:59:22.071 +03:30] [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 01:59:22.069 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.074 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=303.092µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.074 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.074 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 01:59:22.076 +03:30] [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.208439ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.069 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.077 +03:30] [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 01:59:22.069 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.079 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 01:59:22.079 +03:30] [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 01:59:22.082 +03:30] [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 01:59:22.081 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.082 +03:30] [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 01:59:22.081 +0330 +0330, 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 01:59:22.083 +03:30] [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 01:59:22.081 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.084 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=200.623µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.085 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.085 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 01:59:22.086 +03:30] [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.00616ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.081 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.087 +03:30] [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 01:59:22.081 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.089 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 01:59:22.089 +03:30] [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 01:59:22.091 +03:30] [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 01:59:22.09 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.091 +03:30] [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 01:59:22.09 +0330 +0330, 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 01:59:22.091 +03:30] [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 01:59:22.09 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.093 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=146.652µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.093 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.093 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 01:59:22.096 +03:30] [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.973085ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.09 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.097 +03:30] [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 01:59:22.09 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.098 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 01:59:22.098 +03:30] [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 01:59:22.100 +03:30] [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 01:59:22.099 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.100 +03:30] [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 01:59:22.099 +0330 +0330, 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 01:59:22.101 +03:30] [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 01:59:22.099 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.102 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=107.471µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.102 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.102 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 01:59:22.105 +03:30] [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.912339ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.099 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.106 +03:30] [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 01:59:22.099 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.107 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 01:59:22.107 +03:30] [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 01:59:22.109 +03:30] [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 01:59:22.108 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.109 +03:30] [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 01:59:22.108 +0330 +0330, 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 01:59:22.110 +03:30] [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 01:59:22.108 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.112 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=239.758µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.112 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.112 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 01:59:22.115 +03:30] [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.057575ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.108 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.116 +03:30] [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 01:59:22.108 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.118 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 01:59:22.118 +03:30] [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 01:59:22.120 +03:30] [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 01:59:22.119 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.120 +03:30] [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 01:59:22.119 +0330 +0330, 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 01:59:22.121 +03:30] [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 01:59:22.119 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.123 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=182.357µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.124 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.124 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 01:59:22.125 +03:30] [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.007013ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.119 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.126 +03:30] [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 01:59:22.119 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.127 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 01:59:22.127 +03:30] [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 01:59:22.129 +03:30] [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 01:59:22.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.129 +03:30] [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 01:59:22.128 +0330 +0330, 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 01:59:22.130 +03:30] [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 01:59:22.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.132 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=214.519µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.133 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.133 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 01:59:22.134 +03:30] [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.01272ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.135 +03:30] [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 01:59:22.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.138 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 01:59:22.138 +03:30] [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 01:59:22.141 +03:30] [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 01:59:22.14 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.141 +03:30] [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 01:59:22.14 +0330 +0330, 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 01:59:22.143 +03:30] [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 01:59:22.14 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.146 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=231.676µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.148 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.148 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 01:59:22.163 +03:30] [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"=16.771396ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.14 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.164 +03:30] [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 01:59:22.14 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.167 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 01:59:22.167 +03:30] [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 01:59:22.168 +03:30] [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 01:59:22.168 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.168 +03:30] [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 01:59:22.168 +0330 +0330, 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 01:59:22.170 +03:30] [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 01:59:22.168 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.172 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=188.37µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.172 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.172 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 01:59:22.174 +03:30] [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.007851ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.168 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.175 +03:30] [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 01:59:22.168 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.177 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 01:59:22.177 +03:30] [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 01:59:22.178 +03:30] [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 01:59:22.178 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.178 +03:30] [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 01:59:22.178 +0330 +0330, 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 01:59:22.179 +03:30] [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 01:59:22.178 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.180 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=154.648µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.181 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.181 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 01:59:22.183 +03:30] [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.959597ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.178 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.184 +03:30] [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 01:59:22.178 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.186 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 01:59:22.186 +03:30] [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 01:59:22.186 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:59:22.188 +03:30] [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 01:59:22.187 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.188 +03:30] [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 01:59:22.187 +0330 +0330, 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 01:59:22.189 +03:30] [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 01:59:22.187 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.190 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=193.561µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.191 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.191 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 01:59:22.193 +03:30] [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.024653ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.187 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.194 +03:30] [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 01:59:22.187 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.196 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 01:59:22.196 +03:30] [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 01:59:22.198 +03:30] [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 01:59:22.197 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.198 +03:30] [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 01:59:22.197 +0330 +0330, 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 01:59:22.199 +03:30] [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 01:59:22.197 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.201 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=217.113µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.201 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.201 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 01:59:22.203 +03:30] [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.030702ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.197 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.204 +03:30] [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 01:59:22.197 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.206 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 01:59:22.206 +03:30] [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 01:59:22.208 +03:30] [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 01:59:22.207 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.208 +03:30] [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 01:59:22.207 +0330 +0330, 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 01:59:22.209 +03:30] [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 01:59:22.207 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.211 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=246.128µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.211 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.211 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 01:59:22.213 +03:30] [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.051205ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.207 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.215 +03:30] [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 01:59:22.207 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.217 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 01:59:22.217 +03:30] [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 01:59:22.219 +03:30] [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 01:59:22.218 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.219 +03:30] [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 01:59:22.218 +0330 +0330, 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 01:59:22.220 +03:30] [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 01:59:22.218 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.222 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=322.292µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.223 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.223 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 01:59:22.224 +03:30] [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.170163ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.218 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.225 +03:30] [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 01:59:22.218 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.227 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 01:59:22.227 +03:30] [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 01:59:22.229 +03:30] [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 01:59:22.228 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.229 +03:30] [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 01:59:22.228 +0330 +0330, 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 01:59:22.230 +03:30] [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 01:59:22.228 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.231 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=127.503µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.232 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.232 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 01:59:22.234 +03:30] [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.963215ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.228 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.235 +03:30] [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 01:59:22.228 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.237 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 01:59:22.237 +03:30] [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 01:59:22.239 +03:30] [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 01:59:22.239 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.239 +03:30] [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 01:59:22.239 +0330 +0330, 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 01:59:22.240 +03:30] [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 01:59:22.239 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.242 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=201.536µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:59:22.243 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.243 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 01:59:22.244 +03:30] [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.069699ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.239 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.245 +03:30] [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 01:59:22.239 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.247 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 01:59:22.249 +03:30] [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 01:59:22.248 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.249 +03:30] [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 01:59:22.248 +0330 +0330, 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 01:59:22.250 +03:30] [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 01:59:22.248 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.251 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=188.595µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.252 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.252 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 01:59:22.254 +03:30] [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.036469ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.248 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.255 +03:30] [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 01:59:22.248 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.257 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 01:59:22.257 +03:30] [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 01:59:22.259 +03:30] [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 01:59:22.258 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.259 +03:30] [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 01:59:22.258 +0330 +0330, 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 01:59:22.260 +03:30] [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 01:59:22.258 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.261 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=161.239µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.262 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.262 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 01:59:22.264 +03:30] [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.922904ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.258 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.265 +03:30] [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 01:59:22.258 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.267 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 01:59:22.267 +03:30] [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 01:59:22.268 +03:30] [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 01:59:22.268 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.268 +03:30] [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 01:59:22.268 +0330 +0330, 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 01:59:22.270 +03:30] [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 01:59:22.268 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.271 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=154.794µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.272 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.272 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 01:59:22.273 +03:30] [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.14474ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.268 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.274 +03:30] [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 01:59:22.268 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.276 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 01:59:22.276 +03:30] [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 01:59:22.278 +03:30] [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 01:59:22.277 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.278 +03:30] [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 01:59:22.277 +0330 +0330, 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 01:59:22.279 +03:30] [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 01:59:22.277 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.281 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=305.566µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.282 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.282 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 01:59:22.283 +03:30] [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.15159ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.277 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.284 +03:30] [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 01:59:22.277 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.287 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 01:59:22.287 +03:30] [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 01:59:22.289 +03:30] [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 01:59:22.288 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.289 +03:30] [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 01:59:22.288 +0330 +0330, 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 01:59:22.290 +03:30] [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 01:59:22.288 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.292 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=295.742µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.293 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.293 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 01:59:22.294 +03:30] [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.140826ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.288 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.295 +03:30] [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 01:59:22.288 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.297 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 01:59:22.297 +03:30] [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 01:59:22.299 +03:30] [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 01:59:22.298 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.299 +03:30] [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 01:59:22.298 +0330 +0330, 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 01:59:22.300 +03:30] [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 01:59:22.298 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.303 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=324.413µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.303 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.303 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 01:59:22.305 +03:30] [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.216056ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.298 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.306 +03:30] [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 01:59:22.298 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.309 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 01:59:22.309 +03:30] [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 01:59:22.311 +03:30] [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 01:59:22.31 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.311 +03:30] [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 01:59:22.31 +0330 +0330, 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 01:59:22.312 +03:30] [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 01:59:22.31 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.314 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=388.861µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.315 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.315 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 01:59:22.316 +03:30] [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.301106ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.31 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.318 +03:30] [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 01:59:22.31 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.320 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 01:59:22.321 +03:30] [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 01:59:22.323 +03:30] [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 01:59:22.322 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.323 +03:30] [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 01:59:22.322 +0330 +0330, 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 01:59:22.324 +03:30] [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 01:59:22.322 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.327 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=349.62µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.328 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.328 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 01:59:22.329 +03:30] [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.186218ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.322 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.330 +03:30] [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 01:59:22.322 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.333 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 01:59:22.333 +03:30] [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 01:59:22.335 +03:30] [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 01:59:22.334 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.335 +03:30] [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 01:59:22.334 +0330 +0330, 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 01:59:22.336 +03:30] [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 01:59:22.334 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.338 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=307.202µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.339 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.339 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 01:59:22.340 +03:30] [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.163907ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.334 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.341 +03:30] [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 01:59:22.334 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.344 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 01:59:22.344 +03:30] [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 01:59:22.346 +03:30] [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 01:59:22.345 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.346 +03:30] [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 01:59:22.345 +0330 +0330, 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 01:59:22.347 +03:30] [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 01:59:22.345 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.349 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=267.55µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.350 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.350 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 01:59:22.351 +03:30] [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.075726ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.345 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.352 +03:30] [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 01:59:22.345 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.354 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 01:59:22.354 +03:30] [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 01:59:22.356 +03:30] [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 01:59:22.355 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.356 +03:30] [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 01:59:22.355 +0330 +0330, 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 01:59:22.357 +03:30] [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 01:59:22.355 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.359 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=248.678µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.360 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.360 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 01:59:22.361 +03:30] [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.118087ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.355 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.362 +03:30] [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 01:59:22.355 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.364 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 01:59:22.364 +03:30] [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 01:59:22.366 +03:30] [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 01:59:22.365 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.366 +03:30] [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 01:59:22.365 +0330 +0330, 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 01:59:22.368 +03:30] [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 01:59:22.365 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.371 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=388.569µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.371 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.371 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 01:59:22.372 +03:30] [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.29777ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.365 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.374 +03:30] [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 01:59:22.365 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.376 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 01:59:22.377 +03:30] [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 01:59:22.378 +03:30] [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 01:59:22.378 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.378 +03:30] [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 01:59:22.378 +0330 +0330, 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 01:59:22.379 +03:30] [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 01:59:22.378 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.381 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=244.184µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.382 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.382 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 01:59:22.383 +03:30] [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.098291ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.378 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.384 +03:30] [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 01:59:22.378 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.386 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 01:59:22.387 +03:30] [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 01:59:22.388 +03:30] [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 01:59:22.388 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.388 +03:30] [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 01:59:22.388 +0330 +0330, 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 01:59:22.389 +03:30] [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 01:59:22.388 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.391 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=172.161µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.391 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.391 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 01:59:22.393 +03:30] [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.997076ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.388 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.394 +03:30] [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 01:59:22.388 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.396 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 01:59:22.396 +03:30] [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 01:59:22.398 +03:30] [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 01:59:22.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.398 +03:30] [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 01:59:22.397 +0330 +0330, 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 01:59:22.399 +03:30] [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 01:59:22.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.400 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=190.496µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.401 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.401 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 01:59:22.403 +03:30] [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.033354ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.404 +03:30] [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 01:59:22.397 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.406 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 01:59:22.406 +03:30] [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 01:59:22.407 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 01:59:22.408 +03:30] [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 01:59:22.408 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.408 +03:30] [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 01:59:22.408 +0330 +0330, 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 01:59:22.409 +03:30] [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 01:59:22.408 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.411 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=189.679µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.411 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.411 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 01:59:22.413 +03:30] [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.999576ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.408 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.414 +03:30] [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 01:59:22.408 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.416 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 01:59:22.416 +03:30] [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 01:59:22.418 +03:30] [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 01:59:22.417 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.418 +03:30] [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 01:59:22.417 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 01:59:22.420 +03:30] [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 01:59:22.417 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.420 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=41.302µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 01:59:22.421 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.421 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 01:59:22.423 +03:30] [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.990804ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.417 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.424 +03:30] [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 01:59:22.417 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.426 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 01:59:22.426 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 01:59:22.428 +03:30] [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 01:59:22.427 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.428 +03:30] [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 01:59:22.427 +0330 +0330, 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 01:59:22.429 +03:30] [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 01:59:22.427 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.430 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=150.715µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 01:59:22.431 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.431 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 01:59:22.433 +03:30] [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.018619ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.427 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.434 +03:30] [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 01:59:22.427 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.436 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 01:59:22.438 +03:30] [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 01:59:22.437 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.438 +03:30] [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 01:59:22.437 +0330 +0330, 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 01:59:22.439 +03:30] [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 01:59:22.437 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.442 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=288.87µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.442 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.442 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 01:59:22.443 +03:30] [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.123812ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.437 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.445 +03:30] [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 01:59:22.437 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.447 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 01:59:22.447 +03:30] [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 01:59:22.449 +03:30] [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 01:59:22.448 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.449 +03:30] [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 01:59:22.448 +0330 +0330, 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 01:59:22.450 +03:30] [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 01:59:22.448 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.451 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=202.047µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.452 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.452 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 01:59:22.454 +03:30] [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.037408ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.448 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.455 +03:30] [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 01:59:22.448 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.457 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 01:59:22.457 +03:30] [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 01:59:22.459 +03:30] [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 01:59:22.458 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.459 +03:30] [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 01:59:22.458 +0330 +0330, 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 01:59:22.460 +03:30] [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 01:59:22.458 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.462 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=226.247µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 01:59:22.462 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 01:59:22.463 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 01:59:22.464 +03:30] [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.054899ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.458 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.465 +03:30] [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 01:59:22.458 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.467 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 01:59:22.467 +03:30] [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 01:59:22.485 +03:30] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=822.860635ms] [2025/04/05 01:59:22.485 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:59:22.487 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=274d2858-e997-436e-867a-9c7ebbdfdac8] [2025/04/05 01:59:22.487 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:59:22.487 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:59:22.487 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=3.894µs] [2025/04/05 01:59:22.487 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.173µs] [2025/04/05 01:59:22.487 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.104µs] [2025/04/05 01:59:22.487 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=1.791µs] [2025/04/05 01:59:22.487 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.021µs] [2025/04/05 01:59:22.487 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=2.053µs] [2025/04/05 01:59:22.487 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=2.489µs] [2025/04/05 01:59:22.487 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.189µs] [2025/04/05 01:59:22.487 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=1.927µs] [2025/04/05 01:59:22.487 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=2.275µs] [2025/04/05 01:59:22.487 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=274d2858-e997-436e-867a-9c7ebbdfdac8] [2025/04/05 01:59:22.487 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:59:22.487 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:59:22.487 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=274d2858-e997-436e-867a-9c7ebbdfdac8] ["take time"=2.090879ms] [2025/04/05 01:59:22.487 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=274d2858-e997-436e-867a-9c7ebbdfdac8] [2025/04/05 01:59:22.488 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:59:22.488 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:59:22.488 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:59:22.488 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:59:22.488 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:59:22.488 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:59:22.488 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:59:22.488 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:59:22.488 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:59:22.488 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:59:22.488 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:59:22.488 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:59:22.488 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:59:22.488 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:59:22.488 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=3.028919ms] [2025/04/05 01:59:22.488 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=d361c6a5-2a7e-48c8-8fb6-eb5ee905ed6f] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 01:59:22.493 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 01:59:22.493 +03:30] [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 01:59:22.505 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=12.188084ms] [2025/04/05 01:59:22.505 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:59:22.506 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=4fed99eb-f425-456f-959e-06c47af15d82] [runWorker=true] [jobVersion=v2] [2025/04/05 01:59:22.506 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 01:59:22.506 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 01:59:22.506 +03:30] [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 01:59:22.506 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:59:22.506 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:59:22.506 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:59:22.506 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:59:22.506 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:59:22.506 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:59:22.506 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:59:22.506 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:59:22.506 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:59:22.506 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 01:59:22.508 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 01:59:22.508 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=4fed99eb-f425-456f-959e-06c47af15d82] [2025/04/05 01:59:22.508 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 01:59:22.508 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 01:59:22.509 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 01:59:22.509 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 01:59:22.509 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:59:22.509 +03:30] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 01:59:22.511 +03:30] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 01:59:22.511 +03:30] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 01:59:22.511 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:59:22.512 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=4fed99eb-f425-456f-959e-06c47af15d82] [2025/04/05 01:59:22.513 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:59:22.514 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:59:22.514 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:59:22.514 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:59:22.514 +03:30] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 01:59:22.514 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:59:22.514 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:59:22.514 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:59:22.514 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:59:22.515 +03:30] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=434.8GiB] [2025/04/05 01:59:22.515 +03:30] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 01:59:22.515 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=4fed99eb-f425-456f-959e-06c47af15d82] [2025/04/05 01:59:22.516 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=4fed99eb-f425-456f-959e-06c47af15d82] [ttl-worker=task-manager] [ttl-worker=4fed99eb-f425-456f-959e-06c47af15d82] [originalCount=0] [newCount=4] [2025/04/05 01:59:22.516 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=4fed99eb-f425-456f-959e-06c47af15d82] [ttl-worker=task-manager] [ttl-worker=4fed99eb-f425-456f-959e-06c47af15d82] [originalCount=0] [newCount=4] [2025/04/05 01:59:22.516 +03:30] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=4fed99eb-f425-456f-959e-06c47af15d82] [2025/04/05 01:59:22.518 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:59:22.520 +03:30] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 01:59:22.521 +03:30] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 01:59:22.523 +03:30] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_schema_cache_size] [val=0] [2025/04/05 01:59:22.525 +03:30] [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 01:59:22.524 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 01:59:22.526 +03:30] [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 01:59:22.524 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE t (id INT, a VARBINARY(20), b BIGINT)"] [2025/04/05 01:59:22.526 +03:30] [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 01:59:22.524 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.526 +03:30] [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 01:59:22.555 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=false] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=26.145893ms] [2025/04/05 01:59:22.555 +03:30] [INFO] [domain.go:431] ["infoschema v1/v2 switch"] [2025/04/05 01:59:22.555 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 01:59:22.557 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 01:59:22.560 +03:30] [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"=30.626317ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 01:59:22.524 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.561 +03:30] [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 01:59:22.524 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 01:59:22.563 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 01:59:22.563 +03:30] [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 01:59:22.566 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 01:59:22.566 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=4fed99eb-f425-456f-959e-06c47af15d82] [2025/04/05 01:59:22.566 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:59:22.566 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 01:59:22.566 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=2.362µs] [2025/04/05 01:59:22.566 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=4fed99eb-f425-456f-959e-06c47af15d82] [2025/04/05 01:59:22.566 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 01:59:22.566 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 01:59:22.566 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=4fed99eb-f425-456f-959e-06c47af15d82] ["take time"=162.373µs] [2025/04/05 01:59:22.566 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=4fed99eb-f425-456f-959e-06c47af15d82] [2025/04/05 01:59:22.566 +03:30] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 01:59:22.566 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=4fed99eb-f425-456f-959e-06c47af15d82] [ttl-worker=task-manager] [ttl-worker=4fed99eb-f425-456f-959e-06c47af15d82] [originalCount=4] [newCount=0] [2025/04/05 01:59:22.566 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:59:22.566 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:59:22.567 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:59:22.567 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 01:59:22.567 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=4fed99eb-f425-456f-959e-06c47af15d82] [ttl-worker=task-manager] [ttl-worker=4fed99eb-f425-456f-959e-06c47af15d82] [originalCount=4] [newCount=0] [2025/04/05 01:59:22.567 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:59:22.567 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:59:22.567 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:59:22.568 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 01:59:22.568 +03:30] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=4fed99eb-f425-456f-959e-06c47af15d82] [2025/04/05 01:59:22.568 +03:30] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 01:59:22.568 +03:30] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 01:59:22.568 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 01:59:22.568 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 01:59:22.568 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 01:59:22.568 +03:30] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 01:59:22.568 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 01:59:22.568 +03:30] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 01:59:22.568 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 01:59:22.568 +03:30] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 01:59:22.568 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 01:59:22.568 +03:30] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 01:59:22.568 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 01:59:22.568 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:59:22.568 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:59:22.568 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:59:22.568 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:59:22.568 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:59:22.568 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:59:22.568 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:59:22.568 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:59:22.568 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 01:59:22.568 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 01:59:22.568 +03:30] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 01:59:22.568 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 01:59:22.568 +03:30] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 01:59:22.568 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 01:59:22.568 +03:30] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 01:59:22.568 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 01:59:22.568 +03:30] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 01:59:22.568 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 01:59:22.571 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 01:59:22.571 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 01:59:22.571 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 01:59:22.571 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 01:59:22.571 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 01:59:22.571 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 01:59:22.571 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 01:59:22.571 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 01:59:22.571 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 01:59:22.571 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 01:59:22.571 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 01:59:22.571 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=4fed99eb-f425-456f-959e-06c47af15d82] [2025/04/05 01:59:22.571 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=4fed99eb-f425-456f-959e-06c47af15d82] [2025/04/05 01:59:22.571 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 01:59:22.571 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=4fed99eb-f425-456f-959e-06c47af15d82] [2025/04/05 01:59:22.571 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=4fed99eb-f425-456f-959e-06c47af15d82] [2025/04/05 01:59:22.571 +03:30] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 01:59:22.571 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 01:59:22.571 +03:30] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 01:59:22.571 +03:30] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 01:59:22.571 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 01:59:22.571 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=4.699772ms] [2025/04/05 01:59:22.571 +03:30] [INFO] [db.go:567] ["Closing database"] [2025/04/05 01:59:22.571 +03:30] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 01:59:22.571 +03:30] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 01:59:22.571 +03:30] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 01:59:22.571 +03:30] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 01:59:22.571 +03:30] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestIssue48756 (0.96s) testkit.go:123: RefreshSession rand seed: 1743805762518402272 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/executor/join TestLeftOuterAntiSemiJoinSpill err=exit status 1 [2025/04/05 01:59:23.626 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=3003104] [quota=3000000] [2025/04/05 01:59:23.631 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1708288] [quota=3000000] [2025/04/05 01:59:23.806 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1703904] [quota=1700000] [2025/04/05 01:59:23.825 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1701792] [quota=1700000] [2025/04/05 01:59:23.834 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1286048] [quota=1700000] [2025/04/05 01:59:24.001 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=3780544] [quota=3500000] [2025/04/05 01:59:24.183 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.184 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102720] [quota=100000] [2025/04/05 01:59:24.184 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103776] [quota=100000] [2025/04/05 01:59:24.186 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.187 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.188 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.188 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.189 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.190 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.191 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.192 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.193 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.194 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.195 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.196 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.197 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.198 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.199 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.200 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.201 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.202 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.203 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.204 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.205 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.206 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.207 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.208 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.209 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.210 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:24.211 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=30208] [quota=100000] [2025/04/05 01:59:24.235 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.236 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.237 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.238 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.239 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.240 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.240 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:24.248 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.248 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:24.253 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.254 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:24.259 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.260 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:24.264 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.265 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:24.271 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.272 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.274 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.276 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.277 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.278 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.279 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=51968] [quota=100000] [2025/04/05 01:59:24.292 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.293 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:24.300 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.301 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:24.309 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.310 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.310 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102592] [quota=100000] [2025/04/05 01:59:24.319 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.320 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:24.330 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.331 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.332 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.333 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.334 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.335 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.336 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.336 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=25984] [quota=100000] [2025/04/05 01:59:24.345 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.346 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:24.350 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.351 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:24.355 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.356 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=84448] [quota=100000] [2025/04/05 01:59:24.361 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.362 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:24.366 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.367 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.368 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.369 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.370 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.370 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.371 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.372 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=100000] [2025/04/05 01:59:24.379 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.379 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=90944] [quota=100000] [2025/04/05 01:59:24.384 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.385 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:24.389 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.390 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:24.395 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:24.395 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:24.498 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.498 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.499 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.499 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.500 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.500 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.500 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.501 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.501 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.502 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.502 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.502 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.503 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.503 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.503 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.504 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.504 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.504 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.505 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.505 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.505 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.506 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.506 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.506 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.507 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.507 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.508 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.508 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.508 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.509 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.509 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.509 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.510 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.510 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.510 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.511 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.511 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.511 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.512 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.512 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.512 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.513 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.513 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.513 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.514 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.514 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.514 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.515 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.515 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.515 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.516 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.516 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.516 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.517 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.517 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.517 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.518 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.518 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.518 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.519 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.519 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.519 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.520 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.520 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.520 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.521 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.521 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.521 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.522 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.522 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.523 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.523 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.523 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.524 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.524 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.524 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.525 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.525 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.525 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.526 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.526 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.526 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.527 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.527 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.527 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.528 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.528 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.528 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.529 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.529 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.529 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.529 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.530 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.530 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.530 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.531 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.531 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:24.531 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:59:24.555 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.556 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.557 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.557 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.557 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.557 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.558 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.558 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.558 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.558 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.559 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.559 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.559 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.560 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.560 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.561 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.561 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.562 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.562 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.562 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.563 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.563 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.564 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.564 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.564 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:59:24.576 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.577 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.577 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.577 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.578 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.578 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:24.578 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:59:24.609 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=10944] [quota=10000] [2025/04/05 01:59:24.610 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12416] [quota=10000] [2025/04/05 01:59:24.611 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=10656] [quota=10000] [2025/04/05 01:59:24.775 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=3000832] [quota=3000000] [2025/04/05 01:59:24.781 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1703904] [quota=3000000] [2025/04/05 01:59:24.957 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1706176] [quota=1700000] [2025/04/05 01:59:24.967 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1701792] [quota=1700000] [2025/04/05 01:59:24.975 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1286048] [quota=1700000] [2025/04/05 01:59:25.196 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=3792896] [quota=3500000] [2025/04/05 01:59:25.379 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.381 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102720] [quota=100000] [2025/04/05 01:59:25.383 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103776] [quota=100000] [2025/04/05 01:59:25.385 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.388 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.389 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.393 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.394 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.396 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.397 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.401 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.402 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.404 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.405 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.407 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.412 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.413 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.415 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.417 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.418 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.421 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.422 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.423 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.425 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.426 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.427 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.428 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.429 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.430 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101664] [quota=100000] [2025/04/05 01:59:25.431 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=100000] [2025/04/05 01:59:25.459 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.460 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.461 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.462 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.463 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.464 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.465 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:25.474 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.475 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:25.480 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.481 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:25.487 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.488 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:25.494 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.495 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:25.500 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.501 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.502 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.502 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.503 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.504 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.505 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.505 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=19488] [quota=100000] [2025/04/05 01:59:25.511 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.512 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:25.517 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.518 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:25.523 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.524 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:25.529 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.530 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:25.535 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.536 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.537 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.538 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.538 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.539 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.540 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.540 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=100000] [2025/04/05 01:59:25.547 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.547 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:25.553 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.554 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:25.559 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.560 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=84448] [quota=100000] [2025/04/05 01:59:25.565 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.566 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:25.571 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.572 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.573 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.574 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.574 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.575 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.576 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=97440] [quota=100000] [2025/04/05 01:59:25.582 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.583 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=84448] [quota=100000] [2025/04/05 01:59:25.589 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.590 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=97440] [quota=100000] [2025/04/05 01:59:25.590 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101632] [quota=100000] [2025/04/05 01:59:25.596 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.597 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:25.603 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:25.604 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:25.728 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.728 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.729 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.730 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.730 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.731 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.731 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.732 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.732 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.733 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.733 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.734 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.734 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.735 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.735 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.740 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.740 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.741 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.741 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.742 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.742 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.742 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.743 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.743 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.744 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.745 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.745 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.746 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.746 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.747 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.747 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.748 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.748 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.749 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.749 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.750 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.750 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.751 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.755 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.756 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.756 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.756 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.757 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.757 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.757 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.758 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.758 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.759 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.759 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.759 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.760 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.760 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.760 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.761 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.761 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.761 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.762 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.762 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.762 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.763 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.763 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.764 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.764 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.764 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.765 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.765 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.766 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.766 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.766 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.767 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.767 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.767 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.768 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.768 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.769 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.769 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.769 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.770 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.770 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.771 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.771 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.771 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.772 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.772 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.772 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.773 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.773 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.773 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.774 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.774 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.774 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.775 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.775 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.775 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.776 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.776 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=15104] [quota=10000] [2025/04/05 01:59:25.776 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:59:25.799 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.799 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.800 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.800 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.800 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.801 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.801 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.801 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.801 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.802 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.802 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.802 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.802 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.803 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.803 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.803 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.803 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.804 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.804 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.804 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.804 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.805 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.805 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.805 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.805 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:59:25.811 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.812 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.812 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.812 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.813 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.813 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.813 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:59:25.815 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.817 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:25.817 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=11136] [quota=10000] [2025/04/05 01:59:25.880 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1005760] [quota=1000000] [2025/04/05 01:59:25.890 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1005760] [quota=1000000] [2025/04/05 01:59:25.895 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=432768] [quota=1000000] [2025/04/05 01:59:25.999 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=905632] [quota=900000] [2025/04/05 01:59:26.004 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=900480] [quota=900000] [2025/04/05 01:59:26.009 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=575680] [quota=900000] [2025/04/05 01:59:26.113 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1893120] [quota=1700000] [2025/04/05 01:59:26.204 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:59:26.206 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100800] [quota=100000] [2025/04/05 01:59:26.207 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101472] [quota=100000] [2025/04/05 01:59:26.208 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:59:26.209 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:59:26.211 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:59:26.212 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:59:26.213 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:59:26.214 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:59:26.215 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:59:26.217 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:59:26.218 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:59:26.219 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:59:26.220 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:59:26.222 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:59:26.223 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=54656] [quota=100000] [2025/04/05 01:59:26.237 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:26.238 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:26.238 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:26.239 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:26.243 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100928] [quota=100000] [2025/04/05 01:59:26.247 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102176] [quota=100000] [2025/04/05 01:59:26.251 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102720] [quota=100000] [2025/04/05 01:59:26.255 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100128] [quota=100000] [2025/04/05 01:59:26.258 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:26.259 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:26.260 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:26.261 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:26.265 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103200] [quota=100000] [2025/04/05 01:59:26.268 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102208] [quota=100000] [2025/04/05 01:59:26.271 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101440] [quota=100000] [2025/04/05 01:59:26.274 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101184] [quota=100000] [2025/04/05 01:59:26.280 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:26.281 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:26.282 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:26.284 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=77952] [quota=100000] [2025/04/05 01:59:26.290 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101824] [quota=100000] [2025/04/05 01:59:26.295 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101184] [quota=100000] [2025/04/05 01:59:26.301 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102848] [quota=100000] [2025/04/05 01:59:26.307 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101568] [quota=100000] [2025/04/05 01:59:26.310 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:26.311 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:26.312 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=103936] [quota=100000] [2025/04/05 01:59:26.315 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=51968] [quota=100000] [2025/04/05 01:59:26.320 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=100928] [quota=100000] [2025/04/05 01:59:26.327 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101952] [quota=100000] [2025/04/05 01:59:26.331 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=102336] [quota=100000] [2025/04/05 01:59:26.335 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=101344] [quota=100000] [2025/04/05 01:59:26.388 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.388 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.389 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.389 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.390 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.390 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.390 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.391 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.391 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.391 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.392 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.392 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.392 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.393 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.393 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.393 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.394 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.394 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.394 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.395 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.395 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.395 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.396 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.396 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.396 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.397 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.397 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.397 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.398 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.398 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.399 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.399 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.399 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.400 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.400 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.400 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.401 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.401 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.401 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.402 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.402 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.402 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.403 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.403 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.404 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.404 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.404 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.405 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.405 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.405 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.406 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.406 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.407 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.407 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.407 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=14336] [quota=10000] [2025/04/05 01:59:26.408 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:59:26.421 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:26.422 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:26.422 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:26.423 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:26.423 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:26.423 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:26.423 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:26.424 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:26.424 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:26.424 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:26.424 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:26.425 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:26.425 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:59:26.428 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:26.429 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:26.429 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12992] [quota=10000] [2025/04/05 01:59:26.429 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=0] [quota=10000] [2025/04/05 01:59:26.430 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=10912] [quota=10000] [2025/04/05 01:59:26.431 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=10752] [quota=10000] [2025/04/05 01:59:26.432 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=12384] [quota=10000] [2025/04/05 01:59:26.525 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1003072] [quota=1000000] [2025/04/05 01:59:26.531 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1004416] [quota=1000000] [2025/04/05 01:59:26.534 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=452256] [quota=1000000] [2025/04/05 01:59:26.634 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=905632] [quota=900000] [2025/04/05 01:59:26.643 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=900480] [quota=900000] [2025/04/05 01:59:26.651 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=575680] [quota=900000] [2025/04/05 01:59:26.746 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=1600704] [quota=1600000] [2025/04/05 01:59:26.749 +03:30] [INFO] [hash_join_spill_helper.go:439] ["memory exceeds quota, spill to disk now."] [consumed=787360] [quota=1600000] --- FAIL: TestLeftOuterAntiSemiJoinSpill (4.09s) 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 TestShowTableRegion err=exit status 1 [2025/04/05 02:00:24.759 +03:30] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 02:00:24.759 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:00:24.759 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:00:24.760 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:00:24.760 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:00:24.761 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:00:24.773 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=394ec10f-124c-4534-a3b9-f9d6fd32910d] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 02:00:24.780 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 02:00:24.780 +03:30] [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 02:00:24.781 +03:30] [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 02:00:24.791 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=10.392297ms] [2025/04/05 02:00:24.791 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 02:00:24.791 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=46b67101-0419-4da3-8ed4-48e64248e13d] [runWorker=true] [jobVersion=v2] [2025/04/05 02:00:24.792 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 02:00:24.792 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 02:00:24.792 +03:30] [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 02:00:24.792 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 02:00:24.792 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 02:00:24.792 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 02:00:24.792 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 02:00:24.792 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 02:00:24.792 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 02:00:24.792 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 02:00:24.792 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 02:00:24.792 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 02:00:24.792 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 02:00:24.795 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 02:00:24.795 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=46b67101-0419-4da3-8ed4-48e64248e13d] [2025/04/05 02:00:24.796 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 02:00:24.796 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 02:00:24.796 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 02:00:24.796 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 02:00:24.796 +03:30] [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 02:00:24.996 +03:30] [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 02:00:24.995 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:24.996 +03:30] [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 02:00:24.995 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 02:00:24.997 +03:30] [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 02:00:24.995 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.012 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=13.970814ms] [2025/04/05 02:00:25.013 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 02:00:25.014 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.014 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 02:00:25.015 +03:30] [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.369238ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:24.995 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.016 +03:30] [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 02:00:24.995 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.018 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 02:00:25.018 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 02:00:25.018 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 02:00:25.019 +03:30] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Europe/Berlin] [2025/04/05 02:00:25.022 +03:30] [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 02:00:25.02 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.022 +03:30] [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 02:00:25.02 +0330 +0330, 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 02:00:25.023 +03:30] [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 02:00:25.02 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.029 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=712.594µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.029 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.029 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 02:00:25.030 +03:30] [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.634491ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.02 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.032 +03:30] [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 02:00:25.02 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.036 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 02:00:25.036 +03:30] [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 02:00:25.038 +03:30] [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 02:00:25.037 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.038 +03:30] [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 02:00:25.037 +0330 +0330, 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 02:00:25.039 +03:30] [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 02:00:25.037 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.040 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=196.817µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.041 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.041 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 02:00:25.043 +03:30] [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.982784ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.037 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.044 +03:30] [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 02:00:25.037 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.046 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 02:00:25.046 +03:30] [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 02:00:25.049 +03:30] [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 02:00:25.047 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.049 +03:30] [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 02:00:25.047 +0330 +0330, 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 02:00:25.050 +03:30] [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 02:00:25.047 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.051 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=162.647µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.052 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.052 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 02:00:25.054 +03:30] [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.03484ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.047 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.055 +03:30] [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 02:00:25.047 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.057 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 02:00:25.057 +03:30] [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 02:00:25.059 +03:30] [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 02:00:25.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.059 +03:30] [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 02:00:25.058 +0330 +0330, 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 02:00:25.060 +03:30] [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 02:00:25.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.063 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=450.473µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.064 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.064 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 02:00:25.065 +03:30] [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.213673ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.066 +03:30] [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 02:00:25.058 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.069 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 02:00:25.069 +03:30] [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 02:00:25.071 +03:30] [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 02:00:25.07 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.071 +03:30] [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 02:00:25.07 +0330 +0330, 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 02:00:25.072 +03:30] [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 02:00:25.07 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.073 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=244.015µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.074 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.074 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 02:00:25.076 +03:30] [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.040262ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.07 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.077 +03:30] [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 02:00:25.07 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.079 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 02:00:25.079 +03:30] [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 02:00:25.081 +03:30] [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 02:00:25.08 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.081 +03:30] [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 02:00:25.08 +0330 +0330, 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 02:00:25.082 +03:30] [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 02:00:25.08 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.084 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=245.416µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.085 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.085 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 02:00:25.086 +03:30] [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.020154ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.08 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.087 +03:30] [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 02:00:25.08 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.089 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 02:00:25.089 +03:30] [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 02:00:25.090 +03:30] [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 02:00:25.09 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.090 +03:30] [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 02:00:25.09 +0330 +0330, 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 02:00:25.091 +03:30] [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 02:00:25.09 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.092 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=145.337µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.093 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.093 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 02:00:25.095 +03:30] [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.903274ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.09 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.096 +03:30] [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 02:00:25.09 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.098 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 02:00:25.098 +03:30] [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 02:00:25.099 +03:30] [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 02:00:25.099 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.099 +03:30] [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 02:00:25.099 +0330 +0330, 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 02:00:25.100 +03:30] [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 02:00:25.099 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.102 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=164.844µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.103 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.103 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 02:00:25.105 +03:30] [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.962613ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.099 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.106 +03:30] [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 02:00:25.099 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.107 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 02:00:25.107 +03:30] [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 02:00:25.109 +03:30] [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 02:00:25.108 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.109 +03:30] [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 02:00:25.108 +0330 +0330, 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 02:00:25.110 +03:30] [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 02:00:25.108 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.112 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=184.385µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.112 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.112 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 02:00:25.114 +03:30] [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.94543ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.108 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.115 +03:30] [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 02:00:25.108 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.117 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 02:00:25.117 +03:30] [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 02:00:25.119 +03:30] [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 02:00:25.118 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.119 +03:30] [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 02:00:25.118 +0330 +0330, 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 02:00:25.120 +03:30] [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 02:00:25.118 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.121 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=206.426µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.122 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.122 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 02:00:25.124 +03:30] [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.963369ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.118 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.125 +03:30] [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 02:00:25.118 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.127 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 02:00:25.127 +03:30] [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 02:00:25.127 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:00:25.129 +03:30] [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 02:00:25.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.129 +03:30] [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 02:00:25.128 +0330 +0330, 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 02:00:25.130 +03:30] [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 02:00:25.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.132 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=294.969µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.133 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.133 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 02:00:25.134 +03:30] [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.010755ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.135 +03:30] [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 02:00:25.128 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.137 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 02:00:25.137 +03:30] [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 02:00:25.139 +03:30] [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 02:00:25.138 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.139 +03:30] [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 02:00:25.138 +0330 +0330, 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 02:00:25.140 +03:30] [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 02:00:25.138 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.142 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=236.93µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.142 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.142 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 02:00:25.144 +03:30] [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"=3.047268ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.138 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.145 +03:30] [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 02:00:25.138 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.148 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 02:00:25.148 +03:30] [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 02:00:25.149 +03:30] [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 02:00:25.148 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.149 +03:30] [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 02:00:25.148 +0330 +0330, 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 02:00:25.150 +03:30] [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 02:00:25.148 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.152 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=192.224µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.153 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.153 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 02:00:25.155 +03:30] [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.968332ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.148 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.156 +03:30] [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 02:00:25.148 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.158 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 02:00:25.158 +03:30] [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 02:00:25.159 +03:30] [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 02:00:25.159 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.159 +03:30] [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 02:00:25.159 +0330 +0330, 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 02:00:25.160 +03:30] [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 02:00:25.159 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.162 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=187.602µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.162 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.162 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 02:00:25.165 +03:30] [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.940587ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.159 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.166 +03:30] [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 02:00:25.159 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.167 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 02:00:25.167 +03:30] [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 02:00:25.169 +03:30] [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 02:00:25.168 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.169 +03:30] [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 02:00:25.168 +0330 +0330, 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 02:00:25.170 +03:30] [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 02:00:25.168 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.171 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=174.958µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.172 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.172 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 02:00:25.174 +03:30] [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.92835ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.168 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.175 +03:30] [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 02:00:25.168 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.177 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 02:00:25.177 +03:30] [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 02:00:25.179 +03:30] [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 02:00:25.178 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.179 +03:30] [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 02:00:25.178 +0330 +0330, 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 02:00:25.179 +03:30] [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 02:00:25.178 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.181 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=199.631µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.182 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.182 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 02:00:25.184 +03:30] [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.968273ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.178 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.185 +03:30] [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 02:00:25.178 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.187 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 02:00:25.187 +03:30] [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 02:00:25.188 +03:30] [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 02:00:25.188 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.188 +03:30] [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 02:00:25.188 +0330 +0330, 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 02:00:25.189 +03:30] [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 02:00:25.188 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.191 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=192.419µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.191 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.191 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 02:00:25.194 +03:30] [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.98602ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.188 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.195 +03:30] [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 02:00:25.188 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.197 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 02:00:25.197 +03:30] [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 02:00:25.199 +03:30] [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 02:00:25.198 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.199 +03:30] [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 02:00:25.198 +0330 +0330, 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 02:00:25.200 +03:30] [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 02:00:25.198 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.202 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=286.378µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.203 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.203 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 02:00:25.204 +03:30] [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.119486ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.198 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.205 +03:30] [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 02:00:25.198 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.207 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 02:00:25.208 +03:30] [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 02:00:25.210 +03:30] [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 02:00:25.209 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.210 +03:30] [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 02:00:25.209 +0330 +0330, 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 02:00:25.210 +03:30] [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 02:00:25.209 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.212 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=212.497µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.213 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.213 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 02:00:25.215 +03:30] [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.969209ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.209 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.216 +03:30] [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 02:00:25.209 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.218 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 02:00:25.218 +03:30] [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 02:00:25.219 +03:30] [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 02:00:25.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.219 +03:30] [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 02:00:25.219 +0330 +0330, 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 02:00:25.220 +03:30] [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 02:00:25.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.221 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=126.358µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.222 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.222 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 02:00:25.224 +03:30] [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.89318ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.225 +03:30] [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 02:00:25.219 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.227 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 02:00:25.227 +03:30] [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 02:00:25.228 +03:30] [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 02:00:25.227 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.228 +03:30] [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 02:00:25.227 +0330 +0330, 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 02:00:25.229 +03:30] [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 02:00:25.227 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.230 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=111.292µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.231 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.231 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 02:00:25.233 +03:30] [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.891574ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.227 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.234 +03:30] [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 02:00:25.227 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.235 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 02:00:25.235 +03:30] [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 02:00:25.237 +03:30] [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 02:00:25.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.237 +03:30] [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 02:00:25.236 +0330 +0330, 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 02:00:25.238 +03:30] [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 02:00:25.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.240 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=261.221µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.241 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.241 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 02:00:25.242 +03:30] [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.010148ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.243 +03:30] [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 02:00:25.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.245 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 02:00:25.245 +03:30] [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 02:00:25.246 +03:30] [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 02:00:25.246 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.247 +03:30] [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 02:00:25.246 +0330 +0330, 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 02:00:25.248 +03:30] [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 02:00:25.246 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.249 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=184.712µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.250 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.250 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 02:00:25.252 +03:30] [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.99495ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.246 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.253 +03:30] [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 02:00:25.246 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.256 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 02:00:25.256 +03:30] [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 02:00:25.259 +03:30] [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 02:00:25.258 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.259 +03:30] [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 02:00:25.258 +0330 +0330, 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 02:00:25.261 +03:30] [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 02:00:25.258 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.264 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=253.642µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.265 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.265 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 02:00:25.280 +03:30] [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"=16.835004ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.258 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.282 +03:30] [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 02:00:25.258 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.284 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 02:00:25.284 +03:30] [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 02:00:25.285 +03:30] [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 02:00:25.285 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.285 +03:30] [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 02:00:25.285 +0330 +0330, 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 02:00:25.286 +03:30] [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 02:00:25.285 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.287 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=152.088µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.288 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.288 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 02:00:25.289 +03:30] [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.007841ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.285 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.290 +03:30] [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 02:00:25.285 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.292 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 02:00:25.292 +03:30] [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 02:00:25.293 +03:30] [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 02:00:25.293 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.293 +03:30] [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 02:00:25.293 +0330 +0330, 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 02:00:25.294 +03:30] [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 02:00:25.293 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.296 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=157.19µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.297 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.297 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 02:00:25.297 +03:30] [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.006979ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.293 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.298 +03:30] [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 02:00:25.293 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.300 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 02:00:25.300 +03:30] [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 02:00:25.301 +03:30] [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 02:00:25.301 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.301 +03:30] [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 02:00:25.301 +0330 +0330, 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 02:00:25.302 +03:30] [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 02:00:25.301 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.304 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=143.243µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.304 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.304 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 02:00:25.306 +03:30] [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.468572ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.301 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.307 +03:30] [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 02:00:25.301 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.308 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 02:00:25.308 +03:30] [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 02:00:25.309 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:00:25.310 +03:30] [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 02:00:25.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.310 +03:30] [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 02:00:25.309 +0330 +0330, 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 02:00:25.311 +03:30] [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 02:00:25.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.312 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=203.042µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.313 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.313 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 02:00:25.315 +03:30] [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.949079ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.316 +03:30] [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 02:00:25.309 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.318 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 02:00:25.318 +03:30] [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 02:00:25.319 +03:30] [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 02:00:25.319 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.319 +03:30] [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 02:00:25.319 +0330 +0330, 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 02:00:25.320 +03:30] [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 02:00:25.319 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.322 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=209.6µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.322 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.322 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 02:00:25.325 +03:30] [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.943445ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.319 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.326 +03:30] [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 02:00:25.319 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.327 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 02:00:25.327 +03:30] [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 02:00:25.329 +03:30] [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 02:00:25.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.329 +03:30] [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 02:00:25.328 +0330 +0330, 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 02:00:25.330 +03:30] [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 02:00:25.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.332 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=206.363µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.332 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.332 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 02:00:25.334 +03:30] [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.969839ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.335 +03:30] [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 02:00:25.328 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.337 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 02:00:25.337 +03:30] [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 02:00:25.339 +03:30] [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 02:00:25.338 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.339 +03:30] [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 02:00:25.338 +0330 +0330, 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 02:00:25.340 +03:30] [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 02:00:25.338 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.342 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=313.254µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.343 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.343 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 02:00:25.345 +03:30] [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"=3.048941ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.338 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.346 +03:30] [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 02:00:25.338 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.348 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 02:00:25.348 +03:30] [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 02:00:25.349 +03:30] [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 02:00:25.349 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.349 +03:30] [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 02:00:25.349 +0330 +0330, 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 02:00:25.351 +03:30] [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 02:00:25.349 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.352 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=117.917µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.353 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.353 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 02:00:25.355 +03:30] [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.915982ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.349 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.356 +03:30] [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 02:00:25.349 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.357 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 02:00:25.357 +03:30] [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 02:00:25.359 +03:30] [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 02:00:25.359 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.359 +03:30] [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 02:00:25.359 +0330 +0330, 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 02:00:25.360 +03:30] [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 02:00:25.359 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.362 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=181.984µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 02:00:25.363 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.363 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 02:00:25.365 +03:30] [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.964791ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.359 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.366 +03:30] [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 02:00:25.359 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.368 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 02:00:25.369 +03:30] [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 02:00:25.369 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.369 +03:30] [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 02:00:25.369 +0330 +0330, 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 02:00:25.370 +03:30] [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 02:00:25.369 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.372 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=184.678µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.372 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.372 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 02:00:25.374 +03:30] [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.958675ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.369 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.376 +03:30] [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 02:00:25.369 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.378 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 02:00:25.378 +03:30] [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 02:00:25.380 +03:30] [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 02:00:25.38 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.381 +03:30] [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 02:00:25.38 +0330 +0330, 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 02:00:25.382 +03:30] [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 02:00:25.38 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.383 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=233.864µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.384 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.384 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 02:00:25.385 +03:30] [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.218742ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.38 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.387 +03:30] [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 02:00:25.38 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.389 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 02:00:25.389 +03:30] [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 02:00:25.391 +03:30] [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 02:00:25.39 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.391 +03:30] [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 02:00:25.39 +0330 +0330, 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 02:00:25.392 +03:30] [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 02:00:25.39 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.394 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=215.662µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.395 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.395 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 02:00:25.396 +03:30] [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.155829ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.39 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.397 +03:30] [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 02:00:25.39 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.399 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 02:00:25.399 +03:30] [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 02:00:25.402 +03:30] [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 02:00:25.4 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.402 +03:30] [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 02:00:25.4 +0330 +0330, 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 02:00:25.403 +03:30] [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 02:00:25.4 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.407 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=466.991µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.408 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.408 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 02:00:25.408 +03:30] [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.032523ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.4 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.410 +03:30] [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 02:00:25.4 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.413 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 02:00:25.413 +03:30] [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 02:00:25.416 +03:30] [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 02:00:25.415 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.416 +03:30] [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 02:00:25.415 +0330 +0330, 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 02:00:25.417 +03:30] [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 02:00:25.415 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.420 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=419.607µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.420 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.421 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 02:00:25.422 +03:30] [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.408241ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.415 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.423 +03:30] [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 02:00:25.415 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.426 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 02:00:25.426 +03:30] [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 02:00:25.429 +03:30] [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 02:00:25.427 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.429 +03:30] [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 02:00:25.427 +0330 +0330, 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 02:00:25.430 +03:30] [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 02:00:25.427 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.433 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=504.89µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.434 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.434 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 02:00:25.435 +03:30] [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.65267ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.427 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.437 +03:30] [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 02:00:25.427 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.440 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 02:00:25.440 +03:30] [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 02:00:25.443 +03:30] [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 02:00:25.442 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.443 +03:30] [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 02:00:25.442 +0330 +0330, 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 02:00:25.444 +03:30] [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 02:00:25.442 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.447 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=366.477µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.447 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.447 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 02:00:25.449 +03:30] [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.237017ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.442 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.450 +03:30] [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 02:00:25.442 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.452 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 02:00:25.452 +03:30] [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 02:00:25.454 +03:30] [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 02:00:25.453 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.454 +03:30] [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 02:00:25.453 +0330 +0330, 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 02:00:25.455 +03:30] [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 02:00:25.453 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.457 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=330.905µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.458 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.458 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 02:00:25.459 +03:30] [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.108201ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.453 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.460 +03:30] [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 02:00:25.453 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.463 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 02:00:25.463 +03:30] [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 02:00:25.465 +03:30] [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 02:00:25.464 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.465 +03:30] [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 02:00:25.464 +0330 +0330, 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 02:00:25.465 +03:30] [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 02:00:25.464 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.468 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=292.239µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.468 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.468 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 02:00:25.469 +03:30] [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.038761ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.464 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.470 +03:30] [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 02:00:25.464 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.473 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 02:00:25.473 +03:30] [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 02:00:25.474 +03:30] [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 02:00:25.474 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.474 +03:30] [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 02:00:25.474 +0330 +0330, 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 02:00:25.475 +03:30] [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 02:00:25.474 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.477 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=267.296µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.478 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.478 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 02:00:25.480 +03:30] [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.058852ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.474 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.481 +03:30] [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 02:00:25.474 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.483 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 02:00:25.483 +03:30] [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 02:00:25.485 +03:30] [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 02:00:25.484 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.485 +03:30] [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 02:00:25.484 +0330 +0330, 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 02:00:25.486 +03:30] [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 02:00:25.484 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.487 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=235.617µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.488 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.488 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 02:00:25.490 +03:30] [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.014346ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.484 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.491 +03:30] [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 02:00:25.484 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.493 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 02:00:25.493 +03:30] [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 02:00:25.495 +03:30] [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 02:00:25.494 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.495 +03:30] [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 02:00:25.494 +0330 +0330, 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 02:00:25.496 +03:30] [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 02:00:25.494 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.499 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=345.387µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.500 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.500 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 02:00:25.501 +03:30] [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.120418ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.494 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.502 +03:30] [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 02:00:25.494 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.504 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 02:00:25.504 +03:30] [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 02:00:25.506 +03:30] [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 02:00:25.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.506 +03:30] [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 02:00:25.505 +0330 +0330, 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 02:00:25.507 +03:30] [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 02:00:25.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.509 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=232.458µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.509 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.509 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 02:00:25.511 +03:30] [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.025559ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.513 +03:30] [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 02:00:25.505 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.515 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 02:00:25.515 +03:30] [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 02:00:25.516 +03:30] [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 02:00:25.515 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.516 +03:30] [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 02:00:25.515 +0330 +0330, 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 02:00:25.517 +03:30] [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 02:00:25.515 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.518 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=165.158µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.519 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.519 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 02:00:25.521 +03:30] [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.935079ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.515 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.522 +03:30] [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 02:00:25.515 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.524 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 02:00:25.524 +03:30] [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 02:00:25.525 +03:30] [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 02:00:25.525 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.525 +03:30] [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 02:00:25.525 +0330 +0330, 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 02:00:25.526 +03:30] [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 02:00:25.525 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.528 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=182.432µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.528 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.528 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 02:00:25.531 +03:30] [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.009704ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.525 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.532 +03:30] [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 02:00:25.525 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.534 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 02:00:25.534 +03:30] [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 02:00:25.534 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:00:25.536 +03:30] [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 02:00:25.535 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.536 +03:30] [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 02:00:25.535 +0330 +0330, 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 02:00:25.537 +03:30] [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 02:00:25.535 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.538 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=191.226µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.539 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.539 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 02:00:25.541 +03:30] [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.052449ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.535 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.542 +03:30] [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 02:00:25.535 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.544 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 02:00:25.544 +03:30] [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 02:00:25.545 +03:30] [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 02:00:25.545 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.545 +03:30] [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 02:00:25.545 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 02:00:25.547 +03:30] [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 02:00:25.545 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.548 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=48.533µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 02:00:25.549 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.549 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 02:00:25.551 +03:30] [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.882884ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.545 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.552 +03:30] [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 02:00:25.545 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.553 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 02:00:25.553 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 02:00:25.555 +03:30] [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 02:00:25.554 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.555 +03:30] [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 02:00:25.554 +0330 +0330, 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 02:00:25.556 +03:30] [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 02:00:25.554 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.557 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=147.495µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 02:00:25.558 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.558 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 02:00:25.560 +03:30] [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.984647ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.554 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.561 +03:30] [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 02:00:25.554 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.563 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 02:00:25.565 +03:30] [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 02:00:25.564 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.565 +03:30] [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 02:00:25.564 +0330 +0330, 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 02:00:25.566 +03:30] [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 02:00:25.564 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.568 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=293.521µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.568 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.568 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 02:00:25.570 +03:30] [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.049606ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.564 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.571 +03:30] [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 02:00:25.564 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.573 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 02:00:25.573 +03:30] [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 02:00:25.575 +03:30] [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 02:00:25.574 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.575 +03:30] [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 02:00:25.574 +0330 +0330, 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 02:00:25.576 +03:30] [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 02:00:25.574 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.577 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=199.196µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.578 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.578 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 02:00:25.580 +03:30] [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.063492ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.574 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.581 +03:30] [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 02:00:25.574 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.583 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 02:00:25.583 +03:30] [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 02:00:25.585 +03:30] [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 02:00:25.584 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.585 +03:30] [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 02:00:25.584 +0330 +0330, 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 02:00:25.586 +03:30] [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 02:00:25.584 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.588 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=214.506µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.588 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:25.588 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 02:00:25.590 +03:30] [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.005074ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.584 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.592 +03:30] [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 02:00:25.584 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.594 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 02:00:25.594 +03:30] [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 02:00:25.611 +03:30] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=819.48684ms] [2025/04/05 02:00:25.611 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 02:00:25.612 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=46b67101-0419-4da3-8ed4-48e64248e13d] [2025/04/05 02:00:25.612 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 02:00:25.612 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 02:00:25.612 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=4.418µs] [2025/04/05 02:00:25.612 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.003µs] [2025/04/05 02:00:25.612 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.046µs] [2025/04/05 02:00:25.612 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.096µs] [2025/04/05 02:00:25.612 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=3.121µs] [2025/04/05 02:00:25.612 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=2.158µs] [2025/04/05 02:00:25.612 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=1.964µs] [2025/04/05 02:00:25.612 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.216µs] [2025/04/05 02:00:25.612 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.435µs] [2025/04/05 02:00:25.612 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=2.989µs] [2025/04/05 02:00:25.612 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=46b67101-0419-4da3-8ed4-48e64248e13d] [2025/04/05 02:00:25.612 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 02:00:25.612 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 02:00:25.613 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=46b67101-0419-4da3-8ed4-48e64248e13d] ["take time"=1.634597ms] [2025/04/05 02:00:25.613 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=46b67101-0419-4da3-8ed4-48e64248e13d] [2025/04/05 02:00:25.614 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 02:00:25.614 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 02:00:25.614 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 02:00:25.614 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 02:00:25.614 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 02:00:25.614 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 02:00:25.614 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 02:00:25.614 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 02:00:25.614 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 02:00:25.614 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 02:00:25.614 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 02:00:25.614 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 02:00:25.614 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 02:00:25.614 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 02:00:25.614 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=2.784297ms] [2025/04/05 02:00:25.614 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=394ec10f-124c-4534-a3b9-f9d6fd32910d] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 02:00:25.619 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 02:00:25.619 +03:30] [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 02:00:25.632 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=12.913895ms] [2025/04/05 02:00:25.632 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 02:00:25.633 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=28f5e444-4664-45ab-af89-2c91cb0798ef] [runWorker=true] [jobVersion=v2] [2025/04/05 02:00:25.633 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 02:00:25.633 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 02:00:25.633 +03:30] [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 02:00:25.633 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 02:00:25.633 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 02:00:25.633 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 02:00:25.633 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 02:00:25.633 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 02:00:25.633 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 02:00:25.633 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 02:00:25.633 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 02:00:25.633 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 02:00:25.633 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 02:00:25.645 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 02:00:25.645 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=28f5e444-4664-45ab-af89-2c91cb0798ef] [2025/04/05 02:00:25.645 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 02:00:25.645 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 02:00:25.645 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 02:00:25.645 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 02:00:25.645 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 02:00:25.645 +03:30] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 02:00:25.647 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=28f5e444-4664-45ab-af89-2c91cb0798ef] [2025/04/05 02:00:25.649 +03:30] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 02:00:25.650 +03:30] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 02:00:25.650 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 02:00:25.654 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 02:00:25.656 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 02:00:25.656 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 02:00:25.656 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 02:00:25.656 +03:30] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 02:00:25.656 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 02:00:25.656 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 02:00:25.656 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 02:00:25.656 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 02:00:25.657 +03:30] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=434.8GiB] [2025/04/05 02:00:25.660 +03:30] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 02:00:25.660 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=28f5e444-4664-45ab-af89-2c91cb0798ef] [2025/04/05 02:00:25.660 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=28f5e444-4664-45ab-af89-2c91cb0798ef] [ttl-worker=task-manager] [ttl-worker=28f5e444-4664-45ab-af89-2c91cb0798ef] [originalCount=0] [newCount=4] [2025/04/05 02:00:25.660 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=28f5e444-4664-45ab-af89-2c91cb0798ef] [ttl-worker=task-manager] [ttl-worker=28f5e444-4664-45ab-af89-2c91cb0798ef] [originalCount=0] [newCount=4] [2025/04/05 02:00:25.661 +03:30] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=28f5e444-4664-45ab-af89-2c91cb0798ef] [2025/04/05 02:00:25.663 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 02:00:25.664 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=test] [sql="drop table if exists t_regions"] [user=] [2025/04/05 02:00:25.672 +03:30] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_scatter_region] [val=table] [2025/04/05 02:00:25.673 +03:30] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 02:00:25.673 +03:30] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 02:00:25.675 +03:30] [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 02:00:25.674 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.675 +03:30] [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 02:00:25.674 +0330 +0330, 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 02:00:25.676 +03:30] [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 02:00:25.674 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.677 +03:30] [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 02:00:25.679 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=236.597µs] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.680 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 02:00:25.681 +03:30] [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.012903ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.674 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.683 +03:30] [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 02:00:25.674 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.685 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 02:00:25.686 +03:30] [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 02:00:25.686 +03:30] [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 02:00:25.686 +03:30] [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 02:00:25.686 +03:30] [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 02:00:25.686 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=2] [2025/04/05 02:00:25.686 +03:30] [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 02:00:25.686 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=4] [2025/04/05 02:00:25.686 +03:30] [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 02:00:25.686 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=6] [2025/04/05 02:00:25.686 +03:30] [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 02:00:25.686 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=8] [2025/04/05 02:00:25.686 +03:30] [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 02:00:25.686 +03:30] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=4] ["region IDs"="[2,4,6,8]"] [2025/04/05 02:00:25.686 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=2] [backoff(ms)=299999] [2025/04/05 02:00:25.686 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=2] [2025/04/05 02:00:25.686 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=4] [backoff(ms)=299999] [2025/04/05 02:00:25.686 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=4] [2025/04/05 02:00:25.686 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=6] [backoff(ms)=299999] [2025/04/05 02:00:25.686 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=6] [2025/04/05 02:00:25.686 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=8] [backoff(ms)=299999] [2025/04/05 02:00:25.686 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=8] [2025/04/05 02:00:25.687 +03:30] [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 02:00:25.688 +03:30] [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 02:00:25.688 +03:30] [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 02:00:25.688 +03:30] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/05 02:00:25.690 +03:30] [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 02:00:25.689 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.690 +03:30] [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 02:00:25.689 +0330 +0330, 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 02:00:25.692 +03:30] [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 02:00:25.689 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.692 +03:30] [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 02:00:25.694 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=244.746µs] [gotSchemaVersion=57] [phyTblIDs="[114]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.719 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57] [2025/04/05 02:00:25.720 +03:30] [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"=26.023598ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.689 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.722 +03:30] [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 02:00:25.689 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.725 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=115] [2025/04/05 02:00:25.725 +03:30] [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 02:00:25.725 +03:30] [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 02:00:25.726 +03:30] [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 02:00:25.726 +03:30] [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 02:00:25.728 +03:30] [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 02:00:25.727 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.728 +03:30] [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 02:00:25.727 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="drop table if exists t_regions_temporary_table"] [2025/04/05 02:00:25.748 +03:30] [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 02:00:25.727 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.751 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=57] [neededSchemaVersion=58] ["elapsed time"=392.904µs] [gotSchemaVersion=58] [phyTblIDs="[114]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 02:00:25.766 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=116] [version=58] [2025/04/05 02:00:25.766 +03:30] [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"=15.807058ms] [job="ID:116, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.727 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.768 +03:30] [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 02:00:25.727 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.770 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=58] [neededSchemaVersion=59] ["elapsed time"=369.385µs] [gotSchemaVersion=59] [phyTblIDs="[114]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 02:00:25.786 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=116] [version=59] [2025/04/05 02:00:25.787 +03:30] [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"=18.012293ms] [job="ID:116, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.727 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.789 +03:30] [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 02:00:25.727 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.789 +03:30] [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 02:00:25.791 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=59] [neededSchemaVersion=60] ["elapsed time"=88.779µs] [gotSchemaVersion=60] [phyTblIDs="[114]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 02:00:25.805 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=116] [version=60] [2025/04/05 02:00:25.805 +03:30] [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"=14.32877ms] [job="ID:116, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.727 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.806 +03:30] [INFO] [delete_range.go:473] ["insert into delete-range table"] [category=ddl] [jobID=116] [tableIDs="[114]"] [comment="drop table: table ID"] [2025/04/05 02:00:25.807 +03:30] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=116] [jobType="drop table"] [2025/04/05 02:00:25.807 +03:30] [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 02:00:25.727 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.813 +03:30] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=116] [elementID=1] [startKey=748000000000000072] [endKey=748000000000000073] [2025/04/05 02:00:25.813 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=116] [2025/04/05 02:00:25.813 +03:30] [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 02:00:25.813 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 02:00:25.813 +03:30] [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 02:00:25.813 +03:30] [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 02:00:25.813 +03:30] [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 02:00:25.814 +03:30] [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 02:00:25.814 +03:30] [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 02:00:25.814 +03:30] [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 02:00:25.814 +03:30] [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 02:00:25.814 +03:30] [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 02:00:25.814 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 02:00:25.814 +03:30] [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 02:00:25.814 +03:30] [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 02:00:25.815 +03:30] [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 02:00:25.815 +03:30] [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 02:00:25.815 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=12] [2025/04/05 02:00:25.815 +03:30] [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 02:00:25.815 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=14] [2025/04/05 02:00:25.815 +03:30] [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 02:00:25.815 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=16] [2025/04/05 02:00:25.815 +03:30] [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 02:00:25.815 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=18] [2025/04/05 02:00:25.815 +03:30] [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 02:00:25.815 +03:30] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=4] ["region IDs"="[12,14,16,18]"] [2025/04/05 02:00:25.815 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=12] [backoff(ms)=299999] [2025/04/05 02:00:25.815 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=12] [2025/04/05 02:00:25.815 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=14] [backoff(ms)=299999] [2025/04/05 02:00:25.815 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=14] [2025/04/05 02:00:25.815 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=16] [backoff(ms)=299999] [2025/04/05 02:00:25.815 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=16] [2025/04/05 02:00:25.815 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=18] [backoff(ms)=299999] [2025/04/05 02:00:25.815 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=18] [2025/04/05 02:00:25.817 +03:30] [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 02:00:25.816 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.817 +03:30] [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 02:00:25.816 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="drop table if exists t_regions"] [2025/04/05 02:00:25.818 +03:30] [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 02:00:25.816 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.819 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=60] [neededSchemaVersion=61] ["elapsed time"=241.207µs] [gotSchemaVersion=61] [phyTblIDs="[112]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 02:00:25.836 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=61] [2025/04/05 02:00:25.837 +03:30] [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"=18.007691ms] [job="ID:118, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.816 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.838 +03:30] [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 02:00:25.816 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.839 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=61] [neededSchemaVersion=62] ["elapsed time"=239.866µs] [gotSchemaVersion=62] [phyTblIDs="[112]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 02:00:25.857 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=62] [2025/04/05 02:00:25.860 +03:30] [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"=20.728282ms] [job="ID:118, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.816 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.861 +03:30] [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 02:00:25.816 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.861 +03:30] [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 02:00:25.863 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=62] [neededSchemaVersion=63] ["elapsed time"=53.189µs] [gotSchemaVersion=63] [phyTblIDs="[112]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 02:00:25.889 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=63] [2025/04/05 02:00:25.891 +03:30] [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"=28.753637ms] [job="ID:118, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.816 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.893 +03:30] [INFO] [delete_range.go:473] ["insert into delete-range table"] [category=ddl] [jobID=118] [tableIDs="[112]"] [comment="drop table: table ID"] [2025/04/05 02:00:25.893 +03:30] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=118] [jobType="drop table"] [2025/04/05 02:00:25.893 +03:30] [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 02:00:25.816 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.898 +03:30] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=118] [elementID=1] [startKey=748000000000000070] [endKey=748000000000000071] [2025/04/05 02:00:25.899 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=118] [2025/04/05 02:00:25.899 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=63] [cur_db=test] [sql="drop table if exists t_regions"] [user=] [2025/04/05 02:00:25.901 +03:30] [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 02:00:25.9 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:25.901 +03:30] [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 02:00:25.9 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t_regions (a int unsigned key, b int, index idx(b))"] [2025/04/05 02:00:25.902 +03:30] [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 02:00:25.9 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.902 +03:30] [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 02:00:25.904 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=63] [neededSchemaVersion=64] ["elapsed time"=143.372µs] [gotSchemaVersion=64] [phyTblIDs="[119]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:25.928 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=120] [version=64] [2025/04/05 02:00:25.930 +03:30] [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"=26.063842ms] [job="ID:120, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:25.9 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.931 +03:30] [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 02:00:25.9 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:25.933 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=120] [2025/04/05 02:00:25.933 +03:30] [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 02:00:25.934 +03:30] [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 02:00:25.934 +03:30] [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 02:00:25.934 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=10] [2025/04/05 02:00:25.934 +03:30] [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 02:00:25.934 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=22] [2025/04/05 02:00:25.934 +03:30] [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 02:00:25.934 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=24] [2025/04/05 02:00:25.934 +03:30] [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 02:00:25.934 +03:30] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=3] ["region IDs"="[10,22,24]"] [2025/04/05 02:00:25.934 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=10] [backoff(ms)=299999] [2025/04/05 02:00:25.934 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=10] [2025/04/05 02:00:25.934 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=22] [backoff(ms)=299999] [2025/04/05 02:00:25.934 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=22] [2025/04/05 02:00:25.934 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=24] [backoff(ms)=299999] [2025/04/05 02:00:25.934 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=24] [2025/04/05 02:00:25.935 +03:30] [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 02:00:25.935 +03:30] [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 02:00:25.935 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=10] [2025/04/05 02:00:25.935 +03:30] [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 02:00:25.935 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=28] [2025/04/05 02:00:25.935 +03:30] [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 02:00:25.935 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=30] [2025/04/05 02:00:25.935 +03:30] [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 02:00:25.935 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=32] [2025/04/05 02:00:25.935 +03:30] [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 02:00:25.935 +03:30] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=4] ["region IDs"="[10,28,30,32]"] [2025/04/05 02:00:25.935 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=10] [backoff(ms)=299999] [2025/04/05 02:00:25.935 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=10] [2025/04/05 02:00:25.935 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=28] [backoff(ms)=299999] [2025/04/05 02:00:25.935 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=28] [2025/04/05 02:00:25.935 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=30] [backoff(ms)=299999] [2025/04/05 02:00:25.935 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=30] [2025/04/05 02:00:25.935 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=32] [backoff(ms)=299999] [2025/04/05 02:00:25.935 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=32] [2025/04/05 02:00:25.936 +03:30] [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 02:00:25.936 +03:30] [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 02:00:25.936 +03:30] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[10]"] [2025/04/05 02:00:25.937 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=28f5e444-4664-45ab-af89-2c91cb0798ef] [2025/04/05 02:00:25.937 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 02:00:25.937 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 02:00:25.937 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 02:00:25.937 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=4.152µs] [2025/04/05 02:00:25.937 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp general"] ["take time"=4.108µs] [2025/04/05 02:00:25.937 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 13, tp general"] ["take time"=4.273µs] [2025/04/05 02:00:25.937 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 14, tp general"] ["take time"=4.207µs] [2025/04/05 02:00:25.937 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 15, tp general"] ["take time"=2.446µs] [2025/04/05 02:00:25.937 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=28f5e444-4664-45ab-af89-2c91cb0798ef] [2025/04/05 02:00:25.937 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 02:00:25.937 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 02:00:25.937 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=28f5e444-4664-45ab-af89-2c91cb0798ef] ["take time"=1.209128ms] [2025/04/05 02:00:25.937 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=28f5e444-4664-45ab-af89-2c91cb0798ef] [2025/04/05 02:00:25.937 +03:30] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 02:00:25.937 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=28f5e444-4664-45ab-af89-2c91cb0798ef] [ttl-worker=task-manager] [ttl-worker=28f5e444-4664-45ab-af89-2c91cb0798ef] [originalCount=4] [newCount=0] [2025/04/05 02:00:25.937 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 02:00:25.937 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 02:00:25.937 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 02:00:25.937 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 02:00:25.937 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=28f5e444-4664-45ab-af89-2c91cb0798ef] [ttl-worker=task-manager] [ttl-worker=28f5e444-4664-45ab-af89-2c91cb0798ef] [originalCount=4] [newCount=0] [2025/04/05 02:00:25.938 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 02:00:25.938 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 02:00:25.939 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 02:00:25.939 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 02:00:25.940 +03:30] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=28f5e444-4664-45ab-af89-2c91cb0798ef] [2025/04/05 02:00:25.940 +03:30] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 02:00:25.940 +03:30] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 02:00:25.940 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 02:00:25.940 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 02:00:25.940 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 02:00:25.940 +03:30] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 02:00:25.940 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 02:00:25.940 +03:30] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 02:00:25.940 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 02:00:25.940 +03:30] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 02:00:25.940 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 02:00:25.940 +03:30] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 02:00:25.940 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 02:00:25.940 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:00:25.940 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:00:25.940 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:00:25.940 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:00:25.940 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:00:25.940 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:00:25.940 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:00:25.940 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:00:25.940 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:00:25.940 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:00:25.940 +03:30] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 02:00:25.940 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 02:00:25.940 +03:30] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 02:00:25.940 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 02:00:25.940 +03:30] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 02:00:25.940 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 02:00:25.940 +03:30] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 02:00:25.940 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 02:00:25.945 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 02:00:25.945 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 02:00:25.945 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 02:00:25.945 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 02:00:25.945 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 02:00:25.945 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 02:00:25.945 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 02:00:25.945 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 02:00:25.945 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 02:00:25.945 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 02:00:25.945 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 02:00:25.945 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=28f5e444-4664-45ab-af89-2c91cb0798ef] [2025/04/05 02:00:25.945 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=28f5e444-4664-45ab-af89-2c91cb0798ef] [2025/04/05 02:00:25.945 +03:30] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 02:00:25.945 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 02:00:25.945 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=28f5e444-4664-45ab-af89-2c91cb0798ef] [2025/04/05 02:00:25.945 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=28f5e444-4664-45ab-af89-2c91cb0798ef] [2025/04/05 02:00:25.945 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 02:00:25.945 +03:30] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 02:00:25.945 +03:30] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 02:00:25.945 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 02:00:25.946 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=9.500938ms] [2025/04/05 02:00:25.946 +03:30] [INFO] [db.go:567] ["Closing database"] [2025/04/05 02:00:25.947 +03:30] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 02:00:25.947 +03:30] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 02:00:25.947 +03:30] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 02:00:25.947 +03:30] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 02:00:25.947 +03:30] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestShowTableRegion (1.20s) testkit.go:123: RefreshSession rand seed: 1743805825663546051 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/executor/test/passwordtest TestFailedLoginTrackingAlterUser err=exit status 1 [2025/04/05 02:00:30.980 +03:30] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 02:00:30.980 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:00:30.980 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:00:30.981 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:00:30.981 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:00:30.982 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:00:30.983 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=3cc1e220-e2ae-438c-b242-ad73acdcc158] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 02:00:30.990 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 02:00:30.990 +03:30] [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 02:00:30.990 +03:30] [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/passwordtest.TestFailedLoginTrackingAlterUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:606\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 02:00:31.002 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=11.270944ms] [2025/04/05 02:00:31.002 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 02:00:31.002 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=8c9fc2e3-7949-4ebc-af45-f6f4e8461fd9] [runWorker=true] [jobVersion=v2] [2025/04/05 02:00:31.002 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 02:00:31.002 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 02:00:31.002 +03:30] [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 02:00:31.002 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 02:00:31.002 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 02:00:31.002 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 02:00:31.002 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 02:00:31.002 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 02:00:31.002 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 02:00:31.002 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 02:00:31.002 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 02:00:31.002 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 02:00:31.002 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 02:00:31.006 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 02:00:31.006 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=8c9fc2e3-7949-4ebc-af45-f6f4e8461fd9] [2025/04/05 02:00:31.006 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 02:00:31.006 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 02:00:31.006 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 02:00:31.006 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 02:00:31.007 +03:30] [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 02:00:31.206 +03:30] [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 02:00:31.205 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.206 +03:30] [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 02:00:31.205 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 02:00:31.207 +03:30] [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 02:00:31.205 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.224 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=14.768016ms] [2025/04/05 02:00:31.224 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 02:00:31.225 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.225 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 02:00:31.227 +03:30] [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.486527ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.205 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.229 +03:30] [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 02:00:31.205 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.232 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 02:00:31.232 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 02:00:31.232 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 02:00:31.232 +03:30] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Shanghai] [2025/04/05 02:00:31.235 +03:30] [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 02:00:31.233 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.235 +03:30] [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 02:00:31.233 +0330 +0330, 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 02:00:31.237 +03:30] [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 02:00:31.233 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.242 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=733.533µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.243 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.243 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 02:00:31.244 +03:30] [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.717526ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.233 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.246 +03:30] [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 02:00:31.233 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.250 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 02:00:31.250 +03:30] [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 02:00:31.252 +03:30] [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 02:00:31.251 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.252 +03:30] [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 02:00:31.251 +0330 +0330, 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 02:00:31.253 +03:30] [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 02:00:31.251 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.255 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=191.488µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.255 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.255 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 02:00:31.257 +03:30] [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.048626ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.251 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.258 +03:30] [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 02:00:31.251 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.260 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 02:00:31.260 +03:30] [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 02:00:31.262 +03:30] [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 02:00:31.261 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.262 +03:30] [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 02:00:31.261 +0330 +0330, 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 02:00:31.263 +03:30] [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 02:00:31.261 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.265 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=217.085µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.265 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.265 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 02:00:31.268 +03:30] [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.054179ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.261 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.269 +03:30] [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 02:00:31.261 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.271 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 02:00:31.271 +03:30] [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 02:00:31.273 +03:30] [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 02:00:31.272 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.273 +03:30] [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 02:00:31.272 +0330 +0330, 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 02:00:31.274 +03:30] [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 02:00:31.272 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.277 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=422.606µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.278 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.278 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 02:00:31.279 +03:30] [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.245152ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.272 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.280 +03:30] [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 02:00:31.272 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.283 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 02:00:31.283 +03:30] [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 02:00:31.285 +03:30] [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 02:00:31.284 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.285 +03:30] [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 02:00:31.284 +0330 +0330, 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 02:00:31.286 +03:30] [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 02:00:31.284 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.288 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=289.524µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.289 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.289 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 02:00:31.290 +03:30] [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.073068ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.284 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.291 +03:30] [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 02:00:31.284 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.294 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 02:00:31.294 +03:30] [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 02:00:31.295 +03:30] [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 02:00:31.295 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.295 +03:30] [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 02:00:31.295 +0330 +0330, 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 02:00:31.296 +03:30] [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 02:00:31.295 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.298 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=243.888µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.299 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.299 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 02:00:31.300 +03:30] [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.055651ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.295 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.301 +03:30] [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 02:00:31.295 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.303 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 02:00:31.303 +03:30] [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 02:00:31.305 +03:30] [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 02:00:31.304 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.305 +03:30] [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 02:00:31.304 +0330 +0330, 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 02:00:31.306 +03:30] [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 02:00:31.304 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.308 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=154.867µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.308 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.308 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 02:00:31.309 +03:30] [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.006245ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.304 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.310 +03:30] [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 02:00:31.304 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.312 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 02:00:31.312 +03:30] [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 02:00:31.314 +03:30] [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 02:00:31.313 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.314 +03:30] [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 02:00:31.313 +0330 +0330, 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 02:00:31.316 +03:30] [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 02:00:31.313 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.318 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=162.247µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.318 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.318 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 02:00:31.320 +03:30] [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.958205ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.313 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.321 +03:30] [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 02:00:31.313 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.323 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 02:00:31.323 +03:30] [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 02:00:31.324 +03:30] [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 02:00:31.324 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.324 +03:30] [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 02:00:31.324 +0330 +0330, 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 02:00:31.326 +03:30] [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 02:00:31.324 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.327 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=206.054µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.328 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.328 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 02:00:31.330 +03:30] [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.984907ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.324 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.331 +03:30] [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 02:00:31.324 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.333 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 02:00:31.333 +03:30] [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 02:00:31.334 +03:30] [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 02:00:31.334 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.335 +03:30] [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 02:00:31.334 +0330 +0330, 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 02:00:31.336 +03:30] [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 02:00:31.334 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.337 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=195.863µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.338 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.338 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 02:00:31.340 +03:30] [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.999281ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.334 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.341 +03:30] [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 02:00:31.334 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.343 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 02:00:31.343 +03:30] [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 02:00:31.343 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:00:31.345 +03:30] [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 02:00:31.344 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.345 +03:30] [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 02:00:31.344 +0330 +0330, 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 02:00:31.346 +03:30] [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 02:00:31.344 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.348 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=303.916µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.349 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.349 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 02:00:31.350 +03:30] [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.07241ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.344 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.351 +03:30] [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 02:00:31.344 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.353 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 02:00:31.353 +03:30] [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 02:00:31.355 +03:30] [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 02:00:31.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.355 +03:30] [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 02:00:31.354 +0330 +0330, 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 02:00:31.356 +03:30] [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 02:00:31.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.358 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=292.593µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.359 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.359 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 02:00:31.360 +03:30] [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.193396ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.361 +03:30] [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 02:00:31.354 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.364 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 02:00:31.364 +03:30] [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 02:00:31.365 +03:30] [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 02:00:31.365 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.365 +03:30] [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 02:00:31.365 +0330 +0330, 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 02:00:31.366 +03:30] [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 02:00:31.365 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.368 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=198.436µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.368 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.368 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 02:00:31.371 +03:30] [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.034085ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.365 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.372 +03:30] [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 02:00:31.365 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.373 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 02:00:31.374 +03:30] [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 02:00:31.375 +03:30] [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 02:00:31.374 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.375 +03:30] [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 02:00:31.374 +0330 +0330, 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 02:00:31.376 +03:30] [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 02:00:31.374 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.378 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=194.163µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.378 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.378 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 02:00:31.380 +03:30] [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.958302ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.374 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.381 +03:30] [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 02:00:31.374 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.383 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 02:00:31.383 +03:30] [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 02:00:31.385 +03:30] [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 02:00:31.384 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.385 +03:30] [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 02:00:31.384 +0330 +0330, 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 02:00:31.386 +03:30] [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 02:00:31.384 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.387 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=175.955µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.388 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.388 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 02:00:31.390 +03:30] [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.956859ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.384 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.391 +03:30] [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 02:00:31.384 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.393 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 02:00:31.393 +03:30] [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 02:00:31.395 +03:30] [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 02:00:31.394 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.395 +03:30] [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 02:00:31.394 +0330 +0330, 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 02:00:31.396 +03:30] [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 02:00:31.394 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.397 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=202.265µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.398 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.398 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 02:00:31.400 +03:30] [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.003607ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.394 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.401 +03:30] [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 02:00:31.394 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.403 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 02:00:31.403 +03:30] [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 02:00:31.404 +03:30] [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 02:00:31.404 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.405 +03:30] [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 02:00:31.404 +0330 +0330, 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 02:00:31.406 +03:30] [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 02:00:31.404 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.407 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=191.341µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.408 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.408 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 02:00:31.410 +03:30] [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.469467ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.404 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.411 +03:30] [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 02:00:31.404 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.412 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 02:00:31.413 +03:30] [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 02:00:31.414 +03:30] [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 02:00:31.414 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.414 +03:30] [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 02:00:31.414 +0330 +0330, 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 02:00:31.415 +03:30] [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 02:00:31.414 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.418 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=296.032µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.418 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.418 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 02:00:31.419 +03:30] [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.053845ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.414 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.420 +03:30] [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 02:00:31.414 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.423 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 02:00:31.423 +03:30] [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 02:00:31.425 +03:30] [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 02:00:31.424 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.425 +03:30] [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 02:00:31.424 +0330 +0330, 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 02:00:31.426 +03:30] [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 02:00:31.424 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.427 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=195.614µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.428 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.428 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 02:00:31.430 +03:30] [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.971539ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.424 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.431 +03:30] [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 02:00:31.424 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.433 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 02:00:31.433 +03:30] [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 02:00:31.434 +03:30] [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 02:00:31.434 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.434 +03:30] [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 02:00:31.434 +0330 +0330, 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 02:00:31.435 +03:30] [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 02:00:31.434 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.436 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=145.526µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.437 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.437 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 02:00:31.439 +03:30] [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.92818ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.434 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.440 +03:30] [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 02:00:31.434 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.442 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 02:00:31.442 +03:30] [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 02:00:31.443 +03:30] [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 02:00:31.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.443 +03:30] [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 02:00:31.443 +0330 +0330, 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 02:00:31.444 +03:30] [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 02:00:31.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.445 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=105.325µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.446 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.446 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 02:00:31.448 +03:30] [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.913931ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.449 +03:30] [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 02:00:31.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.451 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 02:00:31.451 +03:30] [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 02:00:31.452 +03:30] [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 02:00:31.452 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.453 +03:30] [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 02:00:31.452 +0330 +0330, 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 02:00:31.453 +03:30] [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 02:00:31.452 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.455 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=246.076µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.456 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.456 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 02:00:31.457 +03:30] [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.029208ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.452 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.458 +03:30] [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 02:00:31.452 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.460 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 02:00:31.460 +03:30] [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 02:00:31.462 +03:30] [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 02:00:31.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.462 +03:30] [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 02:00:31.461 +0330 +0330, 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 02:00:31.463 +03:30] [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 02:00:31.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.464 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=181.712µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.465 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.465 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 02:00:31.467 +03:30] [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.623862ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.468 +03:30] [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 02:00:31.461 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.469 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 02:00:31.469 +03:30] [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 02:00:31.471 +03:30] [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 02:00:31.47 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.471 +03:30] [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 02:00:31.47 +0330 +0330, 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 02:00:31.472 +03:30] [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 02:00:31.47 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.474 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=207.703µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.474 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.474 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 02:00:31.475 +03:30] [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.146176ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.47 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.476 +03:30] [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 02:00:31.47 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.478 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 02:00:31.478 +03:30] [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 02:00:31.482 +03:30] [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 02:00:31.481 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.482 +03:30] [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 02:00:31.481 +0330 +0330, 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 02:00:31.483 +03:30] [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 02:00:31.481 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.486 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=216.663µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.487 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.487 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 02:00:31.503 +03:30] [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.650343ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.481 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.505 +03:30] [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 02:00:31.481 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.507 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 02:00:31.507 +03:30] [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 02:00:31.508 +03:30] [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 02:00:31.508 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.508 +03:30] [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 02:00:31.508 +0330 +0330, 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 02:00:31.510 +03:30] [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 02:00:31.508 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.512 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=171.46µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.512 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.512 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 02:00:31.513 +03:30] [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.009203ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.508 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.514 +03:30] [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 02:00:31.508 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.516 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 02:00:31.516 +03:30] [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 02:00:31.518 +03:30] [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 02:00:31.517 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.518 +03:30] [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 02:00:31.517 +0330 +0330, 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 02:00:31.519 +03:30] [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 02:00:31.517 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.520 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=162.328µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.520 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.520 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 02:00:31.523 +03:30] [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.868171ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.517 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.524 +03:30] [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 02:00:31.517 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.525 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 02:00:31.525 +03:30] [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 02:00:31.526 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:00:31.527 +03:30] [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 02:00:31.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.527 +03:30] [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 02:00:31.526 +0330 +0330, 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 02:00:31.528 +03:30] [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 02:00:31.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.530 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=187.586µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.530 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.530 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 02:00:31.532 +03:30] [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.010075ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.533 +03:30] [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 02:00:31.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.535 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 02:00:31.536 +03:30] [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 02:00:31.537 +03:30] [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 02:00:31.536 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.537 +03:30] [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 02:00:31.536 +0330 +0330, 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 02:00:31.538 +03:30] [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 02:00:31.536 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.540 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=214.425µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.540 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.540 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 02:00:31.542 +03:30] [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.033993ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.536 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.544 +03:30] [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 02:00:31.536 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.546 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 02:00:31.546 +03:30] [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 02:00:31.547 +03:30] [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 02:00:31.547 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.547 +03:30] [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 02:00:31.547 +0330 +0330, 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 02:00:31.548 +03:30] [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 02:00:31.547 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.550 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=219.149µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.550 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.550 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 02:00:31.553 +03:30] [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.02967ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.547 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.554 +03:30] [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 02:00:31.547 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.556 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 02:00:31.556 +03:30] [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 02:00:31.557 +03:30] [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 02:00:31.557 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.557 +03:30] [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 02:00:31.557 +0330 +0330, 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 02:00:31.559 +03:30] [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 02:00:31.557 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.561 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=326.524µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.562 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.562 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 02:00:31.563 +03:30] [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.098092ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.557 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.564 +03:30] [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 02:00:31.557 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.566 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 02:00:31.566 +03:30] [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 02:00:31.568 +03:30] [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 02:00:31.567 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.568 +03:30] [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 02:00:31.567 +0330 +0330, 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 02:00:31.569 +03:30] [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 02:00:31.567 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.570 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=136.347µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.570 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.570 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 02:00:31.573 +03:30] [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.916511ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.567 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.573 +03:30] [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 02:00:31.567 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.575 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 02:00:31.575 +03:30] [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 02:00:31.577 +03:30] [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 02:00:31.576 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.577 +03:30] [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 02:00:31.576 +0330 +0330, 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 02:00:31.578 +03:30] [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 02:00:31.576 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.580 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=189.215µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 02:00:31.580 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.580 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 02:00:31.582 +03:30] [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.957464ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.576 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.583 +03:30] [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 02:00:31.576 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.585 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 02:00:31.587 +03:30] [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 02:00:31.586 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.587 +03:30] [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 02:00:31.586 +0330 +0330, 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 02:00:31.588 +03:30] [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 02:00:31.586 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.589 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=190.969µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.590 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.590 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 02:00:31.592 +03:30] [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.935144ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.586 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.593 +03:30] [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 02:00:31.586 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.595 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 02:00:31.595 +03:30] [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 02:00:31.596 +03:30] [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 02:00:31.595 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.596 +03:30] [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 02:00:31.595 +0330 +0330, 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 02:00:31.597 +03:30] [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 02:00:31.595 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.598 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=158.041µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.599 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.599 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 02:00:31.601 +03:30] [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.938405ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.595 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.602 +03:30] [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 02:00:31.595 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.604 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 02:00:31.604 +03:30] [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 02:00:31.605 +03:30] [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 02:00:31.604 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.605 +03:30] [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 02:00:31.604 +0330 +0330, 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 02:00:31.606 +03:30] [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 02:00:31.604 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.608 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=187.863µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.608 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.608 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 02:00:31.609 +03:30] [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.018285ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.604 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.610 +03:30] [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 02:00:31.604 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.612 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 02:00:31.612 +03:30] [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 02:00:31.614 +03:30] [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 02:00:31.613 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.614 +03:30] [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 02:00:31.613 +0330 +0330, 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 02:00:31.615 +03:30] [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 02:00:31.613 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.617 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=304.777µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.618 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.618 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 02:00:31.619 +03:30] [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.037455ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.613 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.620 +03:30] [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 02:00:31.613 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.622 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 02:00:31.622 +03:30] [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 02:00:31.624 +03:30] [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 02:00:31.623 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.624 +03:30] [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 02:00:31.623 +0330 +0330, 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 02:00:31.625 +03:30] [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 02:00:31.623 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.627 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=296.599µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.628 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.628 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 02:00:31.629 +03:30] [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.044848ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.623 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.630 +03:30] [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 02:00:31.623 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.632 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 02:00:31.632 +03:30] [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 02:00:31.634 +03:30] [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 02:00:31.633 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.634 +03:30] [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 02:00:31.633 +0330 +0330, 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 02:00:31.635 +03:30] [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 02:00:31.633 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.637 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=318.422µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.638 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.638 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 02:00:31.639 +03:30] [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.053884ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.633 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.640 +03:30] [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 02:00:31.633 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.642 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 02:00:31.642 +03:30] [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 02:00:31.644 +03:30] [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 02:00:31.643 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.644 +03:30] [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 02:00:31.643 +0330 +0330, 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 02:00:31.645 +03:30] [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 02:00:31.643 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.647 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=333.981µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.648 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.648 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 02:00:31.649 +03:30] [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.091496ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.643 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.650 +03:30] [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 02:00:31.643 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.653 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 02:00:31.653 +03:30] [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 02:00:31.655 +03:30] [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 02:00:31.654 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.655 +03:30] [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 02:00:31.654 +0330 +0330, 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 02:00:31.655 +03:30] [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 02:00:31.654 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.658 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=354.118µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.659 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.659 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 02:00:31.660 +03:30] [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.223196ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.654 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.661 +03:30] [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 02:00:31.654 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.664 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 02:00:31.664 +03:30] [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 02:00:31.665 +03:30] [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 02:00:31.665 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.665 +03:30] [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 02:00:31.665 +0330 +0330, 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 02:00:31.666 +03:30] [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 02:00:31.665 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.668 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=297.27µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.669 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.669 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 02:00:31.670 +03:30] [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.105864ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.665 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.671 +03:30] [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 02:00:31.665 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.674 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 02:00:31.674 +03:30] [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 02:00:31.675 +03:30] [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 02:00:31.675 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.675 +03:30] [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 02:00:31.675 +0330 +0330, 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 02:00:31.676 +03:30] [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 02:00:31.675 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.678 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=248.092µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.679 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.679 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 02:00:31.681 +03:30] [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.992716ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.675 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.682 +03:30] [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 02:00:31.675 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.684 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 02:00:31.684 +03:30] [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 02:00:31.686 +03:30] [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 02:00:31.685 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.686 +03:30] [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 02:00:31.685 +0330 +0330, 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 02:00:31.687 +03:30] [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 02:00:31.685 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.689 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=244.757µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.689 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.689 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 02:00:31.691 +03:30] [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.056307ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.685 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.692 +03:30] [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 02:00:31.685 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.694 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 02:00:31.694 +03:30] [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 02:00:31.697 +03:30] [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 02:00:31.696 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.697 +03:30] [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 02:00:31.696 +0330 +0330, 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 02:00:31.697 +03:30] [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 02:00:31.696 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.700 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=348.146µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.701 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.701 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 02:00:31.702 +03:30] [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.122344ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.696 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.703 +03:30] [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 02:00:31.696 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.705 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 02:00:31.705 +03:30] [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 02:00:31.707 +03:30] [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 02:00:31.706 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.707 +03:30] [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 02:00:31.706 +0330 +0330, 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 02:00:31.708 +03:30] [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 02:00:31.706 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.710 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=243.772µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.711 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.711 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 02:00:31.712 +03:30] [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.020625ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.706 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.713 +03:30] [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 02:00:31.706 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.715 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 02:00:31.715 +03:30] [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 02:00:31.717 +03:30] [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 02:00:31.716 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.717 +03:30] [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 02:00:31.716 +0330 +0330, 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 02:00:31.718 +03:30] [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 02:00:31.716 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.719 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=167.205µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.720 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.720 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 02:00:31.722 +03:30] [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.01039ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.716 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.723 +03:30] [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 02:00:31.716 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.725 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 02:00:31.725 +03:30] [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 02:00:31.726 +03:30] [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 02:00:31.726 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.726 +03:30] [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 02:00:31.726 +0330 +0330, 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 02:00:31.727 +03:30] [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 02:00:31.726 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.728 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=192.562µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.729 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.729 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 02:00:31.731 +03:30] [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.961009ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.726 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.732 +03:30] [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 02:00:31.726 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.734 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 02:00:31.734 +03:30] [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 02:00:31.734 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:00:31.736 +03:30] [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 02:00:31.735 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.736 +03:30] [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 02:00:31.735 +0330 +0330, 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 02:00:31.736 +03:30] [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 02:00:31.735 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.738 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=187.692µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.738 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.739 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 02:00:31.741 +03:30] [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.957996ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.735 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.742 +03:30] [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 02:00:31.735 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.744 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 02:00:31.744 +03:30] [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 02:00:31.745 +03:30] [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 02:00:31.745 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.745 +03:30] [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 02:00:31.745 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 02:00:31.746 +03:30] [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 02:00:31.745 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.747 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=42.253µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 02:00:31.747 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.747 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 02:00:31.749 +03:30] [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.846359ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.745 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.750 +03:30] [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 02:00:31.745 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.752 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 02:00:31.752 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 02:00:31.754 +03:30] [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 02:00:31.754 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.754 +03:30] [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 02:00:31.754 +0330 +0330, 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 02:00:31.755 +03:30] [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 02:00:31.754 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.757 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=149.133µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 02:00:31.758 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.758 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 02:00:31.758 +03:30] [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.005946ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.754 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.760 +03:30] [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 02:00:31.754 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.761 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 02:00:31.764 +03:30] [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 02:00:31.762 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.764 +03:30] [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 02:00:31.762 +0330 +0330, 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 02:00:31.765 +03:30] [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 02:00:31.762 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.767 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=312.574µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.768 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.768 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 02:00:31.769 +03:30] [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.105112ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.762 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.770 +03:30] [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 02:00:31.762 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.772 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 02:00:31.772 +03:30] [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 02:00:31.774 +03:30] [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 02:00:31.773 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.774 +03:30] [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 02:00:31.773 +0330 +0330, 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 02:00:31.775 +03:30] [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 02:00:31.773 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.777 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=214.287µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.777 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.777 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 02:00:31.779 +03:30] [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.027971ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.773 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.780 +03:30] [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 02:00:31.773 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.782 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 02:00:31.782 +03:30] [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 02:00:31.783 +03:30] [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 02:00:31.783 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:00:31.783 +03:30] [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 02:00:31.783 +0330 +0330, 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 02:00:31.784 +03:30] [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 02:00:31.783 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.786 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=346.573µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:00:31.787 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:00:31.787 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 02:00:31.788 +03:30] [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.172855ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 02:00:31.783 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.789 +03:30] [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 02:00:31.783 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:00:31.791 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 02:00:31.791 +03:30] [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 02:00:31.809 +03:30] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=807.244825ms] [2025/04/05 02:00:31.811 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=8c9fc2e3-7949-4ebc-af45-f6f4e8461fd9] [2025/04/05 02:00:31.811 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 02:00:31.811 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 02:00:31.811 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 02:00:31.811 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=2.001µs] [2025/04/05 02:00:31.811 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.39µs] [2025/04/05 02:00:31.811 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.262µs] [2025/04/05 02:00:31.811 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.116µs] [2025/04/05 02:00:31.811 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.477µs] [2025/04/05 02:00:31.811 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=2µs] [2025/04/05 02:00:31.811 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=2.288µs] [2025/04/05 02:00:31.811 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.015µs] [2025/04/05 02:00:31.811 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.184µs] [2025/04/05 02:00:31.811 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=1.859µs] [2025/04/05 02:00:31.811 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=8c9fc2e3-7949-4ebc-af45-f6f4e8461fd9] [2025/04/05 02:00:31.811 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 02:00:31.811 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 02:00:31.811 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=8c9fc2e3-7949-4ebc-af45-f6f4e8461fd9] ["take time"=1.961521ms] [2025/04/05 02:00:31.811 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=8c9fc2e3-7949-4ebc-af45-f6f4e8461fd9] [2025/04/05 02:00:31.812 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 02:00:31.812 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 02:00:31.812 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 02:00:31.812 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 02:00:31.812 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 02:00:31.812 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 02:00:31.812 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 02:00:31.812 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 02:00:31.812 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 02:00:31.812 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 02:00:31.812 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 02:00:31.812 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 02:00:31.812 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 02:00:31.812 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 02:00:31.812 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=2.730367ms] [2025/04/05 02:00:31.812 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=3cc1e220-e2ae-438c-b242-ad73acdcc158] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 02:00:31.817 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 02:00:31.817 +03:30] [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 02:00:31.829 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=12.084495ms] [2025/04/05 02:00:31.829 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 02:00:31.830 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=0609f183-81be-4b80-9c15-6b3877c1432d] [runWorker=true] [jobVersion=v2] [2025/04/05 02:00:31.830 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 02:00:31.830 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 02:00:31.830 +03:30] [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 02:00:31.830 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 02:00:31.830 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 02:00:31.830 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 02:00:31.830 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 02:00:31.830 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 02:00:31.830 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 02:00:31.830 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 02:00:31.830 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 02:00:31.830 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 02:00:31.830 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 02:00:31.832 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 02:00:31.832 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=0609f183-81be-4b80-9c15-6b3877c1432d] [2025/04/05 02:00:31.832 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 02:00:31.832 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 02:00:31.832 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 02:00:31.832 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 02:00:31.833 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 02:00:31.833 +03:30] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 02:00:31.834 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=0609f183-81be-4b80-9c15-6b3877c1432d] [2025/04/05 02:00:31.835 +03:30] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 02:00:31.835 +03:30] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 02:00:31.835 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 02:00:31.837 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 02:00:31.838 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 02:00:31.838 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 02:00:31.838 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 02:00:31.838 +03:30] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 02:00:31.838 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 02:00:31.838 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 02:00:31.838 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 02:00:31.838 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 02:00:31.839 +03:30] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=434.8GiB] [2025/04/05 02:00:31.840 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 02:00:31.842 +03:30] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 02:00:31.842 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=0609f183-81be-4b80-9c15-6b3877c1432d] [2025/04/05 02:00:31.842 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=0609f183-81be-4b80-9c15-6b3877c1432d] [ttl-worker=task-manager] [ttl-worker=0609f183-81be-4b80-9c15-6b3877c1432d] [originalCount=0] [newCount=4] [2025/04/05 02:00:31.842 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=0609f183-81be-4b80-9c15-6b3877c1432d] [ttl-worker=task-manager] [ttl-worker=0609f183-81be-4b80-9c15-6b3877c1432d] [originalCount=0] [newCount=4] [2025/04/05 02:00:31.842 +03:30] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=0609f183-81be-4b80-9c15-6b3877c1432d] [2025/04/05 02:00:31.844 +03:30] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 02:00:31.844 +03:30] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 02:00:31.853 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {testu1@localhost password = ***}"] [user=] [2025/04/05 02:00:31.871 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user testu1@localhost"] [user=] [2025/04/05 02:00:31.885 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {testu2@localhost password = ***}"] [user=] [2025/04/05 02:00:31.891 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user testu2@localhost"] [user=] [2025/04/05 02:00:31.896 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {testu3@localhost password = ***}"] [user=] [2025/04/05 02:00:31.903 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user testu3@localhost"] [user=] [2025/04/05 02:00:31.909 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user testu3@localhost"] [user=] [2025/04/05 02:00:31.915 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {testu4@localhost password = ***}"] [user=] [2025/04/05 02:00:31.921 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user testu4@localhost"] [user=] [2025/04/05 02:00:31.927 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user testu4@localhost"] [user=] [2025/04/05 02:00:31.933 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {testu5@localhost password = ***}"] [user=] [2025/04/05 02:00:31.940 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user testu5@localhost"] [user=] [2025/04/05 02:00:31.945 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {testu6@localhost password = ***}"] [user=] [2025/04/05 02:00:31.951 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user testu6@localhost"] [user=] [2025/04/05 02:00:31.957 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user testu6@localhost"] [user=] [2025/04/05 02:00:31.963 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {testu7@localhost password = ***}"] [user=] [2025/04/05 02:00:31.965 +03:30] [WARN] [cache.go:448] ["load mysql.user fail"] [error="parsing time \"Sat Apr 5 02:00:31 +0330 2025\" as \"Mon Jan _2 15:04:05 MST 2006\": cannot parse \"+0330 2025\" as \"MST\""] [errorVerbose="parsing time \"Sat Apr 5 02:00:31 +0330 2025\" as \"Mon Jan _2 15:04:05 MST 2006\": cannot parse \"+0330 2025\" as \"MST\"\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/privilege/privileges.loadTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:933\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*MySQLPrivilege).LoadUserTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:693\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*MySQLPrivilege).LoadAll\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:446\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*Handle).UpdateAll\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:2162\ngithub.com/pingcap/tidb/pkg/domain.privReloadEvent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:2042\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).notifyUpdatePrivilege\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3035\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).NotifyUpdatePrivilege\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3006\ngithub.com/pingcap/tidb/pkg/session.autolockAction\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2947\ngithub.com/pingcap/tidb/pkg/session.(*session).Auth\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2805\ngithub.com/pingcap/tidb/pkg/executor/test/passwordtest.TestFailedLoginTrackingAlterUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:673\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 02:00:31.971 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user testu7@localhost"] [user=] [2025/04/05 02:00:31.976 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {testu8@localhost password = ***}"] [user=] [2025/04/05 02:00:31.983 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user testu8@localhost"] [user=] [2025/04/05 02:00:31.988 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {testu9@localhost password = ***}"] [user=] [2025/04/05 02:00:31.994 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user testu9@localhost"] [user=] [2025/04/05 02:00:31.999 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {testu10@localhost password = ***}"] [user=] [2025/04/05 02:00:32.005 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user testu10@localhost"] [user=] [2025/04/05 02:00:32.010 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="create user {testu11@localhost password = ***}"] [user=] [2025/04/05 02:00:32.017 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user testu11@localhost"] [user=] [2025/04/05 02:00:32.023 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] ["secure text"="alter user testu11@localhost"] [user=] [2025/04/05 02:00:32.032 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="create user {test1@% password = ***}"] [user=] [2025/04/05 02:00:32.041 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="alter user test1@%"] [user=] [2025/04/05 02:00:32.048 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="alter user test1@%"] [user=] [2025/04/05 02:00:32.054 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="alter user test1@%"] [user=] [2025/04/05 02:00:32.060 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="alter user test1@%"] [user=] [2025/04/05 02:00:32.064 +03:30] [WARN] [cache.go:448] ["load mysql.user fail"] [error="parsing time \"Sat Apr 5 02:00:32 +0330 2025\" as \"Mon Jan _2 15:04:05 MST 2006\": cannot parse \"+0330 2025\" as \"MST\""] [errorVerbose="parsing time \"Sat Apr 5 02:00:32 +0330 2025\" as \"Mon Jan _2 15:04:05 MST 2006\": cannot parse \"+0330 2025\" as \"MST\"\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/privilege/privileges.loadTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:933\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*MySQLPrivilege).LoadUserTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:693\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*MySQLPrivilege).LoadAll\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:446\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*Handle).UpdateAll\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:2162\ngithub.com/pingcap/tidb/pkg/domain.privReloadEvent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:2042\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).notifyUpdatePrivilege\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3035\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).NotifyUpdatePrivilege\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3006\ngithub.com/pingcap/tidb/pkg/session.autolockAction\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2947\ngithub.com/pingcap/tidb/pkg/session.(*session).Auth\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/session/session.go:2805\ngithub.com/pingcap/tidb/pkg/executor/test/passwordtest.TestFailedLoginTrackingAlterUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:749\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 02:00:32.068 +03:30] [WARN] [cache.go:448] ["load mysql.user fail"] [error="parsing time \"Sat Apr 5 02:00:32 +0330 2025\" as \"Mon Jan _2 15:04:05 MST 2006\": cannot parse \"+0330 2025\" as \"MST\""] [errorVerbose="parsing time \"Sat Apr 5 02:00:32 +0330 2025\" as \"Mon Jan _2 15:04:05 MST 2006\": cannot parse \"+0330 2025\" as \"MST\"\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/privilege/privileges.loadTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:933\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*MySQLPrivilege).LoadUserTable\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:693\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*MySQLPrivilege).LoadAll\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:446\ngithub.com/pingcap/tidb/pkg/privilege/privileges.(*Handle).UpdateAll\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:2162\ngithub.com/pingcap/tidb/pkg/domain.privReloadEvent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:2042\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).notifyUpdatePrivilege\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3035\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).NotifyUpdatePrivilege\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3006\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeAlterUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:2098\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:173\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/executor/test/passwordtest.TestFailedLoginTrackingAlterUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:752\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 02:00:32.068 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 02:00:32.068 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[privilege:8049]mysql.user"] [errorVerbose="[privilege:8049]mysql.user\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/privilege/privileges.(*Handle).UpdateAll\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:2164\ngithub.com/pingcap/tidb/pkg/domain.privReloadEvent\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:2042\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).notifyUpdatePrivilege\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3035\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).NotifyUpdatePrivilege\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3006\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeAlterUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:2098\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:173\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/executor/test/passwordtest.TestFailedLoginTrackingAlterUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:752\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\": \"\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 02:00:32.068 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="alter user test1@%"] [user=] [2025/04/05 02:00:32.068 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 02:00:32.068 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=0609f183-81be-4b80-9c15-6b3877c1432d] [2025/04/05 02:00:32.068 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 02:00:32.068 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 02:00:32.068 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=0609f183-81be-4b80-9c15-6b3877c1432d] [2025/04/05 02:00:32.068 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 02:00:32.068 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 02:00:32.068 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=0609f183-81be-4b80-9c15-6b3877c1432d] ["take time"=148.047µs] [2025/04/05 02:00:32.068 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=0609f183-81be-4b80-9c15-6b3877c1432d] [2025/04/05 02:00:32.068 +03:30] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 02:00:32.068 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=0609f183-81be-4b80-9c15-6b3877c1432d] [ttl-worker=task-manager] [ttl-worker=0609f183-81be-4b80-9c15-6b3877c1432d] [originalCount=4] [newCount=0] [2025/04/05 02:00:32.068 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 02:00:32.068 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 02:00:32.068 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 02:00:32.068 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 02:00:32.068 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=0609f183-81be-4b80-9c15-6b3877c1432d] [ttl-worker=task-manager] [ttl-worker=0609f183-81be-4b80-9c15-6b3877c1432d] [originalCount=4] [newCount=0] [2025/04/05 02:00:32.069 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 02:00:32.069 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 02:00:32.069 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 02:00:32.069 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 02:00:32.069 +03:30] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=0609f183-81be-4b80-9c15-6b3877c1432d] [2025/04/05 02:00:32.069 +03:30] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 02:00:32.070 +03:30] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 02:00:32.070 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 02:00:32.070 +03:30] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 02:00:32.070 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 02:00:32.070 +03:30] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 02:00:32.070 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 02:00:32.070 +03:30] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 02:00:32.070 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 02:00:32.070 +03:30] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 02:00:32.070 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 02:00:32.070 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:00:32.070 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:00:32.070 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:00:32.070 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:00:32.070 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:00:32.070 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:00:32.070 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:00:32.070 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:00:32.070 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:00:32.070 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:00:32.070 +03:30] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 02:00:32.070 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 02:00:32.070 +03:30] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 02:00:32.070 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 02:00:32.070 +03:30] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 02:00:32.070 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 02:00:32.070 +03:30] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 02:00:32.070 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 02:00:32.072 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 02:00:32.072 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 02:00:32.072 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 02:00:32.072 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 02:00:32.072 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 02:00:32.072 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 02:00:32.072 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 02:00:32.072 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 02:00:32.072 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 02:00:32.072 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 02:00:32.072 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 02:00:32.072 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 02:00:32.072 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 02:00:32.072 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=0609f183-81be-4b80-9c15-6b3877c1432d] [2025/04/05 02:00:32.072 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=0609f183-81be-4b80-9c15-6b3877c1432d] [2025/04/05 02:00:32.072 +03:30] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 02:00:32.072 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 02:00:32.072 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=0609f183-81be-4b80-9c15-6b3877c1432d] [2025/04/05 02:00:32.072 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=0609f183-81be-4b80-9c15-6b3877c1432d] [2025/04/05 02:00:32.072 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 02:00:32.072 +03:30] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 02:00:32.072 +03:30] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 02:00:32.072 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 02:00:32.073 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=4.417576ms] [2025/04/05 02:00:32.073 +03:30] [INFO] [db.go:567] ["Closing database"] [2025/04/05 02:00:32.073 +03:30] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 02:00:32.073 +03:30] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 02:00:32.073 +03:30] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 02:00:32.073 +03:30] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 02:00:32.073 +03:30] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestFailedLoginTrackingAlterUser (1.12s) testkit.go:123: RefreshSession rand seed: 1743805831840362195 testkit.go:123: RefreshSession rand seed: 1743805832023444056 testkit.go:123: RefreshSession rand seed: 1743805832033996105 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/executor/test/passwordtest/password_management_test.go:752 Error: Received unexpected error: [privilege:8049]mysql.user 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/privilege/privileges.(*Handle).UpdateAll /home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:2164 github.com/pingcap/tidb/pkg/domain.privReloadEvent /home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:2042 github.com/pingcap/tidb/pkg/domain.(*Domain).notifyUpdatePrivilege /home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3035 github.com/pingcap/tidb/pkg/domain.(*Domain).NotifyUpdatePrivilege /home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3006 github.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeAlterUser /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:2098 github.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:173 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/executor/test/passwordtest.TestFailedLoginTrackingAlterUser /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:752 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 Test: TestFailedLoginTrackingAlterUser Messages: sql:Alter user test1 FAILED_LOGIN_ATTEMPTS 4 , [], error stack [privilege:8049]mysql.user 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/privilege/privileges.(*Handle).UpdateAll /home/prow/go/src/github.com/pingcap/tidb/pkg/privilege/privileges/cache.go:2164 github.com/pingcap/tidb/pkg/domain.privReloadEvent /home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:2042 github.com/pingcap/tidb/pkg/domain.(*Domain).notifyUpdatePrivilege /home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3035 github.com/pingcap/tidb/pkg/domain.(*Domain).NotifyUpdatePrivilege /home/prow/go/src/github.com/pingcap/tidb/pkg/domain/domain.go:3006 github.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeAlterUser /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:2098 github.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:173 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/executor/test/passwordtest.TestFailedLoginTrackingAlterUser /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:752 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 FAIL coverage: [no statements] [FAIL] pkg/plugin TestAuditLogNormal err=exit status 1 [2025/04/05 02:01:21.189 +03:30] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 02:01:21.195 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:01:21.195 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:01:21.197 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:01:21.197 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:01:21.198 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:01:21.212 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=450675ee-3c6f-48dc-8d63-68e3477ff34a] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 02:01:21.221 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 02:01:21.221 +03:30] [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 02:01:21.222 +03:30] [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 02:01:21.233 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=11.255063ms] [2025/04/05 02:01:21.233 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 02:01:21.234 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=25b4c458-17b5-4785-b95c-f5e7ec1de07b] [runWorker=true] [jobVersion=v2] [2025/04/05 02:01:21.234 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 02:01:21.234 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 02:01:21.234 +03:30] [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 02:01:21.234 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 02:01:21.234 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 02:01:21.234 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 02:01:21.234 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 02:01:21.234 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 02:01:21.234 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 02:01:21.234 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 02:01:21.234 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 02:01:21.234 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 02:01:21.234 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 02:01:21.250 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 02:01:21.250 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=25b4c458-17b5-4785-b95c-f5e7ec1de07b] [2025/04/05 02:01:21.250 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 02:01:21.250 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 02:01:21.250 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 02:01:21.250 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 02:01:21.251 +03:30] [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 02:01:21.444 +03:30] [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 02:01:21.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.446 +03:30] [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 02:01:21.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 02:01:21.447 +03:30] [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 02:01:21.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.463 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=14.55441ms] [2025/04/05 02:01:21.464 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 02:01:21.466 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.466 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 02:01:21.467 +03:30] [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.315763ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.469 +03:30] [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 02:01:21.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.471 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 02:01:21.471 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 02:01:21.471 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 02:01:21.472 +03:30] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Tokyo] [2025/04/05 02:01:21.476 +03:30] [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 02:01:21.474 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.476 +03:30] [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 02:01:21.474 +0330 +0330, 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 02:01:21.477 +03:30] [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 02:01:21.474 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.482 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=741.547µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.483 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.483 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 02:01:21.484 +03:30] [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.800809ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.474 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.486 +03:30] [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 02:01:21.474 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.491 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 02:01:21.491 +03:30] [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 02:01:21.493 +03:30] [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 02:01:21.492 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.493 +03:30] [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 02:01:21.492 +0330 +0330, 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 02:01:21.494 +03:30] [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 02:01:21.492 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.496 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=183.758µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.496 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.496 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 02:01:21.497 +03:30] [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.008342ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.492 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.498 +03:30] [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 02:01:21.492 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.501 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 02:01:21.501 +03:30] [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 02:01:21.502 +03:30] [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 02:01:21.502 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.503 +03:30] [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 02:01:21.502 +0330 +0330, 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 02:01:21.504 +03:30] [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 02:01:21.502 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.506 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=192.881µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.507 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.507 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 02:01:21.509 +03:30] [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.038858ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.502 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.510 +03:30] [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 02:01:21.502 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.512 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 02:01:21.512 +03:30] [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 02:01:21.515 +03:30] [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 02:01:21.513 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.515 +03:30] [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 02:01:21.513 +0330 +0330, 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 02:01:21.516 +03:30] [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 02:01:21.513 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.519 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=439.13µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.520 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.520 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 02:01:21.521 +03:30] [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.459674ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.513 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.523 +03:30] [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 02:01:21.513 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.526 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 02:01:21.526 +03:30] [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 02:01:21.527 +03:30] [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 02:01:21.527 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.528 +03:30] [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 02:01:21.527 +0330 +0330, 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 02:01:21.529 +03:30] [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 02:01:21.527 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.531 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=258.499µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.531 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.531 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 02:01:21.532 +03:30] [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.12229ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.527 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.534 +03:30] [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 02:01:21.527 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.536 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 02:01:21.536 +03:30] [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 02:01:21.538 +03:30] [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 02:01:21.537 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.538 +03:30] [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 02:01:21.537 +0330 +0330, 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 02:01:21.539 +03:30] [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 02:01:21.537 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.541 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=269.88µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.542 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.542 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 02:01:21.543 +03:30] [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.112025ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.537 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.544 +03:30] [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 02:01:21.537 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.546 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 02:01:21.546 +03:30] [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 02:01:21.548 +03:30] [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 02:01:21.547 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.548 +03:30] [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 02:01:21.547 +0330 +0330, 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 02:01:21.549 +03:30] [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 02:01:21.547 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.551 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=152.33µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.552 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.552 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 02:01:21.553 +03:30] [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.486821ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.547 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.554 +03:30] [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 02:01:21.547 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.556 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 02:01:21.556 +03:30] [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 02:01:21.557 +03:30] [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 02:01:21.557 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.557 +03:30] [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 02:01:21.557 +0330 +0330, 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 02:01:21.558 +03:30] [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 02:01:21.557 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.560 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=157.931µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.560 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.560 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 02:01:21.563 +03:30] [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.009683ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.557 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.564 +03:30] [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 02:01:21.557 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.566 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 02:01:21.566 +03:30] [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 02:01:21.568 +03:30] [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 02:01:21.567 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.568 +03:30] [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 02:01:21.567 +0330 +0330, 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 02:01:21.569 +03:30] [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 02:01:21.567 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.571 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=220.434µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.571 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.571 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 02:01:21.574 +03:30] [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.060109ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.567 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.575 +03:30] [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 02:01:21.567 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.577 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 02:01:21.577 +03:30] [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 02:01:21.579 +03:30] [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 02:01:21.578 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.579 +03:30] [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 02:01:21.578 +0330 +0330, 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 02:01:21.580 +03:30] [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 02:01:21.578 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.582 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=208.729µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.583 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.583 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 02:01:21.584 +03:30] [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.039169ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.578 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.585 +03:30] [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 02:01:21.578 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.587 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 02:01:21.587 +03:30] [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 02:01:21.587 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:01:21.589 +03:30] [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 02:01:21.588 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.589 +03:30] [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 02:01:21.588 +0330 +0330, 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 02:01:21.590 +03:30] [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 02:01:21.588 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.593 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=319.784µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.594 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.594 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 02:01:21.595 +03:30] [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.249911ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.588 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.596 +03:30] [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 02:01:21.588 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.599 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 02:01:21.599 +03:30] [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 02:01:21.601 +03:30] [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 02:01:21.6 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.601 +03:30] [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 02:01:21.6 +0330 +0330, 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 02:01:21.602 +03:30] [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 02:01:21.6 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.604 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=247.09µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.605 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.605 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 02:01:21.606 +03:30] [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.172249ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.6 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.607 +03:30] [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 02:01:21.6 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.609 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 02:01:21.609 +03:30] [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 02:01:21.611 +03:30] [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 02:01:21.611 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.611 +03:30] [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 02:01:21.611 +0330 +0330, 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 02:01:21.612 +03:30] [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 02:01:21.611 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.614 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=194.506µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.615 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.615 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 02:01:21.616 +03:30] [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.079001ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.611 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.617 +03:30] [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 02:01:21.611 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.620 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 02:01:21.620 +03:30] [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 02:01:21.621 +03:30] [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 02:01:21.621 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.621 +03:30] [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 02:01:21.621 +0330 +0330, 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 02:01:21.622 +03:30] [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 02:01:21.621 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.624 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=213.645µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.625 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.625 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 02:01:21.626 +03:30] [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.0435ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.621 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.627 +03:30] [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 02:01:21.621 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.629 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 02:01:21.629 +03:30] [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 02:01:21.631 +03:30] [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 02:01:21.63 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.631 +03:30] [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 02:01:21.63 +0330 +0330, 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 02:01:21.632 +03:30] [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 02:01:21.63 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.633 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=202.007µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.634 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.634 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 02:01:21.636 +03:30] [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.047271ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.63 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.637 +03:30] [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 02:01:21.63 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.640 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 02:01:21.640 +03:30] [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 02:01:21.641 +03:30] [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 02:01:21.641 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.641 +03:30] [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 02:01:21.641 +0330 +0330, 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 02:01:21.642 +03:30] [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 02:01:21.641 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.644 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=203.586µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.645 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.645 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 02:01:21.646 +03:30] [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.062218ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.641 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.647 +03:30] [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 02:01:21.641 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.649 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 02:01:21.649 +03:30] [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 02:01:21.651 +03:30] [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 02:01:21.65 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.651 +03:30] [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 02:01:21.65 +0330 +0330, 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 02:01:21.652 +03:30] [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 02:01:21.65 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.654 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=221.17µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.655 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.655 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 02:01:21.656 +03:30] [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.097423ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.65 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.657 +03:30] [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 02:01:21.65 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.659 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 02:01:21.659 +03:30] [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 02:01:21.661 +03:30] [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 02:01:21.66 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.661 +03:30] [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 02:01:21.66 +0330 +0330, 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 02:01:21.662 +03:30] [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 02:01:21.66 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.665 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=304.572µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.665 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.665 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 02:01:21.667 +03:30] [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.185423ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.66 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.668 +03:30] [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 02:01:21.66 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.671 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 02:01:21.671 +03:30] [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 02:01:21.673 +03:30] [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 02:01:21.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.673 +03:30] [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 02:01:21.673 +0330 +0330, 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 02:01:21.675 +03:30] [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 02:01:21.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.677 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=308.827µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.678 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.678 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 02:01:21.679 +03:30] [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.460375ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.681 +03:30] [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 02:01:21.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.684 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 02:01:21.684 +03:30] [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 02:01:21.686 +03:30] [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 02:01:21.685 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.686 +03:30] [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 02:01:21.685 +0330 +0330, 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 02:01:21.688 +03:30] [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 02:01:21.685 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.690 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=150.336µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.690 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.690 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 02:01:21.691 +03:30] [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.088451ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.685 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.693 +03:30] [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 02:01:21.685 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.696 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 02:01:21.696 +03:30] [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 02:01:21.698 +03:30] [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 02:01:21.697 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.698 +03:30] [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 02:01:21.697 +0330 +0330, 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 02:01:21.699 +03:30] [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 02:01:21.697 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.701 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=113.217µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.702 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.702 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 02:01:21.703 +03:30] [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.056427ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.697 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.704 +03:30] [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 02:01:21.697 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.706 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 02:01:21.706 +03:30] [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 02:01:21.708 +03:30] [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 02:01:21.707 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.708 +03:30] [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 02:01:21.707 +0330 +0330, 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 02:01:21.709 +03:30] [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 02:01:21.707 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.711 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=254.877µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.712 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.712 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 02:01:21.713 +03:30] [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.101865ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.707 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.714 +03:30] [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 02:01:21.707 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.716 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 02:01:21.716 +03:30] [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 02:01:21.718 +03:30] [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 02:01:21.717 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.718 +03:30] [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 02:01:21.717 +0330 +0330, 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 02:01:21.719 +03:30] [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 02:01:21.717 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.721 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=172.782µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.721 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.721 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 02:01:21.722 +03:30] [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.011311ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.717 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.724 +03:30] [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 02:01:21.717 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.726 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 02:01:21.726 +03:30] [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 02:01:21.728 +03:30] [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 02:01:21.727 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.728 +03:30] [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 02:01:21.727 +0330 +0330, 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 02:01:21.729 +03:30] [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 02:01:21.727 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.732 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=271.952µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.734 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.734 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 02:01:21.749 +03:30] [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"=17.597779ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.727 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.752 +03:30] [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 02:01:21.727 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.757 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 02:01:21.757 +03:30] [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 02:01:21.758 +03:30] [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 02:01:21.758 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.758 +03:30] [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 02:01:21.758 +0330 +0330, 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 02:01:21.760 +03:30] [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 02:01:21.758 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.761 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=174.51µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.762 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.762 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 02:01:21.763 +03:30] [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.007822ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.758 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.764 +03:30] [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 02:01:21.758 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.766 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 02:01:21.766 +03:30] [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 02:01:21.767 +03:30] [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 02:01:21.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.767 +03:30] [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 02:01:21.767 +0330 +0330, 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 02:01:21.768 +03:30] [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 02:01:21.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.770 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=174.365µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.770 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.770 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 02:01:21.772 +03:30] [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.879134ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.773 +03:30] [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 02:01:21.767 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.775 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 02:01:21.775 +03:30] [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 02:01:21.777 +03:30] [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 02:01:21.776 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.777 +03:30] [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 02:01:21.776 +0330 +0330, 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 02:01:21.778 +03:30] [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 02:01:21.776 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.779 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=153.974µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.780 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.780 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 02:01:21.782 +03:30] [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.985814ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.776 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.783 +03:30] [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 02:01:21.776 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.785 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 02:01:21.785 +03:30] [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 02:01:21.785 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:01:21.787 +03:30] [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 02:01:21.786 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.787 +03:30] [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 02:01:21.786 +0330 +0330, 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 02:01:21.788 +03:30] [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 02:01:21.786 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.790 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=186.276µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.790 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.790 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 02:01:21.792 +03:30] [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.057182ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.786 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.793 +03:30] [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 02:01:21.786 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.796 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 02:01:21.796 +03:30] [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 02:01:21.797 +03:30] [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 02:01:21.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.797 +03:30] [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 02:01:21.797 +0330 +0330, 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 02:01:21.798 +03:30] [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 02:01:21.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.800 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=225.252µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.801 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.801 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 02:01:21.802 +03:30] [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.611561ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.803 +03:30] [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 02:01:21.797 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.805 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 02:01:21.806 +03:30] [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 02:01:21.807 +03:30] [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 02:01:21.807 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.807 +03:30] [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 02:01:21.807 +0330 +0330, 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 02:01:21.808 +03:30] [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 02:01:21.807 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.810 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=216.564µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.810 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.810 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 02:01:21.813 +03:30] [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.045879ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.807 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.814 +03:30] [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 02:01:21.807 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.816 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 02:01:21.816 +03:30] [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 02:01:21.818 +03:30] [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 02:01:21.817 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.818 +03:30] [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 02:01:21.817 +0330 +0330, 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 02:01:21.819 +03:30] [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 02:01:21.817 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.822 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=328.039µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.822 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.822 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 02:01:21.823 +03:30] [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.211269ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.817 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.825 +03:30] [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 02:01:21.817 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.827 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 02:01:21.827 +03:30] [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 02:01:21.828 +03:30] [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 02:01:21.828 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.828 +03:30] [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 02:01:21.828 +0330 +0330, 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 02:01:21.830 +03:30] [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 02:01:21.828 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.831 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=156.665µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.832 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.832 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 02:01:21.834 +03:30] [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.038336ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.828 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.835 +03:30] [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 02:01:21.828 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.837 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 02:01:21.837 +03:30] [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 02:01:21.840 +03:30] [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 02:01:21.84 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.840 +03:30] [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 02:01:21.84 +0330 +0330, 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 02:01:21.841 +03:30] [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 02:01:21.84 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.843 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=202.956µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 02:01:21.844 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.844 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 02:01:21.845 +03:30] [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.020705ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.84 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.846 +03:30] [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 02:01:21.84 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.848 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 02:01:21.850 +03:30] [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 02:01:21.849 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.850 +03:30] [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 02:01:21.849 +0330 +0330, 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 02:01:21.851 +03:30] [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 02:01:21.849 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.853 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=197.021µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.854 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.854 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 02:01:21.855 +03:30] [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.02067ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.849 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.856 +03:30] [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 02:01:21.849 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.858 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 02:01:21.858 +03:30] [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 02:01:21.860 +03:30] [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 02:01:21.859 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.860 +03:30] [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 02:01:21.859 +0330 +0330, 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 02:01:21.861 +03:30] [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 02:01:21.859 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.862 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=163.949µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.863 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.863 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 02:01:21.865 +03:30] [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.028569ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.859 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.866 +03:30] [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 02:01:21.859 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.868 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 02:01:21.868 +03:30] [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 02:01:21.870 +03:30] [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 02:01:21.869 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.870 +03:30] [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 02:01:21.869 +0330 +0330, 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 02:01:21.871 +03:30] [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 02:01:21.869 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.872 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=149.467µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.873 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.873 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 02:01:21.875 +03:30] [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.014781ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.869 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.876 +03:30] [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 02:01:21.869 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.878 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 02:01:21.878 +03:30] [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 02:01:21.880 +03:30] [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 02:01:21.879 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.880 +03:30] [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 02:01:21.879 +0330 +0330, 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 02:01:21.881 +03:30] [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 02:01:21.879 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.883 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=317.069µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.884 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.884 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 02:01:21.885 +03:30] [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.15916ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.879 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.886 +03:30] [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 02:01:21.879 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.889 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 02:01:21.889 +03:30] [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 02:01:21.891 +03:30] [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 02:01:21.89 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.891 +03:30] [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 02:01:21.89 +0330 +0330, 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 02:01:21.892 +03:30] [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 02:01:21.89 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.894 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=306.935µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.895 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.895 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 02:01:21.896 +03:30] [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.118628ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.89 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.897 +03:30] [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 02:01:21.89 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.900 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 02:01:21.900 +03:30] [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 02:01:21.902 +03:30] [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 02:01:21.901 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.902 +03:30] [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 02:01:21.901 +0330 +0330, 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 02:01:21.903 +03:30] [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 02:01:21.901 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.906 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=324.306µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.906 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.906 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 02:01:21.907 +03:30] [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.23649ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.901 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.909 +03:30] [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 02:01:21.901 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.911 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 02:01:21.911 +03:30] [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 02:01:21.913 +03:30] [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 02:01:21.912 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.913 +03:30] [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 02:01:21.912 +0330 +0330, 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 02:01:21.914 +03:30] [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 02:01:21.912 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.917 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=359.911µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.918 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.918 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 02:01:21.919 +03:30] [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.216576ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.912 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.920 +03:30] [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 02:01:21.912 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.923 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 02:01:21.923 +03:30] [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 02:01:21.925 +03:30] [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 02:01:21.924 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.925 +03:30] [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 02:01:21.924 +0330 +0330, 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 02:01:21.926 +03:30] [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 02:01:21.924 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.928 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=363.88µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.929 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.929 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 02:01:21.930 +03:30] [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.227248ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.924 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.931 +03:30] [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 02:01:21.924 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.934 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 02:01:21.934 +03:30] [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 02:01:21.936 +03:30] [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 02:01:21.935 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.936 +03:30] [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 02:01:21.935 +0330 +0330, 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 02:01:21.937 +03:30] [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 02:01:21.935 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.939 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=306.491µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.940 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.940 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 02:01:21.941 +03:30] [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.151264ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.935 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.942 +03:30] [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 02:01:21.935 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.945 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 02:01:21.945 +03:30] [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 02:01:21.947 +03:30] [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 02:01:21.946 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.947 +03:30] [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 02:01:21.946 +0330 +0330, 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 02:01:21.948 +03:30] [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 02:01:21.946 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.950 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=270.733µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.951 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.951 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 02:01:21.952 +03:30] [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.604381ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.946 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.953 +03:30] [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 02:01:21.946 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.956 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 02:01:21.956 +03:30] [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 02:01:21.957 +03:30] [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 02:01:21.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.957 +03:30] [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 02:01:21.957 +0330 +0330, 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 02:01:21.958 +03:30] [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 02:01:21.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.960 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=248.035µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.961 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.961 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 02:01:21.962 +03:30] [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.048318ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.963 +03:30] [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 02:01:21.957 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.965 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 02:01:21.965 +03:30] [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 02:01:21.967 +03:30] [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 02:01:21.966 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.967 +03:30] [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 02:01:21.966 +0330 +0330, 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 02:01:21.968 +03:30] [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 02:01:21.966 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.971 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=390.644µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.972 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.972 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 02:01:21.973 +03:30] [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.414498ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.966 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.974 +03:30] [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 02:01:21.966 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.977 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 02:01:21.977 +03:30] [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 02:01:21.979 +03:30] [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 02:01:21.978 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.979 +03:30] [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 02:01:21.978 +0330 +0330, 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 02:01:21.980 +03:30] [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 02:01:21.978 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.982 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=245.753µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.983 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.983 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 02:01:21.984 +03:30] [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.101835ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.978 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.985 +03:30] [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 02:01:21.978 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.987 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 02:01:21.987 +03:30] [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 02:01:21.989 +03:30] [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 02:01:21.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.989 +03:30] [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 02:01:21.988 +0330 +0330, 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 02:01:21.990 +03:30] [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 02:01:21.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.991 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=186.945µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:21.992 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:21.992 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 02:01:21.994 +03:30] [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.989447ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.995 +03:30] [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 02:01:21.988 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:21.997 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 02:01:21.997 +03:30] [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 02:01:21.998 +03:30] [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 02:01:21.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:21.998 +03:30] [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 02:01:21.998 +0330 +0330, 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 02:01:21.999 +03:30] [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 02:01:21.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.001 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=190.685µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:22.003 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:22.003 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 02:01:22.004 +03:30] [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.754626ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:21.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.005 +03:30] [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 02:01:21.998 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.007 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 02:01:22.007 +03:30] [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 02:01:22.007 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:01:22.009 +03:30] [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 02:01:22.008 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.009 +03:30] [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 02:01:22.008 +0330 +0330, 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 02:01:22.010 +03:30] [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 02:01:22.008 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.011 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=187.947µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:22.012 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:22.012 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 02:01:22.014 +03:30] [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.028327ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.008 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.015 +03:30] [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 02:01:22.008 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.018 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 02:01:22.018 +03:30] [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 02:01:22.019 +03:30] [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 02:01:22.018 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.019 +03:30] [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 02:01:22.018 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 02:01:22.020 +03:30] [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 02:01:22.018 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.021 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=44.338µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 02:01:22.021 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:22.021 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 02:01:22.024 +03:30] [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.866536ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.018 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.024 +03:30] [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 02:01:22.018 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.026 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 02:01:22.026 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 02:01:22.028 +03:30] [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 02:01:22.027 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.028 +03:30] [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 02:01:22.027 +0330 +0330, 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 02:01:22.029 +03:30] [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 02:01:22.027 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.030 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=152.298µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 02:01:22.031 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:22.031 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 02:01:22.033 +03:30] [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.996883ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.027 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.034 +03:30] [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 02:01:22.027 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.036 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 02:01:22.038 +03:30] [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 02:01:22.037 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.038 +03:30] [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 02:01:22.037 +0330 +0330, 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 02:01:22.039 +03:30] [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 02:01:22.037 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.042 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=311.809µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:22.042 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:22.042 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 02:01:22.044 +03:30] [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.202871ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.037 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.045 +03:30] [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 02:01:22.037 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.047 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 02:01:22.047 +03:30] [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 02:01:22.049 +03:30] [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 02:01:22.048 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.049 +03:30] [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 02:01:22.048 +0330 +0330, 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 02:01:22.050 +03:30] [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 02:01:22.048 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.052 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=202.475µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:22.053 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:22.053 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 02:01:22.054 +03:30] [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.244517ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.048 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.056 +03:30] [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 02:01:22.048 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.058 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 02:01:22.058 +03:30] [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 02:01:22.061 +03:30] [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 02:01:22.06 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.061 +03:30] [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 02:01:22.06 +0330 +0330, 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 02:01:22.062 +03:30] [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 02:01:22.06 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.064 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=315.141µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:22.065 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:22.065 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 02:01:22.066 +03:30] [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.391833ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.06 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.068 +03:30] [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 02:01:22.06 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.071 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 02:01:22.071 +03:30] [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 02:01:22.096 +03:30] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=861.617543ms] [2025/04/05 02:01:22.096 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 02:01:22.096 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=25b4c458-17b5-4785-b95c-f5e7ec1de07b] [2025/04/05 02:01:22.096 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 02:01:22.096 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 02:01:22.096 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=2.752µs] [2025/04/05 02:01:22.096 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.008µs] [2025/04/05 02:01:22.096 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=1.963µs] [2025/04/05 02:01:22.096 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.25µs] [2025/04/05 02:01:22.096 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.057µs] [2025/04/05 02:01:22.096 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=1.692µs] [2025/04/05 02:01:22.096 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=1.909µs] [2025/04/05 02:01:22.096 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.249µs] [2025/04/05 02:01:22.096 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.404µs] [2025/04/05 02:01:22.096 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=2.021µs] [2025/04/05 02:01:22.096 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=25b4c458-17b5-4785-b95c-f5e7ec1de07b] [2025/04/05 02:01:22.096 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 02:01:22.096 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 02:01:22.097 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=25b4c458-17b5-4785-b95c-f5e7ec1de07b] ["take time"=882.184µs] [2025/04/05 02:01:22.097 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=25b4c458-17b5-4785-b95c-f5e7ec1de07b] [2025/04/05 02:01:22.100 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 02:01:22.100 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 02:01:22.100 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 02:01:22.100 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 02:01:22.100 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 02:01:22.100 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 02:01:22.100 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 02:01:22.100 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 02:01:22.100 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 02:01:22.100 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 02:01:22.100 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 02:01:22.100 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 02:01:22.100 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 02:01:22.100 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 02:01:22.100 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=3.800613ms] [2025/04/05 02:01:22.100 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=450675ee-3c6f-48dc-8d63-68e3477ff34a] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 02:01:22.108 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 02:01:22.108 +03:30] [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 02:01:22.136 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=26.898945ms] [2025/04/05 02:01:22.136 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 02:01:22.137 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [runWorker=true] [jobVersion=v2] [2025/04/05 02:01:22.137 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 02:01:22.137 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 02:01:22.137 +03:30] [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 02:01:22.137 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 02:01:22.137 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 02:01:22.137 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 02:01:22.137 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 02:01:22.137 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 02:01:22.137 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 02:01:22.137 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 02:01:22.137 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 02:01:22.137 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 02:01:22.137 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 02:01:22.139 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 02:01:22.139 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [2025/04/05 02:01:22.139 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 02:01:22.139 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 02:01:22.140 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 02:01:22.140 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 02:01:22.140 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 02:01:22.140 +03:30] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 02:01:22.141 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [2025/04/05 02:01:22.142 +03:30] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 02:01:22.143 +03:30] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 02:01:22.143 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 02:01:22.144 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 02:01:22.145 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 02:01:22.146 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 02:01:22.146 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 02:01:22.146 +03:30] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 02:01:22.146 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 02:01:22.146 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 02:01:22.146 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 02:01:22.146 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 02:01:22.147 +03:30] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=434.8GiB] [2025/04/05 02:01:22.147 +03:30] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 02:01:22.147 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [2025/04/05 02:01:22.148 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [ttl-worker=task-manager] [ttl-worker=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [originalCount=0] [newCount=4] [2025/04/05 02:01:22.148 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [ttl-worker=task-manager] [ttl-worker=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [originalCount=0] [newCount=4] [2025/04/05 02:01:22.148 +03:30] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [2025/04/05 02:01:22.151 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 02:01:22.151 +03:30] [WARN] [misc.go:469] ["Automatic TLS Certificate creation is disabled"] [] [2025/04/05 02:01:22.154 +03:30] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 02:01:22.154 +03:30] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 02:01:22.161 +03:30] [INFO] [plugin.go:377] ["start load plugin manifest"] [plugin=audit_test-1] [name=audit_test] [version=1] [2025/04/05 02:01:22.163 +03:30] [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 02:01:22.163 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.164 +03:30] [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 02:01:22.163 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE mynewdatabase"] [2025/04/05 02:01:22.164 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=13872914316070471981] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.163 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.165 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=49.21µs] [gotSchemaVersion=56] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 02:01:22.166 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 02:01:22.167 +03:30] [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.009211ms] [job="ID:113, Type:create schema, State:done, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.163 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.168 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=13872914316070471981] [job="ID:113, Type:create schema, State:synced, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.163 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.170 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 02:01:22.170 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=56] [cur_db=test] [sql="CREATE DATABASE mynewdatabase"] [user=root@%] [2025/04/05 02:01:22.171 +03:30] [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 02:01:22.171 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.171 +03:30] [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 02:01:22.171 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE t1 (a INT NOT NULL)"] [2025/04/05 02:01:22.172 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=115] [conn=13872914316070471981] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.171 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.173 +03:30] [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 02:01:22.174 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=105.761µs] [gotSchemaVersion=57] [phyTblIDs="[114]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:22.175 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57] [2025/04/05 02:01:22.176 +03:30] [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.007495ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.171 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.177 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=115] [conn=13872914316070471981] [job="ID:115, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.171 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.179 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=115] [2025/04/05 02:01:22.179 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=57] [cur_db=test] [sql="CREATE TABLE t1 (a INT NOT NULL)"] [user=root@%] [2025/04/05 02:01:22.180 +03:30] [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 02:01:22.18 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.180 +03:30] [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 02:01:22.18 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE t2 LIKE t1"] [2025/04/05 02:01:22.181 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=117] [conn=13872914316070471981] [job="ID:117, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.18 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.182 +03:30] [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 02:01:22.183 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=57] [neededSchemaVersion=58] ["elapsed time"=105.453µs] [gotSchemaVersion=58] [phyTblIDs="[116]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:22.183 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=117] [version=58] [2025/04/05 02:01:22.185 +03:30] [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.400772ms] [job="ID:117, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.18 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.186 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=117] [conn=13872914316070471981] [job="ID:117, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.18 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.188 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=117] [2025/04/05 02:01:22.188 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=58] [cur_db=test] [sql="CREATE TABLE t2 LIKE t1"] [user=root@%] [2025/04/05 02:01:22.188 +03:30] [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 02:01:22.189 +03:30] [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 02:01:22.189 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/05 02:01:22.189 +03:30] [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 02:01:22.189 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="CREATE INDEX a ON t1 (a)"] [2025/04/05 02:01:22.191 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [conn=13872914316070471981] [job="ID:118, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.189 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.191 +03:30] [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 02:01:22.189 +0330 +0330, 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 02:01:22.191 +03:30] [INFO] [index.go:1309] ["fallback to txn-merge backfill process"] [category=ddl] ["lightning env initialized"=false] [2025/04/05 02:01:22.192 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=58] [neededSchemaVersion=59] ["elapsed time"=129.695µs] [gotSchemaVersion=59] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 02:01:22.193 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=59] [2025/04/05 02:01:22.195 +03:30] [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.918401ms] [job="ID:118, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.189 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.196 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [conn=13872914316070471981] [job="ID:118, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.189 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.197 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=59] [neededSchemaVersion=60] ["elapsed time"=132.081µs] [gotSchemaVersion=60] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 02:01:22.197 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=60] [2025/04/05 02:01:22.200 +03:30] [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.970939ms] [job="ID:118, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.189 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.200 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [conn=13872914316070471981] [job="ID:118, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.189 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.201 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=60] [neededSchemaVersion=61] ["elapsed time"=129.185µs] [gotSchemaVersion=61] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 02:01:22.202 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=61] [2025/04/05 02:01:22.204 +03:30] [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.895208ms] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.189 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.205 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [conn=13872914316070471981] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.189 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.205 +03:30] [INFO] [index.go:1382] ["table is empty, skipping reorg work"] [category=ddl] [jobID=118] [table=t1] [2025/04/05 02:01:22.206 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=61] [neededSchemaVersion=62] ["elapsed time"=128.44µs] [gotSchemaVersion=62] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 02:01:22.207 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=62] [2025/04/05 02:01:22.209 +03:30] [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.944591ms] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.189 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.210 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [conn=13872914316070471981] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.189 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.210 +03:30] [INFO] [index.go:1399] ["index backfill state ready to merge"] [category=ddl] ["job ID"=118] [table=t1] [index=a] [2025/04/05 02:01:22.211 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=62] [neededSchemaVersion=63] ["elapsed time"=126.058µs] [gotSchemaVersion=63] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 02:01:22.211 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=63] [2025/04/05 02:01:22.214 +03:30] [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.934642ms] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.189 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.214 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [conn=13872914316070471981] [job="ID:118, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.189 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.215 +03:30] [INFO] [index.go:1418] ["temp index is empty, skipping reorg work"] [category=ddl] [jobID=118] [table=t1] [2025/04/05 02:01:22.215 +03:30] [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 02:01:22.215 +03:30] [INFO] [index.go:1129] ["run add index job done"] [category=ddl] [charset=utf8mb4] [collation=utf8mb4_bin] [2025/04/05 02:01:22.216 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=63] [neededSchemaVersion=64] ["elapsed time"=146.797µs] [gotSchemaVersion=64] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 02:01:22.217 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=64] [2025/04/05 02:01:22.219 +03:30] [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.989893ms] [job="ID:118, Type:add index, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.189 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.220 +03:30] [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 02:01:22.220 +03:30] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=118] [jobType="add index"] [2025/04/05 02:01:22.220 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=118] [conn=13872914316070471981] [job="ID:118, Type:add index, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.189 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.224 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=118] [2025/04/05 02:01:22.224 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=64] [cur_db=test] [sql="CREATE INDEX a ON t1 (a)"] [user=root@%] [2025/04/05 02:01:22.226 +03:30] [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 02:01:22.225 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.226 +03:30] [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 02:01:22.225 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE SEQUENCE seq"] [2025/04/05 02:01:22.227 +03:30] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=118] [elementID=1] [startKey=7480000000000000725f69ffff000000000001] [endKey=7480000000000000725f69ffff000000000002] [2025/04/05 02:01:22.228 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=120] [conn=13872914316070471981] [job="ID:120, Type:create sequence, State:queueing, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.225 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.229 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=64] [neededSchemaVersion=65] ["elapsed time"=94.571µs] [gotSchemaVersion=65] [phyTblIDs="[119]"] [actionTypes="[34]"] [diffTypes="[\"create sequence\"]"] [2025/04/05 02:01:22.230 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=120] [version=65] [2025/04/05 02:01:22.232 +03:30] [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.915304ms] [job="ID:120, Type:create sequence, State:done, SchemaState:public, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.225 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.233 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=120] [conn=13872914316070471981] [job="ID:120, Type:create sequence, State:synced, SchemaState:public, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.225 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.235 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=120] [2025/04/05 02:01:22.235 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=65] [cur_db=test] [sql=" create temporary table t3 (a int)"] [user=root@%] [2025/04/05 02:01:22.237 +03:30] [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 02:01:22.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.237 +03:30] [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 02:01:22.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create global temporary table t4 (a int) on commit delete rows"] [2025/04/05 02:01:22.238 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=123] [conn=13872914316070471981] [job="ID:123, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.238 +03:30] [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 02:01:22.239 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=65] [neededSchemaVersion=66] ["elapsed time"=104.129µs] [gotSchemaVersion=66] [phyTblIDs="[122]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:22.240 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=123] [version=66] [2025/04/05 02:01:22.241 +03:30] [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.251065ms] [job="ID:123, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.243 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=123] [conn=13872914316070471981] [job="ID:123, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.236 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.244 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=123] [2025/04/05 02:01:22.244 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=66] [cur_db=test] [sql="create global temporary table t4 (a int) on commit delete rows"] [user=root@%] [2025/04/05 02:01:22.246 +03:30] [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 02:01:22.245 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.246 +03:30] [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 02:01:22.245 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE VIEW v1 AS SELECT * FROM t1 WHERE a> 2"] [2025/04/05 02:01:22.247 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=125] [conn=13872914316070471981] [job="ID:125, Type:create view, State:queueing, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.245 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.248 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=66] [neededSchemaVersion=67] ["elapsed time"=113.019µs] [gotSchemaVersion=67] [phyTblIDs="[124]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 02:01:22.249 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=125] [version=67] [2025/04/05 02:01:22.251 +03:30] [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.911985ms] [job="ID:125, Type:create view, State:done, SchemaState:public, SchemaID:2, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.245 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.252 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=125] [conn=13872914316070471981] [job="ID:125, Type:create view, State:synced, SchemaState:public, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.245 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.254 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=125] [2025/04/05 02:01:22.255 +03:30] [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 02:01:22.255 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.255 +03:30] [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 02:01:22.255 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="DROP DATABASE mynewdatabase"] [2025/04/05 02:01:22.256 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=126] [conn=13872914316070471981] [job="ID:126, Type:drop schema, State:queueing, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.255 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.257 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=67] [neededSchemaVersion=68] ["elapsed time"=54.379µs] [gotSchemaVersion=68] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2025/04/05 02:01:22.258 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=126] [version=68] [2025/04/05 02:01:22.260 +03:30] [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"=3.010802ms] [job="ID:126, Type:drop schema, State:running, SchemaState:write only, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.255 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.261 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=126] [conn=13872914316070471981] [job="ID:126, Type:drop schema, State:running, SchemaState:write only, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.255 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.262 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=68] [neededSchemaVersion=69] ["elapsed time"=21.233µs] [gotSchemaVersion=69] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2025/04/05 02:01:22.263 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=126] [version=69] [2025/04/05 02:01:22.265 +03:30] [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.903334ms] [job="ID:126, Type:drop schema, State:running, SchemaState:delete only, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.255 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.266 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=126] [conn=13872914316070471981] [job="ID:126, Type:drop schema, State:running, SchemaState:delete only, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.255 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.267 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=69] [neededSchemaVersion=70] ["elapsed time"=18.865µs] [gotSchemaVersion=70] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2025/04/05 02:01:22.268 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=126] [version=70] [2025/04/05 02:01:22.270 +03:30] [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.848551ms] [job="ID:126, Type:drop schema, State:done, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.255 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.271 +03:30] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=126] [jobType="drop schema"] [2025/04/05 02:01:22.271 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=126] [conn=13872914316070471981] [job="ID:126, Type:drop schema, State:synced, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.255 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.274 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=126] [2025/04/05 02:01:22.274 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=70] [cur_db=test] [sql="DROP DATABASE mynewdatabase"] [user=root@%] [2025/04/05 02:01:22.276 +03:30] [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 02:01:22.275 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.276 +03:30] [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 02:01:22.275 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="DROP SEQUENCE seq"] [2025/04/05 02:01:22.277 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=127] [conn=13872914316070471981] [job="ID:127, Type:drop sequence, State:queueing, SchemaState:public, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.275 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.278 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=70] [neededSchemaVersion=71] ["elapsed time"=129.47µs] [gotSchemaVersion=71] [phyTblIDs="[119]"] [actionTypes="[36]"] [diffTypes="[\"drop sequence\"]"] [2025/04/05 02:01:22.278 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=127] [version=71] [2025/04/05 02:01:22.281 +03:30] [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.903295ms] [job="ID:127, Type:drop sequence, State:running, SchemaState:write only, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.275 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.282 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=127] [conn=13872914316070471981] [job="ID:127, Type:drop sequence, State:running, SchemaState:write only, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.275 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.283 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=71] [neededSchemaVersion=72] ["elapsed time"=122.632µs] [gotSchemaVersion=72] [phyTblIDs="[119]"] [actionTypes="[36]"] [diffTypes="[\"drop sequence\"]"] [2025/04/05 02:01:22.283 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=127] [version=72] [2025/04/05 02:01:22.285 +03:30] [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.928881ms] [job="ID:127, Type:drop sequence, State:running, SchemaState:delete only, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.275 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.286 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=127] [conn=13872914316070471981] [job="ID:127, Type:drop sequence, State:running, SchemaState:delete only, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.275 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.287 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=72] [neededSchemaVersion=73] ["elapsed time"=49.887µs] [gotSchemaVersion=73] [phyTblIDs="[119]"] [actionTypes="[36]"] [diffTypes="[\"drop sequence\"]"] [2025/04/05 02:01:22.288 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=127] [version=73] [2025/04/05 02:01:22.290 +03:30] [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"=3.243048ms] [job="ID:127, Type:drop sequence, State:done, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.275 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.291 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=127] [conn=13872914316070471981] [job="ID:127, Type:drop sequence, State:synced, SchemaState:none, SchemaID:2, TableID:119, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.275 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.293 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=127] [2025/04/05 02:01:22.294 +03:30] [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 02:01:22.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.294 +03:30] [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 02:01:22.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="DROP TABLE t4"] [2025/04/05 02:01:22.296 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=128] [conn=13872914316070471981] [job="ID:128, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.297 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=73] [neededSchemaVersion=74] ["elapsed time"=151.025µs] [gotSchemaVersion=74] [phyTblIDs="[122]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 02:01:22.297 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=128] [version=74] [2025/04/05 02:01:22.300 +03:30] [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.986252ms] [job="ID:128, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.301 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=128] [conn=13872914316070471981] [job="ID:128, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.302 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=74] [neededSchemaVersion=75] ["elapsed time"=158.253µs] [gotSchemaVersion=75] [phyTblIDs="[122]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 02:01:22.302 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=128] [version=75] [2025/04/05 02:01:22.304 +03:30] [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.980131ms] [job="ID:128, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.305 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=128] [conn=13872914316070471981] [job="ID:128, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:122, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.306 +03:30] [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 02:01:22.307 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=75] [neededSchemaVersion=76] ["elapsed time"=58.525µs] [gotSchemaVersion=76] [phyTblIDs="[122]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/05 02:01:22.307 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=128] [version=76] [2025/04/05 02:01:22.310 +03:30] [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"=3.025452ms] [job="ID:128, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.311 +03:30] [INFO] [delete_range.go:473] ["insert into delete-range table"] [category=ddl] [jobID=128] [tableIDs="[122]"] [comment="drop table: table ID"] [2025/04/05 02:01:22.311 +03:30] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=128] [jobType="drop table"] [2025/04/05 02:01:22.311 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=128] [conn=13872914316070471981] [job="ID:128, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.294 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.315 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=128] [2025/04/05 02:01:22.315 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=76] [cur_db=test] [sql="DROP TABLE t4"] [user=root@%] [2025/04/05 02:01:22.316 +03:30] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=128] [elementID=1] [startKey=74800000000000007a] [endKey=74800000000000007b] [2025/04/05 02:01:22.317 +03:30] [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 02:01:22.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.317 +03:30] [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 02:01:22.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="DROP VIEW v1"] [2025/04/05 02:01:22.318 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=129] [conn=13872914316070471981] [job="ID:129, Type:drop view, State:queueing, SchemaState:public, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.319 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=76] [neededSchemaVersion=77] ["elapsed time"=175.069µs] [gotSchemaVersion=77] [phyTblIDs="[124]"] [actionTypes="[24]"] [diffTypes="[\"drop view\"]"] [2025/04/05 02:01:22.319 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=129] [version=77] [2025/04/05 02:01:22.322 +03:30] [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.966845ms] [job="ID:129, Type:drop view, State:running, SchemaState:write only, SchemaID:2, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.323 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=129] [conn=13872914316070471981] [job="ID:129, Type:drop view, State:running, SchemaState:write only, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.324 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=77] [neededSchemaVersion=78] ["elapsed time"=167.689µs] [gotSchemaVersion=78] [phyTblIDs="[124]"] [actionTypes="[24]"] [diffTypes="[\"drop view\"]"] [2025/04/05 02:01:22.324 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=129] [version=78] [2025/04/05 02:01:22.327 +03:30] [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.035537ms] [job="ID:129, Type:drop view, State:running, SchemaState:delete only, SchemaID:2, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.327 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=129] [conn=13872914316070471981] [job="ID:129, Type:drop view, State:running, SchemaState:delete only, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.329 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=78] [neededSchemaVersion=79] ["elapsed time"=50.473µs] [gotSchemaVersion=79] [phyTblIDs="[124]"] [actionTypes="[24]"] [diffTypes="[\"drop view\"]"] [2025/04/05 02:01:22.329 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=129] [version=79] [2025/04/05 02:01:22.331 +03:30] [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.947447ms] [job="ID:129, Type:drop view, State:done, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.333 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=129] [conn=13872914316070471981] [job="ID:129, Type:drop view, State:synced, SchemaState:none, SchemaID:2, TableID:124, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.317 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.334 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=129] [2025/04/05 02:01:22.335 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=79] [cur_db=test] [sql="DROP VIEW v1"] [user=root@%] [2025/04/05 02:01:22.336 +03:30] [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 02:01:22.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.336 +03:30] [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 02:01:22.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="ALTER TABLE t1 ADD COLUMN c1 INT NOT NULL"] [2025/04/05 02:01:22.337 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=130] [conn=13872914316070471981] [job="ID:130, Type:add column, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.337 +03:30] [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 02:01:22.336 +0330 +0330, 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 02:01:22.338 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=79] [neededSchemaVersion=80] ["elapsed time"=151.78µs] [gotSchemaVersion=80] [phyTblIDs="[114]"] [actionTypes="[5]"] [diffTypes="[\"add column\"]"] [2025/04/05 02:01:22.339 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=130] [version=80] [2025/04/05 02:01:22.340 +03:30] [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.332213ms] [job="ID:130, Type:add column, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.341 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=130] [conn=13872914316070471981] [job="ID:130, Type:add column, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.343 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=80] [neededSchemaVersion=81] ["elapsed time"=153.918µs] [gotSchemaVersion=81] [phyTblIDs="[114]"] [actionTypes="[5]"] [diffTypes="[\"add column\"]"] [2025/04/05 02:01:22.343 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=130] [version=81] [2025/04/05 02:01:22.345 +03:30] [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"=3.012641ms] [job="ID:130, Type:add column, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.346 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=130] [conn=13872914316070471981] [job="ID:130, Type:add column, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.348 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=81] [neededSchemaVersion=82] ["elapsed time"=151.874µs] [gotSchemaVersion=82] [phyTblIDs="[114]"] [actionTypes="[5]"] [diffTypes="[\"add column\"]"] [2025/04/05 02:01:22.348 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=130] [version=82] [2025/04/05 02:01:22.350 +03:30] [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"=3.055963ms] [job="ID:130, Type:add column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.351 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=130] [conn=13872914316070471981] [job="ID:130, Type:add column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.352 +03:30] [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 02:01:22.353 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=82] [neededSchemaVersion=83] ["elapsed time"=161.566µs] [gotSchemaVersion=83] [phyTblIDs="[114]"] [actionTypes="[5]"] [diffTypes="[\"add column\"]"] [2025/04/05 02:01:22.354 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=130] [version=83] [2025/04/05 02:01:22.355 +03:30] [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.022978ms] [job="ID:130, Type:add column, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.356 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=130] [conn=13872914316070471981] [job="ID:130, Type:add column, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.336 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.358 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=130] [2025/04/05 02:01:22.358 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=83] [cur_db=test] [sql="ALTER TABLE t1 ADD COLUMN c1 INT NOT NULL"] [user=root@%] [2025/04/05 02:01:22.358 +03:30] [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 02:01:22.360 +03:30] [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 02:01:22.359 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/05 02:01:22.360 +03:30] [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 02:01:22.359 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE t1 MODIFY c1 BIGINT"] [2025/04/05 02:01:22.360 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=131] [conn=13872914316070471981] [job="ID:131, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.359 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.362 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=83] [neededSchemaVersion=84] ["elapsed time"=163.27µs] [gotSchemaVersion=84] [phyTblIDs="[114]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/05 02:01:22.362 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=131] [version=84] [2025/04/05 02:01:22.364 +03:30] [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"=3.015093ms] [job="ID:131, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.359 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.366 +03:30] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=131] [jobType="modify column"] [2025/04/05 02:01:22.366 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=131] [conn=13872914316070471981] [job="ID:131, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.359 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.369 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=131] [2025/04/05 02:01:22.369 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=84] [cur_db=test] [sql="ALTER TABLE t1 MODIFY c1 BIGINT"] [user=root@%] [2025/04/05 02:01:22.370 +03:30] [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 02:01:22.371 +03:30] [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 02:01:22.37 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/05 02:01:22.371 +03:30] [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 02:01:22.37 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE t1 ADD INDEX (c1)"] [2025/04/05 02:01:22.372 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=13872914316070471981] [job="ID:132, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.37 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.372 +03:30] [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 02:01:22.37 +0330 +0330, 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 02:01:22.372 +03:30] [INFO] [index.go:1309] ["fallback to txn-merge backfill process"] [category=ddl] ["lightning env initialized"=false] [2025/04/05 02:01:22.373 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=84] [neededSchemaVersion=85] ["elapsed time"=163.629µs] [gotSchemaVersion=85] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 02:01:22.374 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=85] [2025/04/05 02:01:22.376 +03:30] [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.912061ms] [job="ID:132, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.37 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.377 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=13872914316070471981] [job="ID:132, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.37 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.378 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=85] [neededSchemaVersion=86] ["elapsed time"=178.544µs] [gotSchemaVersion=86] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 02:01:22.379 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=86] [2025/04/05 02:01:22.381 +03:30] [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.969809ms] [job="ID:132, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.37 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.382 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=13872914316070471981] [job="ID:132, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.37 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.383 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=86] [neededSchemaVersion=87] ["elapsed time"=161.724µs] [gotSchemaVersion=87] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 02:01:22.383 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=87] [2025/04/05 02:01:22.386 +03:30] [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"=3.006332ms] [job="ID:132, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.37 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.387 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=13872914316070471981] [job="ID:132, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.37 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.387 +03:30] [INFO] [index.go:1382] ["table is empty, skipping reorg work"] [category=ddl] [jobID=132] [table=t1] [2025/04/05 02:01:22.388 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=87] [neededSchemaVersion=88] ["elapsed time"=167.701µs] [gotSchemaVersion=88] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 02:01:22.388 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=88] [2025/04/05 02:01:22.391 +03:30] [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.989562ms] [job="ID:132, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.37 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.391 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=13872914316070471981] [job="ID:132, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.37 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.392 +03:30] [INFO] [index.go:1399] ["index backfill state ready to merge"] [category=ddl] ["job ID"=132] [table=t1] [index=c1] [2025/04/05 02:01:22.393 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=88] [neededSchemaVersion=89] ["elapsed time"=180.589µs] [gotSchemaVersion=89] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 02:01:22.393 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=89] [2025/04/05 02:01:22.395 +03:30] [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.007733ms] [job="ID:132, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.37 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.395 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=132] [conn=13872914316070471981] [job="ID:132, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.37 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.396 +03:30] [INFO] [index.go:1418] ["temp index is empty, skipping reorg work"] [category=ddl] [jobID=132] [table=t1] [2025/04/05 02:01:22.396 +03:30] [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 02:01:22.396 +03:30] [INFO] [index.go:1129] ["run add index job done"] [category=ddl] [charset=utf8mb4] [collation=utf8mb4_bin] [2025/04/05 02:01:22.397 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=89] [neededSchemaVersion=90] ["elapsed time"=173.395µs] [gotSchemaVersion=90] [phyTblIDs="[114]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/05 02:01:22.398 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=132] [version=90] [2025/04/05 02:01:22.399 +03:30] [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.022226ms] [job="ID:132, Type:add index, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.37 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.400 +03:30] [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 02:01:22.400 +03:30] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=132] [jobType="add index"] [2025/04/05 02:01:22.400 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=132] [conn=13872914316070471981] [job="ID:132, Type:add index, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.37 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.404 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=132] [2025/04/05 02:01:22.404 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=90] [cur_db=test] [sql="ALTER TABLE t1 ADD INDEX (c1)"] [user=root@%] [2025/04/05 02:01:22.406 +03:30] [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 02:01:22.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.406 +03:30] [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 02:01:22.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="ALTER TABLE t1 ALTER INDEX c1 INVISIBLE"] [2025/04/05 02:01:22.407 +03:30] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=132] [elementID=1] [startKey=7480000000000000725f69ffff000000000002] [endKey=7480000000000000725f69ffff000000000003] [2025/04/05 02:01:22.407 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=133] [conn=13872914316070471981] [job="ID:133, Type:alter index visibility, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.409 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=90] [neededSchemaVersion=91] ["elapsed time"=164.142µs] [gotSchemaVersion=91] [phyTblIDs="[114]"] [actionTypes="[41]"] [diffTypes="[\"alter index visibility\"]"] [2025/04/05 02:01:22.409 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=133] [version=91] [2025/04/05 02:01:22.412 +03:30] [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.994648ms] [job="ID:133, Type:alter index visibility, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.413 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=133] [conn=13872914316070471981] [job="ID:133, Type:alter index visibility, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.405 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.415 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=133] [2025/04/05 02:01:22.415 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=91] [cur_db=test] [sql="ALTER TABLE t1 ALTER INDEX c1 INVISIBLE"] [user=root@%] [2025/04/05 02:01:22.416 +03:30] [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 02:01:22.416 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.417 +03:30] [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 02:01:22.416 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="ALTER TABLE t1 RENAME INDEX c1 TO c2"] [2025/04/05 02:01:22.417 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=134] [conn=13872914316070471981] [job="ID:134, Type:rename index, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.416 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.419 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=91] [neededSchemaVersion=92] ["elapsed time"=168.104µs] [gotSchemaVersion=92] [phyTblIDs="[114]"] [actionTypes="[18]"] [diffTypes="[\"rename index\"]"] [2025/04/05 02:01:22.419 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=134] [version=92] [2025/04/05 02:01:22.421 +03:30] [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"=3.004196ms] [job="ID:134, Type:rename index, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.416 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.423 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=134] [conn=13872914316070471981] [job="ID:134, Type:rename index, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.416 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.425 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=134] [2025/04/05 02:01:22.425 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=92] [cur_db=test] [sql="ALTER TABLE t1 RENAME INDEX c1 TO c2"] [user=root@%] [2025/04/05 02:01:22.426 +03:30] [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 02:01:22.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.426 +03:30] [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 02:01:22.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="ALTER TABLE t1 DROP INDEX c2"] [2025/04/05 02:01:22.427 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=135] [conn=13872914316070471981] [job="ID:135, Type:drop index, State:queueing, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.428 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=92] [neededSchemaVersion=93] ["elapsed time"=176.454µs] [gotSchemaVersion=93] [phyTblIDs="[114]"] [actionTypes="[8]"] [diffTypes="[\"drop index\"]"] [2025/04/05 02:01:22.429 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=135] [version=93] [2025/04/05 02:01:22.431 +03:30] [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.014688ms] [job="ID:135, Type:drop index, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.432 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=135] [conn=13872914316070471981] [job="ID:135, Type:drop index, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.433 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=93] [neededSchemaVersion=94] ["elapsed time"=179.144µs] [gotSchemaVersion=94] [phyTblIDs="[114]"] [actionTypes="[8]"] [diffTypes="[\"drop index\"]"] [2025/04/05 02:01:22.434 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=135] [version=94] [2025/04/05 02:01:22.435 +03:30] [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.065677ms] [job="ID:135, Type:drop index, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.436 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=135] [conn=13872914316070471981] [job="ID:135, Type:drop index, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.437 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=94] [neededSchemaVersion=95] ["elapsed time"=168.492µs] [gotSchemaVersion=95] [phyTblIDs="[114]"] [actionTypes="[8]"] [diffTypes="[\"drop index\"]"] [2025/04/05 02:01:22.437 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=135] [version=95] [2025/04/05 02:01:22.440 +03:30] [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"=3.038404ms] [job="ID:135, Type:drop index, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.441 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=135] [conn=13872914316070471981] [job="ID:135, Type:drop index, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.442 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=95] [neededSchemaVersion=96] ["elapsed time"=157.169µs] [gotSchemaVersion=96] [phyTblIDs="[114]"] [actionTypes="[8]"] [diffTypes="[\"drop index\"]"] [2025/04/05 02:01:22.443 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=135] [version=96] [2025/04/05 02:01:22.445 +03:30] [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.007943ms] [job="ID:135, Type:drop index, State:done, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.446 +03:30] [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 02:01:22.446 +03:30] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=135] [jobType="drop index"] [2025/04/05 02:01:22.447 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=135] [conn=13872914316070471981] [job="ID:135, Type:drop index, State:synced, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.425 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.450 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=135] [2025/04/05 02:01:22.450 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=96] [cur_db=test] [sql="ALTER TABLE t1 DROP INDEX c2"] [user=root@%] [2025/04/05 02:01:22.451 +03:30] [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 02:01:22.452 +03:30] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=135] [elementID=1] [startKey=7480000000000000725f698000000000000002] [endKey=7480000000000000725f698000000000000003] [2025/04/05 02:01:22.453 +03:30] [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 02:01:22.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/05 02:01:22.453 +03:30] [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 02:01:22.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE t1 CHANGE c1 c2 INT"] [2025/04/05 02:01:22.454 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=136] [conn=13872914316070471981] [job="ID:136, Type:modify column, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.455 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=96] [neededSchemaVersion=97] ["elapsed time"=175.893µs] [gotSchemaVersion=97] [phyTblIDs="[114]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/05 02:01:22.456 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=136] [version=97] [2025/04/05 02:01:22.457 +03:30] [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.21935ms] [job="ID:136, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.458 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=136] [conn=13872914316070471981] [job="ID:136, Type:modify column, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.461 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=97] [neededSchemaVersion=98] ["elapsed time"=164.447µs] [gotSchemaVersion=98] [phyTblIDs="[114]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/05 02:01:22.461 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=136] [version=98] [2025/04/05 02:01:22.463 +03:30] [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.050812ms] [job="ID:136, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.464 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=136] [conn=13872914316070471981] [job="ID:136, Type:modify column, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.465 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=98] [neededSchemaVersion=99] ["elapsed time"=167.607µs] [gotSchemaVersion=99] [phyTblIDs="[114]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/05 02:01:22.466 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=136] [version=99] [2025/04/05 02:01:22.468 +03:30] [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"=3.021985ms] [job="ID:136, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.469 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=136] [conn=13872914316070471981] [job="ID:136, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.469 +03:30] [INFO] [reorg.go:831] ["get noop table range"] [category=ddl] [table="&{114 t1 utf8mb4 utf8mb4_bin [0xc0099a2840 0xc0099a29a0 0xc0099a2b00] [0xc00854b3b0] [] [] public false false 0 0 0 0 0 3 2 0 0 457128249252642818 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 02:01:22.470 +03:30] [INFO] [reorg.go:913] ["job get table range"] [category=ddl] [jobID=136] [physicalTableID=114] [startKey=] [endKey=] [2025/04/05 02:01:22.471 +03:30] [INFO] [job_worker.go:1084] ["schema version doesn't change"] [category=ddl] [jobID=136] [2025/04/05 02:01:22.472 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=136] [conn=13872914316070471981] [job="ID:136, Type:modify column, State:running, SchemaState:write reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:457128249253953539, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.472 +03:30] [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 02:01:22.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:457128249253953539, Version: v2, UniqueWarnings:0"] [reorgInfo="CurrElementType:_col_,CurrElementID:3,StartKey:,EndKey:,First:false,PhysicalTableID:114,Ingest mode:false"] [2025/04/05 02:01:22.473 +03:30] [INFO] [backfilling.go:491] ["load noop table range"] [category=ddl] [physicalTableID=114] [2025/04/05 02:01:22.473 +03:30] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp update column"] [jobID=136] [2025/04/05 02:01:22.473 +03:30] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp update column"] [jobID=136] [2025/04/05 02:01:22.473 +03:30] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp update column"] [jobID=136] [2025/04/05 02:01:22.473 +03:30] [INFO] [backfilling.go:437] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp update column"] [jobID=136] [2025/04/05 02:01:22.473 +03:30] [INFO] [backfilling.go:1002] ["backfill workers successfully processed"] [category=ddl] [element=ID:3,TypeKey:_col_] ["total added count"=0] ["start key"=] [2025/04/05 02:01:22.473 +03:30] [INFO] [reorg.go:831] ["get noop table range"] [category=ddl] [table="&{114 t1 utf8mb4 utf8mb4_bin [0xc009a4ba20 0xc009a4bb80 0xc009a4bce0] [0xc008602e10] [] [] public false false 0 0 0 0 0 3 2 0 0 457128249252642818 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 02:01:22.473 +03:30] [INFO] [reorg.go:409] ["run reorg job done"] [category=ddl] ["handled rows"=0] [2025/04/05 02:01:22.473 +03:30] [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 02:01:22.475 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=99] [neededSchemaVersion=100] ["elapsed time"=156.068µs] [gotSchemaVersion=100] [phyTblIDs="[114]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/05 02:01:22.475 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=136] [version=100] [2025/04/05 02:01:22.477 +03:30] [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.996967ms] [job="ID:136, Type:modify column, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:457128249253953539, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.478 +03:30] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=136] [jobType="modify column"] [2025/04/05 02:01:22.478 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=136] [conn=13872914316070471981] [job="ID:136, Type:modify column, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.451 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:457128249253953539, Version: v2, UniqueWarnings:0"] [2025/04/05 02:01:22.483 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=136] [2025/04/05 02:01:22.483 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=100] [cur_db=test] [sql="ALTER TABLE t1 CHANGE c1 c2 INT"] [user=root@%] [2025/04/05 02:01:22.484 +03:30] [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 02:01:22.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.484 +03:30] [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 02:01:22.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="ALTER TABLE t1 DROP COLUMN c2"] [2025/04/05 02:01:22.485 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=137] [conn=13872914316070471981] [job="ID:137, Type:drop column, State:queueing, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.486 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=100] [neededSchemaVersion=101] ["elapsed time"=161.81µs] [gotSchemaVersion=101] [phyTblIDs="[114]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2025/04/05 02:01:22.486 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=137] [version=101] [2025/04/05 02:01:22.489 +03:30] [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.981333ms] [job="ID:137, Type:drop column, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.490 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=137] [conn=13872914316070471981] [job="ID:137, Type:drop column, State:running, SchemaState:write only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.491 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=101] [neededSchemaVersion=102] ["elapsed time"=148.807µs] [gotSchemaVersion=102] [phyTblIDs="[114]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2025/04/05 02:01:22.492 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=137] [version=102] [2025/04/05 02:01:22.493 +03:30] [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"=2.064045ms] [job="ID:137, Type:drop column, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.494 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=137] [conn=13872914316070471981] [job="ID:137, Type:drop column, State:running, SchemaState:delete only, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.495 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=102] [neededSchemaVersion=103] ["elapsed time"=146.2µs] [gotSchemaVersion=103] [phyTblIDs="[114]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2025/04/05 02:01:22.495 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=137] [version=103] [2025/04/05 02:01:22.498 +03:30] [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.937747ms] [job="ID:137, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.498 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=137] [conn=13872914316070471981] [job="ID:137, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.500 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=103] [neededSchemaVersion=104] ["elapsed time"=143.39µs] [gotSchemaVersion=104] [phyTblIDs="[114]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2025/04/05 02:01:22.500 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=137] [version=104] [2025/04/05 02:01:22.502 +03:30] [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.990188ms] [job="ID:137, Type:drop column, State:done, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.503 +03:30] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=137] [jobType="drop column"] [2025/04/05 02:01:22.504 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=137] [conn=13872914316070471981] [job="ID:137, Type:drop column, State:synced, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.483 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.507 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=137] [2025/04/05 02:01:22.507 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=104] [cur_db=test] [sql="ALTER TABLE t1 DROP COLUMN c2"] [user=root@%] [2025/04/05 02:01:22.508 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [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 02:01:22.508 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=104] [cur_db=test] [sql="DROP SESSION BINDING FOR SELECT * FROM t1 WHERE a = 123"] [user=root@%] [2025/04/05 02:01:22.509 +03:30] [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 02:01:22.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.510 +03:30] [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 02:01:22.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="RENAME TABLE t2 TO t5"] [2025/04/05 02:01:22.510 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=138] [conn=13872914316070471981] [job="ID:138, Type:rename table, State:queueing, SchemaState:none, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.511 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=104] [neededSchemaVersion=105] ["elapsed time"=120.47µs] [gotSchemaVersion=105] [phyTblIDs="[116]"] [actionTypes="[14]"] [diffTypes="[\"rename table\"]"] [2025/04/05 02:01:22.512 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=138] [version=105] [2025/04/05 02:01:22.514 +03:30] [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"=2.976816ms] [job="ID:138, Type:rename table, State:running, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.515 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=138] [conn=13872914316070471981] [job="ID:138, Type:rename table, State:running, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.516 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=105] [neededSchemaVersion=106] ["elapsed time"=121.522µs] [gotSchemaVersion=106] [phyTblIDs="[116]"] [actionTypes="[14]"] [diffTypes="[\"rename table\"]"] [2025/04/05 02:01:22.517 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=138] [version=106] [2025/04/05 02:01:22.519 +03:30] [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.974541ms] [job="ID:138, Type:rename table, State:done, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.520 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=138] [conn=13872914316070471981] [job="ID:138, Type:rename table, State:synced, SchemaState:public, SchemaID:2, TableID:116, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.509 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.522 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=138] [2025/04/05 02:01:22.522 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=106] [cur_db=test] [sql="RENAME TABLE t2 TO t5"] [user=root@%] [2025/04/05 02:01:22.523 +03:30] [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 02:01:22.523 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:22.523 +03:30] [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 02:01:22.523 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="TRUNCATE t1"] [2025/04/05 02:01:22.524 +03:30] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=140] [conn=13872914316070471981] [job="ID:140, Type:truncate table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-05 02:01:22.523 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.525 +03:30] [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 02:01:22.526 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=106] [neededSchemaVersion=107] ["elapsed time"=144.902µs] [gotSchemaVersion=107] [phyTblIDs="[114,139]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2025/04/05 02:01:22.527 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=140] [version=107] [2025/04/05 02:01:22.529 +03:30] [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.974181ms] [job="ID:140, Type:truncate table, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.523 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.530 +03:30] [INFO] [delete_range.go:473] ["insert into delete-range table"] [category=ddl] [jobID=140] [tableIDs="[114]"] [comment="truncate table: table ID"] [2025/04/05 02:01:22.530 +03:30] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=140] [jobType="truncate table"] [2025/04/05 02:01:22.531 +03:30] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=140] [conn=13872914316070471981] [job="ID:140, Type:truncate table, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:22.523 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:22.534 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=140] [2025/04/05 02:01:22.534 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=107] [cur_db=test] [sql="TRUNCATE t1"] [user=root@%] [2025/04/05 02:01:22.536 +03:30] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=140] [elementID=1] [startKey=748000000000000072] [endKey=748000000000000073] [2025/04/05 02:01:22.539 +03:30] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=139] [physicalTableID=139] [indexID=-1] [checksum=1] [totalKvs=1] [totalBytes=1] [2025/04/05 02:01:22.539 +03:30] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=139] [physicalTableID=139] [indexID=1] [checksum=1] [totalKvs=1] [totalBytes=1] [2025/04/05 02:01:22.540 +03:30] [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 02:01:22.543 +03:30] [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 02:01:22.550 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=107] ["secure text"="create user {newuser@% password = ***}"] [user=root@%] [2025/04/05 02:01:22.560 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=107] ["secure text"="alter user {newuser@% password = ***}"] [user=root@%] [2025/04/05 02:01:22.567 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=107] ["secure text"="create user analyticsteam@%"] [user=root@%] [2025/04/05 02:01:22.574 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=107] ["secure text"="GRANT SELECT ON test.* TO analyticsteam"] [user=root@%] [2025/04/05 02:01:22.616 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=107] [cur_db=test] [sql="REVOKE SELECT ON test.* FROM 'analyticsteam'"] [user=root@%] [2025/04/05 02:01:22.634 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=107] [cur_db=test] [sql="DROP ROLE analyticsteam"] [user=root@%] [2025/04/05 02:01:22.659 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=107] ["secure text"="set password for user newuser@%"] [user=root@%] [2025/04/05 02:01:22.670 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=13872914316070471981] [schemaVersion=107] [cur_db=test] [sql="DROP USER 'newuser'"] [user=root@%] [2025/04/05 02:01:22.683 +03:30] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/05 02:01:22.695 +03:30] [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 02:01:22.684 +03:30] ["end time"=2025/04/05 02:01:22.695 +03:30] [cost=11.105938ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=2] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=4] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=6] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=8] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=10] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=12] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=14] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=16] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=18] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=20] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=22] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=24] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=26] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=28] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=30] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:242] ["start scatter region"] [regionID=32] [2025/04/05 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [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 02:01:22.712 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=2] [backoff(ms)=299999] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=2] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=4] [backoff(ms)=299999] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=4] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=6] [backoff(ms)=299999] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=6] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=8] [backoff(ms)=299999] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=8] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=10] [backoff(ms)=299999] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=10] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=12] [backoff(ms)=299999] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=12] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=14] [backoff(ms)=299999] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=14] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=16] [backoff(ms)=299999] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=16] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=18] [backoff(ms)=299999] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=18] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=20] [backoff(ms)=299999] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=20] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=22] [backoff(ms)=299999] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=22] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=24] [backoff(ms)=299999] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=24] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=26] [backoff(ms)=299999] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=26] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=28] [backoff(ms)=299999] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=28] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=30] [backoff(ms)=299999] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=30] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=32] [backoff(ms)=299999] [2025/04/05 02:01:22.712 +03:30] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=32] [2025/04/05 02:01:22.767 +03:30] [INFO] [prewrite.go:473] ["prewrite encounters lock. More locks belonging to the same transaction may be omitted"] [session=13872914316070471981] [txnID=457128249332072449] [lock="key: 74800000000000008b5f728000000000000002, primary: 74800000000000008b5f698000000000000001038000000000000001038000000000000001, txnStartTS: 457128249331810304, lockForUpdateTS:0, minCommitTs:457128249331810305, ttl: 3000, type: Put, UseAsyncCommit: false, txnSize: 0"] [policy=NoResolvePolicy] [2025/04/05 02:01:22.768 +03:30] [WARN] [session.go:810] [sql] [label=general] [error="[kv:9007]Write conflict, txnStartTS=457128249332072449, conflictStartTS=457128249331810304, 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 02:01:22.768 +03:30] [WARN] [session.go:1112] [retrying] [schemaVersion=107] [retryCnt=0] [queryNum=0] [sql="DELETE FROM t1 WHERE a = 2"] [2025/04/05 02:01:22.769 +03:30] [WARN] [session.go:1135] ["transaction association"] ["retrying txnStartTS"=457128249332334592] ["original txnStartTS"=457128249332072449] [2025/04/05 02:01:22.769 +03:30] [INFO] [prewrite.go:473] ["prewrite encounters lock. More locks belonging to the same transaction may be omitted"] [session=13872914316070471981] [txnID=457128249332334592] [lock="key: 74800000000000008b5f698000000000000001038000000000000002038000000000000002, primary: 74800000000000008b5f698000000000000001038000000000000002038000000000000002, txnStartTS: 457128249332072449, lockForUpdateTS:0, minCommitTs:457128249332334594, ttl: 0, type: Del, UseAsyncCommit: false, txnSize: 0"] [policy=TryResolvePolicy] [2025/04/05 02:01:22.769 +03:30] [ERROR] [globalconn.go:302] ["failed to ParseGlobalConnID"] [error="unexpected connectionID exceeds int64"] [connectionID=13872914316070471981] [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 02:01:22.770 +03:30] [INFO] [server.go:577] ["setting tidb-server to report unhealthy (shutting-down)"] [2025/04/05 02:01:22.770 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 02:01:22.770 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [2025/04/05 02:01:22.770 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 02:01:22.770 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 14, tp add index"] ["take time"=3.567µs] [2025/04/05 02:01:22.770 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 02:01:22.770 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 20, tp general"] ["take time"=3.371µs] [2025/04/05 02:01:22.770 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 21, tp general"] ["take time"=3.892µs] [2025/04/05 02:01:22.770 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=2.264µs] [2025/04/05 02:01:22.770 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp general"] ["take time"=2.329µs] [2025/04/05 02:01:22.770 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 13, tp general"] ["take time"=3.19µs] [2025/04/05 02:01:22.770 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 15, tp general"] ["take time"=3.588µs] [2025/04/05 02:01:22.770 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 16, tp general"] ["take time"=3.056µs] [2025/04/05 02:01:22.770 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 17, tp general"] ["take time"=4.64µs] [2025/04/05 02:01:22.770 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 18, tp general"] ["take time"=3.276µs] [2025/04/05 02:01:22.770 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 19, tp general"] ["take time"=3.257µs] [2025/04/05 02:01:22.770 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [2025/04/05 02:01:22.770 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 02:01:22.770 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 02:01:22.771 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] ["take time"=909.289µs] [2025/04/05 02:01:22.771 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [2025/04/05 02:01:22.771 +03:30] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 02:01:22.771 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [ttl-worker=task-manager] [ttl-worker=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [originalCount=4] [newCount=0] [2025/04/05 02:01:22.771 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 02:01:22.771 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 02:01:22.771 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 02:01:22.771 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 02:01:22.771 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [ttl-worker=task-manager] [ttl-worker=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [originalCount=4] [newCount=0] [2025/04/05 02:01:22.771 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 02:01:22.771 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 02:01:22.771 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 02:01:22.772 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 02:01:22.772 +03:30] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [2025/04/05 02:01:22.772 +03:30] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 02:01:22.772 +03:30] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 02:01:22.772 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 02:01:22.772 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 02:01:22.772 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 02:01:22.772 +03:30] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 02:01:22.772 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 02:01:22.772 +03:30] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 02:01:22.772 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 02:01:22.772 +03:30] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 02:01:22.772 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 02:01:22.772 +03:30] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 02:01:22.772 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 02:01:22.772 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:01:22.772 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:01:22.772 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:01:22.772 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:01:22.772 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:01:22.772 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:01:22.772 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:01:22.772 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:01:22.772 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:01:22.772 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:01:22.772 +03:30] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 02:01:22.772 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 02:01:22.772 +03:30] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 02:01:22.772 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 02:01:22.772 +03:30] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 02:01:22.772 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 02:01:22.772 +03:30] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 02:01:22.772 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 02:01:22.775 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 02:01:22.775 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 02:01:22.775 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 02:01:22.775 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 02:01:22.775 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 02:01:22.775 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 02:01:22.775 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 02:01:22.775 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 02:01:22.775 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 02:01:22.775 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 02:01:22.775 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 02:01:22.775 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [2025/04/05 02:01:22.775 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [2025/04/05 02:01:22.775 +03:30] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 02:01:22.775 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 02:01:22.775 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [2025/04/05 02:01:22.776 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=73de4d37-7ca1-4ccd-a7d5-b7a265744f30] [2025/04/05 02:01:22.776 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 02:01:22.776 +03:30] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 02:01:22.776 +03:30] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 02:01:22.776 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 02:01:22.776 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=6.345082ms] [2025/04/05 02:01:22.777 +03:30] [INFO] [db.go:567] ["Closing database"] [2025/04/05 02:01:22.777 +03:30] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 02:01:22.777 +03:30] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 02:01:22.777 +03:30] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 02:01:22.777 +03:30] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 02:01:22.777 +03:30] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestAuditLogNormal (1.60s) 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/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/executor/test/passwordtest TestPasswordExpiredAndTacking err=exit status 1 [2025/04/05 02:01:41.069 +03:30] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 02:01:41.069 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:01:41.069 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:01:41.070 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:01:41.070 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:01:41.071 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:01:41.083 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=1bea4c00-410f-4f9e-bc83-60bc0befd4f6] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 02:01:41.091 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 02:01:41.091 +03:30] [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 02:01:41.091 +03:30] [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/passwordtest.TestPasswordExpiredAndTacking\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:830\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 02:01:41.102 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=10.696762ms] [2025/04/05 02:01:41.102 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 02:01:41.102 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=9ed9dd47-1679-48bf-8383-160378d632fb] [runWorker=true] [jobVersion=v2] [2025/04/05 02:01:41.102 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 02:01:41.102 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 02:01:41.102 +03:30] [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 02:01:41.102 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 02:01:41.102 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 02:01:41.102 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 02:01:41.102 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 02:01:41.102 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 02:01:41.102 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 02:01:41.102 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 02:01:41.102 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 02:01:41.102 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 02:01:41.102 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 02:01:41.106 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 02:01:41.106 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=9ed9dd47-1679-48bf-8383-160378d632fb] [2025/04/05 02:01:41.106 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 02:01:41.106 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 02:01:41.106 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 02:01:41.106 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 02:01:41.106 +03:30] [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 02:01:41.307 +03:30] [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 02:01:41.305 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.307 +03:30] [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 02:01:41.305 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 02:01:41.308 +03:30] [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 02:01:41.305 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.323 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=14.227979ms] [2025/04/05 02:01:41.323 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 02:01:41.325 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.325 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 02:01:41.325 +03:30] [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.664414ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.305 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.326 +03:30] [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 02:01:41.305 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.328 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 02:01:41.328 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 02:01:41.329 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 02:01:41.329 +03:30] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=UTC] [2025/04/05 02:01:41.332 +03:30] [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 02:01:41.33 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.332 +03:30] [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 02:01:41.33 +0330 +0330, 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 02:01:41.334 +03:30] [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 02:01:41.33 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.339 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=729.637µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.340 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.340 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 02:01:41.341 +03:30] [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.771333ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.33 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.343 +03:30] [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 02:01:41.33 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.347 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 02:01:41.347 +03:30] [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 02:01:41.349 +03:30] [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 02:01:41.349 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.349 +03:30] [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 02:01:41.349 +0330 +0330, 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 02:01:41.350 +03:30] [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 02:01:41.349 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.352 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=199.794µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.353 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.353 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 02:01:41.354 +03:30] [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.039113ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.349 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.355 +03:30] [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 02:01:41.349 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.357 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 02:01:41.357 +03:30] [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 02:01:41.359 +03:30] [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 02:01:41.358 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.359 +03:30] [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 02:01:41.358 +0330 +0330, 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 02:01:41.361 +03:30] [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 02:01:41.358 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.363 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=183.248µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.363 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.363 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 02:01:41.364 +03:30] [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.041617ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.358 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.365 +03:30] [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 02:01:41.358 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.368 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 02:01:41.368 +03:30] [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 02:01:41.370 +03:30] [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 02:01:41.369 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.370 +03:30] [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 02:01:41.369 +0330 +0330, 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 02:01:41.371 +03:30] [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 02:01:41.369 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.375 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=445.102µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.375 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.375 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 02:01:41.376 +03:30] [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.408976ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.369 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.378 +03:30] [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 02:01:41.369 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.381 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 02:01:41.381 +03:30] [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 02:01:41.383 +03:30] [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 02:01:41.382 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.383 +03:30] [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 02:01:41.382 +0330 +0330, 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 02:01:41.384 +03:30] [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 02:01:41.382 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.386 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=250.973µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.387 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.387 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 02:01:41.388 +03:30] [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.175774ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.382 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.389 +03:30] [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 02:01:41.382 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.392 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 02:01:41.392 +03:30] [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 02:01:41.394 +03:30] [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 02:01:41.393 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.394 +03:30] [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 02:01:41.393 +0330 +0330, 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 02:01:41.395 +03:30] [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 02:01:41.393 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.397 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=246.737µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.398 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.398 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 02:01:41.399 +03:30] [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.173979ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.393 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.400 +03:30] [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 02:01:41.393 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.403 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 02:01:41.403 +03:30] [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 02:01:41.404 +03:30] [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 02:01:41.403 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.404 +03:30] [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 02:01:41.403 +0330 +0330, 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 02:01:41.405 +03:30] [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 02:01:41.403 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.407 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=171.329µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.408 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.408 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 02:01:41.409 +03:30] [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.321882ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.403 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.411 +03:30] [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 02:01:41.403 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.413 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 02:01:41.413 +03:30] [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 02:01:41.415 +03:30] [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 02:01:41.414 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.415 +03:30] [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 02:01:41.414 +0330 +0330, 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 02:01:41.416 +03:30] [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 02:01:41.414 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.417 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=173.744µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.418 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.418 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 02:01:41.419 +03:30] [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.015782ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.414 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.420 +03:30] [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 02:01:41.414 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.422 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 02:01:41.422 +03:30] [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 02:01:41.424 +03:30] [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 02:01:41.423 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.424 +03:30] [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 02:01:41.423 +0330 +0330, 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 02:01:41.425 +03:30] [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 02:01:41.423 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.427 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=184.921µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.427 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.427 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 02:01:41.429 +03:30] [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.040855ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.423 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.430 +03:30] [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 02:01:41.423 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.432 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 02:01:41.432 +03:30] [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 02:01:41.434 +03:30] [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 02:01:41.433 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.434 +03:30] [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 02:01:41.433 +0330 +0330, 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 02:01:41.435 +03:30] [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 02:01:41.433 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.437 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=211.204µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.437 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.437 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 02:01:41.439 +03:30] [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.055662ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.433 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.440 +03:30] [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 02:01:41.433 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.442 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 02:01:41.442 +03:30] [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 02:01:41.442 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:01:41.444 +03:30] [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 02:01:41.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.444 +03:30] [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 02:01:41.443 +0330 +0330, 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 02:01:41.445 +03:30] [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 02:01:41.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.448 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=292.319µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.448 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.448 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 02:01:41.450 +03:30] [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.194832ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.451 +03:30] [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 02:01:41.443 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.453 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 02:01:41.454 +03:30] [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 02:01:41.455 +03:30] [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 02:01:41.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.455 +03:30] [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 02:01:41.455 +0330 +0330, 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 02:01:41.456 +03:30] [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 02:01:41.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.459 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=272.384µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.460 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.460 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 02:01:41.461 +03:30] [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.13841ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.462 +03:30] [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 02:01:41.455 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.464 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 02:01:41.464 +03:30] [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 02:01:41.466 +03:30] [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 02:01:41.466 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.466 +03:30] [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 02:01:41.466 +0330 +0330, 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 02:01:41.467 +03:30] [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 02:01:41.466 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.469 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=214.323µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.470 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.470 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 02:01:41.471 +03:30] [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.11347ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.466 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.472 +03:30] [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 02:01:41.466 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.474 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 02:01:41.474 +03:30] [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 02:01:41.476 +03:30] [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 02:01:41.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.476 +03:30] [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 02:01:41.475 +0330 +0330, 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 02:01:41.477 +03:30] [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 02:01:41.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.479 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=190.727µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.479 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.479 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 02:01:41.481 +03:30] [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.061185ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.482 +03:30] [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 02:01:41.475 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.484 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 02:01:41.484 +03:30] [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 02:01:41.486 +03:30] [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 02:01:41.485 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.486 +03:30] [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 02:01:41.485 +0330 +0330, 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 02:01:41.487 +03:30] [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 02:01:41.485 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.488 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=175.393µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.489 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.489 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 02:01:41.490 +03:30] [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.032244ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.485 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.491 +03:30] [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 02:01:41.485 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.493 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 02:01:41.493 +03:30] [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 02:01:41.495 +03:30] [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 02:01:41.495 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.495 +03:30] [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 02:01:41.495 +0330 +0330, 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 02:01:41.496 +03:30] [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 02:01:41.495 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.498 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=198.748µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.499 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.499 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 02:01:41.500 +03:30] [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.073859ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.495 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.501 +03:30] [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 02:01:41.495 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.503 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 02:01:41.503 +03:30] [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 02:01:41.505 +03:30] [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 02:01:41.504 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.505 +03:30] [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 02:01:41.504 +0330 +0330, 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 02:01:41.506 +03:30] [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 02:01:41.504 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.508 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=199.105µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.509 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.509 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 02:01:41.510 +03:30] [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.202181ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.504 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.511 +03:30] [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 02:01:41.504 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.514 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 02:01:41.514 +03:30] [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 02:01:41.516 +03:30] [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 02:01:41.515 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.516 +03:30] [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 02:01:41.515 +0330 +0330, 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 02:01:41.517 +03:30] [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 02:01:41.515 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.519 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=303.45µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.520 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.520 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 02:01:41.521 +03:30] [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.166067ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.515 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.522 +03:30] [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 02:01:41.515 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.525 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 02:01:41.525 +03:30] [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 02:01:41.527 +03:30] [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 02:01:41.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.527 +03:30] [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 02:01:41.526 +0330 +0330, 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 02:01:41.528 +03:30] [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 02:01:41.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.530 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=198.715µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.530 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.530 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 02:01:41.531 +03:30] [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.077891ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.533 +03:30] [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 02:01:41.526 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.535 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 02:01:41.535 +03:30] [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 02:01:41.536 +03:30] [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 02:01:41.536 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.536 +03:30] [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 02:01:41.536 +0330 +0330, 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 02:01:41.537 +03:30] [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 02:01:41.536 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.539 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=141.236µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.539 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.539 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 02:01:41.542 +03:30] [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.000979ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.536 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.543 +03:30] [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 02:01:41.536 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.544 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 02:01:41.544 +03:30] [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 02:01:41.546 +03:30] [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 02:01:41.545 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.546 +03:30] [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 02:01:41.545 +0330 +0330, 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 02:01:41.547 +03:30] [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 02:01:41.545 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.549 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=113.069µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.549 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.549 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 02:01:41.552 +03:30] [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.999142ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.545 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.553 +03:30] [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 02:01:41.545 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.555 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 02:01:41.555 +03:30] [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 02:01:41.556 +03:30] [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 02:01:41.556 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.557 +03:30] [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 02:01:41.556 +0330 +0330, 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 02:01:41.558 +03:30] [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 02:01:41.556 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.560 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=237.297µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.560 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.560 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 02:01:41.562 +03:30] [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.097015ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.556 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.563 +03:30] [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 02:01:41.556 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.565 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 02:01:41.565 +03:30] [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 02:01:41.567 +03:30] [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 02:01:41.566 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.567 +03:30] [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 02:01:41.566 +0330 +0330, 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 02:01:41.569 +03:30] [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 02:01:41.566 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.572 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=261.337µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.574 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.574 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 02:01:41.590 +03:30] [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"=18.234327ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.566 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.591 +03:30] [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 02:01:41.566 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.594 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 02:01:41.594 +03:30] [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 02:01:41.595 +03:30] [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 02:01:41.595 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.595 +03:30] [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 02:01:41.595 +0330 +0330, 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 02:01:41.596 +03:30] [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 02:01:41.595 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.598 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=201.707µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.598 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.598 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 02:01:41.600 +03:30] [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.007424ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.595 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.601 +03:30] [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 02:01:41.595 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.603 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 02:01:41.603 +03:30] [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 02:01:41.604 +03:30] [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 02:01:41.603 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.604 +03:30] [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 02:01:41.603 +0330 +0330, 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 02:01:41.605 +03:30] [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 02:01:41.603 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.606 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=163.407µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.608 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.608 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 02:01:41.608 +03:30] [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.005611ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.603 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.609 +03:30] [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 02:01:41.603 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.611 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 02:01:41.611 +03:30] [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 02:01:41.613 +03:30] [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 02:01:41.612 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.613 +03:30] [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 02:01:41.612 +0330 +0330, 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 02:01:41.614 +03:30] [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 02:01:41.612 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.615 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=167.426µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.616 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.616 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 02:01:41.618 +03:30] [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.712986ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.612 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.619 +03:30] [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 02:01:41.612 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.621 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 02:01:41.621 +03:30] [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 02:01:41.622 +03:30] [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 02:01:41.621 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.622 +03:30] [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 02:01:41.621 +0330 +0330, 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 02:01:41.623 +03:30] [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 02:01:41.621 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.624 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=154.674µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.625 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.625 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 02:01:41.627 +03:30] [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.970405ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.621 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.628 +03:30] [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 02:01:41.621 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.630 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 02:01:41.630 +03:30] [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 02:01:41.630 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:01:41.632 +03:30] [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 02:01:41.631 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.632 +03:30] [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 02:01:41.631 +0330 +0330, 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 02:01:41.633 +03:30] [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 02:01:41.631 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.634 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=188.969µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.635 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.635 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 02:01:41.637 +03:30] [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.978788ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.631 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.638 +03:30] [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 02:01:41.631 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.640 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 02:01:41.640 +03:30] [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 02:01:41.642 +03:30] [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 02:01:41.641 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.642 +03:30] [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 02:01:41.641 +0330 +0330, 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 02:01:41.643 +03:30] [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 02:01:41.641 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.645 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=211.359µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.645 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.645 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 02:01:41.647 +03:30] [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.058537ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.641 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.648 +03:30] [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 02:01:41.641 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.651 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 02:01:41.651 +03:30] [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 02:01:41.652 +03:30] [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 02:01:41.652 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.652 +03:30] [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 02:01:41.652 +0330 +0330, 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 02:01:41.653 +03:30] [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 02:01:41.652 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.655 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=223.428µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.656 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.656 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 02:01:41.657 +03:30] [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.030786ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.652 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.658 +03:30] [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 02:01:41.652 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.660 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 02:01:41.660 +03:30] [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 02:01:41.662 +03:30] [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 02:01:41.661 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.662 +03:30] [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 02:01:41.661 +0330 +0330, 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 02:01:41.663 +03:30] [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 02:01:41.661 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.666 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=315.567µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.666 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.666 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 02:01:41.668 +03:30] [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.753672ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.661 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.669 +03:30] [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 02:01:41.661 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.672 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 02:01:41.672 +03:30] [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 02:01:41.673 +03:30] [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 02:01:41.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.673 +03:30] [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 02:01:41.673 +0330 +0330, 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 02:01:41.674 +03:30] [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 02:01:41.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.675 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=121.465µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.676 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.676 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 02:01:41.678 +03:30] [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.899912ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.679 +03:30] [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 02:01:41.673 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.680 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 02:01:41.680 +03:30] [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 02:01:41.683 +03:30] [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 02:01:41.682 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.683 +03:30] [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 02:01:41.682 +0330 +0330, 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 02:01:41.684 +03:30] [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 02:01:41.682 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.686 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=201.584µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 02:01:41.686 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.686 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 02:01:41.687 +03:30] [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.02282ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.682 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.689 +03:30] [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 02:01:41.682 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.691 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 02:01:41.692 +03:30] [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 02:01:41.692 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.692 +03:30] [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 02:01:41.692 +0330 +0330, 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 02:01:41.693 +03:30] [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 02:01:41.692 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.695 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=193.889µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.695 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.695 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 02:01:41.698 +03:30] [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.006118ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.692 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.699 +03:30] [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 02:01:41.692 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.701 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 02:01:41.701 +03:30] [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 02:01:41.702 +03:30] [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 02:01:41.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.702 +03:30] [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 02:01:41.701 +0330 +0330, 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 02:01:41.703 +03:30] [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 02:01:41.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.704 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=157.315µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.705 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.705 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 02:01:41.708 +03:30] [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.382135ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.709 +03:30] [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 02:01:41.701 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.710 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 02:01:41.710 +03:30] [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 02:01:41.712 +03:30] [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 02:01:41.711 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.712 +03:30] [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 02:01:41.711 +0330 +0330, 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 02:01:41.713 +03:30] [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 02:01:41.711 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.714 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=140.849µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.715 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.715 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 02:01:41.717 +03:30] [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.048859ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.711 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.718 +03:30] [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 02:01:41.711 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.720 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 02:01:41.720 +03:30] [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 02:01:41.721 +03:30] [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 02:01:41.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.722 +03:30] [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 02:01:41.721 +0330 +0330, 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 02:01:41.722 +03:30] [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 02:01:41.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.725 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=294.381µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.725 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.725 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 02:01:41.726 +03:30] [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.038398ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.727 +03:30] [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 02:01:41.721 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.730 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 02:01:41.730 +03:30] [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 02:01:41.732 +03:30] [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 02:01:41.731 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.732 +03:30] [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 02:01:41.731 +0330 +0330, 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 02:01:41.732 +03:30] [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 02:01:41.731 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.735 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=270.196µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.735 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.735 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 02:01:41.736 +03:30] [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.045045ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.731 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.737 +03:30] [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 02:01:41.731 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.740 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 02:01:41.740 +03:30] [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 02:01:41.741 +03:30] [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 02:01:41.741 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.741 +03:30] [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 02:01:41.741 +0330 +0330, 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 02:01:41.742 +03:30] [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 02:01:41.741 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.745 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=323.44µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.745 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.745 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 02:01:41.746 +03:30] [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.097835ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.741 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.748 +03:30] [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 02:01:41.741 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.750 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 02:01:41.750 +03:30] [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 02:01:41.752 +03:30] [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 02:01:41.751 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.752 +03:30] [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 02:01:41.751 +0330 +0330, 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 02:01:41.753 +03:30] [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 02:01:41.751 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.755 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=324.716µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.756 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.756 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 02:01:41.757 +03:30] [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.103166ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.751 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.758 +03:30] [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 02:01:41.751 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.761 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 02:01:41.761 +03:30] [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 02:01:41.763 +03:30] [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 02:01:41.762 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.763 +03:30] [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 02:01:41.762 +0330 +0330, 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 02:01:41.764 +03:30] [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 02:01:41.762 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.766 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=325.257µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.767 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.767 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 02:01:41.768 +03:30] [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.166848ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.762 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.769 +03:30] [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 02:01:41.762 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.772 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 02:01:41.772 +03:30] [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 02:01:41.774 +03:30] [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 02:01:41.773 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.774 +03:30] [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 02:01:41.773 +0330 +0330, 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 02:01:41.775 +03:30] [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 02:01:41.773 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.777 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=303.865µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.778 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.778 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 02:01:41.779 +03:30] [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.072648ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.773 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.780 +03:30] [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 02:01:41.773 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.782 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 02:01:41.782 +03:30] [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 02:01:41.784 +03:30] [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 02:01:41.783 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.784 +03:30] [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 02:01:41.783 +0330 +0330, 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 02:01:41.785 +03:30] [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 02:01:41.783 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.787 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=249.912µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.788 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.788 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 02:01:41.790 +03:30] [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.0549ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.783 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.791 +03:30] [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 02:01:41.783 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.793 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 02:01:41.793 +03:30] [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 02:01:41.795 +03:30] [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 02:01:41.794 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.795 +03:30] [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 02:01:41.794 +0330 +0330, 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 02:01:41.796 +03:30] [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 02:01:41.794 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.798 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=263.034µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.798 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.798 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 02:01:41.800 +03:30] [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.01328ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.794 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.801 +03:30] [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 02:01:41.794 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.803 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 02:01:41.803 +03:30] [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 02:01:41.805 +03:30] [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 02:01:41.804 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.805 +03:30] [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 02:01:41.804 +0330 +0330, 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 02:01:41.806 +03:30] [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 02:01:41.804 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.809 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=350.74µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.809 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.809 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 02:01:41.811 +03:30] [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.137736ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.804 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.812 +03:30] [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 02:01:41.804 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.814 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 02:01:41.814 +03:30] [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 02:01:41.816 +03:30] [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 02:01:41.816 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.816 +03:30] [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 02:01:41.816 +0330 +0330, 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 02:01:41.817 +03:30] [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 02:01:41.816 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.819 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=243.483µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.820 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.820 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 02:01:41.821 +03:30] [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.02606ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.816 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.822 +03:30] [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 02:01:41.816 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.824 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 02:01:41.824 +03:30] [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 02:01:41.826 +03:30] [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 02:01:41.825 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.826 +03:30] [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 02:01:41.825 +0330 +0330, 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 02:01:41.827 +03:30] [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 02:01:41.825 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.829 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=181.234µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.829 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.829 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 02:01:41.831 +03:30] [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.030041ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.825 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.832 +03:30] [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 02:01:41.825 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.834 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 02:01:41.834 +03:30] [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 02:01:41.836 +03:30] [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 02:01:41.835 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.836 +03:30] [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 02:01:41.835 +0330 +0330, 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 02:01:41.837 +03:30] [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 02:01:41.835 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.838 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=183.888µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.839 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.839 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 02:01:41.841 +03:30] [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.981951ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.835 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.842 +03:30] [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 02:01:41.835 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.844 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 02:01:41.844 +03:30] [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 02:01:41.844 +03:30] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 02:01:41.846 +03:30] [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 02:01:41.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.846 +03:30] [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 02:01:41.845 +0330 +0330, 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 02:01:41.847 +03:30] [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 02:01:41.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.848 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=195.591µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.849 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.849 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 02:01:41.851 +03:30] [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.996933ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.852 +03:30] [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 02:01:41.845 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.854 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 02:01:41.854 +03:30] [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 02:01:41.856 +03:30] [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 02:01:41.855 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.856 +03:30] [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 02:01:41.855 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 02:01:41.857 +03:30] [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 02:01:41.855 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.858 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=51.359µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 02:01:41.859 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.859 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 02:01:41.861 +03:30] [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.849366ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.855 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.862 +03:30] [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 02:01:41.855 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.864 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 02:01:41.864 +03:30] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 02:01:41.865 +03:30] [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 02:01:41.865 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.865 +03:30] [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 02:01:41.865 +0330 +0330, 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 02:01:41.866 +03:30] [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 02:01:41.865 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.868 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=137.987µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 02:01:41.868 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.868 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 02:01:41.871 +03:30] [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.982696ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.865 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.872 +03:30] [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 02:01:41.865 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.873 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 02:01:41.875 +03:30] [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 02:01:41.875 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.875 +03:30] [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 02:01:41.875 +0330 +0330, 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 02:01:41.876 +03:30] [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 02:01:41.875 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.879 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=297.942µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.879 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.879 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 02:01:41.880 +03:30] [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.069007ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.875 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.882 +03:30] [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 02:01:41.875 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.884 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 02:01:41.884 +03:30] [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 02:01:41.886 +03:30] [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 02:01:41.885 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.886 +03:30] [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 02:01:41.885 +0330 +0330, 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 02:01:41.887 +03:30] [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 02:01:41.885 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.888 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=207.354µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.889 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.889 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 02:01:41.891 +03:30] [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.056797ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.885 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.892 +03:30] [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 02:01:41.885 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.894 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 02:01:41.894 +03:30] [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 02:01:41.896 +03:30] [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 02:01:41.895 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 02:01:41.896 +03:30] [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 02:01:41.895 +0330 +0330, 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 02:01:41.897 +03:30] [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 02:01:41.895 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.898 +03:30] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=216.038µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 02:01:41.899 +03:30] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 02:01:41.899 +03:30] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 02:01:41.901 +03:30] [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.022352ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 02:01:41.895 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.902 +03:30] [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 02:01:41.895 +0330 +0330, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 02:01:41.904 +03:30] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 02:01:41.904 +03:30] [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 02:01:41.922 +03:30] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=819.827295ms] [2025/04/05 02:01:41.924 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 02:01:41.924 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=9ed9dd47-1679-48bf-8383-160378d632fb] [2025/04/05 02:01:41.924 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 02:01:41.924 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 02:01:41.924 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=2.995µs] [2025/04/05 02:01:41.924 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.398µs] [2025/04/05 02:01:41.924 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.069µs] [2025/04/05 02:01:41.924 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.303µs] [2025/04/05 02:01:41.924 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.447µs] [2025/04/05 02:01:41.924 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=2.315µs] [2025/04/05 02:01:41.924 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=2.124µs] [2025/04/05 02:01:41.924 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=2.039µs] [2025/04/05 02:01:41.924 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.535µs] [2025/04/05 02:01:41.924 +03:30] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=2.533µs] [2025/04/05 02:01:41.924 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=9ed9dd47-1679-48bf-8383-160378d632fb] [2025/04/05 02:01:41.924 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 02:01:41.924 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 02:01:41.925 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=9ed9dd47-1679-48bf-8383-160378d632fb] ["take time"=803.877µs] [2025/04/05 02:01:41.925 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=9ed9dd47-1679-48bf-8383-160378d632fb] [2025/04/05 02:01:41.925 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 02:01:41.925 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 02:01:41.925 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 02:01:41.925 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 02:01:41.925 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 02:01:41.925 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 02:01:41.925 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 02:01:41.925 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 02:01:41.925 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 02:01:41.925 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 02:01:41.925 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 02:01:41.925 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 02:01:41.925 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 02:01:41.925 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 02:01:41.925 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=952.954µs] [2025/04/05 02:01:41.925 +03:30] [INFO] [tidb.go:92] ["new domain"] [store=1bea4c00-410f-4f9e-bc83-60bc0befd4f6] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 02:01:41.930 +03:30] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 02:01:41.930 +03:30] [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 02:01:41.948 +03:30] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=17.879516ms] [2025/04/05 02:01:41.948 +03:30] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 02:01:41.949 +03:30] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=48eeed27-df8f-4814-afe7-1cf994e83501] [runWorker=true] [jobVersion=v2] [2025/04/05 02:01:41.949 +03:30] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 02:01:41.949 +03:30] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 02:01:41.949 +03:30] [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 02:01:41.949 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 02:01:41.949 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 02:01:41.949 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 02:01:41.949 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 02:01:41.949 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 02:01:41.949 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 02:01:41.949 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 02:01:41.949 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 02:01:41.949 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 02:01:41.949 +03:30] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 02:01:41.960 +03:30] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 02:01:41.960 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=48eeed27-df8f-4814-afe7-1cf994e83501] [2025/04/05 02:01:41.960 +03:30] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 02:01:41.960 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 02:01:41.960 +03:30] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 02:01:41.960 +03:30] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 02:01:41.960 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 02:01:41.960 +03:30] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 02:01:41.963 +03:30] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 02:01:41.964 +03:30] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 02:01:41.964 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 02:01:41.967 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=48eeed27-df8f-4814-afe7-1cf994e83501] [2025/04/05 02:01:41.969 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 02:01:41.970 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 02:01:41.971 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 02:01:41.971 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 02:01:41.971 +03:30] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=5] [2025/04/05 02:01:41.971 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 02:01:41.971 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 02:01:41.971 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 02:01:41.971 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 02:01:41.971 +03:30] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=1] [total-mem=32GiB] [total-disk=434.8GiB] [2025/04/05 02:01:41.972 +03:30] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 02:01:41.975 +03:30] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 02:01:41.975 +03:30] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=48eeed27-df8f-4814-afe7-1cf994e83501] [2025/04/05 02:01:41.975 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=48eeed27-df8f-4814-afe7-1cf994e83501] [ttl-worker=task-manager] [ttl-worker=48eeed27-df8f-4814-afe7-1cf994e83501] [originalCount=0] [newCount=4] [2025/04/05 02:01:41.975 +03:30] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=48eeed27-df8f-4814-afe7-1cf994e83501] [ttl-worker=task-manager] [ttl-worker=48eeed27-df8f-4814-afe7-1cf994e83501] [originalCount=0] [newCount=4] [2025/04/05 02:01:41.975 +03:30] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=48eeed27-df8f-4814-afe7-1cf994e83501] [2025/04/05 02:01:41.977 +03:30] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 02:01:41.977 +03:30] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/05 02:01:41.981 +03:30] [INFO] [set.go:172] ["set global var"] [conn=1] [name=validate_password.enable] [val=ON] [2025/04/05 02:01:41.983 +03:30] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/05 02:01:41.983 +03:30] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Length: 8)"] [errorVerbose="[executor:1819]Your password does not satisfy the current policy requirements (Require Password Length: 8)\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/password-validation.ValidatePassword\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/util/password-validation/password_validation.go:151\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).executeCreateUser\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:1196\ngithub.com/pingcap/tidb/pkg/executor.(*SimpleExec).Next\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/simple.go:171\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).MustExecToErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/testkit/testkit.go:484\ngithub.com/pingcap/tidb/pkg/executor/test/passwordtest.createAndCheckToErr\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:972\ngithub.com/pingcap/tidb/pkg/executor/test/passwordtest.TestPasswordExpiredAndTacking\n\t/home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:836\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\": \"\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2025/04/05 02:01:41.983 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] ["secure text"="create user {u3@localhost password = ***}"] [user=] [2025/04/05 02:01:41.995 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=3] [schemaVersion=55] ["secure text"="create user {u3@localhost password = ***}"] [user=] [2025/04/05 02:01:42.002 +03:30] [INFO] [session.go:4118] ["CRUCIAL OPERATION"] [conn=4] [schemaVersion=55] ["secure text"="alter user u3@localhost"] [user=] [2025/04/05 02:01:42.004 +03:30] [INFO] [set.go:172] ["set global var"] [conn=5] [name=tidb_schema_cache_size] [val=0] [2025/04/05 02:01:42.009 +03:30] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 02:01:42.009 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=48eeed27-df8f-4814-afe7-1cf994e83501] [2025/04/05 02:01:42.009 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 02:01:42.009 +03:30] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 02:01:42.009 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=48eeed27-df8f-4814-afe7-1cf994e83501] [2025/04/05 02:01:42.009 +03:30] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 02:01:42.009 +03:30] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 02:01:42.009 +03:30] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=48eeed27-df8f-4814-afe7-1cf994e83501] ["take time"=140.37µs] [2025/04/05 02:01:42.009 +03:30] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=48eeed27-df8f-4814-afe7-1cf994e83501] [2025/04/05 02:01:42.009 +03:30] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 02:01:42.009 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=48eeed27-df8f-4814-afe7-1cf994e83501] [ttl-worker=task-manager] [ttl-worker=48eeed27-df8f-4814-afe7-1cf994e83501] [originalCount=4] [newCount=0] [2025/04/05 02:01:42.009 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 02:01:42.009 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 02:01:42.009 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 02:01:42.009 +03:30] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 02:01:42.009 +03:30] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=48eeed27-df8f-4814-afe7-1cf994e83501] [ttl-worker=task-manager] [ttl-worker=48eeed27-df8f-4814-afe7-1cf994e83501] [originalCount=4] [newCount=0] [2025/04/05 02:01:42.010 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 02:01:42.010 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 02:01:42.010 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 02:01:42.010 +03:30] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 02:01:42.010 +03:30] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=48eeed27-df8f-4814-afe7-1cf994e83501] [2025/04/05 02:01:42.010 +03:30] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 02:01:42.010 +03:30] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 02:01:42.010 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 02:01:42.010 +03:30] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 02:01:42.010 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 02:01:42.010 +03:30] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 02:01:42.010 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 02:01:42.010 +03:30] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 02:01:42.010 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 02:01:42.010 +03:30] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 02:01:42.010 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 02:01:42.010 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:01:42.010 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:01:42.010 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:01:42.010 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:01:42.010 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:01:42.010 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:01:42.010 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:01:42.010 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:01:42.010 +03:30] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 02:01:42.010 +03:30] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 02:01:42.010 +03:30] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 02:01:42.010 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 02:01:42.010 +03:30] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 02:01:42.010 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 02:01:42.010 +03:30] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 02:01:42.010 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 02:01:42.010 +03:30] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 02:01:42.010 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 02:01:42.013 +03:30] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 02:01:42.013 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 02:01:42.013 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 02:01:42.013 +03:30] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 02:01:42.013 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 02:01:42.013 +03:30] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 02:01:42.013 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 02:01:42.013 +03:30] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 02:01:42.013 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 02:01:42.013 +03:30] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 02:01:42.013 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 02:01:42.013 +03:30] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 02:01:42.013 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 02:01:42.013 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=48eeed27-df8f-4814-afe7-1cf994e83501] [2025/04/05 02:01:42.013 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=48eeed27-df8f-4814-afe7-1cf994e83501] [2025/04/05 02:01:42.013 +03:30] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 02:01:42.013 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 02:01:42.013 +03:30] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=48eeed27-df8f-4814-afe7-1cf994e83501] [2025/04/05 02:01:42.013 +03:30] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=48eeed27-df8f-4814-afe7-1cf994e83501] [2025/04/05 02:01:42.013 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 02:01:42.013 +03:30] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 02:01:42.013 +03:30] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 02:01:42.013 +03:30] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 02:01:42.013 +03:30] [INFO] [domain.go:1323] ["domain closed"] ["take time"=4.401091ms] [2025/04/05 02:01:42.014 +03:30] [INFO] [db.go:567] ["Closing database"] [2025/04/05 02:01:42.014 +03:30] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 02:01:42.014 +03:30] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 02:01:42.014 +03:30] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 02:01:42.014 +03:30] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 02:01:42.014 +03:30] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestPasswordExpiredAndTacking (0.96s) testkit.go:123: RefreshSession rand seed: 1743805901972934684 testkit.go:123: RefreshSession rand seed: 1743805901981614899 testkit.go:123: RefreshSession rand seed: 1743805901989242362 testkit.go:123: RefreshSession rand seed: 1743805901995860695 testkit.go:123: RefreshSession rand seed: 1743805902002121912 testkit.go:123: RefreshSession rand seed: 1743805902005192233 testkit.go:123: RefreshSession rand seed: 1743805902006755819 testkit.go:123: RefreshSession rand seed: 1743805902007967784 testkit.go:123: RefreshSession rand seed: 1743805902008550877 password_management_test.go:988: Error Trace: /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:988 /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:904 /home/prow/go/src/github.com/pingcap/tidb/pkg/executor/test/passwordtest/password_management_test.go:850 Error: Not equal: expected: 1 actual : 0 Test: TestPasswordExpiredAndTacking FAIL coverage: [no statements] run all tasks takes 7m55.323134919s 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-05T06:33:01+08:00"}