Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/latest/ghpr_unit_test.groovy from git https://github.com/PingCAP-QE/ci.git Loading library tipipeline@main Library tipipeline@main is cached. Copying from home. [Pipeline] Start of Pipeline [Pipeline] readJSON [Pipeline] readTrusted Obtained pipelines/pingcap/tidb/latest/pod-ghpr_unit_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-unit-test-30227-99164-w0fkh-ppqqc Agent pingcap-tidb-ghpr-unit-test-30227-99164-w0fkh-ppqqc is provisioned from template pingcap_tidb_ghpr_unit_test_30227-99164-w0fkh --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30227/" runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/30227/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "cc3ae6187f5aa138f241789b5f45a9b448fc44d7" jenkins/label: "pingcap_tidb_ghpr_unit_test_30227-99164" name: "pingcap-tidb-ghpr-unit-test-30227-99164-w0fkh-ppqqc" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241009" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: requests: memory: "32Gi" cpu: "16" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-ghpr-unit-test-30227-99164-w0fkh-ppqqc" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-unit-test-30227-99164-w0fkh-ppqqc" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-unit-test-30227-99164-w0fkh-ppqqc in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" > git rev-list --no-walk b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 30 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv GIT_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30227/display/redirect JENKINS_URL=https://do.pingcap.net/jenkins/ EXECUTOR_NUMBER=0 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1908104725107052545","prowjobid":"e5f7619e-5c5e-48e0-a60e-1b28e069c8dc","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"d9fb3a53376157be49b5a7941e6e689a33c81eb0","base_link":"https://github.com/pingcap/tidb/commit/d9fb3a53376157be49b5a7941e6e689a33c81eb0","pulls":[{"number":60399,"author":"mjonss","sha":"dde8429f030a5d9dd80c21356dccec04ccedf6af","title":"planner: Fixed point get not giving error on non-existing explict partition","head_ref":"pointget-unknown-partition-59003","link":"https://github.com/pingcap/tidb/pull/60399","commit_link":"https://github.com/pingcap/tidb/pull/60399/commits/dde8429f030a5d9dd80c21356dccec04ccedf6af","author_link":"https://github.com/mjonss"}]}} _=/usr/bin/printenv BUILD_ID=1908104725107052545 POD_LABEL=pingcap_tidb_ghpr_unit_test_30227-99164 HOSTNAME=pingcap-tidb-ghpr-unit-test-30227-99164-w0fkh-ppqqc OLDPWD=/home/jenkins RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30227/display/redirect?page=changes JENKINS_NODE_COOKIE=5b461f99-fe82-4fd0-8df6-cc1762cc0f54 GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct JAVA_HOME=/usr/lib/jvm/jre-openjdk JOB_BASE_NAME=ghpr_unit_test WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test@tmp KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true GIT_URL=https://github.com/PingCAP-QE/ci.git CLASSPATH= KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1 FILE_SERVER_URL=http://fileserver.pingcap.net POD_CONTAINER=golang GOPATH=/go BUILD_NUMBER=30227 KUBERNETES_PORT=tcp://10.233.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test PWD=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test HUDSON_URL=https://do.pingcap.net/jenkins/ HOME=/home/jenkins GOROOT=/usr/local/go NODE_NAME=pingcap-tidb-ghpr-unit-test-30227-99164-w0fkh-ppqqc HUDSON_SERVER_COOKIE=83ef27fe9acccc92 JENKINS_HOME=/var/jenkins_home JOB_NAME=pingcap/tidb/ghpr_unit_test RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30227/display/redirect?page=tests KUBERNETES_SERVICE_PORT_HTTPS=443 KUBERNETES_PORT_443_TCP_PORT=443 GIT_PREVIOUS_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 HUDSON_HOME=/var/jenkins_home JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect PROW_JOB_ID=e5f7619e-5c5e-48e0-a60e-1b28e069c8dc KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30227/display/redirect?page=artifacts BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30227/ TERM=xterm STAGE_NAME=Debug info JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/ BUILD_DISPLAY_NAME=#30227 SHLVL=3 GIT_BRANCH=origin/main BUILD_TAG=jenkins-pingcap-tidb-ghpr_unit_test-30227 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=pingcap_tidb_ghpr_unit_test_30227-99164 pingcap-tidb-ghpr-unit-test-30227-99164-w0fkh-ppqqc PATH=/go/bin:/usr/local/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin GIT_PREVIOUS_SUCCESSFUL_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 KUBERNETES_SERVICE_HOST=10.233.0.1 JENKINS_SERVER_COOKIE=durable-3e6615fe387e271fb81c7aa6ce66020ac56f1fb2ffea951b4ecc03fd51f30988 + echo ------------------------- ------------------------- + go env GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/jenkins/.cache/go-build' GOENV='/home/jenkins/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/go/pkg/mod' GONOPROXY='' GONOSUMDB='' GOOS='linux' GOPATH='/go' GOPRIVATE='' GOPROXY='http://goproxy.apps.svc,https://proxy.golang.org,direct' GOROOT='/usr/local/go' GOSUMDB='sum.golang.org' GOTMPDIR='' GOTOOLCHAIN='auto' GOTOOLDIR='/usr/local/go/pkg/tool/linux_amd64' GOVCS='' GOVERSION='go1.23.2' GODEBUG='' GOTELEMETRY='local' GOTELEMETRYDIR='/home/jenkins/.config/go/telemetry' GCCGO='gccgo' GOAMD64='v1' AR='ar' CC='gcc' CXX='g++' CGO_ENABLED='1' GOMOD='/dev/null' GOWORK='' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' PKG_CONFIG='pkg-config' GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build1661191994=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw- 1 jenkins root 1, 3 Apr 4 10:30 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-30227-99164-w0fkh-ppqqc bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-30227-99164-w0fkh-ppqqc bash [Pipeline] container [Pipeline] { [Pipeline] sh + dig github.com ; <<>> DiG 9.18.16 <<>> github.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2329 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: d7445cee2c3305f6 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 27 IN A 20.205.243.166 github.com. 27 IN A 20.27.177.113 ;; Query time: 0 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Fri Apr 04 10:30:16 UTC 2025 ;; MSG SIZE rcvd: 103 [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-d9fb3a5) 1213224960 bytes in 4.47 secs (271509055 bytes/sec) [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SSH_KEY [Pipeline] { [Pipeline] sh + '[' -d /home/jenkins/.ssh ']' + mkdir /home/jenkins/.ssh + chmod 0700 /home/jenkins/.ssh + cp **** /home/jenkins/.ssh/id_rsa + chmod 400 /home/jenkins/.ssh/id_rsa + ssh-keyscan -t rsa,dsa github.com # github.com:22 SSH-2.0-133e47a51 # github.com:22 SSH-2.0-133e47a51 [Pipeline] } [Pipeline] // withCredentials [Pipeline] retry [Pipeline] { [Pipeline] sh git version 2.43.5 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.git/ .git HEAD is now at d9fb3a5337 ddl: Implement TableMode feature (#59009) POST git-upload-pack (656 bytes) POST git-upload-pack (973 bytes) POST git-upload-pack (gzip 2073 to 1096 bytes) POST git-upload-pack (gzip 4123 to 2122 bytes) POST git-upload-pack (gzip 8073 to 4095 bytes) POST git-upload-pack (gzip 15932 to 8067 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master * [new ref] refs/pull/60399/head -> origin/pr/60399/head Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. HEAD is now at d9fb3a5337 ddl: Implement TableMode feature (#59009) ๐Ÿšง Checkouting to base SHA:d9fb3a53376157be49b5a7941e6e689a33c81eb0... HEAD is now at d9fb3a5337 ddl: Implement TableMode feature (#59009) โœ… Checked. ๐ŸŽ‰ ๐Ÿงพ HEAD info: d9fb3a53376157be49b5a7941e6e689a33c81eb0 d9fb3a5337 ddl: Implement TableMode feature (#59009) 195c367f3a parser: support to check any column flag (#60287) f4b85e3540 statistics: remove invalid histogram items in loadNeededColumnHistograms and loadNeededIndexHistograms (#60318) ๐Ÿšง Pre-merge heads of pull requests to base SHA: d9fb3a53376157be49b5a7941e6e689a33c81eb0 ... Merge made by the 'ort' strategy. Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. pkg/planner/core/point_get_plan.go | 5 +++++ .../r/planner/core/partition_pruner.result | 23 +++++++++++++++++++++ .../t/planner/core/partition_pruner.test | 24 ++++++++++++++++++++++ 3 files changed, 52 insertions(+) ๐Ÿงพ Pre-merged result: 0683f1c22560589114b42b1f0e38c8221414d466 0683f1c225 Merge commit 'dde8429f030a5d9dd80c21356dccec04ccedf6af' into HEAD dde8429f03 Moved test from unit test to integration test 6364d88cfe Fixed point get not giving error on non-existing explict partition โœ… Pre merged ๐ŸŽ‰ ๐Ÿ“ update submodules ... โœ… update submodules done โœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-d9fb3a5-dde8429) 1213358080 bytes in 16.33 secs (74322852 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . diff --git a/Makefile.common b/Makefile.common index 6a645e49ae..fa7cd245d8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -128,8 +128,8 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh go: downloading go1.23.8 (linux/amd64) GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/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 bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Invocation ID: fb1e9e2e-9f76-421a-a63a-d8d039f4a2a5 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2025_04_04_10_30_09.3612286786/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=315122 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (44 packages loaded, 462 targets configured) Analyzing: target //:gazelle (44 packages loaded, 462 targets configured) Analyzing: target //:gazelle (44 packages loaded, 462 targets configured) Analyzing: target //:gazelle (44 packages loaded, 462 targets configured) Analyzing: target //:gazelle (100 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (100 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (207 packages loaded, 6197 targets configured) INFO: Analyzed target //:gazelle (430 packages loaded, 6967 targets configured). INFO: Found 1 target... [0 / 346] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) [24 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/trace, 4.0 MiB / 12.0 MiB; 1s remote-cache ... (4 actions, 0 running) [24 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 2s remote-cache ... (4 actions, 0 running) [54 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 3s remote-cache ... (9 actions, 0 running) [495 / 530] [Prepa] Validating nogo output for @org_golang_x_mod//internal/lazyregexp:lazyregexp ... (4 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 26.272s, Critical Path: 4.67s INFO: 530 processes: 510 remote cache hit, 20 internal. INFO: Build completed successfully, 530 total actions INFO: Running command line: bazel-bin/gazelle bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 9d536e3c-9ae7-4eaa-a487-8014f0cbf927 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2025_04_04_10_30_09.3612286786/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=315122 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Analyzing: target //tools/tazel:tazel (83 packages loaded, 7379 targets configured) INFO: Analyzed target //tools/tazel:tazel (277 packages loaded, 8593 targets configured). INFO: Found 1 target... [0 / 3] [Prepa] BazelWorkspaceStatusAction stable-status.txt [1,189 / 1,307] GoCompilePkg external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a; Downloading external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a, 9.7 MiB / 10.5 MiB; 0s remote-cache ... (4 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 3.659s, Critical Path: 1.70s INFO: 867 processes: 864 remote cache hit, 3 internal. INFO: Build completed successfully, 867 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' bazel --output_user_root=/home/jenkins/.tidb/tmp --nohome_rc coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --jobs=35 --build_tests_only --test_keep_going=false \ --@io_bazel_rules_go//go/config:cover_format=go_cover --define gotags=deadlock,intest \ -- //... -//cmd/... -//tests/graceshutdown/... \ -//tests/globalkilltest/... -//tests/readonlytest/... -//tests/realtikvtest/... INFO: Invocation ID: 89d8fe22-6a18-4c84-8e87-ed99000d46e7 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2025_04_04_10_30_09.3612286786/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 --flaky_test_attempts=5 Loading: Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. Analyzing: 457 targets (716 packages loaded, 0 targets configured) Analyzing: 457 targets (1144 packages loaded, 8609 targets configured) Analyzing: 457 targets (1721 packages loaded, 16379 targets configured) Analyzing: 457 targets (1938 packages loaded, 19025 targets configured) Analyzing: 457 targets (2057 packages loaded, 19616 targets configured) Analyzing: 457 targets (2214 packages loaded, 21769 targets configured) Analyzing: 457 targets (2221 packages loaded, 21847 targets configured) Analyzing: 457 targets (2278 packages loaded, 22625 targets configured) Analyzing: 457 targets (2282 packages loaded, 23090 targets configured) INFO: Analyzed 457 targets (2282 packages loaded, 23139 targets configured). INFO: Found 457 test targets... [0 / 19] [Prepa] Writing file br/cmd/br/br_test/baseline_coverage.dat ... (15 actions, 0 running) [1,452 / 24,050] GoTestGenTest br/pkg/errors/errors_test_/testmain.go; Downloading br/pkg/errors/errors_test_/testmain.go; 0s remote-cache ... (35 actions, 0 running) [1,480 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 1s remote-cache ... (35 actions, 0 running) [1,488 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 2s remote-cache ... (35 actions, 0 running) [1,490 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/net/http.a, 9.0 MiB / 9.3 MiB; 3s remote-cache ... (35 actions, 0 running) [2,011 / 24,050] GoCompilePkg external/org_golang_x_tools/go/analysis/passes/unusedwrite/unusedwrite.a [for tool]; Downloading external/org_golang_x_tools/go/analysis/passes/unusedwrite/unusedwrite.a, 103.8 KiB / 136.8 KiB; 0s remote-cache ... (34 actions, 0 running) [2,471 / 24,050] GoCompilePkg external/com_github_dgraph_io_ristretto/z/z.a; Downloading external/com_github_dgraph_io_ristretto/z/z.a; 0s remote-cache ... (35 actions, 0 running) [2,881 / 24,050] GoCompilePkg pkg/testkit/testenv/testenv.a; Downloading pkg/testkit/testenv/testenv.a; 0s remote-cache ... (34 actions, 0 running) [3,273 / 24,050] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 19.0 MiB / 77.2 MiB; 0s remote-cache ... (34 actions, 0 running) [3,615 / 24,050] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 64.0 MiB / 77.2 MiB; 1s remote-cache ... (35 actions, 0 running) [4,003 / 24,050] GoCompilePkg build/linter/copyloopvar/copyloopvar.a [for tool]; Downloading build/linter/copyloopvar/copyloopvar.a; 0s remote-cache ... (35 actions, 0 running) [4,379 / 24,050] GoCompilePkg pkg/parser/ast/ast.a; Downloading pkg/parser/ast/ast.a, 5.0 MiB / 9.6 MiB; 0s remote-cache ... (35 actions, 0 running) [4,709 / 24,050] GoCompilePkg external/co_honnef_go_tools/go/ir/ir.a; Downloading external/co_honnef_go_tools/go/ir/ir.a, 4.5 MiB / 6.2 MiB; 0s remote-cache ... (35 actions, 0 running) [5,033 / 24,050] GoLink build/linter/util/util_test_/util_test; 0s remote-cache ... (35 actions, 0 running) [5,231 / 24,050] GoCompilePkg external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a; 0s remote-cache ... (34 actions, 0 running) [5,486 / 24,050] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 45.0 MiB / 71.4 MiB; 1s remote-cache ... (34 actions, 0 running) [5,647 / 24,050] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 65.0 MiB / 71.4 MiB; 2s remote-cache ... (35 actions, 0 running) [5,910 / 24,050] GoCompilePkg pkg/parser/parser.a; Downloading pkg/parser/parser.a, 4.8 MiB / 12.1 MiB; 0s remote-cache ... (35 actions, 0 running) [6,337 / 24,050] GoLink pkg/util/etcd/etcd_test_/etcd_test; Downloading pkg/util/etcd/etcd_test_/etcd_test, 10.6 MiB / 22.9 MiB; 0s remote-cache ... (35 actions, 0 running) [7,749 / 24,050] GoCompilePkg pkg/ttl/metrics/metrics.a; Downloading pkg/ttl/metrics/metrics.a; 0s remote-cache ... (35 actions, 0 running) [9,797 / 24,215] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 8.9 MiB / 134.7 MiB; 0s remote-cache ... (34 actions, 0 running) [10,416 / 24,253] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 74.9 MiB / 134.7 MiB; 1s remote-cache ... (33 actions, 0 running) [10,872 / 24,364] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 121.9 MiB / 134.7 MiB; 2s remote-cache ... (32 actions, 0 running) [11,059 / 24,377] GoLink br/pkg/rtree/rtree_test_/rtree_test; Downloading br/pkg/rtree/rtree_test_/rtree_test, 47.0 MiB / 49.2 MiB; 1s remote-cache ... (35 actions, 0 running) [11,260 / 24,381] 11 / 457 tests; GoLink pkg/server/internal/parse/parse_test_/parse_test; 0s remote-cache ... (35 actions, 0 running) [11,516 / 24,385] 24 / 457 tests; GoLink pkg/types/types_test_/types_test; Downloading pkg/types/types_test_/types_test, 31.0 MiB / 35.0 MiB; 0s remote-cache ... (35 actions, 0 running) [11,711 / 24,387] 29 / 457 tests; GoLink pkg/meta/model/model_test_/model_test; Downloading pkg/meta/model/model_test_/model_test, 25.0 MiB / 27.2 MiB; 0s remote-cache ... (35 actions, 0 running) [11,774 / 24,387] 34 / 457 tests; GoLink pkg/util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test; Downloading pkg/util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test, 31.9 MiB / 35.1 MiB; 1s remote-cache ... (35 actions, 0 running) [11,841 / 24,389] 35 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 36.0 MiB / 99.9 MiB; 2s remote-cache ... (35 actions, 0 running) [11,903 / 24,389] 42 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 48.2 MiB / 99.9 MiB; 3s remote-cache ... (35 actions, 0 running) [12,009 / 24,393] 47 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 67.0 MiB / 99.9 MiB; 4s remote-cache ... (35 actions, 0 running) [12,132 / 24,410] 61 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 90.0 MiB / 99.9 MiB; 5s remote-cache ... (34 actions, 0 running) [12,249 / 24,410] 79 / 457 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 95.0 MiB / 99.9 MiB; 6s remote-cache ... (35 actions, 0 running) [12,372 / 24,410] 81 / 457 tests; GoLink pkg/timer/runtime/runtime_test_/runtime_test; Downloading pkg/timer/runtime/runtime_test_/runtime_test, 46.0 MiB / 63.2 MiB; 2s remote-cache ... (35 actions, 0 running) [12,483 / 24,461] 84 / 457 tests; GoLink pkg/timer/runtime/runtime_test_/runtime_test; 3s remote-cache ... (35 actions, 0 running) [12,544 / 24,461] 85 / 457 tests; GoCompilePkg pkg/metrics/expression.recompile552.a; Downloading pkg/metrics/expression.recompile552.a, 47.9 MiB / 96.8 MiB; 3s remote-cache ... (35 actions, 0 running) [12,588 / 24,461] 85 / 457 tests; GoCompilePkg pkg/metrics/expression.recompile552.a; Downloading pkg/metrics/expression.recompile552.a, 58.9 MiB / 96.8 MiB; 4s remote-cache ... (35 actions, 0 running) [12,644 / 24,461] 85 / 457 tests; GoCompilePkg pkg/metrics/expression.recompile552.a; Downloading pkg/metrics/expression.recompile552.a, 70.9 MiB / 96.8 MiB; 5s remote-cache ... (35 actions, 0 running) [12,713 / 24,463] 85 / 457 tests; GoCompilePkg pkg/metrics/expression.recompile552.a; Downloading pkg/metrics/expression.recompile552.a, 83.9 MiB / 96.8 MiB; 6s remote-cache ... (35 actions, 0 running) [12,777 / 24,463] 86 / 457 tests; GoCompilePkg pkg/metrics/expression.recompile552.a; Downloading pkg/metrics/expression.recompile552.a, 95.9 MiB / 96.8 MiB; 7s remote-cache ... (35 actions, 0 running) [12,826 / 24,463] 87 / 457 tests; GoLink pkg/table/table_test_/table_test; Downloading pkg/table/table_test_/table_test, 71.9 MiB / 77.4 MiB; 6s remote-cache ... (35 actions, 0 running) [12,889 / 24,463] 87 / 457 tests; GoCompilePkg pkg/util/expression.recompile541.a; Downloading pkg/util/expression.recompile541.a, 55.0 MiB / 96.8 MiB; 5s remote-cache ... (35 actions, 0 running) [12,945 / 24,463] 87 / 457 tests; GoCompilePkg pkg/util/expression.recompile541.a; Downloading pkg/util/expression.recompile541.a, 66.0 MiB / 96.8 MiB; 6s remote-cache ... (35 actions, 0 running) [13,001 / 24,470] 87 / 457 tests; GoCompilePkg pkg/util/expression.recompile541.a; Downloading pkg/util/expression.recompile541.a, 76.0 MiB / 96.8 MiB; 7s remote-cache ... (35 actions, 0 running) [13,043 / 24,470] 87 / 457 tests; GoCompilePkg pkg/util/expression.recompile541.a; Downloading pkg/util/expression.recompile541.a, 85.9 MiB / 96.8 MiB; 8s remote-cache ... (35 actions, 0 running) [13,097 / 24,470] 87 / 457 tests; GoCompilePkg pkg/util/expression.recompile541.a; Downloading pkg/util/expression.recompile541.a, 95.3 MiB / 96.8 MiB; 9s remote-cache ... (35 actions, 0 running) [13,174 / 24,472] 87 / 457 tests; GoCompilePkg pkg/meta/expression.recompile1178.a; Downloading pkg/meta/expression.recompile1178.a, 95.0 MiB / 96.8 MiB; 8s remote-cache ... (33 actions, 0 running) [13,250 / 24,478] 89 / 457 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1234.a; Downloading pkg/sessionctx/sessionstates/expression.recompile1234.a, 86.0 MiB / 96.8 MiB; 8s remote-cache ... (35 actions, 0 running) [13,316 / 24,498] 92 / 457 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1234.a; 9s remote-cache ... (35 actions, 0 running) [13,392 / 24,500] 93 / 457 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; 8s remote-cache ... (35 actions, 0 running) [13,444 / 24,502] 94 / 457 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 80.0 MiB / 109.2 MiB; 7s remote-cache ... (35 actions, 0 running) [13,512 / 24,508] 96 / 457 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 93.1 MiB / 109.2 MiB; 8s remote-cache ... (35 actions, 0 running) [13,609 / 24,560] 98 / 457 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 108.0 MiB / 109.2 MiB; 9s remote-cache ... (35 actions, 0 running) [13,727 / 24,562] 99 / 457 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 94.0 MiB / 96.8 MiB; 7s remote-cache ... (35 actions, 0 running) [13,811 / 24,572] 101 / 457 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1185.a; 7s remote-cache ... (35 actions, 0 running) [13,897 / 24,625] 103 / 457 tests; GoLink pkg/metrics/metrics_test_/metrics_test; Downloading pkg/metrics/metrics_test_/metrics_test, 55.0 MiB / 63.8 MiB; 3s remote-cache ... (34 actions, 0 running) [13,961 / 24,625] 104 / 457 tests; GoLink pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test; Downloading pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test, 41.6 MiB / 78.3 MiB; 3s remote-cache ... (35 actions, 0 running) [14,038 / 24,629] 106 / 457 tests; GoLink pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test; Downloading pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test, 55.0 MiB / 78.3 MiB; 4s remote-cache ... (35 actions, 0 running) [14,121 / 24,640] 108 / 457 tests; GoLink pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test; Downloading pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test, 68.0 MiB / 78.3 MiB; 5s remote-cache ... (35 actions, 0 running) [14,170 / 24,640] 109 / 457 tests; GoLink pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test; 6s remote-cache ... (35 actions, 0 running) [14,235 / 24,640] 109 / 457 tests; GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; Downloading pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test, 46.0 MiB / 62.0 MiB; 4s remote-cache ... (35 actions, 0 running) [14,294 / 24,677] 109 / 457 tests; GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; Downloading pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test, 57.0 MiB / 62.0 MiB; 5s remote-cache ... (35 actions, 0 running) [14,350 / 24,709] 109 / 457 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 63.0 MiB / 79.1 MiB; 5s remote-cache ... (36 actions, 2 running) [14,414 / 24,711] 109 / 457 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 74.0 MiB / 79.1 MiB; 6s remote-cache ... (37 actions, 4 running) [14,478 / 24,713] 110 / 457 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 60.0 MiB / 116.9 MiB; 5s remote-cache ... (37 actions, 4 running) [14,564 / 24,724] 112 / 457 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 74.0 MiB / 116.9 MiB; 6s remote-cache ... (37 actions, 4 running) [14,638 / 24,726] 112 / 457 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 88.0 MiB / 116.9 MiB; 7s remote-cache ... (37 actions, 4 running) [14,705 / 24,735] 114 / 457 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 101.0 MiB / 116.9 MiB; 8s remote-cache ... (38 actions, 6 running) [14,777 / 24,760] 115 / 457 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 113.3 MiB / 116.9 MiB; 9s remote-cache ... (38 actions, 6 running) [14,862 / 24,790] 119 / 457 tests; GoCompilePkg pkg/expression/snap_client.recompile1336.a; 2s remote-cache, linux-sandbox ... (37 actions, 4 running) [14,942 / 24,790] 120 / 457 tests; GoCompilePkg pkg/expression/snap_client.recompile1336.a; 3s remote-cache, linux-sandbox ... (37 actions, 4 running) [15,015 / 24,792] 120 / 457 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 32.1 MiB / 79.5 MiB; 2s remote-cache ... (37 actions, 4 running) [15,066 / 24,797] 121 / 457 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 44.0 MiB / 79.5 MiB; 3s remote-cache ... (37 actions, 4 running) [15,112 / 24,802] 122 / 457 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 54.0 MiB / 79.5 MiB; 4s remote-cache ... (37 actions, 4 running) [15,153 / 24,802] 123 / 457 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 65.0 MiB / 79.5 MiB; 5s remote-cache ... (37 actions, 4 running) [15,206 / 24,853] 124 / 457 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 75.0 MiB / 79.5 MiB; 6s remote-cache ... (37 actions, 4 running) [15,260 / 24,853] 124 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 7s remote-cache, linux-sandbox ... (37 actions, 4 running) [15,317 / 24,862] 126 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 8s remote-cache, linux-sandbox ... (37 actions, 4 running) [15,355 / 24,888] 126 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 9s remote-cache, linux-sandbox ... (37 actions, 4 running) [15,386 / 24,888] 126 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 10s remote-cache, linux-sandbox ... (37 actions, 4 running) [15,433 / 24,888] 126 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 11s remote-cache, linux-sandbox ... (37 actions, 4 running) [15,482 / 24,888] 126 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 12s remote-cache, linux-sandbox ... (36 actions, 2 running) [15,533 / 24,893] 126 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 13s remote-cache, linux-sandbox ... (35 actions, 2 running) [15,578 / 24,893] 127 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 14s remote-cache, linux-sandbox ... (36 actions, 2 running) [15,632 / 24,899] 127 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 15s remote-cache, linux-sandbox ... (36 actions, 2 running) [15,669 / 24,899] 127 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 88.0 MiB / 123.6 MiB; 9s remote-cache ... (36 actions, 2 running) [15,714 / 24,899] 127 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 98.0 MiB / 123.6 MiB; 10s remote-cache ... (36 actions, 2 running) [15,757 / 24,899] 128 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 107.0 MiB / 123.6 MiB; 11s remote-cache ... (34 actions, 0 running) [15,801 / 24,901] 129 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 117.0 MiB / 123.6 MiB; 12s remote-cache ... (36 actions, 2 running) [15,841 / 24,901] 130 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; 13s remote-cache ... (37 actions, 4 running) [15,882 / 24,901] 130 / 457 tests; GoLink pkg/ddl/schemaver/schemaver_test_/schemaver_test; 7s remote-cache ... (37 actions, 4 running) [15,931 / 24,931] 130 / 457 tests; GoLink br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test; Downloading br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test, 37.0 MiB / 67.9 MiB; 4s remote-cache ... (37 actions, 4 running) [15,969 / 24,944] 131 / 457 tests; GoLink br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test; Downloading br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test, 46.0 MiB / 67.9 MiB; 5s remote-cache ... (37 actions, 4 running) [16,007 / 24,960] 132 / 457 tests; GoLink br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test; Downloading br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test, 56.0 MiB / 67.9 MiB; 6s remote-cache ... (37 actions, 4 running) [16,044 / 24,960] 134 / 457 tests; GoLink br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test; Downloading br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test, 65.0 MiB / 67.9 MiB; 7s remote-cache ... (36 actions, 2 running) [16,083 / 24,960] 135 / 457 tests; GoLink br/pkg/pdutil/pdutil_test_/pdutil_test; Downloading br/pkg/pdutil/pdutil_test_/pdutil_test, 63.0 MiB / 63.3 MiB; 6s remote-cache ... (37 actions, 4 running) [16,125 / 24,960] 135 / 457 tests; GoLink pkg/ddl/serverstate/serverstate_test_/serverstate_test; Downloading pkg/ddl/serverstate/serverstate_test_/serverstate_test, 55.0 MiB / 69.1 MiB; 5s remote-cache ... (36 actions, 2 running) [16,170 / 24,962] 136 / 457 tests; GoLink pkg/ddl/serverstate/serverstate_test_/serverstate_test; Downloading pkg/ddl/serverstate/serverstate_test_/serverstate_test, 65.0 MiB / 69.1 MiB; 6s remote-cache ... (36 actions, 2 running) [16,208 / 24,962] 137 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 35.0 MiB / 150.0 MiB; 4s remote-cache ... (36 actions, 2 running) [16,252 / 24,962] 139 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 46.0 MiB / 150.0 MiB; 5s remote-cache ... (37 actions, 4 running) [16,286 / 24,986] 139 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 55.0 MiB / 150.0 MiB; 6s remote-cache ... (38 actions, 6 running) [16,313 / 24,988] 139 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 63.0 MiB / 150.0 MiB; 7s remote-cache ... (39 actions, 8 running) [16,346 / 24,997] 140 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 72.0 MiB / 150.0 MiB; 8s remote-cache ... (39 actions, 8 running) [16,378 / 24,997] 142 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 81.0 MiB / 150.0 MiB; 9s remote-cache ... (38 actions, 6 running) [16,410 / 24,997] 142 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 90.0 MiB / 150.0 MiB; 10s remote-cache ... (39 actions, 9 running) [16,443 / 25,021] 142 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 98.0 MiB / 150.0 MiB; 11s remote-cache ... (39 actions, 8 running) [16,476 / 25,021] 142 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 107.0 MiB / 150.0 MiB; 12s remote-cache ... (39 actions, 8 running) [16,516 / 25,021] 142 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 115.0 MiB / 150.0 MiB; 13s remote-cache ... (40 actions, 10 running) [16,558 / 25,023] 143 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 125.0 MiB / 150.0 MiB; 14s remote-cache ... (40 actions, 10 running) [16,599 / 25,023] 144 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 136.0 MiB / 150.0 MiB; 15s remote-cache ... (41 actions, 12 running) [16,625 / 25,023] 145 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 142.0 MiB / 150.0 MiB; 16s remote-cache ... (42 actions, 14 running) [16,666 / 25,023] 145 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 17s remote-cache ... (42 actions, 14 running) [16,696 / 25,023] 145 / 457 tests; GoLink pkg/store/mockstore/mockstore_test_/mockstore_test; Downloading pkg/store/mockstore/mockstore_test_/mockstore_test, 36.0 MiB / 70.3 MiB; 4s remote-cache ... (41 actions, 13 running) [16,742 / 25,023] 145 / 457 tests; GoLink pkg/store/mockstore/mockstore_test_/mockstore_test; Downloading pkg/store/mockstore/mockstore_test_/mockstore_test, 47.0 MiB / 70.3 MiB; 5s remote-cache ... (41 actions, 12 running) [16,780 / 25,023] 145 / 457 tests; GoLink pkg/store/mockstore/mockstore_test_/mockstore_test; Downloading pkg/store/mockstore/mockstore_test_/mockstore_test, 57.0 MiB / 70.3 MiB; 6s remote-cache ... (42 actions, 16 running) [16,830 / 25,023] 145 / 457 tests; GoLink pkg/store/mockstore/mockstore_test_/mockstore_test; Downloading pkg/store/mockstore/mockstore_test_/mockstore_test, 68.0 MiB / 70.3 MiB; 7s remote-cache ... (42 actions, 15 running) [16,865 / 25,023] 145 / 457 tests; GoCompilePkg pkg/planner/core/core.a; Downloading pkg/planner/core/core.a, 37.4 MiB / 51.0 MiB; 4s remote-cache ... (45 actions, 20 running) [16,907 / 25,023] 145 / 457 tests; GoCompilePkg pkg/planner/core/core.a; Downloading pkg/planner/core/core.a, 49.0 MiB / 51.0 MiB; 5s remote-cache ... (44 actions, 19 running) [16,955 / 25,023] 145 / 457 tests; GoLink br/pkg/restore/tiflashrec/tiflashrec_test_/tiflashrec_test; Downloading br/pkg/restore/tiflashrec/tiflashrec_test_/tiflashrec_test, 35.0 MiB / 64.9 MiB; 3s remote-cache ... (46 actions, 24 running) [17,009 / 25,023] 146 / 457 tests; GoLink br/pkg/restore/tiflashrec/tiflashrec_test_/tiflashrec_test; Downloading br/pkg/restore/tiflashrec/tiflashrec_test_/tiflashrec_test, 50.5 MiB / 64.9 MiB; 4s remote-cache ... (50 actions, 30 running) [17,052 / 25,074] 146 / 457 tests; GoLink br/pkg/restore/tiflashrec/tiflashrec_test_/tiflashrec_test; 5s remote-cache ... (49 actions, 28 running) [17,104 / 25,098] 146 / 457 tests; GoCompilePkg pkg/planner/util/core.recompile1218.a; 4s remote-cache, linux-sandbox ... (49 actions, 28 running) [17,154 / 25,098] 146 / 457 tests; GoCompilePkg pkg/planner/util/core.recompile1218.a; 5s remote-cache, linux-sandbox ... (52 actions, 35 running) [17,206 / 25,098] 146 / 457 tests; GoCompilePkg pkg/planner/util/core.recompile1218.a; 6s remote-cache, linux-sandbox ... (53 actions, 36 running) [17,249 / 25,098] 146 / 457 tests; GoCompilePkg pkg/statistics/core.recompile1363.a; 6s remote-cache, linux-sandbox ... (54 actions, 38 running) [17,284 / 25,098] 146 / 457 tests; GoCompilePkg pkg/statistics/core.recompile1363.a; 7s remote-cache, linux-sandbox ... (54 actions, 38 running) [17,327 / 25,098] 146 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 7s remote-cache, linux-sandbox ... (55 actions, 40 running) [17,358 / 25,098] 146 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 8s remote-cache, linux-sandbox ... (55 actions, 40 running) [17,384 / 25,098] 146 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 9s remote-cache, linux-sandbox ... (52 actions, 34 running) [17,417 / 25,098] 146 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 10s remote-cache, linux-sandbox ... (51 actions, 33 running) [17,448 / 25,098] 146 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 11s remote-cache, linux-sandbox ... (53 actions, 36 running) [17,483 / 25,098] 146 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 12s remote-cache, linux-sandbox ... (52 actions, 35 running) [17,510 / 25,098] 146 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 13s remote-cache, linux-sandbox ... (52 actions, 34 running) [17,550 / 25,098] 146 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 11s remote-cache, linux-sandbox ... (51 actions, 32 running) [17,585 / 25,100] 146 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 12s remote-cache, linux-sandbox ... (51 actions, 32 running) [17,613 / 25,100] 147 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 13s remote-cache, linux-sandbox ... (54 actions, 38 running) [17,649 / 25,100] 147 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 14s remote-cache, linux-sandbox ... (54 actions, 38 running) [17,684 / 25,100] 147 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 15s remote-cache, linux-sandbox ... (50 actions, 31 running) [17,718 / 25,100] 147 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 16s remote-cache, linux-sandbox ... (51 actions, 32 running) [17,757 / 25,116] 148 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 17s remote-cache, linux-sandbox ... (54 actions, 38 running) [17,798 / 25,120] 150 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 18s remote-cache, linux-sandbox ... (54 actions, 40 running) [17,827 / 25,122] 151 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 19s remote-cache, linux-sandbox ... (53 actions, 36 running) [17,868 / 25,122] 152 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 15s remote-cache, linux-sandbox ... (51 actions, 32 running) [17,915 / 25,126] 152 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 17s remote-cache, linux-sandbox ... (51 actions, 32 running) [17,974 / 25,163] 154 / 457 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 11s remote-cache, linux-sandbox ... (53 actions, 37 running) [18,029 / 25,163] 155 / 457 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 12s remote-cache, linux-sandbox ... (53 actions, 36 running) [18,088 / 25,163] 155 / 457 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 13s remote-cache, linux-sandbox ... (56 actions, 43 running) [18,143 / 25,163] 155 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 8s remote-cache, linux-sandbox ... (53 actions, 36 running) [18,225 / 25,173] 157 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 9s remote-cache, linux-sandbox ... (55 actions, 40 running) [18,290 / 25,179] 157 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 10s remote-cache, linux-sandbox ... (55 actions, 41 running) [18,352 / 25,179] 158 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 11s remote-cache, linux-sandbox ... (54 actions, 38 running) [18,400 / 25,181] 158 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 12s remote-cache, linux-sandbox ... (54 actions, 38 running) [18,445 / 25,181] 160 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 13s remote-cache, linux-sandbox ... (50 actions, 30 running) [18,512 / 25,181] 160 / 457 tests; GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 13s remote-cache, linux-sandbox ... (51 actions, 32 running) [18,568 / 25,181] 161 / 457 tests; GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 14s remote-cache, linux-sandbox ... (54 actions, 38 running) [18,669 / 25,181] 161 / 457 tests; GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 15s remote-cache, linux-sandbox ... (50 actions, 30 running) [18,806 / 25,183] 162 / 457 tests; GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 17s remote-cache, linux-sandbox ... (51 actions, 32 running) [18,932 / 25,189] 163 / 457 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 13s remote-cache, linux-sandbox ... (52 actions, 34 running) [19,034 / 25,249] 166 / 457 tests; GoLink pkg/extension/extension_test_/extension_test; 9s remote-cache, linux-sandbox ... (46 actions, 24 running) [19,108 / 25,261] 166 / 457 tests; GoLink pkg/extension/extension_test_/extension_test; 10s remote-cache, linux-sandbox ... (51 actions, 33 running) [19,181 / 25,261] 167 / 457 tests; GoLink pkg/extension/extension_test_/extension_test; 11s remote-cache, linux-sandbox ... (52 actions, 34 running) [19,235 / 25,263] 167 / 457 tests; GoLink pkg/extension/extension_test_/extension_test; 12s remote-cache, linux-sandbox ... (53 actions, 36 running) [19,277 / 25,265] 167 / 457 tests; GoLink pkg/extension/extension_test_/extension_test; 13s remote-cache, linux-sandbox ... (52 actions, 34 running) [19,324 / 25,282] 170 / 457 tests; GoLink pkg/extension/extension_test_/extension_test; 14s remote-cache, linux-sandbox ... (51 actions, 32 running) [19,381 / 25,282] 170 / 457 tests; GoLink pkg/planner/funcdep/funcdep_test_/funcdep_test; 13s remote-cache, linux-sandbox ... (51 actions, 32 running) [19,442 / 25,282] 170 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 14s remote-cache, linux-sandbox ... (50 actions, 32 running) [19,489 / 25,282] 170 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 15s remote-cache, linux-sandbox ... (52 actions, 34 running) [19,546 / 25,290] 173 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 16s remote-cache, linux-sandbox ... (52 actions, 34 running) [19,602 / 25,290] 173 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 17s remote-cache, linux-sandbox ... (51 actions, 33 running) [19,655 / 25,290] 174 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 16s remote-cache, linux-sandbox ... (53 actions, 36 running) [19,727 / 25,321] 176 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 17s remote-cache, linux-sandbox ... (55 actions, 40 running) [19,827 / 25,326] 176 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 18s remote-cache, linux-sandbox ... (55 actions, 42 running) [19,915 / 25,330] 178 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 19s remote-cache, linux-sandbox ... (56 actions, 42 running) [20,079 / 25,352] 180 / 457 tests; GoCompilePkg br/pkg/backup/executor.recompile1397.a; 15s remote-cache, linux-sandbox ... (62 actions, 55 running) [20,251 / 25,352] 180 / 457 tests; GoCompilePkg br/pkg/backup/executor.recompile1397.a; 16s remote-cache, linux-sandbox ... (63 actions, 56 running) [20,372 / 25,352] 180 / 457 tests; GoCompilePkg br/pkg/backup/executor.recompile1397.a; 17s remote-cache, linux-sandbox ... (67 actions, 64 running) [20,400 / 25,352] 180 / 457 tests; GoCompilePkg br/pkg/backup/executor.recompile1397.a; 18s remote-cache, linux-sandbox ... (68 actions, 66 running) [20,428 / 25,352] 180 / 457 tests; GoCompilePkg br/pkg/backup/executor.recompile1397.a; 19s remote-cache, linux-sandbox ... (68 actions, 66 running) [20,467 / 25,363] 180 / 457 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 15s remote-cache, linux-sandbox ... (58 actions, 49 running) [20,497 / 25,363] 180 / 457 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 16s remote-cache, linux-sandbox ... (66 actions, 62 running) [20,530 / 25,368] 181 / 457 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 17s remote-cache, linux-sandbox ... (67 actions, 64 running) [20,557 / 25,370] 181 / 457 tests; GoCompilePkg br/pkg/storage/core.recompile1398.a; 8s remote-cache, linux-sandbox ... (66 actions, 62 running) [20,593 / 25,381] 183 / 457 tests; GoCompilePkg br/pkg/storage/core.recompile1398.a; 10s remote-cache, linux-sandbox ... (65 actions, 61 running) [20,609 / 25,386] 185 / 457 tests; GoCompilePkg br/pkg/storage/core.recompile1398.a; 11s remote-cache, linux-sandbox ... (66 actions, 63 running) [20,651 / 25,392] 186 / 457 tests; GoCompilePkg br/pkg/backup/session.recompile1398.a; 6s remote-cache, linux-sandbox ... (57 actions, 44 running) [20,695 / 25,409] 188 / 457 tests; GoLink pkg/lightning/common/common_test_/common_test; 6s remote-cache, linux-sandbox ... (63 actions, 56 running) [20,752 / 25,460] 188 / 457 tests; GoLink pkg/lightning/common/common_test_/common_test; 7s remote-cache, linux-sandbox ... (59 actions, 53 running) [20,830 / 25,460] 188 / 457 tests; GoLink pkg/lightning/common/common_test_/common_test; 8s remote-cache, linux-sandbox ... (60 actions, 52 running) [20,894 / 25,460] 188 / 457 tests; GoCompilePkg pkg/statistics/handle/autoanalyze/priorityqueue/core.recompile1361.a; 4s remote-cache, linux-sandbox ... (59 actions, 48 running) [20,951 / 25,460] 188 / 457 tests; GoCompilePkg pkg/statistics/handle/autoanalyze/priorityqueue/core.recompile1361.a; 6s remote-cache, linux-sandbox ... (59 actions, 49 running) [21,037 / 25,460] 189 / 457 tests; GoCompilePkg pkg/statistics/handle/autoanalyze/priorityqueue/core.recompile1361.a; 7s remote-cache, linux-sandbox ... (67 actions, 64 running) [21,071 / 25,460] 189 / 457 tests; GoCompilePkg pkg/statistics/handle/autoanalyze/priorityqueue/core.recompile1361.a; 8s remote-cache, linux-sandbox ... (68 actions, 67 running) [21,087 / 25,460] 189 / 457 tests; GoCompilePkg pkg/statistics/handle/autoanalyze/priorityqueue/core.recompile1361.a; 9s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,100 / 25,460] 189 / 457 tests; GoCompilePkg pkg/statistics/handle/autoanalyze/priorityqueue/core.recompile1361.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,124 / 25,460] 189 / 457 tests; GoCompilePkg pkg/statistics/handle/autoanalyze/priorityqueue/core.recompile1361.a; 11s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,150 / 25,460] 189 / 457 tests; GoCompilePkg pkg/executor/importer/mock.recompile1532.a; 7s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,179 / 25,460] 189 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 6s remote-cache, linux-sandbox ... (67 actions, 64 running) [21,209 / 25,460] 189 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 7s remote-cache, linux-sandbox ... (68 actions, 67 running) [21,235 / 25,472] 189 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 8s remote-cache, linux-sandbox ... (67 actions, 65 running) [21,262 / 25,472] 189 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 9s remote-cache, linux-sandbox ... (67 actions, 64 running) [21,302 / 25,472] 189 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 10s remote-cache, linux-sandbox ... (67 actions, 64 running) [21,323 / 25,481] 192 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 11s remote-cache, linux-sandbox ... (66 actions, 62 running) [21,352 / 25,481] 193 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 12s remote-cache, linux-sandbox ... (65 actions, 64 running) [21,385 / 25,487] 193 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 13s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,404 / 25,487] 194 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,433 / 25,487] 194 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 15s remote-cache, linux-sandbox ... (66 actions, 63 running) [21,453 / 25,487] 194 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,472 / 25,487] 194 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,491 / 25,487] 194 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,523 / 25,487] 194 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 14s remote-cache, linux-sandbox ... (68 actions, 67 running) [21,552 / 25,487] 194 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,583 / 25,487] 194 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 17s remote-cache, linux-sandbox ... (69 actions running) [21,607 / 25,487] 194 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,625 / 25,487] 194 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 19s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,658 / 25,487] 194 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 11s remote-cache, linux-sandbox ... (67 actions running) [21,673 / 25,487] 194 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 12s remote-cache, linux-sandbox ... (67 actions, 66 running) [21,702 / 25,506] 195 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 13s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,722 / 25,506] 195 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,754 / 25,506] 195 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 15s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,786 / 25,506] 195 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 16s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,824 / 25,522] 197 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,845 / 25,522] 197 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 18s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,872 / 25,524] 198 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 19s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,912 / 25,533] 201 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 20s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,928 / 25,537] 202 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 21s remote-cache, linux-sandbox ... (68 actions, 67 running) [21,950 / 25,545] 203 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 22s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,975 / 25,545] 203 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 23s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,986 / 25,596] 204 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 19s remote-cache, linux-sandbox ... (66 actions, 62 running) [22,009 / 25,596] 204 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 20s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,028 / 25,596] 204 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 21s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,047 / 25,596] 204 / 457 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 9s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,063 / 25,596] 204 / 457 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 10s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,077 / 25,596] 204 / 457 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 11s remote-cache, linux-sandbox ... (67 actions, 64 running) [22,104 / 25,596] 204 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 11s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,123 / 25,596] 204 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 12s remote-cache, linux-sandbox ... (67 actions, 65 running) [22,156 / 25,596] 204 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 13s remote-cache, linux-sandbox ... (68 actions, 67 running) [22,184 / 25,596] 204 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 14s remote-cache, linux-sandbox ... (66 actions, 63 running) [22,208 / 25,596] 204 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 15s remote-cache, linux-sandbox ... (67 actions, 64 running) [22,231 / 25,596] 204 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 16s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,255 / 25,596] 204 / 457 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 14s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,279 / 25,596] 204 / 457 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 16s remote-cache, linux-sandbox ... (67 actions, 65 running) [22,304 / 25,647] 205 / 457 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,319 / 25,647] 205 / 457 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 18s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,337 / 25,647] 205 / 457 tests; GoCompilePkg pkg/executor/executor.a; 14s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,359 / 25,647] 205 / 457 tests; GoCompilePkg pkg/executor/executor.a; 15s remote-cache, linux-sandbox ... (66 actions, 62 running) [22,378 / 25,647] 205 / 457 tests; GoCompilePkg pkg/executor/executor.a; 16s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,389 / 25,647] 205 / 457 tests; GoCompilePkg pkg/executor/executor.a; 17s remote-cache, linux-sandbox ... (67 actions, 65 running) [22,406 / 25,647] 205 / 457 tests; GoCompilePkg pkg/executor/executor.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,421 / 25,647] 205 / 457 tests; GoCompilePkg pkg/executor/executor.a; 19s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,448 / 25,647] 205 / 457 tests; GoCompilePkg pkg/executor/executor.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,474 / 25,647] 205 / 457 tests; GoCompilePkg pkg/executor/executor.a; 21s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,503 / 25,647] 205 / 457 tests; GoCompilePkg pkg/executor/executor.a; 22s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,524 / 25,647] 205 / 457 tests; GoCompilePkg pkg/executor/executor.a; 23s remote-cache, linux-sandbox ... (68 actions, 67 running) [22,544 / 25,667] 207 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; 17s remote-cache, linux-sandbox ... (66 actions, 62 running) [22,580 / 25,698] 208 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; 18s remote-cache, linux-sandbox ... (67 actions, 65 running) [22,597 / 25,709] 208 / 457 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 16s remote-cache, linux-sandbox ... (65 actions, 61 running) [22,615 / 25,709] 208 / 457 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 17s remote-cache, linux-sandbox ... (66 actions, 62 running) [22,631 / 25,709] 208 / 457 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 18s remote-cache, linux-sandbox ... (63 actions, 57 running) [22,658 / 25,709] 208 / 457 tests; GoLink pkg/util/profile/profile_test_/profile_test; 13s remote-cache, linux-sandbox ... (64 actions, 58 running) [22,676 / 25,709] 208 / 457 tests; GoLink pkg/util/profile/profile_test_/profile_test; 14s remote-cache, linux-sandbox ... (63 actions, 56 running) [22,695 / 25,709] 208 / 457 tests; GoLink pkg/util/profile/profile_test_/profile_test; 15s remote-cache, linux-sandbox ... (64 actions, 58 running) [22,714 / 25,709] 208 / 457 tests; GoLink pkg/util/profile/profile_test_/profile_test; 16s remote-cache, linux-sandbox ... (64 actions, 58 running) [22,739 / 25,709] 208 / 457 tests; GoLink pkg/util/profile/profile_test_/profile_test; 17s remote-cache, linux-sandbox ... (63 actions, 56 running) [22,760 / 25,720] 210 / 457 tests; GoLink pkg/util/profile/profile_test_/profile_test; 18s remote-cache, linux-sandbox ... (65 actions, 60 running) [22,788 / 25,722] 211 / 457 tests; GoLink br/pkg/backup/backup_test_/backup_test; 11s remote-cache, linux-sandbox ... (64 actions, 59 running) [22,816 / 25,824] 212 / 457 tests; GoLink br/pkg/backup/backup_test_/backup_test; 12s remote-cache, linux-sandbox ... (65 actions, 60 running) [22,844 / 25,828] 213 / 457 tests; GoLink br/pkg/backup/backup_test_/backup_test; 13s remote-cache, linux-sandbox ... (59 actions, 50 running) [22,867 / 25,839] 215 / 457 tests; GoLink br/pkg/backup/backup_test_/backup_test; 14s remote-cache, linux-sandbox ... (66 actions, 62 running) [22,900 / 25,839] 215 / 457 tests; GoLink br/pkg/backup/backup_test_/backup_test; 15s remote-cache, linux-sandbox ... (65 actions, 60 running) [22,917 / 25,839] 215 / 457 tests; GoLink br/pkg/backup/backup_test_/backup_test; 16s remote-cache, linux-sandbox ... (66 actions, 62 running) [22,931 / 25,839] 215 / 457 tests; GoLink br/pkg/backup/backup_test_/backup_test; 17s remote-cache, linux-sandbox ... (65 actions, 60 running) [22,959 / 25,839] 215 / 457 tests; GoLink br/pkg/backup/backup_test_/backup_test; 18s remote-cache, linux-sandbox ... (62 actions, 54 running) [22,980 / 25,839] 216 / 457 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; 14s remote-cache, linux-sandbox ... (64 actions, 58 running) [22,997 / 25,839] 216 / 457 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; 15s remote-cache, linux-sandbox ... (63 actions, 57 running) [23,017 / 25,839] 216 / 457 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; 15s remote-cache, linux-sandbox ... (63 actions, 57 running) [23,034 / 25,839] 216 / 457 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; 16s remote-cache, linux-sandbox ... (62 actions, 54 running) [23,060 / 25,839] 216 / 457 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 16s remote-cache, linux-sandbox ... (64 actions, 58 running) [23,074 / 25,839] 216 / 457 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 9s remote-cache, linux-sandbox ... (62 actions, 54 running) [23,094 / 25,839] 216 / 457 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 10s remote-cache, linux-sandbox ... (62 actions, 54 running) [23,117 / 25,839] 216 / 457 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 11s remote-cache, linux-sandbox ... (60 actions, 50 running) [23,135 / 25,839] 216 / 457 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 12s remote-cache, linux-sandbox ... (63 actions, 56 running) [23,145 / 25,839] 216 / 457 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 13s remote-cache, linux-sandbox ... (62 actions, 55 running) [23,160 / 25,841] 218 / 457 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 14s remote-cache, linux-sandbox ... (67 actions, 64 running) [23,176 / 25,841] 219 / 457 tests; GoLink pkg/ddl/ddl_test_/ddl_test; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,199 / 25,841] 219 / 457 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,225 / 25,869] 219 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,248 / 25,869] 219 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 15s remote-cache, linux-sandbox ... (67 actions, 66 running) [23,271 / 25,871] 219 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 16s remote-cache, linux-sandbox ... (69 actions running) [23,299 / 25,871] 220 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,336 / 25,922] 221 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,378 / 25,922] 221 / 457 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 16s remote-cache, linux-sandbox ... (65 actions, 64 running) [23,421 / 25,922] 221 / 457 tests; GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,445 / 25,922] 221 / 457 tests; GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 14s remote-cache, linux-sandbox ... (70 actions running) [23,460 / 25,922] 221 / 457 tests; GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,486 / 25,922] 221 / 457 tests; GoLink pkg/store/store_test_/store_test; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,503 / 25,922] 221 / 457 tests; GoLink pkg/store/store_test_/store_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,535 / 25,973] 221 / 457 tests; GoLink pkg/store/store_test_/store_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,547 / 25,973] 221 / 457 tests; GoLink pkg/store/store_test_/store_test; 15s remote-cache, linux-sandbox ... (70 actions running) [23,585 / 25,977] 222 / 457 tests; GoLink pkg/store/store_test_/store_test; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,601 / 25,977] 223 / 457 tests; GoLink pkg/store/store_test_/store_test; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,621 / 25,983] 223 / 457 tests; GoLink pkg/timer/timer_test_/timer_test; 15s remote-cache, linux-sandbox ... (68 actions, 66 running) [23,639 / 25,983] 224 / 457 tests; GoLink pkg/timer/timer_test_/timer_test; 16s remote-cache, linux-sandbox ... (69 actions running) [23,665 / 26,006] 224 / 457 tests; GoLink pkg/timer/timer_test_/timer_test; 17s remote-cache, linux-sandbox ... (67 actions, 65 running) [23,687 / 26,057] 224 / 457 tests; GoLink pkg/timer/timer_test_/timer_test; 18s remote-cache, linux-sandbox ... (67 actions, 64 running) [23,712 / 26,057] 224 / 457 tests; GoLink pkg/timer/timer_test_/timer_test; 19s remote-cache, linux-sandbox ... (68 actions, 66 running) [23,728 / 26,064] 224 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 18s remote-cache, linux-sandbox ... (65 actions, 60 running) [23,743 / 26,064] 225 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 19s remote-cache, linux-sandbox ... (68 actions, 66 running) [23,762 / 26,064] 225 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 20s remote-cache, linux-sandbox ... (67 actions, 66 running) [23,781 / 26,097] 226 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,805 / 26,106] 226 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 22s remote-cache, linux-sandbox ... (68 actions, 66 running) [23,824 / 26,106] 226 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 23s remote-cache, linux-sandbox ... (67 actions, 64 running) [23,839 / 26,106] 227 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,861 / 26,131] 227 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 25s remote-cache, linux-sandbox ... (67 actions, 66 running) [23,885 / 26,145] 227 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,906 / 26,149] 227 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 27s remote-cache, linux-sandbox ... (66 actions, 62 running) [23,930 / 26,151] 228 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 28s remote-cache, linux-sandbox ... (68 actions, 66 running) [23,958 / 26,151] 229 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,977 / 26,175] 229 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,992 / 26,175] 229 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 31s remote-cache, linux-sandbox ... (69 actions running) [24,013 / 26,175] 229 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 2 of 27); 30s remote-cache, linux-sandbox ... (67 actions, 66 running) [24,039 / 26,179] 229 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 26 of 27); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,055 / 26,179] 230 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 26 of 27); 30s remote-cache, linux-sandbox ... (70 actions running) [24,069 / 26,181] 231 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 26 of 27); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,081 / 26,181] 231 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 3 of 27); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,094 / 26,181] 231 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 3 of 27); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,108 / 26,181] 231 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 3 of 27); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,127 / 26,190] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 22s remote-cache, linux-sandbox ... (68 actions, 66 running) [24,139 / 26,190] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,146 / 26,190] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,160 / 26,190] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,170 / 26,190] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 26s remote-cache, linux-sandbox ... (67 actions running) [24,179 / 26,190] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 27s remote-cache, linux-sandbox ... (69 actions running) [24,202 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 29s remote-cache, linux-sandbox ... (67 actions, 66 running) [24,216 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,229 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,246 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,260 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,280 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,293 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,307 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,320 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 37s remote-cache, linux-sandbox ... (70 actions running) [24,335 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 38s remote-cache, linux-sandbox ... (70 actions running) [24,349 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,359 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,368 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,385 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 43s remote-cache, linux-sandbox ... (65 actions, 64 running) [24,405 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,422 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,438 / 26,219] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,463 / 26,232] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 47s remote-cache, linux-sandbox ... (68 actions, 66 running) [24,477 / 26,232] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,492 / 26,232] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 49s remote-cache, linux-sandbox ... (70 actions running) [24,502 / 26,236] 231 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,512 / 26,236] 231 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 8 of 8); 29s remote-cache, linux-sandbox ... (67 actions, 66 running) [24,524 / 26,236] 231 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 8 of 8); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,534 / 26,236] 231 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 22 of 24); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,551 / 26,236] 231 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 22 of 24); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,570 / 26,236] 231 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 22 of 24); 32s remote-cache, linux-sandbox ... (69 actions running) [24,584 / 26,236] 231 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 22 of 24); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,596 / 26,236] 231 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 47 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,605 / 26,236] 231 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 21 of 22); 27s remote-cache, linux-sandbox ... (70 actions running) [24,614 / 26,238] 231 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 21 of 22); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,616 / 26,238] 232 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 21 of 22); 29s remote-cache, linux-sandbox ... (70 actions running) [24,625 / 26,240] 233 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 21 of 22); 31s remote-cache, linux-sandbox ... (70 actions running) [24,632 / 26,242] 233 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 21 of 22); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,639 / 26,244] 234 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 27s remote-cache, linux-sandbox ... (70 actions running) [24,649 / 26,248] 235 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,653 / 26,248] 235 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,655 / 26,248] 235 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,657 / 26,248] 236 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 32s remote-cache, linux-sandbox ... (70 actions running) [24,662 / 26,266] 236 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 33s remote-cache, linux-sandbox ... (70 actions running) [24,666 / 26,266] 236 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,671 / 26,266] 236 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,677 / 26,266] 236 / 457 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 12 of 13); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,679 / 26,266] 236 / 457 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 12 of 13); 38s remote-cache, linux-sandbox ... (70 actions running) [24,684 / 26,266] 236 / 457 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 3 of 3); 27s remote-cache, linux-sandbox ... (70 actions running) [24,686 / 26,266] 236 / 457 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 3 of 3); 29s remote-cache, linux-sandbox ... (70 actions running) [24,690 / 26,266] 236 / 457 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 13); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,695 / 26,266] 236 / 457 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 13); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,697 / 26,266] 236 / 457 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 13); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,700 / 26,266] 236 / 457 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 13); 33s remote-cache, linux-sandbox ... (70 actions running) [24,706 / 26,266] 236 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 21 of 24); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,711 / 26,266] 236 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 25s remote-cache, linux-sandbox ... (70 actions running) [24,719 / 26,266] 236 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 26s remote-cache, linux-sandbox ... (70 actions running) [24,726 / 26,282] 236 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,729 / 26,282] 236 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 2 of 24); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,732 / 26,282] 236 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 2 of 24); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,734 / 26,282] 236 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 2 of 24); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,735 / 26,282] 236 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 2 of 24); 25s remote-cache, linux-sandbox ... (69 actions running) [24,736 / 26,282] 236 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 2 of 8); 25s remote-cache, linux-sandbox ... (70 actions running) [24,742 / 26,284] 237 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 2 of 8); 26s remote-cache, linux-sandbox ... (70 actions running) [24,748 / 26,286] 238 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 2 of 8); 28s remote-cache, linux-sandbox ... (70 actions running) [24,756 / 26,312] 239 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 2 of 8); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,761 / 26,312] 239 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 2 of 8); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,765 / 26,312] 239 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 2 of 8); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,768 / 26,312] 239 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 2 of 8); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,776 / 26,312] 239 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 2 of 8); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,779 / 26,312] 239 / 457 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 2 of 3); 25s remote-cache, linux-sandbox ... (68 actions running) [24,781 / 26,312] 239 / 457 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 2 of 3); 27s remote-cache, linux-sandbox ... (70 actions running) [24,783 / 26,312] 239 / 457 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 2 of 3); 28s remote-cache, linux-sandbox ... (70 actions running) [24,784 / 26,312] 239 / 457 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 2 of 3); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,787 / 26,312] 239 / 457 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 7 of 13); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,793 / 26,312] 239 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 13 of 27); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,795 / 26,312] 239 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 13 of 27); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,806 / 26,346] 239 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 13 of 27); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,809 / 26,346] 239 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 13 of 27); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,817 / 26,346] 239 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 20 of 24); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,821 / 26,360] 239 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 20 of 24); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,827 / 26,360] 239 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 20 of 24); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,830 / 26,360] 239 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 20 of 24); 32s remote-cache, linux-sandbox ... (70 actions running) [24,834 / 26,360] 239 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 20 of 24); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,835 / 26,360] 239 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 20 of 24); 35s remote-cache, linux-sandbox ... (70 actions running) [24,836 / 26,360] 239 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 20 of 24); 36s remote-cache, linux-sandbox ... (70 actions running) [24,840 / 26,360] 239 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 20 of 24); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,847 / 26,360] 239 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 20 of 24); 39s remote-cache, linux-sandbox ... (70 actions running) [24,853 / 26,360] 239 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 20 of 24); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,861 / 26,360] 239 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 4 of 8); 26s remote-cache, linux-sandbox ... (69 actions running) [24,865 / 26,360] 240 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 4 of 8); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,868 / 26,360] 240 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 4 of 8); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,874 / 26,360] 240 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 4 of 8); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,880 / 26,360] 241 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 25 of 28); 25s remote-cache, linux-sandbox ... (70 actions running) [24,883 / 26,360] 241 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 25 of 28); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,885 / 26,360] 241 / 457 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 1 of 3); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,895 / 26,390] 243 / 457 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,898 / 26,390] 243 / 457 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,899 / 26,390] 243 / 457 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 28s remote-cache, linux-sandbox ... (69 actions running) [24,901 / 26,390] 244 / 457 tests; Testing //br/pkg/backup:backup_test (shard 12 of 15); 26s remote-cache, linux-sandbox ... (70 actions running) [24,908 / 26,390] 244 / 457 tests; Testing //br/pkg/backup:backup_test (shard 12 of 15); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,914 / 26,390] 244 / 457 tests; Testing //br/pkg/backup:backup_test (shard 12 of 15); 28s remote-cache, linux-sandbox ... (70 actions running) [24,918 / 26,390] 244 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,923 / 26,390] 244 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,927 / 26,396] 244 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,928 / 26,396] 244 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 27s remote-cache, linux-sandbox ... (70 actions running) [24,930 / 26,396] 244 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 28s remote-cache, linux-sandbox ... (70 actions running) [24,932 / 26,396] 244 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,934 / 26,396] 244 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,939 / 26,400] 244 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,948 / 26,400] 244 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,957 / 26,400] 244 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 34s remote-cache, linux-sandbox ... (70 actions running) [24,964 / 26,400] 244 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,972 / 26,411] 244 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,979 / 26,424] 245 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,985 / 26,424] 245 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,991 / 26,424] 245 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,999 / 26,439] 245 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,003 / 26,439] 245 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,006 / 26,439] 245 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [25,012 / 26,439] 245 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,021 / 26,490] 245 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,029 / 26,490] 245 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,036 / 26,490] 245 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,042 / 26,490] 245 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 49s remote-cache, linux-sandbox ... (68 actions, 66 running) [25,050 / 26,490] 245 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 50s remote-cache, linux-sandbox ... (68 actions, 67 running) [25,056 / 26,490] 245 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,064 / 26,490] 245 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,073 / 26,490] 245 / 457 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,079 / 26,490] 246 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 47s remote-cache, linux-sandbox ... (68 actions, 66 running) [25,088 / 26,490] 246 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,095 / 26,499] 247 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,104 / 26,499] 247 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,109 / 26,499] 249 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,122 / 26,503] 250 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,125 / 26,503] 250 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [25,128 / 26,503] 250 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [25,131 / 26,503] 250 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,136 / 26,503] 250 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [25,143 / 26,503] 251 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [25,148 / 26,505] 251 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,154 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 62s remote-cache, linux-sandbox ... (70 actions running) [25,158 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,160 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,164 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,168 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,171 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 68s remote-cache, linux-sandbox ... (70 actions running) [25,175 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,177 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 71s remote-cache, linux-sandbox ... (70 actions running) [25,179 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 72s remote-cache, linux-sandbox ... (70 actions running) [25,183 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,185 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,187 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 76s remote-cache, linux-sandbox ... (70 actions running) [25,193 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,197 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,201 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,203 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,207 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 82s remote-cache, linux-sandbox ... (70 actions running) [25,212 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 83s remote-cache, linux-sandbox ... (70 actions running) [25,216 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [25,218 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,223 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,223 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [25,223 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 89s remote-cache, linux-sandbox ... (70 actions running) [25,226 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,228 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 92s remote-cache, linux-sandbox ... (70 actions running) [25,234 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,240 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,244 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,245 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 97s remote-cache, linux-sandbox ... (70 actions running) [25,246 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 98s remote-cache, linux-sandbox ... (70 actions running) [25,251 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,257 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,260 / 26,505] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 102s remote-cache, linux-sandbox ... (70 actions running) [25,265 / 26,505] 252 / 457 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 10); 41s remote-cache, linux-sandbox ... (70 actions running) [25,268 / 26,505] 252 / 457 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 10); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,272 / 26,505] 252 / 457 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 10); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,275 / 26,505] 252 / 457 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 10); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,277 / 26,505] 252 / 457 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 10); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,278 / 26,505] 252 / 457 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 10); 47s remote-cache, linux-sandbox ... (70 actions running) [25,279 / 26,505] 252 / 457 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 10); 48s remote-cache, linux-sandbox ... (70 actions running) [25,285 / 26,505] 252 / 457 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 10); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,291 / 26,505] 252 / 457 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 10); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,295 / 26,505] 252 / 457 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 10); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,299 / 26,505] 252 / 457 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 10); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,303 / 26,505] 252 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,308 / 26,505] 252 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 37s remote-cache, linux-sandbox ... (70 actions running) [25,311 / 26,505] 252 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [25,315 / 26,505] 252 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,317 / 26,505] 252 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,319 / 26,505] 252 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,324 / 26,505] 252 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,330 / 26,505] 252 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,336 / 26,505] 252 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,340 / 26,505] 252 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,341 / 26,505] 253 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 47s remote-cache, linux-sandbox ... (70 actions running) [25,343 / 26,505] 253 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,347 / 26,505] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,355 / 26,505] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,357 / 26,505] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,363 / 26,505] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,367 / 26,505] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [25,368 / 26,505] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [25,370 / 26,505] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,374 / 26,505] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,377 / 26,505] 255 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [25,389 / 26,517] 255 / 457 tests; Testing //pkg/executor/test/analyzetest/memorycontrol:memorycontrol_test (shard 2 of 5); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,394 / 26,517] 255 / 457 tests; Testing //pkg/executor/test/analyzetest/memorycontrol:memorycontrol_test (shard 2 of 5); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,396 / 26,517] 255 / 457 tests; Testing //pkg/session/test/txn:txn_test (shard 7 of 10); 27s remote-cache, linux-sandbox ... (70 actions running) [25,398 / 26,517] 255 / 457 tests; Testing //pkg/session/test/txn:txn_test (shard 7 of 10); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,404 / 26,517] 255 / 457 tests; Testing //pkg/statistics/handle/syncload:syncload_test (shard 5 of 8); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,411 / 26,517] 255 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 8 of 22); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,417 / 26,560] 255 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 8 of 22); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,421 / 26,560] 255 / 457 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 11 of 14); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,423 / 26,560] 255 / 457 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 11 of 14); 27s remote-cache, linux-sandbox ... (70 actions running) [25,424 / 26,560] 255 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 8 of 24); 26s remote-cache, linux-sandbox ... (70 actions running) [25,429 / 26,560] 255 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 8 of 24); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,430 / 26,560] 255 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 8 of 24); 29s remote-cache, linux-sandbox ... (70 actions running) [25,432 / 26,560] 255 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 8 of 24); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,436 / 26,560] 255 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 9 of 22); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,439 / 26,560] 255 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 9 of 22); 33s remote-cache, linux-sandbox ... (70 actions running) [25,440 / 26,560] 256 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 9 of 22); 35s remote-cache, linux-sandbox ... (70 actions running) [25,440 / 26,560] 256 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 9 of 22); 36s remote-cache, linux-sandbox ... (70 actions running) [25,441 / 26,560] 256 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 9 of 22); 37s remote-cache, linux-sandbox ... (70 actions running) [25,443 / 26,560] 256 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 9 of 22); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,449 / 26,560] 256 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 9 of 22); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,452 / 26,560] 256 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 9 of 22); 41s remote-cache, linux-sandbox ... (70 actions running) [25,456 / 26,562] 256 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 9 of 22); 42s remote-cache, linux-sandbox ... (70 actions running) [25,464 / 26,562] 256 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,468 / 26,562] 256 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,474 / 26,562] 256 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,482 / 26,564] 257 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,489 / 26,564] 257 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [25,493 / 26,564] 257 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 39s remote-cache, linux-sandbox ... (70 actions running) [25,494 / 26,564] 257 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [25,495 / 26,564] 258 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [25,502 / 26,564] 258 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,504 / 26,564] 258 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,505 / 26,564] 258 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,506 / 26,564] 258 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,511 / 26,564] 258 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,511 / 26,564] 258 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [25,513 / 26,564] 258 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [25,517 / 26,599] 259 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,521 / 26,599] 259 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 52s remote-cache, linux-sandbox ... (67 actions, 66 running) [25,526 / 26,599] 260 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [25,535 / 26,616] 260 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,538 / 26,616] 260 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,543 / 26,616] 260 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,548 / 26,616] 260 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [25,551 / 26,616] 260 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,555 / 26,616] 260 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 8 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,557 / 26,616] 260 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 8 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,559 / 26,616] 260 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 8 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,561 / 26,616] 260 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 8 of 50); 59s remote-cache, linux-sandbox ... (69 actions running) [25,563 / 26,616] 260 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 8 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [25,567 / 26,616] 260 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 8 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [25,568 / 26,616] 260 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 8 of 50); 62s remote-cache, linux-sandbox ... (70 actions running) [25,571 / 26,616] 261 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 8 of 50); 63s remote-cache, linux-sandbox ... (70 actions running) [25,582 / 26,632] 261 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,589 / 26,639] 261 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 53s remote-cache, linux-sandbox ... (68 actions, 66 running) [25,596 / 26,659] 261 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 54s remote-cache, linux-sandbox ... (68 actions, 66 running) [25,603 / 26,659] 262 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 55s remote-cache, linux-sandbox ... (68 actions, 67 running) [25,608 / 26,659] 262 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,611 / 26,659] 263 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 58s remote-cache, linux-sandbox ... (70 actions running) [25,615 / 26,659] 263 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,619 / 26,659] 263 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,620 / 26,659] 263 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,626 / 26,659] 263 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,635 / 26,710] 263 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,643 / 26,710] 263 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 65s remote-cache, linux-sandbox ... (70 actions running) [25,646 / 26,710] 263 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 66s remote-cache, linux-sandbox ... (70 actions running) [25,652 / 26,710] 263 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,656 / 26,710] 264 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 68s remote-cache, linux-sandbox ... (70 actions running) [25,660 / 26,710] 264 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,668 / 26,710] 264 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 71s remote-cache, linux-sandbox ... (70 actions running) [25,670 / 26,710] 264 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,672 / 26,710] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 73s remote-cache, linux-sandbox ... (70 actions running) [25,672 / 26,710] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 75s remote-cache, linux-sandbox ... (70 actions running) [25,674 / 26,710] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 76s remote-cache, linux-sandbox ... (70 actions running) [25,675 / 26,710] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,675 / 26,710] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 80s remote-cache, linux-sandbox ... (70 actions running) [25,676 / 26,710] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 81s remote-cache, linux-sandbox ... (70 actions running) [25,678 / 26,710] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 82s remote-cache, linux-sandbox ... (70 actions running) [25,679 / 26,710] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,680 / 26,710] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,680 / 26,710] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 86s remote-cache, linux-sandbox ... (70 actions running) [25,681 / 26,710] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 87s remote-cache, linux-sandbox ... (70 actions running) [25,682 / 26,710] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 88s remote-cache, linux-sandbox ... (70 actions running) [25,686 / 26,710] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,686 / 26,710] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 91s remote-cache, linux-sandbox ... (70 actions running) [25,688 / 26,710] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 92s remote-cache, linux-sandbox ... (70 actions running) [25,692 / 26,710] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,697 / 26,721] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,700 / 26,721] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,702 / 26,721] 265 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 97s remote-cache, linux-sandbox ... (70 actions running) [25,704 / 26,721] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,704 / 26,721] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 59s remote-cache, linux-sandbox ... (70 actions running) [25,705 / 26,721] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 61s remote-cache, linux-sandbox ... (70 actions running) [25,705 / 26,721] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 65s remote-cache, linux-sandbox ... (70 actions running) [25,706 / 26,721] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,709 / 26,721] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 68s remote-cache, linux-sandbox ... (70 actions running) [25,709 / 26,721] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 69s remote-cache, linux-sandbox ... (70 actions running) [25,710 / 26,721] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,713 / 26,721] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,717 / 26,721] 266 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,720 / 26,721] 266 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,721 / 26,721] 266 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,727 / 26,749] 266 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 76s remote-cache, linux-sandbox ... (69 actions running) [25,729 / 26,749] 267 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,733 / 26,749] 267 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,736 / 26,749] 267 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,739 / 26,749] 267 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 80s remote-cache, linux-sandbox ... (70 actions running) [25,741 / 26,749] 267 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 81s remote-cache, linux-sandbox ... (70 actions running) [25,743 / 26,749] 267 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 82s remote-cache, linux-sandbox ... (70 actions running) [25,744 / 26,749] 267 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,745 / 26,749] 267 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 86s remote-cache, linux-sandbox ... (70 actions running) [25,747 / 26,749] 267 / 457 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 74s remote-cache, linux-sandbox ... (70 actions running) [25,747 / 26,749] 267 / 457 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 76s remote-cache, linux-sandbox ... (70 actions running) [25,747 / 26,749] 267 / 457 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 77s remote-cache, linux-sandbox ... (70 actions running) [25,748 / 26,749] 267 / 457 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 79s remote-cache, linux-sandbox ... (70 actions running) [25,750 / 26,799] 267 / 457 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,755 / 26,799] 267 / 457 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,755 / 26,799] 267 / 457 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 83s remote-cache, linux-sandbox ... (70 actions running) [25,760 / 26,799] 267 / 457 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 84s remote-cache, linux-sandbox ... (70 actions running) [25,761 / 26,799] 267 / 457 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,763 / 26,799] 268 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 77s remote-cache, linux-sandbox ... (70 actions running) [25,764 / 26,799] 268 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 78s remote-cache, linux-sandbox ... (70 actions running) [25,765 / 26,799] 268 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 79s remote-cache, linux-sandbox ... (70 actions running) [25,768 / 26,799] 268 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 80s remote-cache, linux-sandbox ... (70 actions running) [25,769 / 26,799] 268 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,770 / 26,799] 268 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,773 / 26,799] 268 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 84s remote-cache, linux-sandbox ... (70 actions running) [25,776 / 26,799] 268 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 85s remote-cache, linux-sandbox ... (70 actions running) [25,777 / 26,799] 268 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,777 / 26,799] 268 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 90s remote-cache, linux-sandbox ... (70 actions running) [25,777 / 26,799] 268 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 93s remote-cache, linux-sandbox ... (70 actions running) [25,778 / 26,799] 268 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,779 / 26,799] 268 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [25,779 / 26,799] 268 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 62s remote-cache, linux-sandbox ... (70 actions running) [25,780 / 26,799] 268 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 63s remote-cache, linux-sandbox ... (70 actions running) [25,782 / 26,799] 268 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [25,784 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 66s remote-cache, linux-sandbox ... (70 actions running) [25,786 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,790 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,791 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 69s remote-cache, linux-sandbox ... (70 actions running) [25,792 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 70s remote-cache, linux-sandbox ... (70 actions running) [25,795 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,796 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,801 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 74s remote-cache, linux-sandbox ... (67 actions, 66 running) [25,803 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 75s remote-cache, linux-sandbox ... (70 actions running) [25,809 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,810 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 78s remote-cache, linux-sandbox ... (70 actions running) [25,815 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 79s remote-cache, linux-sandbox ... (70 actions running) [25,819 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 80s remote-cache, linux-sandbox ... (70 actions running) [25,820 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,821 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 83s remote-cache, linux-sandbox ... (70 actions running) [25,821 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 85s remote-cache, linux-sandbox ... (70 actions running) [25,821 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 87s remote-cache, linux-sandbox ... (70 actions running) [25,823 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,824 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 87s remote-cache, linux-sandbox ... (70 actions running) [25,826 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [25,829 / 26,799] 270 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,834 / 26,799] 271 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,836 / 26,799] 271 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,840 / 26,799] 273 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 92s remote-cache, linux-sandbox ... (69 actions running) [25,843 / 26,799] 273 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,843 / 26,799] 273 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 95s remote-cache, linux-sandbox ... (70 actions running) [25,843 / 26,799] 273 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 96s remote-cache, linux-sandbox ... (70 actions running) [25,848 / 26,799] 273 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 97s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,854 / 26,799] 273 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,855 / 26,799] 273 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 85s remote-cache, linux-sandbox ... (70 actions running) [25,855 / 26,799] 273 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 86s remote-cache, linux-sandbox ... (70 actions running) [25,856 / 26,799] 273 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,859 / 26,822] 273 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,861 / 26,822] 273 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 90s remote-cache, linux-sandbox ... (70 actions running) [25,863 / 26,822] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 10); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,864 / 26,822] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 10); 76s remote-cache, linux-sandbox ... (70 actions running) [25,864 / 26,822] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 10); 79s remote-cache, linux-sandbox ... (70 actions running) [25,865 / 26,822] 273 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 38 of 42); 50s remote-cache, linux-sandbox ... (70 actions running) [25,868 / 26,822] 273 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 16 of 33); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,873 / 26,822] 273 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 19 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,874 / 26,822] 273 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 19 of 50); 47s remote-cache, linux-sandbox ... (70 actions running) [25,878 / 26,822] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 10); 44s remote-cache, linux-sandbox ... (70 actions running) [25,878 / 26,822] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 10); 45s remote-cache, linux-sandbox ... (70 actions running) [25,882 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 10); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,884 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 10); 48s remote-cache, linux-sandbox ... (70 actions running) [25,884 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 10); 49s remote-cache, linux-sandbox ... (70 actions running) [25,885 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 10); 50s remote-cache, linux-sandbox ... (70 actions running) [25,886 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 10); 51s remote-cache, linux-sandbox ... (70 actions running) [25,893 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 10); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,894 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 10); 54s remote-cache, linux-sandbox ... (69 actions running) [25,896 / 26,835] 273 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 42s remote-cache, linux-sandbox ... (70 actions running) [25,898 / 26,835] 273 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [25,900 / 26,835] 273 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [25,902 / 26,835] 273 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,903 / 26,835] 273 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 47s remote-cache, linux-sandbox ... (70 actions running) [25,904 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 47s remote-cache, linux-sandbox ... (70 actions running) [25,905 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,905 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 50s remote-cache, linux-sandbox ... (70 actions running) [25,907 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 51s remote-cache, linux-sandbox ... (70 actions running) [25,910 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,913 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 54s remote-cache, linux-sandbox ... (70 actions running) [25,914 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,916 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 57s remote-cache, linux-sandbox ... (70 actions running) [25,916 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 59s remote-cache, linux-sandbox ... (70 actions running) [25,917 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,919 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 62s remote-cache, linux-sandbox ... (70 actions running) [25,920 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 63s remote-cache, linux-sandbox ... (70 actions running) [25,920 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 64s remote-cache, linux-sandbox ... (70 actions running) [25,920 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 65s remote-cache, linux-sandbox ... (70 actions running) [25,924 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 48 of 49); 64s remote-cache, linux-sandbox ... (70 actions running) [25,928 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 48 of 49); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,934 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 48 of 49); 67s remote-cache, linux-sandbox ... (70 actions running) [25,935 / 26,835] 273 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 48 of 49); 68s remote-cache, linux-sandbox ... (70 actions running) [25,936 / 26,835] 274 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 48 of 49); 69s remote-cache, linux-sandbox ... (70 actions running) [25,936 / 26,835] 274 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 48 of 49); 71s remote-cache, linux-sandbox ... (70 actions running) [25,938 / 26,835] 275 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 48 of 49); 72s remote-cache, linux-sandbox ... (70 actions running) [25,942 / 26,835] 275 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 2 of 19); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,948 / 26,839] 275 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 2 of 19); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,948 / 26,839] 275 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 2 of 19); 52s remote-cache, linux-sandbox ... (70 actions running) [25,955 / 26,839] 275 / 457 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 1 of 22); 47s remote-cache, linux-sandbox ... (70 actions running) [25,957 / 26,839] 275 / 457 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 1 of 22); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) FAIL: //pkg/session:session_test (shard 35 of 50) (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_35_of_50/test_attempts/attempt_1.log) [25,960 / 26,839] 275 / 457 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 1 of 22); 50s remote-cache, linux-sandbox ... (70 actions running) [25,962 / 26,839] 275 / 457 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 1 of 22); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,964 / 26,839] 276 / 457 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 1 of 22); 52s remote-cache, linux-sandbox ... (70 actions running) [25,965 / 26,839] 277 / 457 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 1 of 22); 54s remote-cache, linux-sandbox ... (70 actions running) [25,967 / 26,839] 277 / 457 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 1 of 22); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,969 / 26,839] 277 / 457 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 1 of 22); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,977 / 26,839] 277 / 457 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 1 of 22); 57s remote-cache, linux-sandbox ... (70 actions running) [25,978 / 26,839] 277 / 457 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 1 of 22); 58s remote-cache, linux-sandbox ... (70 actions running) [25,978 / 26,839] 277 / 457 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 1 of 22); 59s remote-cache, linux-sandbox ... (70 actions running) [25,981 / 26,839] 277 / 457 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 1 of 22); 60s remote-cache, linux-sandbox ... (70 actions running) [25,987 / 26,841] 277 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 1 of 34); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,988 / 26,841] 277 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 1 of 34); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,989 / 26,841] 277 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 1 of 34); 43s remote-cache, linux-sandbox ... (70 actions running) [25,993 / 26,841] 277 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 1 of 34); 44s remote-cache, linux-sandbox ... (70 actions running) [25,997 / 26,841] 277 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 1 of 34); 45s remote-cache, linux-sandbox ... (70 actions running) [25,998 / 26,841] 277 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 1 of 34); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) INFO: From Testing //pkg/session:session_test (shard 35 of 50): ==================== Test output for //pkg/session:session_test (shard 35 of 50): === RUN TestTiDBUpgradeToVer140 [2025/04/04 10:45:53.608 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/04 10:45:53.609 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:45:53.609 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:45:53.610 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:45:53.610 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:45:53.611 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:45:53.620 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=ffd637c7-adc4-48e9-83c4-f1f9ed8ac063] ["ddl lease"=20ms] ["stats lease"=3s] [2025/04/04 10:45:53.632 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:45:53.632 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:45:53.633 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\tpkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\tpkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.CreateStoreAndBootstrap\n\tpkg/session/testutil.go:44\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1527\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:45:53.690 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=57.27887ms] [2025/04/04 10:45:53.691 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:45:53.691 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=58.131037ms] [2025/04/04 10:45:53.691 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=0] ["reload ts"=457117153018773504] [2025/04/04 10:45:53.692 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=532847ed-2b49-4e38-b8f1-e52f2c8abd4f] [runWorker=true] [jobVersion=v2] [2025/04/04 10:45:53.692 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:45:53.697 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:45:53.697 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=532847ed-2b49-4e38-b8f1-e52f2c8abd4f] [2025/04/04 10:45:53.697 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:45:53.697 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:45:53.697 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:45:53.697 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:45:53.698 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:45:53.697 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:45:53.698 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:45:53.698 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:45:53.698 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:45:53.698 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:45:53.698 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:45:53.698 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:45:53.698 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:45:53.698 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:45:53.698 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:45:53.698 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:45:53.698 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\tpkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\tpkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\tpkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:45:53.708 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:1152\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Start.func2\n\tpkg/domain/domain.go:1538\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:45:53.710 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.708 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:53.711 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.708 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/04 10:45:53.713 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.708 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.742 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=26.798528ms] [2025/04/04 10:45:53.742 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:45:53.742 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=27.20163ms] [2025/04/04 10:45:53.742 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=1] ["reload ts"=457117153032142848] [2025/04/04 10:45:53.745 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:53.745 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/04 10:45:53.745 +00:00] [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"=30.12402ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.708 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.748 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.708 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.756 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/04 10:45:53.756 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/04 10:45:53.757 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/04 10:45:53.758 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Tokyo] [2025/04/04 10:45:53.763 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=18.590275ms] [2025/04/04 10:45:53.764 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=1] ["reload ts"=457117153037910016] [2025/04/04 10:45:53.766 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.76 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:53.766 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.76 +0000 UTC, 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/04 10:45:53.769 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.76 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.804 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=2.110339ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:53.807 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:53.807 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/04 10:45:53.813 +00:00] [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"=12.684803ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.76 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.817 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.76 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.825 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/04 10:45:53.825 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:45:53.829 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.827 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:53.830 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.827 +0000 UTC, 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/04 10:45:53.831 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.827 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.835 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=351.833ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:53.836 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:53.836 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/04 10:45:53.839 +00:00] [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"=4.459852ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.827 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.841 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.827 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.847 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/04 10:45:53.847 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/04 10:45:53.853 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.849 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:53.853 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.849 +0000 UTC, 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/04 10:45:53.855 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.849 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.858 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=313.512ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:53.859 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:53.859 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/04 10:45:53.860 +00:00] [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.009722ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.849 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.863 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.849 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.867 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/04 10:45:53.867 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/04 10:45:53.876 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.87 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:53.877 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.87 +0000 UTC, 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/04 10:45:53.879 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.87 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.885 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=725.706ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:53.886 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:53.886 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/04 10:45:53.893 +00:00] [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"=8.687857ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.87 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.896 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.87 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.914 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/04 10:45:53.914 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:45:53.918 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:53.918 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.916 +0000 UTC, 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/04 10:45:53.920 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.925 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=552.386ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:53.927 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:53.927 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/04 10:45:53.928 +00:00] [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"=4.246753ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.931 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.936 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/04 10:45:53.936 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:45:53.940 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.938 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:53.940 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.938 +0000 UTC, 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/04 10:45:53.944 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.938 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.948 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=449.404ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:53.950 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:53.950 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/04 10:45:53.950 +00:00] [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.011973ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.938 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.953 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.938 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.978 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/04 10:45:53.979 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:45:53.982 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:53.983 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.98 +0000 UTC, 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/04 10:45:53.984 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.987 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=280.915ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:53.988 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:53.988 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/04 10:45:53.988 +00:00] [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.052356ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.990 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:53.996 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/04 10:45:53.996 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/04 10:45:53.999 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.998 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:53.999 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.998 +0000 UTC, 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/04 10:45:54.002 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.998 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.005 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=289.314ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.006 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.007 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/04 10:45:54.007 +00:00] [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.153892ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:53.998 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.009 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:53.998 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.018 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/04 10:45:54.018 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/04 10:45:54.022 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.02 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.022 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.02 +0000 UTC, 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/04 10:45:54.024 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.02 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.028 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=379.446ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.030 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.030 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/04 10:45:54.030 +00:00] [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.571879ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.02 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.032 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.02 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.037 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/04 10:45:54.037 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/04 10:45:54.041 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.041 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.039 +0000 UTC, 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/04 10:45:54.042 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.047 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=386.026ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.049 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.049 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/04 10:45:54.050 +00:00] [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"=4.356986ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.053 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.056 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/04 10:45:54.057 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/04 10:45:54.057 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:45:54.061 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.059 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.062 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.059 +0000 UTC, 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/04 10:45:54.063 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.059 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.076 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=554.242ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.078 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.078 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/04 10:45:54.080 +00:00] [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"=5.076832ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.059 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.083 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.059 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.089 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/04 10:45:54.089 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:45:54.092 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.091 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.094 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.091 +0000 UTC, 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/04 10:45:54.095 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.091 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.111 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=399.485ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.113 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.113 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/04 10:45:54.117 +00:00] [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"=6.200039ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.091 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.120 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.091 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.124 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/04 10:45:54.124 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/04 10:45:54.142 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.126 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.143 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.126 +0000 UTC, 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/04 10:45:54.145 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.126 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.152 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=349.594ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.153 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.154 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/04 10:45:54.157 +00:00] [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"=5.535251ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.126 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.160 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.126 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.164 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/04 10:45:54.164 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:45:54.172 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.174 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.166 +0000 UTC, 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/04 10:45:54.175 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.186 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=381.265ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.193 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.193 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/04 10:45:54.195 +00:00] [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"=9.109069ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.199 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.202 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/04 10:45:54.203 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:45:54.207 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.204 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.207 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.204 +0000 UTC, 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/04 10:45:54.211 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.204 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.215 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=328.144ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.217 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.217 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/04 10:45:54.220 +00:00] [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"=5.152305ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.204 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.222 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.204 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.227 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/04 10:45:54.227 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:45:54.230 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.229 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.230 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.229 +0000 UTC, 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/04 10:45:54.232 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.229 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.235 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=477.648ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.243 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.243 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/04 10:45:54.243 +00:00] [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"=8.008008ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.229 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.245 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.229 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.249 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/04 10:45:54.249 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/04 10:45:54.253 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.251 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.253 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.251 +0000 UTC, 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/04 10:45:54.254 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.251 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.264 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=353.712ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.265 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.265 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/04 10:45:54.267 +00:00] [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"=4.714347ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.251 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.270 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.251 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.282 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/04 10:45:54.283 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/04 10:45:54.287 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.287 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.285 +0000 UTC, 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/04 10:45:54.289 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.294 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=629.916ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.295 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.295 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/04 10:45:54.298 +00:00] [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"=4.865262ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.301 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.306 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/04 10:45:54.306 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:45:54.311 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.309 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.311 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.309 +0000 UTC, 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/04 10:45:54.313 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.309 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.316 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=356.275ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.318 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.318 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/04 10:45:54.318 +00:00] [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.159997ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.309 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.320 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.309 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.324 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/04 10:45:54.324 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:45:54.333 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.334 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.332 +0000 UTC, 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/04 10:45:54.335 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.339 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=260.426ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.341 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.341 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/04 10:45:54.341 +00:00] [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.17519ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.344 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.350 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/04 10:45:54.350 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/04 10:45:54.353 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.352 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.354 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.352 +0000 UTC, 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/04 10:45:54.355 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.352 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.361 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=211.41ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.362 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.362 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/04 10:45:54.365 +00:00] [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"=4.524885ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.352 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.368 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.352 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.371 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/04 10:45:54.371 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/04 10:45:54.374 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.373 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.375 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.373 +0000 UTC, 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/04 10:45:54.376 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.373 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.381 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=411.225ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.382 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.382 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/04 10:45:54.384 +00:00] [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"=4.682746ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.373 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.387 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.373 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.392 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/04 10:45:54.392 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/04 10:45:54.396 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.396 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.394 +0000 UTC, 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/04 10:45:54.398 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.402 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=329.239ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.406 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.406 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/04 10:45:54.411 +00:00] [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"=9.698333ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.414 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.418 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/04 10:45:54.418 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:45:54.421 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.421 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.42 +0000 UTC, 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/04 10:45:54.423 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.427 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=380.101ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.428 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.428 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/04 10:45:54.428 +00:00] [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.237893ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.431 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.434 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/04 10:45:54.435 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/04 10:45:54.439 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.437 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.439 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.437 +0000 UTC, 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/04 10:45:54.441 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.437 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.444 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=273.125ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.446 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.446 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/04 10:45:54.447 +00:00] [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.036888ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.437 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.457 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.437 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.460 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/04 10:45:54.460 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/04 10:45:54.463 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.463 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.462 +0000 UTC, 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/04 10:45:54.465 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.468 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=384.934ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.477 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.477 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/04 10:45:54.478 +00:00] [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"=10.96449ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.481 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.488 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/04 10:45:54.488 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:45:54.491 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.491 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.49 +0000 UTC, 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/04 10:45:54.493 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.496 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=333.216ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.503 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.503 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/04 10:45:54.507 +00:00] [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"=11.472978ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.511 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.49 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.515 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/04 10:45:54.515 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/04 10:45:54.516 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:45:54.519 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.519 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.517 +0000 UTC, 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/04 10:45:54.522 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.528 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=484.789ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.531 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.531 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/04 10:45:54.532 +00:00] [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"=4.113562ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.538 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.542 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/04 10:45:54.542 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:45:54.546 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.546 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.544 +0000 UTC, 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/04 10:45:54.549 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.553 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=408.873ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.555 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.555 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/04 10:45:54.557 +00:00] [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"=4.148035ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.562 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.567 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/04 10:45:54.568 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:45:54.572 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.573 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.57 +0000 UTC, 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/04 10:45:54.574 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.578 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=450.531ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.580 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.580 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/04 10:45:54.587 +00:00] [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"=9.694824ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.591 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.596 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/04 10:45:54.596 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:45:54.601 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.601 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.599 +0000 UTC, 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/04 10:45:54.603 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.608 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=570.239ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.610 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.610 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/04 10:45:54.613 +00:00] [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"=5.326319ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.616 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.620 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/04 10:45:54.620 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/04 10:45:54.623 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.622 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.624 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.622 +0000 UTC, 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/04 10:45:54.625 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.622 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.627 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=259.398ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.629 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.629 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/04 10:45:54.629 +00:00] [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.05331ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.622 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.631 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.622 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.635 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/04 10:45:54.635 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/04 10:45:54.641 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.638 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.641 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.638 +0000 UTC, 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/04 10:45:54.643 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.638 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.647 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=354.124ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:45:54.658 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=11.790477ms] [2025/04/04 10:45:54.658 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=34] ["reload ts"=457117153272266752] [2025/04/04 10:45:54.660 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.660 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/04 10:45:54.661 +00:00] [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"=14.036547ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.638 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.663 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.638 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.667 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/04 10:45:54.670 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.669 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.671 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.669 +0000 UTC, 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/04 10:45:54.672 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.669 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.675 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=400.258ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.677 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.677 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/04 10:45:54.681 +00:00] [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"=5.658456ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.669 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.685 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.669 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.690 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/04 10:45:54.690 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/04 10:45:54.694 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.695 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.693 +0000 UTC, 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/04 10:45:54.696 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.699 +00:00] [WARN] [runaway.go:85] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:152\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:69\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:2019\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1984\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.ExecRCRestrictedSQL\n\tpkg/resourcegroup/runaway/record.go:382\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*systemTableReader).Read\n\tpkg/resourcegroup/runaway/syncer.go:192\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.getRunawayWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:76\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:67\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getNewWatchRecords\n\tpkg/resourcegroup/runaway/syncer.go:59\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*Manager).UpdateNewAndDoneWatch\n\tpkg/resourcegroup/runaway/manager.go:402\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:75\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 10:45:54.701 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=340.734ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.703 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.703 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/04 10:45:54.705 +00:00] [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"=4.273174ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.708 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.712 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/04 10:45:54.713 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2025/04/04 10:45:54.719 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.720 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.715 +0000 UTC, 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/04 10:45:54.722 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.726 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=289.664ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.727 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.727 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/04 10:45:54.727 +00:00] [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.179015ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.736 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.739 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/04 10:45:54.739 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2025/04/04 10:45:54.744 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:54.744 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.742 +0000 UTC, 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/04 10:45:54.746 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.754 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=581.929ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:54.757 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:54.757 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/04 10:45:54.761 +00:00] [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"=7.093507ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:54.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:54.765 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:54.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.285 +00:00] [INFO] [mvcc.go:1279] ["trying to commit with smaller commitTs than minCommitTs"] ["commit ts"=457117153305559040] ["min commit ts"=457117153399930881] [key=bURETEpvYkhp/3N0b3J5AAAA/AAAAAAAAABoAAAAAAAAAE3/AAAAAAAAAAD3] [2025/04/04 10:45:55.285 +00:00] [INFO] [commit.go:160] ["2PC commitTS rejected by TiKV, retry with a newer commitTS"] [txnStartTS=457117153300054016] [info="{StartTs:457117153300054016 AttemptedCommitTs:457117153305559040 Key:6d44444c4a6f624869ff73746f7279000000fc0000000000000068000000000000004dff0000000000000000f7 MinCommitTs:457117153399930881}"] [2025/04/04 10:45:55.291 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/04 10:45:55.291 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.551671669\n# Parse_time: 0\n# Compile_time: 0.000155224\n# Rewrite_time: 0.000003302\n# Optimize_time: 0\n# Wait_TS: 0.00002556\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status ( table_id bigint(64) PRIMARY KEY, parent_table_id bigint(64), table_statistics text DEFAULT NULL, last_job_id varchar(64) DEFAULT NULL, last_job_start_time timestamp NULL DEFAULT NULL, last_job_finish_time timestamp NULL DEFAULT NULL, last_job_ttl_expire timestamp NULL DEFAULT NULL, last_job_summary text DEFAULT NULL, current_job_id varchar(64) DEFAULT NULL, current_job_owner_id varchar(64) DEFAULT NULL, current_job_owner_addr varchar(256) DEFAULT NULL, current_job_owner_hb_time timestamp, current_job_start_time timestamp NULL DEFAULT NULL, current_job_ttl_expire timestamp NULL DEFAULT NULL, current_job_state text DEFAULT NULL, current_job_status varchar(64) DEFAULT NULL, current_job_status_update_time timestamp NULL DEFAULT NULL);"] [2025/04/04 10:45:55.292 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2025/04/04 10:45:55.298 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.296 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.299 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.296 +0000 UTC, 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/04 10:45:55.300 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.296 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.307 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=540.506ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:55.308 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.308 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/04 10:45:55.308 +00:00] [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.049275ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.296 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.311 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.296 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.316 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/04 10:45:55.316 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2025/04/04 10:45:55.320 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.318 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.320 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.318 +0000 UTC, 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/04 10:45:55.322 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.318 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.327 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=761.854ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:55.329 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.329 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/04 10:45:55.331 +00:00] [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"=4.167686ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.318 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.333 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.318 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.341 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/04 10:45:55.341 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2025/04/04 10:45:55.345 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.345 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.343 +0000 UTC, 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/04 10:45:55.347 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.354 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=647.909ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:55.355 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.356 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/04 10:45:55.357 +00:00] [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"=4.890042ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.360 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.369 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/04 10:45:55.369 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:45:55.373 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.373 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.371 +0000 UTC, 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/04 10:45:55.377 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.382 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=622.852ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:55.384 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.385 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/04 10:45:55.386 +00:00] [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"=4.22523ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.388 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.393 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/04 10:45:55.395 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:45:55.399 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.400 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.397 +0000 UTC, 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/04 10:45:55.401 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.407 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=550.45ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:55.409 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.409 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/04 10:45:55.409 +00:00] [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.543284ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.411 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.432 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/04 10:45:55.433 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2025/04/04 10:45:55.437 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.437 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.435 +0000 UTC, 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/04 10:45:55.439 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.444 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=448.018ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:55.445 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.445 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/04 10:45:55.447 +00:00] [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"=4.386382ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.450 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.454 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/04 10:45:55.454 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:45:55.457 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.458 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.456 +0000 UTC, 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/04 10:45:55.459 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.463 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=396.392ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:55.464 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.464 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/04 10:45:55.464 +00:00] [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.427636ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.467 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.470 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/04 10:45:55.470 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:45:55.474 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.474 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.472 +0000 UTC, 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/04 10:45:55.476 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.483 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=633.374ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:55.484 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.484 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/04 10:45:55.491 +00:00] [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"=9.442145ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.494 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.499 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/04 10:45:55.499 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2025/04/04 10:45:55.503 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.501 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.504 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.501 +0000 UTC, 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/04 10:45:55.506 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.501 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.510 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=456.714ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:55.511 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.511 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/04 10:45:55.514 +00:00] [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"=4.451407ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.501 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.516 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.501 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.520 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/04 10:45:55.520 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:45:55.523 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.523 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.522 +0000 UTC, 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/04 10:45:55.525 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.528 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=301.502ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:55.529 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.529 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/04 10:45:55.529 +00:00] [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.076249ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.532 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.535 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/04 10:45:55.535 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2025/04/04 10:45:55.539 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.537 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.540 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.537 +0000 UTC, 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/04 10:45:55.541 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.537 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.544 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=338.901ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:55.545 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.545 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/04 10:45:55.546 +00:00] [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.020835ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.537 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.551 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.537 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.556 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/04 10:45:55.556 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2025/04/04 10:45:55.556 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:45:55.562 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.558 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.563 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.558 +0000 UTC, 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/04 10:45:55.565 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.558 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.568 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=332.11ยตs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:55.569 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.569 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/04 10:45:55.570 +00:00] [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.775989ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.558 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.572 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.558 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.576 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/04 10:45:55.577 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/04 10:45:55.580 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.578 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.580 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.578 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 10:45:55.582 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.578 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.583 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=70.341ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 10:45:55.585 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.585 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/04 10:45:55.587 +00:00] [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"=4.212089ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.578 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.591 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.578 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.594 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/04 10:45:55.594 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/04 10:45:55.598 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.596 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.599 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.596 +0000 UTC, 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/04 10:45:55.611 +00:00] [INFO] [pd.go:432] ["adaptive update ts interval state transition"] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/04/04 10:45:55.651 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.596 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.654 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=239.404ยตs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:45:55.656 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.656 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/04 10:45:55.656 +00:00] [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.046602ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.596 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.658 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.596 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.663 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/04 10:45:55.667 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.667 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.665 +0000 UTC, 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/04 10:45:55.670 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.674 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=518.964ยตs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:55.676 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.676 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/04 10:45:55.679 +00:00] [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"=5.466083ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.682 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.687 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/04 10:45:55.687 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/04 10:45:55.695 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.696 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.689 +0000 UTC, 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/04 10:45:55.698 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.698 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:45:55.701 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:45:55.702 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:45:55.702 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:45:55.702 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:45:55.704 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=402.173ยตs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:55.705 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.705 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/04 10:45:55.709 +00:00] [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"=6.090861ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.713 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.717 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/04 10:45:55.717 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/04 10:45:55.721 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.719 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.722 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.719 +0000 UTC, 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/04 10:45:55.723 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.719 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.731 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=388.99ยตs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:45:55.732 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.732 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/04 10:45:55.734 +00:00] [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"=4.501067ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.719 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.737 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.719 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.742 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/04 10:45:55.743 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/04 10:45:55.775 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=2.076779594s] [2025/04/04 10:45:55.775 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:45:55.778 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=532847ed-2b49-4e38-b8f1-e52f2c8abd4f] [2025/04/04 10:45:55.778 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:45:55.778 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:45:55.778 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=23.614ยตs] [2025/04/04 10:45:55.778 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=9.193ยตs] [2025/04/04 10:45:55.778 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=12.953ยตs] [2025/04/04 10:45:55.778 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=9.06ยตs] [2025/04/04 10:45:55.778 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=9.604ยตs] [2025/04/04 10:45:55.778 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=8.069ยตs] [2025/04/04 10:45:55.778 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=8.436ยตs] [2025/04/04 10:45:55.778 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=9.131ยตs] [2025/04/04 10:45:55.778 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=10.89ยตs] [2025/04/04 10:45:55.778 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=8.158ยตs] [2025/04/04 10:45:55.778 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=532847ed-2b49-4e38-b8f1-e52f2c8abd4f] [2025/04/04 10:45:55.778 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:45:55.778 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:45:55.783 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=532847ed-2b49-4e38-b8f1-e52f2c8abd4f] ["take time"=7.881882ms] [2025/04/04 10:45:55.783 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=532847ed-2b49-4e38-b8f1-e52f2c8abd4f] [2025/04/04 10:45:55.784 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:45:55.784 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:45:55.784 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:45:55.784 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:45:55.784 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:45:55.784 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:45:55.784 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:45:55.784 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:45:55.784 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:45:55.784 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:45:55.784 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:45:55.784 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:45:55.784 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:45:55.784 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:45:55.784 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:45:55.785 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=9.276223ms] [2025/04/04 10:45:55.785 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=ffd637c7-adc4-48e9-83c4-f1f9ed8ac063] ["ddl lease"=20ms] ["stats lease"=3s] [2025/04/04 10:45:55.791 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:45:55.792 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:45:55.828 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=35.472252ms] [2025/04/04 10:45:55.828 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:45:55.828 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=35.94631ms] [2025/04/04 10:45:55.828 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=55] ["reload ts"=457117153578975232] [2025/04/04 10:45:55.830 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=f69c0a34-71af-48c7-a248-e394e5f84476] [runWorker=true] [jobVersion=v2] [2025/04/04 10:45:55.830 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:45:55.830 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:45:55.831 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:45:55.831 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:45:55.831 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:45:55.831 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:45:55.831 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:45:55.831 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:45:55.831 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:45:55.831 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:45:55.831 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:45:55.831 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:45:55.831 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:45:55.833 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:45:55.833 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:45:55.834 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:45:55.834 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=f69c0a34-71af-48c7-a248-e394e5f84476] [2025/04/04 10:45:55.834 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:45:55.834 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:45:55.834 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:45:55.834 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=f69c0a34-71af-48c7-a248-e394e5f84476] [2025/04/04 10:45:55.835 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 10:45:55.837 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/04 10:45:55.848 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:45:55.849 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:45:55.852 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:45:55.854 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2025/04/04 10:45:55.855 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2025/04/04 10:45:55.855 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:45:55.855 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=HistoricalStatsWorker] [2025/04/04 10:45:55.855 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadStatsWorker] [2025/04/04 10:45:55.856 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:45:55.856 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=asyncLoadHistogram] [2025/04/04 10:45:55.856 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=deltaUpdateTickerWorker] [2025/04/04 10:45:55.856 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpColStatsUsageWorker] [2025/04/04 10:45:55.856 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=gcStatsWorker] [2025/04/04 10:45:55.856 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=autoAnalyzeWorker] [2025/04/04 10:45:55.856 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=analyzeJobsCleanupWorker] [2025/04/04 10:45:55.856 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=RemoveInitStatsFromInternalSessions] [2025/04/04 10:45:55.856 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 10:45:55.856 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:45:55.856 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:45:55.856 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:45:55.856 +00:00] [INFO] [domain.go:2328] ["PlanReplayerTaskCollectHandle started"] [2025/04/04 10:45:55.856 +00:00] [INFO] [domain.go:2350] ["PlanReplayerTaskDumpHandle started"] [2025/04/04 10:45:55.856 +00:00] [INFO] [plan_replayer.go:410] ["planReplayerTaskDumpWorker started."] [2025/04/04 10:45:55.856 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 10:45:55.856 +00:00] [INFO] [domain.go:2415] ["HistoricalStatsWorker started"] [2025/04/04 10:45:55.857 +00:00] [INFO] [domain.go:2836] ["deltaUpdateTickerWorker started."] [2025/04/04 10:45:55.857 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=f69c0a34-71af-48c7-a248-e394e5f84476] [2025/04/04 10:45:55.857 +00:00] [INFO] [domain.go:2811] ["dumpColStatsUsageWorker started."] [2025/04/04 10:45:55.856 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:45:55.858 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=f69c0a34-71af-48c7-a248-e394e5f84476] [ttl-worker=task-manager] [ttl-worker=f69c0a34-71af-48c7-a248-e394e5f84476] [originalCount=0] [newCount=4] [2025/04/04 10:45:55.858 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=f69c0a34-71af-48c7-a248-e394e5f84476] [ttl-worker=task-manager] [ttl-worker=f69c0a34-71af-48c7-a248-e394e5f84476] [originalCount=0] [newCount=4] [2025/04/04 10:45:55.858 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=f69c0a34-71af-48c7-a248-e394e5f84476] [2025/04/04 10:45:55.859 +00:00] [INFO] [bootstrap.go:713] ["complete to load the meta in the lite mode"] [category=stats] [2025/04/04 10:45:55.861 +00:00] [INFO] [bootstrap.go:719] ["complete to load the histogram in the lite mode"] [category=stats] [2025/04/04 10:45:55.863 +00:00] [INFO] [domain.go:2645] ["init stats info time"] [lite=true] ["take time"=6.742319ms] [2025/04/04 10:45:55.864 +00:00] [INFO] [domain.go:2772] ["gcStatsWorker started."] [2025/04/04 10:45:55.864 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=RemoveInitStatsFromInternalSessions] [2025/04/04 10:45:55.866 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/04 10:45:55.876 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 10:45:55.877 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/04 10:45:55.877 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/04 10:45:55.881 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:112, Type:drop column, State:queueing, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.88 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:45:55.881 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:112, Type:drop column, State:queueing, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.88 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="alter table mysql.tidb_global_task drop column task_key"] [2025/04/04 10:45:55.883 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=112] [conn=1] [job="ID:112, Type:drop column, State:queueing, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.88 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.893 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=626.259ยตs] [gotSchemaVersion=56] [phyTblIDs="[82]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2025/04/04 10:45:55.895 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.895 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=112] [version=56] [2025/04/04 10:45:55.895 +00:00] [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.901063ms] [job="ID:112, Type:drop column, State:running, SchemaState:write only, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.88 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.901 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=112] [conn=1] [job="ID:112, Type:drop column, State:running, SchemaState:write only, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.88 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.904 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=637.338ยตs] [gotSchemaVersion=57] [phyTblIDs="[82]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2025/04/04 10:45:55.905 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.905 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=112] [version=57] [2025/04/04 10:45:55.908 +00:00] [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"=4.55467ms] [job="ID:112, Type:drop column, State:running, SchemaState:delete only, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.88 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.909 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=112] [conn=1] [job="ID:112, Type:drop column, State:running, SchemaState:delete only, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.88 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.912 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=57] [neededSchemaVersion=58] ["elapsed time"=531.733ยตs] [gotSchemaVersion=58] [phyTblIDs="[82]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2025/04/04 10:45:55.913 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.913 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=112] [version=58] [2025/04/04 10:45:55.916 +00:00] [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"=4.5965ms] [job="ID:112, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.88 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.918 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=112] [conn=1] [job="ID:112, Type:drop column, State:running, SchemaState:delete reorganization, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:45:55.88 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.921 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=58] [neededSchemaVersion=59] ["elapsed time"=563.359ยตs] [gotSchemaVersion=59] [phyTblIDs="[82]"] [actionTypes="[6]"] [diffTypes="[\"drop column\"]"] [2025/04/04 10:45:55.923 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:45:55.923 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=112] [version=59] [2025/04/04 10:45:55.925 +00:00] [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"=4.361684ms] [job="ID:112, Type:drop column, State:done, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.88 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.927 +00:00] [INFO] [delete_range.go:448] ["insert into delete-range indices"] [category=ddl] [jobID=112] [tableID=82] [indexIDs="[2]"] [comment="drop column: table ID"] [2025/04/04 10:45:55.929 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=112] [jobType="drop column"] [2025/04/04 10:45:55.929 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=112] [conn=1] [job="ID:112, Type:drop column, State:synced, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:45:55.88 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:45:55.933 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=112] [elementID=1] [startKey=7480000000000000525f698000000000000002] [endKey=7480000000000000525f698000000000000003] [2025/04/04 10:45:55.936 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=112] [2025/04/04 10:45:55.936 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=59] [cur_db=] [sql="alter table mysql.tidb_global_task drop column task_key"] [user=] [2025/04/04 10:45:55.938 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=f69c0a34-71af-48c7-a248-e394e5f84476] [2025/04/04 10:45:55.939 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:45:55.939 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:45:55.939 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:45:55.939 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=22.18ยตs] [2025/04/04 10:45:55.939 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=f69c0a34-71af-48c7-a248-e394e5f84476] [2025/04/04 10:45:55.940 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:45:55.940 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:45:55.940 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=f69c0a34-71af-48c7-a248-e394e5f84476] ["take time"=1.934316ms] [2025/04/04 10:45:55.940 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=f69c0a34-71af-48c7-a248-e394e5f84476] [2025/04/04 10:45:55.940 +00:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/04 10:45:55.940 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=f69c0a34-71af-48c7-a248-e394e5f84476] [ttl-worker=task-manager] [ttl-worker=f69c0a34-71af-48c7-a248-e394e5f84476] [originalCount=4] [newCount=0] [2025/04/04 10:45:55.940 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:45:55.940 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:45:55.940 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:45:55.940 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:45:55.940 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=f69c0a34-71af-48c7-a248-e394e5f84476] [ttl-worker=task-manager] [ttl-worker=f69c0a34-71af-48c7-a248-e394e5f84476] [originalCount=4] [newCount=0] [2025/04/04 10:45:55.941 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:45:55.942 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:45:55.942 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:45:55.943 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:45:55.943 +00:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=f69c0a34-71af-48c7-a248-e394e5f84476] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/04 10:45:55.944 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:45:55.948 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:45:55.944 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:45:55.944 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:45:55.944 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:2417] ["HistoricalStatsWorker exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:2352] ["PlanReplayerTaskDumpHandle exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [plan_replayer.go:414] ["planReplayerTaskDumpWorker exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:2332] ["PlanReplayerTaskCollectHandle exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:2862] ["autoAnalyzeWorker exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:2920] ["analyzeJobsCleanupWorker exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:2691] ["asyncLoadStats exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:2737] ["gcStatsWorker ready to release owner"] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:2658] ["loadStatsWorker exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:45:55.944 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:45:55.944 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:2817] ["dumpColStatsUsageWorker exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:2756] ["deltaUpdateTicker is going to exit, start to flush stats"] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:45:55.945 +00:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/04 10:45:55.945 +00:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/04 10:45:55.945 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=f69c0a34-71af-48c7-a248-e394e5f84476] [2025/04/04 10:45:55.945 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:45:55.945 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:45:55.945 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=f69c0a34-71af-48c7-a248-e394e5f84476] [2025/04/04 10:45:55.945 +00:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/04 10:45:55.945 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:45:55.944 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:45:55.948 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:45:55.948 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=HistoricalStatsWorker] [2025/04/04 10:45:55.948 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:45:55.948 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2025/04/04 10:45:55.950 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2025/04/04 10:45:55.950 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:45:55.950 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:45:55.950 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:45:55.950 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=autoAnalyzeWorker] [2025/04/04 10:45:55.950 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=analyzeJobsCleanupWorker] [2025/04/04 10:45:55.950 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=asyncLoadHistogram] [2025/04/04 10:45:55.950 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadStatsWorker] [2025/04/04 10:45:55.950 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:45:55.950 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:45:55.950 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpColStatsUsageWorker] [2025/04/04 10:45:55.951 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:45:55.951 +00:00] [INFO] [domain.go:2762] ["deltaUpdateTicker exit preprocessing finished"] [2025/04/04 10:45:55.952 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:45:55.953 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:45:55.953 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:45:55.953 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:45:55.953 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:45:55.953 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:45:55.953 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=f69c0a34-71af-48c7-a248-e394e5f84476] [2025/04/04 10:45:55.953 +00:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/04 10:45:55.953 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:45:55.953 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:45:55.953 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:45:55.953 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=f69c0a34-71af-48c7-a248-e394e5f84476] [2025/04/04 10:45:55.954 +00:00] [INFO] [domain.go:2743] ["gcStatsWorker exit preprocessing finished"] [2025/04/04 10:45:55.954 +00:00] [INFO] [domain.go:2783] ["gcStatsWorker exited."] [2025/04/04 10:45:55.954 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=gcStatsWorker] [2025/04/04 10:45:55.954 +00:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/04 10:45:55.954 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 10:45:55.954 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:45:55.954 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:45:55.954 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=deltaUpdateTickerWorker] [2025/04/04 10:45:55.954 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=16.540391ms] [2025/04/04 10:45:55.955 +00:00] [INFO] [session.go:3705] ["[upgrade] get owner lock to upgrade"] [2025/04/04 10:45:55.955 +00:00] [WARN] [bootstrap.go:1538] ["skip acquire ddl owner lock for uni-store"] [2025/04/04 10:45:55.955 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=ffd637c7-adc4-48e9-83c4-f1f9ed8ac063] ["ddl lease"=20ms] ["stats lease"=3s] [2025/04/04 10:45:55.977 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:45:55.978 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:45:56.026 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=59] ["elapsed time"=47.445945ms] [2025/04/04 10:45:56.026 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:45:56.026 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=47.768792ms] [2025/04/04 10:45:56.026 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=59] ["reload ts"=457117153630879744] [2025/04/04 10:45:56.026 +00:00] [INFO] [ddl.go:793] ["DDL is in upgrade mode, force to be owner"] [category=ddl] [2025/04/04 10:45:56.026 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=4d3458de-246b-4bb2-ab4f-91ee1b53d435] [runWorker=true] [jobVersion=v2] [2025/04/04 10:45:56.026 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:45:56.026 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:45:56.027 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:45:56.027 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:45:56.027 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:45:56.027 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:45:56.027 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:45:56.027 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:45:56.027 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:45:56.027 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:45:56.027 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:45:56.027 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:45:56.027 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:45:56.027 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:45:56.027 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=4d3458de-246b-4bb2-ab4f-91ee1b53d435] [2025/04/04 10:45:56.027 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:45:56.027 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:45:56.028 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:45:56.028 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:45:56.028 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:45:57.036 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:45:57.036 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:45:57.036 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:45:57.036 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:45:58.032 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer2] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer3] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer4] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer5] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer6] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer7] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer8] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer9] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer10] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer11] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer12] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer13] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer14] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer15] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer16] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer17] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer18] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer19] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer20] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer21] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer22] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer23] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer24] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer25] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer26] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer27] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer28] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer29] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer30] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer31] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer32] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer33] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer34] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer35] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer36] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer37] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer38] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer40] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer41] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer42] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer43] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer44] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer45] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer46] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer47] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer50] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer52] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer53] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer54] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer55] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer56] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer57] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer59] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer60] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer62] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer63] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer64] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer65] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer66] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer67] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer68] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer69] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer70] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer71] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer72] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer73] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer74] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer75] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer76] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer77] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer78] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer79] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer80] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer81] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer82] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer83] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer84] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer85] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer86] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer87] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer88] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer89] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer90] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer91] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer93] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer94] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer95] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer97] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer98] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer100] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer101] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer102] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer103] [latest-version=246] [2025/04/04 10:46:01.029 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer104] [latest-version=246] [2025/04/04 10:46:01.030 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer105] [latest-version=246] [2025/04/04 10:46:01.030 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer106] [latest-version=246] [2025/04/04 10:46:01.030 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer107] [latest-version=246] [2025/04/04 10:46:01.030 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer108] [latest-version=246] [2025/04/04 10:46:01.030 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer109] [latest-version=246] [2025/04/04 10:46:01.030 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer110] [latest-version=246] [2025/04/04 10:46:01.030 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer130] [latest-version=246] [2025/04/04 10:46:01.030 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer131] [latest-version=246] [2025/04/04 10:46:01.030 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer132] [latest-version=246] [2025/04/04 10:46:01.030 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer133] [latest-version=246] [2025/04/04 10:46:01.030 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer134] [latest-version=246] [2025/04/04 10:46:01.030 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer135] [latest-version=246] [2025/04/04 10:46:01.030 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer136] [latest-version=246] [2025/04/04 10:46:01.030 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer137] [latest-version=246] [2025/04/04 10:46:01.030 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer138] [latest-version=246] [2025/04/04 10:46:01.030 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer139] [latest-version=246] [2025/04/04 10:46:01.040 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:add column, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.038 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:46:01.041 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:add column, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.038 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="ALTER TABLE mysql.tidb_global_task ADD COLUMN `task_key` VARCHAR(256) NOT NULL AFTER `id`"] [2025/04/04 10:46:01.046 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [job="ID:113, Type:add column, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.038 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:46:01.047 +00:00] [INFO] [add_column.go:82] ["run add column job"] [category=ddl] [job="ID:113, Type:add column, State:running, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.038 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [columnInfo="{\"id\":19,\"name\":{\"O\":\"task_key\",\"L\":\"task_key\"},\"offset\":17,\"origin_default\":\"\",\"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/04 10:46:01.056 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=59] [neededSchemaVersion=60] ["elapsed time"=674.843ยตs] [gotSchemaVersion=60] [phyTblIDs="[82]"] [actionTypes="[5]"] [diffTypes="[\"add column\"]"] [2025/04/04 10:46:01.059 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.060 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=60] [2025/04/04 10:46:01.063 +00:00] [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"=7.262668ms] [job="ID:113, Type:add column, State:running, SchemaState:delete only, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.038 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:46:01.067 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [job="ID:113, Type:add column, State:running, SchemaState:delete only, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.038 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:46:01.071 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=60] [neededSchemaVersion=61] ["elapsed time"=631.515ยตs] [gotSchemaVersion=61] [phyTblIDs="[82]"] [actionTypes="[5]"] [diffTypes="[\"add column\"]"] [2025/04/04 10:46:01.073 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.073 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=61] [2025/04/04 10:46:01.074 +00:00] [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"=4.442567ms] [job="ID:113, Type:add column, State:running, SchemaState:write only, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.038 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:46:01.076 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [job="ID:113, Type:add column, State:running, SchemaState:write only, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.038 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:46:01.090 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=61] [neededSchemaVersion=62] ["elapsed time"=615.405ยตs] [gotSchemaVersion=62] [phyTblIDs="[82]"] [actionTypes="[5]"] [diffTypes="[\"add column\"]"] [2025/04/04 10:46:01.093 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.094 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=62] [2025/04/04 10:46:01.094 +00:00] [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"=4.124895ms] [job="ID:113, Type:add column, State:running, SchemaState:write reorganization, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.038 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:46:01.095 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [job="ID:113, Type:add column, State:running, SchemaState:write reorganization, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.038 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:46:01.099 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=62] [neededSchemaVersion=63] ["elapsed time"=595.4ยตs] [gotSchemaVersion=63] [phyTblIDs="[82]"] [actionTypes="[5]"] [diffTypes="[\"add column\"]"] [2025/04/04 10:46:01.102 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.103 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=63] [2025/04/04 10:46:01.104 +00:00] [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"=4.981281ms] [job="ID:113, Type:add column, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.038 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:46:01.106 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [job="ID:113, Type:add column, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.038 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:46:01.114 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/04 10:46:01.115 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=63] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task ADD COLUMN `task_key` VARCHAR(256) NOT NULL AFTER `id`"] [user=] [2025/04/04 10:46:01.115 +00:00] [INFO] [executor.go:5010] ["cannot use distributed task execution on system DB"] [category=ddl] [job="ID:0, Type:add index, State:none, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 1970-01-01 00:00:00 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:46:01.115 +00:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=mysql] [jobTable=tidb_global_task] [jobType="add index"] [enableDistTask=false] [enableFastReorg=false] [targetScope=] [maxNodeCount=0] [concurrency=4] [batchSize=256] [2025/04/04 10:46:01.120 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:114, Type:add index, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/04 10:46:01.126 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:114, Type:add index, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE mysql.tidb_global_task ADD UNIQUE KEY task_key(task_key)"] [2025/04/04 10:46:01.136 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=114] [job="ID:114, Type:add index, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.137 +00:00] [INFO] [index.go:720] ["[ddl] run add index job"] [category=ddl] [job="ID:114, Type:add index, State:running, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [indexInfo="{\"id\":3,\"idx_name\":{\"O\":\"task_key\",\"L\":\"task_key\"},\"tbl_name\":{\"O\":\"\",\"L\":\"\"},\"idx_cols\":[{\"name\":{\"O\":\"task_key\",\"L\":\"task_key\"},\"offset\":1,\"length\":-1}],\"state\":0,\"backfill_state\":0,\"comment\":\"\",\"index_type\":1,\"is_unique\":true,\"is_primary\":false,\"is_invisible\":false,\"is_global\":false,\"mv_index\":false,\"vector_index\":null}"] [2025/04/04 10:46:01.140 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=63] [neededSchemaVersion=64] ["elapsed time"=610.981ยตs] [gotSchemaVersion=64] [phyTblIDs="[82]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/04 10:46:01.142 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.142 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=114] [version=64] [2025/04/04 10:46:01.145 +00:00] [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"=6.386836ms] [job="ID:114, Type:add index, State:running, SchemaState:delete only, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.148 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=114] [job="ID:114, Type:add index, State:running, SchemaState:delete only, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.151 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=64] [neededSchemaVersion=65] ["elapsed time"=700.975ยตs] [gotSchemaVersion=65] [phyTblIDs="[82]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/04 10:46:01.153 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.153 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=114] [version=65] [2025/04/04 10:46:01.157 +00:00] [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"=6.714753ms] [job="ID:114, Type:add index, State:running, SchemaState:write only, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.161 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=114] [job="ID:114, Type:add index, State:running, SchemaState:write only, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.165 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=65] [neededSchemaVersion=66] ["elapsed time"=634.139ยตs] [gotSchemaVersion=66] [phyTblIDs="[82]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/04 10:46:01.166 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.166 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=114] [version=66] [2025/04/04 10:46:01.171 +00:00] [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"=7.429865ms] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.173 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=114] [job="ID:114, Type:add index, State:running, SchemaState:write reorganization, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.174 +00:00] [INFO] [index.go:1352] ["table is empty, skipping reorg work"] [category=ddl] [jobID=114] [table=tidb_global_task] [2025/04/04 10:46:01.175 +00:00] [INFO] [index.go:1129] ["run add index job done"] [category=ddl] [charset=utf8mb4] [collation=utf8mb4_bin] [2025/04/04 10:46:01.178 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=66] [neededSchemaVersion=67] ["elapsed time"=619.298ยตs] [gotSchemaVersion=67] [phyTblIDs="[82]"] [actionTypes="[7]"] [diffTypes="[\"add index\"]"] [2025/04/04 10:46:01.181 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.181 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=114] [version=67] [2025/04/04 10:46:01.181 +00:00] [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"=4.0682ms] [job="ID:114, Type:add index, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.183 +00:00] [INFO] [delete_range.go:448] ["insert into delete-range indices"] [category=ddl] [jobID=114] [tableID=82] [indexIDs="[9223090561878065155]"] [comment="add index: physical table ID(s)"] [2025/04/04 10:46:01.185 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=114] [jobType="add index"] [2025/04/04 10:46:01.185 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=114] [job="ID:114, Type:add index, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.191 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=114] [elementID=1] [startKey=7480000000000000525f69ffff000000000003] [endKey=7480000000000000525f69ffff000000000004] [2025/04/04 10:46:01.194 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=114] [2025/04/04 10:46:01.195 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=67] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task ADD UNIQUE KEY task_key(task_key)"] [user=] [2025/04/04 10:46:01.195 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer140] [latest-version=246] [2025/04/04 10:46:01.196 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer141] [latest-version=246] [2025/04/04 10:46:01.197 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer142] [latest-version=246] [2025/04/04 10:46:01.199 +00:00] [INFO] [txn.go:55] ["Try to create a new txn inside a transaction auto commit"] [schemaVersion=67] [txnStartTS=457117154986426368] [txnScope=global] [2025/04/04 10:46:01.199 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.199 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=67] [error="[schema:1060]Duplicate column name 'error'"] [errorVerbose="[schema:1060]Duplicate column name 'error'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer143\n\tpkg/session/bootstrap.go:2925\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.199 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=67] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task ADD COLUMN `error` BLOB"] [user=] [2025/04/04 10:46:01.201 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.201 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=67] [error="[schema:1060]Duplicate column name 'error'"] [errorVerbose="[schema:1060]Duplicate column name 'error'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer143\n\tpkg/session/bootstrap.go:2926\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.201 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=67] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask ADD COLUMN `error` BLOB"] [user=] [2025/04/04 10:46:01.201 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer143] [latest-version=246] [2025/04/04 10:46:01.202 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer144] [latest-version=246] [2025/04/04 10:46:01.202 +00:00] [INFO] [txn.go:55] ["Try to create a new txn inside a transaction auto commit"] [schemaVersion=67] [txnStartTS=457117154987474944] [txnScope=global] [2025/04/04 10:46:01.203 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.203 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=67] [error="[ddl:1061]Duplicate key name 'idx_create_time'"] [errorVerbose="[ddl:1061]Duplicate key name 'idx_create_time'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkIndexNameAndColumns\n\tpkg/ddl/executor.go:4702\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\tpkg/ddl/executor.go:4884\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1806\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer146\n\tpkg/session/bootstrap.go:2941\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.203 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=67] [cur_db=] [sql="ALTER TABLE mysql.stats_meta_history ADD INDEX idx_create_time (create_time)"] [user=] [2025/04/04 10:46:01.204 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.204 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=67] [error="[ddl:1061]Duplicate key name 'idx_create_time'"] [errorVerbose="[ddl:1061]Duplicate key name 'idx_create_time'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkIndexNameAndColumns\n\tpkg/ddl/executor.go:4702\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\tpkg/ddl/executor.go:4884\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1806\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer146\n\tpkg/session/bootstrap.go:2942\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.204 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=67] [cur_db=] [sql="ALTER TABLE mysql.stats_history ADD INDEX idx_create_time (create_time)"] [user=] [2025/04/04 10:46:01.204 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer146] [latest-version=246] [2025/04/04 10:46:01.205 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.205 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=67] [error="[schema:1060]Duplicate column name 'step'"] [errorVerbose="[schema:1060]Duplicate column name 'step'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer167\n\tpkg/session/bootstrap.go:2949\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.205 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=67] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask ADD COLUMN `step` INT AFTER `id`"] [user=] [2025/04/04 10:46:01.205 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer167] [latest-version=246] [2025/04/04 10:46:01.211 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=67] [cur_db=] [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/04 10:46:01.211 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer168] [latest-version=246] [2025/04/04 10:46:01.212 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=67] [cur_db=] [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/04 10:46:01.212 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer169] [latest-version=246] [2025/04/04 10:46:01.214 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=67] [cur_db=] [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/04 10:46:01.214 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer170] [latest-version=246] [2025/04/04 10:46:01.215 +00:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=mysql] [jobTable=tidb_runaway_queries] [jobType="modify column"] [enableDistTask=false] [enableFastReorg=false] [targetScope=] [maxNodeCount=0] [concurrency=4] [batchSize=256] [2025/04/04 10:46:01.219 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.217 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/04 10:46:01.220 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:115, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.217 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE mysql.tidb_runaway_queries CHANGE COLUMN `tidb_server` `tidb_server` varchar(512)"] [2025/04/04 10:46:01.222 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=115] [job="ID:115, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.217 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.225 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=67] [neededSchemaVersion=68] ["elapsed time"=450.537ยตs] [gotSchemaVersion=68] [phyTblIDs="[90]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/04 10:46:01.227 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.227 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=115] [version=68] [2025/04/04 10:46:01.231 +00:00] [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"=6.229201ms] [job="ID:115, Type:modify column, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.217 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.233 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=115] [jobType="modify column"] [2025/04/04 10:46:01.234 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=115] [job="ID:115, Type:modify column, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.217 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.242 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=115] [2025/04/04 10:46:01.243 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=68] [cur_db=] [sql="ALTER TABLE mysql.tidb_runaway_queries CHANGE COLUMN `tidb_server` `tidb_server` varchar(512)"] [user=] [2025/04/04 10:46:01.243 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer171] [latest-version=246] [2025/04/04 10:46:01.243 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=68] [cur_db=] [sql="DROP TABLE IF EXISTS mysql.tidb_runaway_quarantined_watch"] [user=] [2025/04/04 10:46:01.244 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=68] [cur_db=] [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/04 10:46:01.245 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=68] [cur_db=] [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/04 10:46:01.245 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer172] [latest-version=246] [2025/04/04 10:46:01.253 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.254 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=68] [error="[schema:1060]Duplicate column name 'summary'"] [errorVerbose="[schema:1060]Duplicate column name 'summary'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer173\n\tpkg/session/bootstrap.go:2993\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.255 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=68] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask ADD COLUMN `summary` JSON"] [user=] [2025/04/04 10:46:01.255 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer173] [latest-version=246] [2025/04/04 10:46:01.256 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.260 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=68] [error="[schema:1060]Duplicate column name 'step'"] [errorVerbose="[schema:1060]Duplicate column name 'step'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer174\n\tpkg/session/bootstrap.go:3000\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.261 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=68] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask_history ADD COLUMN `step` INT AFTER `id`"] [user=] [2025/04/04 10:46:01.261 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.261 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=68] [error="[schema:1060]Duplicate column name 'error'"] [errorVerbose="[schema:1060]Duplicate column name 'error'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer174\n\tpkg/session/bootstrap.go:3001\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.262 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=68] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask_history ADD COLUMN `error` BLOB"] [user=] [2025/04/04 10:46:01.262 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.262 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=68] [error="[ddl:1091]index namespace doesn't exist"] [errorVerbose="[ddl:1091]index namespace doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStack\n\texternal/com_github_pingcap_errors/normalize.go:166\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).dropIndex\n\tpkg/ddl/executor.go:5411\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1773\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer174\n\tpkg/session/bootstrap.go:3002\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.262 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=68] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask_history DROP INDEX `namespace`"] [user=] [2025/04/04 10:46:01.263 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.263 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=68] [error="[ddl:1061]Duplicate key name 'idx_task_key'"] [errorVerbose="[ddl:1061]Duplicate key name 'idx_task_key'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkIndexNameAndColumns\n\tpkg/ddl/executor.go:4702\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\tpkg/ddl/executor.go:4884\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1806\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer174\n\tpkg/session/bootstrap.go:3003\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.263 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=68] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask_history ADD INDEX `idx_task_key`(`task_key`)"] [user=] [2025/04/04 10:46:01.263 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.264 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=68] [error="[ddl:1061]Duplicate key name 'idx_state_update_time'"] [errorVerbose="[ddl:1061]Duplicate key name 'idx_state_update_time'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkIndexNameAndColumns\n\tpkg/ddl/executor.go:4702\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\tpkg/ddl/executor.go:4884\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1806\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer174\n\tpkg/session/bootstrap.go:3004\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.264 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=68] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask_history ADD INDEX `idx_state_update_time`(`state_update_time`)"] [user=] [2025/04/04 10:46:01.264 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer174] [latest-version=246] [2025/04/04 10:46:01.267 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer175] [latest-version=246] [2025/04/04 10:46:01.270 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=68] [cur_db=] [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/04 10:46:01.270 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer176] [latest-version=246] [2025/04/04 10:46:01.271 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=68] [cur_db=] [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/04 10:46:01.276 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer177] [latest-version=246] [2025/04/04 10:46:01.277 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer178] [latest-version=246] [2025/04/04 10:46:01.277 +00:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=mysql] [jobTable=global_variables] [jobType="modify column"] [enableDistTask=false] [enableFastReorg=false] [targetScope=] [maxNodeCount=0] [concurrency=4] [batchSize=256] [2025/04/04 10:46:01.281 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:116, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.28 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/04 10:46:01.281 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:116, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.28 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE mysql.global_variables MODIFY COLUMN `VARIABLE_VALUE` varchar(16383)"] [2025/04/04 10:46:01.283 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=116] [job="ID:116, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.28 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.285 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=68] [neededSchemaVersion=69] ["elapsed time"=283.612ยตs] [gotSchemaVersion=69] [phyTblIDs="[16]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/04 10:46:01.287 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.287 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=116] [version=69] [2025/04/04 10:46:01.288 +00:00] [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.756374ms] [job="ID:116, Type:modify column, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.28 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.290 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=116] [jobType="modify column"] [2025/04/04 10:46:01.290 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=116] [job="ID:116, Type:modify column, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.28 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.297 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=116] [2025/04/04 10:46:01.298 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.global_variables MODIFY COLUMN `VARIABLE_VALUE` varchar(16383)"] [user=] [2025/04/04 10:46:01.298 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer179] [latest-version=246] [2025/04/04 10:46:01.298 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.298 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[schema:1060]Duplicate column name 'priority'"] [errorVerbose="[schema:1060]Duplicate column name 'priority'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3119\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.298 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task ADD COLUMN `priority` INT DEFAULT 1 AFTER `state`"] [user=] [2025/04/04 10:46:01.298 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.298 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[schema:1060]Duplicate column name 'create_time'"] [errorVerbose="[schema:1060]Duplicate column name 'create_time'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3120\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.299 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task ADD COLUMN `create_time` TIMESTAMP AFTER `priority`"] [user=] [2025/04/04 10:46:01.299 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.299 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[schema:1060]Duplicate column name 'end_time'"] [errorVerbose="[schema:1060]Duplicate column name 'end_time'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3121\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.299 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task ADD COLUMN `end_time` TIMESTAMP AFTER `state_update_time`"] [user=] [2025/04/04 10:46:01.299 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.299 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[schema:1060]Duplicate column name 'priority'"] [errorVerbose="[schema:1060]Duplicate column name 'priority'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3122\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.299 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task_history ADD COLUMN `priority` INT DEFAULT 1 AFTER `state`"] [user=] [2025/04/04 10:46:01.300 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.300 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[schema:1060]Duplicate column name 'create_time'"] [errorVerbose="[schema:1060]Duplicate column name 'create_time'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3123\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.300 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task_history ADD COLUMN `create_time` TIMESTAMP AFTER `priority`"] [user=] [2025/04/04 10:46:01.300 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.300 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[schema:1060]Duplicate column name 'end_time'"] [errorVerbose="[schema:1060]Duplicate column name 'end_time'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3124\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.300 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task_history ADD COLUMN `end_time` TIMESTAMP AFTER `state_update_time`"] [user=] [2025/04/04 10:46:01.300 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.300 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[schema:1060]Duplicate column name 'concurrency'"] [errorVerbose="[schema:1060]Duplicate column name 'concurrency'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3126\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.301 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask ADD COLUMN `concurrency` INT AFTER `checkpoint`"] [user=] [2025/04/04 10:46:01.301 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.301 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[schema:1060]Duplicate column name 'create_time'"] [errorVerbose="[schema:1060]Duplicate column name 'create_time'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3127\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.301 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask ADD COLUMN `create_time` TIMESTAMP AFTER `concurrency`"] [user=] [2025/04/04 10:46:01.301 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.301 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[schema:1060]Duplicate column name 'end_time'"] [errorVerbose="[schema:1060]Duplicate column name 'end_time'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3128\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.301 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask ADD COLUMN `end_time` TIMESTAMP AFTER `state_update_time`"] [user=] [2025/04/04 10:46:01.302 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.302 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[schema:1060]Duplicate column name 'ordinal'"] [errorVerbose="[schema:1060]Duplicate column name 'ordinal'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3129\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.302 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask ADD COLUMN `ordinal` int AFTER `meta`"] [user=] [2025/04/04 10:46:01.302 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.302 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[schema:1060]Duplicate column name 'concurrency'"] [errorVerbose="[schema:1060]Duplicate column name 'concurrency'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3130\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.302 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask_history ADD COLUMN `concurrency` INT AFTER `checkpoint`"] [user=] [2025/04/04 10:46:01.302 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.303 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[schema:1060]Duplicate column name 'create_time'"] [errorVerbose="[schema:1060]Duplicate column name 'create_time'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3131\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.303 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask_history ADD COLUMN `create_time` TIMESTAMP AFTER `concurrency`"] [user=] [2025/04/04 10:46:01.303 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.303 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[schema:1060]Duplicate column name 'end_time'"] [errorVerbose="[schema:1060]Duplicate column name 'end_time'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3132\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.303 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask_history ADD COLUMN `end_time` TIMESTAMP AFTER `state_update_time`"] [user=] [2025/04/04 10:46:01.303 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.303 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[schema:1060]Duplicate column name 'ordinal'"] [errorVerbose="[schema:1060]Duplicate column name 'ordinal'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3133\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.303 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask_history ADD COLUMN `ordinal` int AFTER `meta`"] [user=] [2025/04/04 10:46:01.304 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.304 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[ddl:1061]Duplicate key name 'idx_exec_id'"] [errorVerbose="[ddl:1061]Duplicate key name 'idx_exec_id'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkIndexNameAndColumns\n\tpkg/ddl/executor.go:4702\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\tpkg/ddl/executor.go:4884\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1806\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3135\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.304 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask ADD INDEX idx_exec_id(exec_id)"] [user=] [2025/04/04 10:46:01.304 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.304 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[ddl:1061]Duplicate key name 'uk_task_key_step_ordinal'"] [errorVerbose="[ddl:1061]Duplicate key name 'uk_task_key_step_ordinal'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkIndexNameAndColumns\n\tpkg/ddl/executor.go:4702\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\tpkg/ddl/executor.go:4884\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1809\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3136\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.304 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask ADD UNIQUE INDEX uk_task_key_step_ordinal(task_key, step, ordinal)"] [user=] [2025/04/04 10:46:01.305 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.305 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=69] [error="[schema:1060]Duplicate column name 'cpu_count'"] [errorVerbose="[schema:1060]Duplicate column name 'cpu_count'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer190\n\tpkg/session/bootstrap.go:3138\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.305 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=69] [cur_db=] [sql="ALTER TABLE mysql.dist_framework_meta ADD COLUMN `cpu_count` INT DEFAULT 0 AFTER `role`"] [user=] [2025/04/04 10:46:01.305 +00:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=mysql] [jobTable=dist_framework_meta] [jobType="modify column"] [enableDistTask=false] [enableFastReorg=false] [targetScope=] [maxNodeCount=0] [concurrency=4] [batchSize=256] [2025/04/04 10:46:01.309 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:117, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/04 10:46:01.309 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:117, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE mysql.dist_framework_meta MODIFY COLUMN `host` VARCHAR(261)"] [2025/04/04 10:46:01.311 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=117] [job="ID:117, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.314 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=69] [neededSchemaVersion=70] ["elapsed time"=303.212ยตs] [gotSchemaVersion=70] [phyTblIDs="[96]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/04 10:46:01.315 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.315 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=117] [version=70] [2025/04/04 10:46:01.316 +00:00] [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.359015ms] [job="ID:117, Type:modify column, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.318 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=117] [jobType="modify column"] [2025/04/04 10:46:01.318 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=117] [job="ID:117, Type:modify column, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.324 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=117] [2025/04/04 10:46:01.324 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=70] [cur_db=] [sql="ALTER TABLE mysql.dist_framework_meta MODIFY COLUMN `host` VARCHAR(261)"] [user=] [2025/04/04 10:46:01.325 +00:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=mysql] [jobTable=tidb_background_subtask] [jobType="modify column"] [enableDistTask=false] [enableFastReorg=false] [targetScope=] [maxNodeCount=0] [concurrency=4] [batchSize=256] [2025/04/04 10:46:01.328 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:118, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:281474976710650, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/04 10:46:01.328 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:118, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:281474976710650, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE mysql.tidb_background_subtask MODIFY COLUMN `exec_id` VARCHAR(261)"] [2025/04/04 10:46:01.331 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [job="ID:118, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:281474976710650, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.336 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=70] [neededSchemaVersion=71] ["elapsed time"=707.249ยตs] [gotSchemaVersion=71] [phyTblIDs="[281474976710650]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/04 10:46:01.338 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.338 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=71] [2025/04/04 10:46:01.340 +00:00] [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"=5.096153ms] [job="ID:118, Type:modify column, State:done, SchemaState:public, SchemaID:1, TableID:281474976710650, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.343 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=118] [jobType="modify column"] [2025/04/04 10:46:01.343 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=118] [job="ID:118, Type:modify column, State:synced, SchemaState:public, SchemaID:1, TableID:281474976710650, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.350 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=118] [2025/04/04 10:46:01.350 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=71] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask MODIFY COLUMN `exec_id` VARCHAR(261)"] [user=] [2025/04/04 10:46:01.351 +00:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=mysql] [jobTable=tidb_background_subtask_history] [jobType="modify column"] [enableDistTask=false] [enableFastReorg=false] [targetScope=] [maxNodeCount=0] [concurrency=4] [batchSize=256] [2025/04/04 10:46:01.354 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:119, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:281474976710649, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.353 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/04 10:46:01.354 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:119, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:281474976710649, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.353 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE mysql.tidb_background_subtask_history MODIFY COLUMN `exec_id` VARCHAR(261)"] [2025/04/04 10:46:01.356 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=119] [job="ID:119, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:281474976710649, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.353 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.360 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=71] [neededSchemaVersion=72] ["elapsed time"=669.175ยตs] [gotSchemaVersion=72] [phyTblIDs="[281474976710649]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/04 10:46:01.361 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.361 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=119] [version=72] [2025/04/04 10:46:01.364 +00:00] [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"=4.760199ms] [job="ID:119, Type:modify column, State:done, SchemaState:public, SchemaID:1, TableID:281474976710649, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.353 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.366 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=119] [jobType="modify column"] [2025/04/04 10:46:01.367 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=119] [job="ID:119, Type:modify column, State:synced, SchemaState:public, SchemaID:1, TableID:281474976710649, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.353 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.376 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=119] [2025/04/04 10:46:01.377 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=72] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask_history MODIFY COLUMN `exec_id` VARCHAR(261)"] [user=] [2025/04/04 10:46:01.377 +00:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=mysql] [jobTable=tidb_global_task] [jobType="modify column"] [enableDistTask=false] [enableFastReorg=false] [targetScope=] [maxNodeCount=0] [concurrency=4] [batchSize=256] [2025/04/04 10:46:01.383 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:120, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/04 10:46:01.383 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:120, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE mysql.tidb_global_task MODIFY COLUMN `dispatcher_id` VARCHAR(261)"] [2025/04/04 10:46:01.386 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=120] [job="ID:120, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.391 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=72] [neededSchemaVersion=73] ["elapsed time"=756.318ยตs] [gotSchemaVersion=73] [phyTblIDs="[82]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/04 10:46:01.394 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.394 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=120] [version=73] [2025/04/04 10:46:01.396 +00:00] [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"=6.17189ms] [job="ID:120, Type:modify column, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.401 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=120] [jobType="modify column"] [2025/04/04 10:46:01.401 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=120] [job="ID:120, Type:modify column, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.410 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=120] [2025/04/04 10:46:01.410 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=73] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task MODIFY COLUMN `dispatcher_id` VARCHAR(261)"] [user=] [2025/04/04 10:46:01.410 +00:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=mysql] [jobTable=tidb_global_task_history] [jobType="modify column"] [enableDistTask=false] [enableFastReorg=false] [targetScope=] [maxNodeCount=0] [concurrency=4] [batchSize=256] [2025/04/04 10:46:01.414 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:121, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.412 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/04 10:46:01.414 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:121, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.412 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE mysql.tidb_global_task_history MODIFY COLUMN `dispatcher_id` VARCHAR(261)"] [2025/04/04 10:46:01.418 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=121] [job="ID:121, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.412 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.423 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=73] [neededSchemaVersion=74] ["elapsed time"=692.566ยตs] [gotSchemaVersion=74] [phyTblIDs="[84]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/04 10:46:01.425 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.425 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=121] [version=74] [2025/04/04 10:46:01.434 +00:00] [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"=11.618514ms] [job="ID:121, Type:modify column, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.412 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.438 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=121] [jobType="modify column"] [2025/04/04 10:46:01.438 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=121] [job="ID:121, Type:modify column, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.412 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.446 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=121] [2025/04/04 10:46:01.446 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=74] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task_history MODIFY COLUMN `dispatcher_id` VARCHAR(261)"] [user=] [2025/04/04 10:46:01.446 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer190] [latest-version=246] [2025/04/04 10:46:01.447 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer191] [latest-version=246] [2025/04/04 10:46:01.448 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=74] [cur_db=] [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/04 10:46:01.448 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer192] [latest-version=246] [2025/04/04 10:46:01.453 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:123, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.451 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:46:01.454 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:123, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.451 +0000 UTC, 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/04 10:46:01.455 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=123] [job="ID:123, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:122, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.451 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:46:01.459 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=74] [neededSchemaVersion=75] ["elapsed time"=350.62ยตs] [gotSchemaVersion=75] [phyTblIDs="[68,122]"] [actionTypes="[21,21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:46:01.461 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.462 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=123] [version=75] [2025/04/04 10:46:01.462 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=75] ["take time"=3.008727ms] [job="ID:123, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:122, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.451 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:46:01.464 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=123] [job="ID:123, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:122, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.451 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:46:01.469 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=123] [2025/04/04 10:46:01.469 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer193] [latest-version=246] [2025/04/04 10:46:01.470 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=75] [cur_db=] [sql="DROP TABLE IF EXISTS mysql.load_data_jobs"] [user=] [2025/04/04 10:46:01.470 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer194] [latest-version=246] [2025/04/04 10:46:01.470 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=75] [cur_db=] [sql="DROP TABLE IF EXISTS mysql.schema_index_usage"] [user=] [2025/04/04 10:46:01.470 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer195] [latest-version=246] [2025/04/04 10:46:01.470 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.470 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=75] [error="[schema:1060]Duplicate column name 'target_scope'"] [errorVerbose="[schema:1060]Duplicate column name 'target_scope'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer196\n\tpkg/session/bootstrap.go:3191\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.470 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=75] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task ADD COLUMN target_scope VARCHAR(256) DEFAULT '' AFTER `step`;"] [user=] [2025/04/04 10:46:01.470 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.470 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=75] [error="[schema:1060]Duplicate column name 'target_scope'"] [errorVerbose="[schema:1060]Duplicate column name 'target_scope'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer196\n\tpkg/session/bootstrap.go:3192\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.471 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=75] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task_history ADD COLUMN target_scope VARCHAR(256) DEFAULT '' AFTER `step`;"] [user=] [2025/04/04 10:46:01.471 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer196] [latest-version=246] [2025/04/04 10:46:01.475 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:125, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:46:01.475 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:125, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.473 +0000 UTC, 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/04 10:46:01.477 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=125] [job="ID:125, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:124, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:46:01.482 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=75] [neededSchemaVersion=76] ["elapsed time"=404.249ยตs] [gotSchemaVersion=76] [phyTblIDs="[122,124]"] [actionTypes="[21,21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:46:01.483 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.483 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=125] [version=76] [2025/04/04 10:46:01.483 +00:00] [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.019364ms] [job="ID:125, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:124, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:46:01.490 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=125] [job="ID:125, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:124, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:46:01.500 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=125] [2025/04/04 10:46:01.500 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer197] [latest-version=246] [2025/04/04 10:46:01.500 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.500 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[schema:1060]Duplicate column name 'owner_id'"] [errorVerbose="[schema:1060]Duplicate column name 'owner_id'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer198\n\tpkg/session/bootstrap.go:3208\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.501 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.tidb_mdl_info ADD COLUMN owner_id VARCHAR(64) NOT NULL DEFAULT '';"] [user=] [2025/04/04 10:46:01.501 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer198] [latest-version=246] [2025/04/04 10:46:01.501 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer209] [latest-version=246] [2025/04/04 10:46:01.506 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer210] [latest-version=246] [2025/04/04 10:46:01.506 +00:00] [INFO] [txn.go:55] ["Try to create a new txn inside a transaction auto commit"] [schemaVersion=76] [txnStartTS=457117155066118144] [txnScope=global] [2025/04/04 10:46:01.506 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.506 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[schema:1060]Duplicate column name 'summary'"] [errorVerbose="[schema:1060]Duplicate column name 'summary'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer211\n\tpkg/session/bootstrap.go:3237\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.506 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.tidb_background_subtask_history ADD COLUMN `summary` JSON"] [user=] [2025/04/04 10:46:01.506 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer211] [latest-version=246] [2025/04/04 10:46:01.507 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer212] [latest-version=246] [2025/04/04 10:46:01.507 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:46:01.507 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [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/04 10:46:01.507 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer213] [latest-version=246] [2025/04/04 10:46:01.509 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [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/04 10:46:01.509 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [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/04 10:46:01.509 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer214] [latest-version=246] [2025/04/04 10:46:01.510 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer215] [latest-version=246] [2025/04/04 10:46:01.512 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer216] [latest-version=246] [2025/04/04 10:46:01.513 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer217] [latest-version=246] [2025/04/04 10:46:01.513 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer218] [latest-version=246] [2025/04/04 10:46:01.513 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.513 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[schema:1060]Duplicate column name 'modify_params'"] [errorVerbose="[schema:1060]Duplicate column name 'modify_params'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer239\n\tpkg/session/bootstrap.go:3328\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.514 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task ADD COLUMN modify_params json AFTER `error`;"] [user=] [2025/04/04 10:46:01.514 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.514 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[schema:1060]Duplicate column name 'modify_params'"] [errorVerbose="[schema:1060]Duplicate column name 'modify_params'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer239\n\tpkg/session/bootstrap.go:3329\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.514 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task_history ADD COLUMN modify_params json AFTER `error`;"] [user=] [2025/04/04 10:46:01.514 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer239] [latest-version=246] [2025/04/04 10:46:01.515 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.516 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[ddl:1061]Duplicate key name 'idx_schema_table_state'"] [errorVerbose="[ddl:1061]Duplicate key name 'idx_schema_table_state'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkIndexNameAndColumns\n\tpkg/ddl/executor.go:4702\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\tpkg/ddl/executor.go:4884\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1806\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer240\n\tpkg/session/bootstrap.go:3346\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.516 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.analyze_jobs ADD INDEX idx_schema_table_state (table_schema, table_name, state)"] [user=] [2025/04/04 10:46:01.516 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.516 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[ddl:1061]Duplicate key name 'idx_schema_table_partition_state'"] [errorVerbose="[ddl:1061]Duplicate key name 'idx_schema_table_partition_state'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkIndexNameAndColumns\n\tpkg/ddl/executor.go:4702\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\tpkg/ddl/executor.go:4884\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1806\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer240\n\tpkg/session/bootstrap.go:3347\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.516 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.analyze_jobs ADD INDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)"] [user=] [2025/04/04 10:46:01.517 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer240] [latest-version=246] [2025/04/04 10:46:01.518 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.519 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[ddl:1061]Duplicate key name 'i_user'"] [errorVerbose="[ddl:1061]Duplicate key name 'i_user'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkIndexNameAndColumns\n\tpkg/ddl/executor.go:4702\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\tpkg/ddl/executor.go:4884\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1806\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer241\n\tpkg/session/bootstrap.go:3354\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.519 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.user ADD INDEX i_user (user)"] [user=] [2025/04/04 10:46:01.520 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.520 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[ddl:1061]Duplicate key name 'i_user'"] [errorVerbose="[ddl:1061]Duplicate key name 'i_user'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkIndexNameAndColumns\n\tpkg/ddl/executor.go:4702\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\tpkg/ddl/executor.go:4884\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1806\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer241\n\tpkg/session/bootstrap.go:3355\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.520 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.global_priv ADD INDEX i_user (user)"] [user=] [2025/04/04 10:46:01.521 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.521 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[ddl:1061]Duplicate key name 'i_user'"] [errorVerbose="[ddl:1061]Duplicate key name 'i_user'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkIndexNameAndColumns\n\tpkg/ddl/executor.go:4702\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\tpkg/ddl/executor.go:4884\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1806\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer241\n\tpkg/session/bootstrap.go:3356\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.522 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.db ADD INDEX i_user (user)"] [user=] [2025/04/04 10:46:01.522 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.523 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[ddl:1061]Duplicate key name 'i_user'"] [errorVerbose="[ddl:1061]Duplicate key name 'i_user'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkIndexNameAndColumns\n\tpkg/ddl/executor.go:4702\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\tpkg/ddl/executor.go:4884\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1806\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer241\n\tpkg/session/bootstrap.go:3357\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.523 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.tables_priv ADD INDEX i_user (user)"] [user=] [2025/04/04 10:46:01.524 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.524 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[ddl:1061]Duplicate key name 'i_user'"] [errorVerbose="[ddl:1061]Duplicate key name 'i_user'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkIndexNameAndColumns\n\tpkg/ddl/executor.go:4702\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\tpkg/ddl/executor.go:4884\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1806\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer241\n\tpkg/session/bootstrap.go:3358\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.524 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.columns_priv ADD INDEX i_user (user)"] [user=] [2025/04/04 10:46:01.525 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.525 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[ddl:1061]Duplicate key name 'i_user'"] [errorVerbose="[ddl:1061]Duplicate key name 'i_user'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkIndexNameAndColumns\n\tpkg/ddl/executor.go:4702\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\tpkg/ddl/executor.go:4884\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1806\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer241\n\tpkg/session/bootstrap.go:3359\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.525 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.global_grants ADD INDEX i_user (user)"] [user=] [2025/04/04 10:46:01.526 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.526 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[ddl:1061]Duplicate key name 'i_user'"] [errorVerbose="[ddl:1061]Duplicate key name 'i_user'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkIndexNameAndColumns\n\tpkg/ddl/executor.go:4702\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\tpkg/ddl/executor.go:4884\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1806\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer241\n\tpkg/session/bootstrap.go:3360\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.526 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.default_roles ADD INDEX i_user (user)"] [user=] [2025/04/04 10:46:01.526 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer241] [latest-version=246] [2025/04/04 10:46:01.530 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [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/04 10:46:01.530 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer242] [latest-version=246] [2025/04/04 10:46:01.531 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.531 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[schema:1060]Duplicate column name 'max_node_count'"] [errorVerbose="[schema:1060]Duplicate column name 'max_node_count'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer243\n\tpkg/session/bootstrap.go:3391\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.531 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task ADD COLUMN max_node_count INT DEFAULT 0 AFTER `modify_params`;"] [user=] [2025/04/04 10:46:01.531 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.531 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[schema:1060]Duplicate column name 'max_node_count'"] [errorVerbose="[schema:1060]Duplicate column name 'max_node_count'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer243\n\tpkg/session/bootstrap.go:3392\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.532 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task_history ADD COLUMN max_node_count INT DEFAULT 0 AFTER `modify_params`;"] [user=] [2025/04/04 10:46:01.532 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.532 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[schema:1060]Duplicate column name 'extra_params'"] [errorVerbose="[schema:1060]Duplicate column name 'extra_params'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer243\n\tpkg/session/bootstrap.go:3393\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.532 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task ADD COLUMN extra_params json AFTER max_node_count;"] [user=] [2025/04/04 10:46:01.533 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.533 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=76] [error="[schema:1060]Duplicate column name 'extra_params'"] [errorVerbose="[schema:1060]Duplicate column name 'extra_params'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkAndCreateNewColumn\n\tpkg/ddl/add_column.go:157\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AddColumn\n\tpkg/ddl/executor.go:2176\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1749\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer243\n\tpkg/session/bootstrap.go:3394\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.533 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.tidb_global_task_history ADD COLUMN extra_params json AFTER max_node_count;"] [user=] [2025/04/04 10:46:01.533 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer243] [latest-version=246] [2025/04/04 10:46:01.533 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=76] [cur_db=] [sql="ALTER TABLE mysql.user ADD COLUMN IF NOT EXISTS `Max_user_connections` INT UNSIGNED NOT NULL DEFAULT 0 AFTER `Password_lifetime`"] [user=] [2025/04/04 10:46:01.533 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer244] [latest-version=246] [2025/04/04 10:46:01.534 +00:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=mysql] [jobTable=bind_info] [jobType="modify column"] [enableDistTask=false] [enableFastReorg=false] [targetScope=] [maxNodeCount=0] [concurrency=4] [batchSize=256] [2025/04/04 10:46:01.539 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:126, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.537 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/04 10:46:01.539 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:126, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.537 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE mysql.bind_info MODIFY COLUMN original_sql LONGTEXT NOT NULL"] [2025/04/04 10:46:01.540 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=126] [job="ID:126, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.537 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.544 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=76] [neededSchemaVersion=77] ["elapsed time"=570.053ยตs] [gotSchemaVersion=77] [phyTblIDs="[38]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/04 10:46:01.546 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.546 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=126] [version=77] [2025/04/04 10:46:01.548 +00:00] [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"=4.169439ms] [job="ID:126, Type:modify column, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.537 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.550 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=126] [jobType="modify column"] [2025/04/04 10:46:01.552 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=126] [job="ID:126, Type:modify column, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.537 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.558 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=126] [2025/04/04 10:46:01.558 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=77] [cur_db=] [sql="ALTER TABLE mysql.bind_info MODIFY COLUMN original_sql LONGTEXT NOT NULL"] [user=] [2025/04/04 10:46:01.559 +00:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=mysql] [jobTable=bind_info] [jobType="modify column"] [enableDistTask=false] [enableFastReorg=false] [targetScope=] [maxNodeCount=0] [concurrency=4] [batchSize=256] [2025/04/04 10:46:01.561 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:127, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/04 10:46:01.562 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:127, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE mysql.bind_info MODIFY COLUMN bind_sql LONGTEXT NOT NULL"] [2025/04/04 10:46:01.563 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=127] [job="ID:127, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.567 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=77] [neededSchemaVersion=78] ["elapsed time"=586.053ยตs] [gotSchemaVersion=78] [phyTblIDs="[38]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/04 10:46:01.570 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.570 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=127] [version=78] [2025/04/04 10:46:01.572 +00:00] [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"=5.926401ms] [job="ID:127, Type:modify column, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.575 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=127] [jobType="modify column"] [2025/04/04 10:46:01.575 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=127] [job="ID:127, Type:modify column, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.587 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=127] [2025/04/04 10:46:01.587 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=78] [cur_db=] [sql="ALTER TABLE mysql.bind_info MODIFY COLUMN bind_sql LONGTEXT NOT NULL"] [user=] [2025/04/04 10:46:01.587 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer245] [latest-version=246] [2025/04/04 10:46:01.596 +00:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=mysql] [jobTable=bind_info] [jobType="modify column"] [enableDistTask=false] [enableFastReorg=false] [targetScope=] [maxNodeCount=0] [concurrency=4] [batchSize=256] [2025/04/04 10:46:01.599 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:128, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.598 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/04 10:46:01.599 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:128, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.598 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE mysql.bind_info MODIFY COLUMN sql_digest VARCHAR(64) DEFAULT NULL"] [2025/04/04 10:46:01.601 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=128] [job="ID:128, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.598 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.604 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=78] [neededSchemaVersion=79] ["elapsed time"=559.937ยตs] [gotSchemaVersion=79] [phyTblIDs="[38]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/04 10:46:01.606 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.606 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=128] [version=79] [2025/04/04 10:46:01.610 +00:00] [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"=5.701691ms] [job="ID:128, Type:modify column, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.598 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.612 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=128] [jobType="modify column"] [2025/04/04 10:46:01.612 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=128] [job="ID:128, Type:modify column, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.598 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.621 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=128] [2025/04/04 10:46:01.622 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=79] [cur_db=] [sql="ALTER TABLE mysql.bind_info MODIFY COLUMN sql_digest VARCHAR(64) DEFAULT NULL"] [user=] [2025/04/04 10:46:01.623 +00:00] [INFO] [executor.go:5057] ["initialize reorg meta"] [category=ddl] [jobSchema=mysql] [jobTable=bind_info] [jobType="modify column"] [enableDistTask=false] [enableFastReorg=false] [targetScope=] [maxNodeCount=0] [concurrency=4] [batchSize=256] [2025/04/04 10:46:01.626 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:129, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.625 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0; "] [fast_create=true] [2025/04/04 10:46:01.627 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:129, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.625 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [query="ALTER TABLE mysql.bind_info MODIFY COLUMN plan_digest VARCHAR(64) DEFAULT NULL"] [2025/04/04 10:46:01.630 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=129] [job="ID:129, Type:modify column, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:46:01.625 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.635 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=79] [neededSchemaVersion=80] ["elapsed time"=484.653ยตs] [gotSchemaVersion=80] [phyTblIDs="[38]"] [actionTypes="[12]"] [diffTypes="[\"modify column\"]"] [2025/04/04 10:46:01.636 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:46:01.636 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=129] [version=80] [2025/04/04 10:46:01.636 +00:00] [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.019809ms] [job="ID:129, Type:modify column, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.625 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.638 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=129] [jobType="modify column"] [2025/04/04 10:46:01.641 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=129] [job="ID:129, Type:modify column, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:46:01.625 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2, UniqueWarnings:0"] [2025/04/04 10:46:01.651 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=129] [2025/04/04 10:46:01.651 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=80] [cur_db=] [sql="ALTER TABLE mysql.bind_info MODIFY COLUMN plan_digest VARCHAR(64) DEFAULT NULL"] [user=] [2025/04/04 10:46:01.652 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:46:01.652 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=80] [error="[ddl:1061]Duplicate key name 'digest_index'"] [errorVerbose="[ddl:1061]Duplicate key name 'digest_index'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/ddl.checkIndexNameAndColumns\n\tpkg/ddl/executor.go:4702\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).createIndex\n\tpkg/ddl/executor.go:4884\ngithub.com/pingcap/tidb/pkg/ddl.(*executor).AlterTable\n\tpkg/ddl/executor.go:1809\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:424\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:162\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/session.doReentrantDDL\n\tpkg/session/bootstrap.go:1733\ngithub.com/pingcap/tidb/pkg/session.upgradeToVer246\n\tpkg/session/bootstrap.go:3465\ngithub.com/pingcap/tidb/pkg/session.upgrade\n\tpkg/session/bootstrap.go:1588\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3745\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1554\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2025/04/04 10:46:01.653 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=80] [cur_db=] [sql="ALTER TABLE mysql.bind_info ADD UNIQUE INDEX digest_index(plan_digest, sql_digest)"] [user=] [2025/04/04 10:46:01.653 +00:00] [INFO] [bootstrap.go:1589] ["upgrade in progress, a version has just been completed or be skipped."] [old-start-version=139] [in-progress-version=upgradeToVer246] [latest-version=246] [2025/04/04 10:46:01.654 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:46:01.654 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=4d3458de-246b-4bb2-ab4f-91ee1b53d435] [2025/04/04 10:46:01.654 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:46:01.654 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 13, tp add index"] ["take time"=16.566ยตs] [2025/04/04 10:46:01.654 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:46:01.654 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 17, tp general"] ["take time"=9.647ยตs] [2025/04/04 10:46:01.654 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 18, tp general"] ["take time"=8.823ยตs] [2025/04/04 10:46:01.654 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 19, tp general"] ["take time"=8.737ยตs] [2025/04/04 10:46:01.654 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 20, tp general"] ["take time"=8.131ยตs] [2025/04/04 10:46:01.654 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 21, tp general"] ["take time"=10.073ยตs] [2025/04/04 10:46:01.654 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 22, tp general"] ["take time"=15.247ยตs] [2025/04/04 10:46:01.654 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp general"] ["take time"=8.272ยตs] [2025/04/04 10:46:01.654 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 14, tp general"] ["take time"=8.844ยตs] [2025/04/04 10:46:01.654 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 15, tp general"] ["take time"=12.586ยตs] [2025/04/04 10:46:01.654 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 16, tp general"] ["take time"=8.526ยตs] [2025/04/04 10:46:01.654 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=4d3458de-246b-4bb2-ab4f-91ee1b53d435] [2025/04/04 10:46:01.654 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:46:01.654 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:46:01.656 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=4d3458de-246b-4bb2-ab4f-91ee1b53d435] ["take time"=2.052248ms] [2025/04/04 10:46:01.656 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=4d3458de-246b-4bb2-ab4f-91ee1b53d435] [2025/04/04 10:46:01.656 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:46:01.656 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:46:01.656 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:46:01.656 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:46:01.656 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:46:01.656 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:46:01.656 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:46:01.656 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:46:01.656 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:46:01.656 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:46:01.656 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:46:01.656 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:46:01.656 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:46:01.656 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:46:01.656 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:46:01.656 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=2.443342ms] [2025/04/04 10:46:01.656 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=ffd637c7-adc4-48e9-83c4-f1f9ed8ac063] ["ddl lease"=20ms] ["stats lease"=3s] [2025/04/04 10:46:01.663 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:46:01.664 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:46:01.686 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=80] ["elapsed time"=21.98855ms] [2025/04/04 10:46:01.686 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:46:01.686 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=22.502634ms] [2025/04/04 10:46:01.687 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=80] ["reload ts"=457117155114876928] [2025/04/04 10:46:01.688 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:46:01.689 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [runWorker=true] [jobVersion=v2] [2025/04/04 10:46:01.689 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:46:01.689 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:46:01.689 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:46:01.689 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:46:01.689 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:46:01.689 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:46:01.689 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:46:01.689 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [2025/04/04 10:46:01.689 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:46:01.689 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:46:01.690 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:46:01.690 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:46:01.690 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:46:01.689 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:46:01.690 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:46:01.690 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:46:01.690 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:46:01.690 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:46:01.690 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:46:01.693 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:46:01.693 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 10:46:01.695 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [2025/04/04 10:46:01.698 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:46:01.704 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:46:01.707 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2025/04/04 10:46:01.707 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2025/04/04 10:46:01.707 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:46:01.707 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=HistoricalStatsWorker] [2025/04/04 10:46:01.708 +00:00] [INFO] [domain.go:2350] ["PlanReplayerTaskDumpHandle started"] [2025/04/04 10:46:01.708 +00:00] [INFO] [plan_replayer.go:410] ["planReplayerTaskDumpWorker started."] [2025/04/04 10:46:01.708 +00:00] [INFO] [domain.go:2328] ["PlanReplayerTaskCollectHandle started"] [2025/04/04 10:46:01.708 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 10:46:01.708 +00:00] [INFO] [domain.go:2415] ["HistoricalStatsWorker started"] [2025/04/04 10:46:01.708 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadStatsWorker] [2025/04/04 10:46:01.708 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:46:01.708 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=asyncLoadHistogram] [2025/04/04 10:46:01.708 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=deltaUpdateTickerWorker] [2025/04/04 10:46:01.708 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpColStatsUsageWorker] [2025/04/04 10:46:01.708 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=gcStatsWorker] [2025/04/04 10:46:01.708 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=autoAnalyzeWorker] [2025/04/04 10:46:01.708 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=analyzeJobsCleanupWorker] [2025/04/04 10:46:01.708 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=RemoveInitStatsFromInternalSessions] [2025/04/04 10:46:01.708 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 10:46:01.708 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:46:01.708 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:46:01.708 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:46:01.708 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:46:01.710 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/04 10:46:01.711 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 10:46:01.712 +00:00] [INFO] [bootstrap.go:713] ["complete to load the meta in the lite mode"] [category=stats] [2025/04/04 10:46:01.712 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/04 10:46:01.712 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/04 10:46:01.712 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [2025/04/04 10:46:01.712 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:46:01.712 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:46:01.712 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:46:01.712 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [2025/04/04 10:46:01.712 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:46:01.713 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:46:01.713 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=8f125dea-697c-4400-a84b-64ce0b8bd3a7] ["take time"=1.001561ms] [2025/04/04 10:46:01.713 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [2025/04/04 10:46:01.713 +00:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/04 10:46:01.713 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [2025/04/04 10:46:01.713 +00:00] [INFO] [domain.go:2836] ["deltaUpdateTickerWorker started."] [2025/04/04 10:46:01.713 +00:00] [INFO] [domain.go:2811] ["dumpColStatsUsageWorker started."] [2025/04/04 10:46:01.714 +00:00] [INFO] [bootstrap.go:719] ["complete to load the histogram in the lite mode"] [category=stats] [2025/04/04 10:46:01.715 +00:00] [INFO] [domain.go:2645] ["init stats info time"] [lite=true] ["take time"=6.499456ms] [2025/04/04 10:46:01.715 +00:00] [INFO] [domain.go:2772] ["gcStatsWorker started."] [2025/04/04 10:46:01.715 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=RemoveInitStatsFromInternalSessions] [2025/04/04 10:46:01.720 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [ttl-worker=task-manager] [ttl-worker=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [originalCount=0] [newCount=4] [2025/04/04 10:46:01.720 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [ttl-worker=task-manager] [ttl-worker=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [originalCount=0] [newCount=4] [2025/04/04 10:46:01.720 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [ttl-worker=task-manager] [ttl-worker=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [originalCount=4] [newCount=0] [2025/04/04 10:46:01.720 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:46:01.720 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:46:01.720 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:46:01.722 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:46:01.722 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [ttl-worker=task-manager] [ttl-worker=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [originalCount=4] [newCount=0] [2025/04/04 10:46:01.723 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:46:01.723 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:46:01.724 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:46:01.724 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:2691] ["asyncLoadStats exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=asyncLoadHistogram] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:2737] ["gcStatsWorker ready to release owner"] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:2862] ["autoAnalyzeWorker exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=autoAnalyzeWorker] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:2920] ["analyzeJobsCleanupWorker exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=analyzeJobsCleanupWorker] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:2658] ["loadStatsWorker exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadStatsWorker] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:2817] ["dumpColStatsUsageWorker exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpColStatsUsageWorker] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:2756] ["deltaUpdateTicker is going to exit, start to flush stats"] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:2762] ["deltaUpdateTicker exit preprocessing finished"] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=deltaUpdateTickerWorker] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:46:01.725 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:46:01.725 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:46:01.725 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:46:01.725 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:46:01.725 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:46:01.725 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:46:01.725 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:46:01.725 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:46:01.725 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:46:01.725 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:46:01.725 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:46:01.725 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:2417] ["HistoricalStatsWorker exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=HistoricalStatsWorker] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:2332] ["PlanReplayerTaskCollectHandle exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:2352] ["PlanReplayerTaskDumpHandle exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2025/04/04 10:46:01.725 +00:00] [INFO] [plan_replayer.go:414] ["planReplayerTaskDumpWorker exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:46:01.725 +00:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/04 10:46:01.725 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:46:01.726 +00:00] [ERROR] [select_result.go:556] ["invalid cop task execution summaries length"] [expected=2] [received=0] [stack="github.com/pingcap/tidb/pkg/distsql.(*selectResult).updateCopRuntimeStats\n\tpkg/distsql/select_result.go:556\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Close\n\tpkg/distsql/select_result.go:611\ngithub.com/pingcap/tidb/pkg/executor.closeAll\n\tpkg/executor/distsql.go:143\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).Close\n\tpkg/executor/table_reader.go:634\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Close\n\tpkg/executor/table_reader.go:351\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Close\n\tpkg/executor/internal/exec/executor.go:480\ngithub.com/pingcap/tidb/pkg/executor.(*recordSet).Finish.func1\n\tpkg/executor/adapter.go:202\nsync.(*Once).doSlow\n\tGOROOT/src/sync/once.go:76\nsync.(*Once).Do\n\tGOROOT/src/sync/once.go:67\ngithub.com/pingcap/tidb/pkg/executor.(*recordSet).Finish\n\tpkg/executor/adapter.go:201\ngithub.com/pingcap/tidb/pkg/session.(*execStmtResult).Finish.func1\n\tpkg/session/session.go:2377\nsync.(*Once).doSlow\n\tGOROOT/src/sync/once.go:76\nsync.(*Once).Do\n\tGOROOT/src/sync/once.go:67\ngithub.com/pingcap/tidb/pkg/session.(*execStmtResult).Finish\n\tpkg/session/session.go:2374\ngithub.com/pingcap/tidb/pkg/session.(*execStmtResult).Close\n\tpkg/session/session.go:2393\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1.1\n\tpkg/session/session.go:1992\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1999\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).refreshMDLCheckTableInfo\n\tpkg/domain/domain.go:1036\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:1194\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Start.func2\n\tpkg/domain/domain.go:1538\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103"] [2025/04/04 10:46:01.726 +00:00] [WARN] [domain.go:1038] ["get mdl info from tidb_mdl_info failed"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:208\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\tpkg/store/copr/coprocessor.go:1425\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\tpkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\tpkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\tpkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\tpkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).nextChunk\n\tpkg/executor/table_reader.go:612\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Next\n\tpkg/executor/table_reader.go:331\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*recordSet).Next\n\tpkg/executor/adapter.go:172\ngithub.com/pingcap/tidb/pkg/session.drainRecordSet\n\tpkg/session/session.go:1253\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1997\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).refreshMDLCheckTableInfo\n\tpkg/domain/domain.go:1036\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:1194\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Start.func2\n\tpkg/domain/domain.go:1538\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 10:46:01.726 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:46:01.726 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:46:01.726 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:46:01.726 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:46:01.726 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:46:01.726 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:46:01.726 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:46:01.727 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:46:01.727 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:46:01.727 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:46:01.727 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:46:01.727 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [2025/04/04 10:46:01.727 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:46:01.727 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:46:01.727 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [2025/04/04 10:46:01.727 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [2025/04/04 10:46:01.727 +00:00] [INFO] [domain.go:2743] ["gcStatsWorker exit preprocessing finished"] [2025/04/04 10:46:01.727 +00:00] [INFO] [domain.go:2783] ["gcStatsWorker exited."] [2025/04/04 10:46:01.727 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=gcStatsWorker] [2025/04/04 10:46:01.727 +00:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/04 10:46:01.727 +00:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/04 10:46:01.727 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 10:46:01.729 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=8f125dea-697c-4400-a84b-64ce0b8bd3a7] [2025/04/04 10:46:01.729 +00:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/04 10:46:01.729 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:46:01.729 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=17.686576ms] [2025/04/04 10:46:01.729 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=ffd637c7-adc4-48e9-83c4-f1f9ed8ac063] ["ddl lease"=20ms] ["stats lease"=3s] [2025/04/04 10:46:01.748 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:46:01.748 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:46:01.798 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=80] ["elapsed time"=49.122954ms] [2025/04/04 10:46:01.798 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:46:01.798 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=49.506521ms] [2025/04/04 10:46:01.798 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=80] ["reload ts"=457117155143974912] [2025/04/04 10:46:01.798 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 10:46:01.821 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:46:06.832 +00:00] [WARN] [session.go:820] ["can not retry txn"] [label=general] [error="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV"] [errorVerbose="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:2092\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1917\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:853\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:117\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:437\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:672\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:552\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:794\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:924\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:278\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:240\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2336\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).Execute\n\tpkg/session/session.go:1565\ngithub.com/pingcap/tidb/pkg/session.exec\n\tpkg/session/testutil.go:78\ngithub.com/pingcap/tidb/pkg/session.MustExec\n\tpkg/session/testutil.go:61\ngithub.com/pingcap/tidb/pkg/session.revertVersionAndVariables\n\tpkg/session/bootstrap_test.go:305\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140.func2\n\tpkg/session/bootstrap_test.go:1539\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1563\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:208\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:166\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:351\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:118\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:437\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:672\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:552\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:794\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:924\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:278\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:240\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2336\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).Execute\n\tpkg/session/session.go:1565\ngithub.com/pingcap/tidb/pkg/session.exec\n\tpkg/session/testutil.go:78\ngithub.com/pingcap/tidb/pkg/session.MustExec\n\tpkg/session/testutil.go:61\ngithub.com/pingcap/tidb/pkg/session.revertVersionAndVariables\n\tpkg/session/bootstrap_test.go:305\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140.func2\n\tpkg/session/bootstrap_test.go:1539\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1563\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [IsBatchInsert=false] [IsPessimistic=false] [InRestrictedSQL=false] [tidb_retry_limit=10] [tidb_disable_txn_auto_retry=true] [2025/04/04 10:46:06.832 +00:00] [WARN] [session.go:836] ["commit failed"] ["finished txn"="Txn{state=invalid}"] [error="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV"] [errorVerbose="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:2092\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1917\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:853\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:117\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:437\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:672\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:552\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:794\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:924\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:278\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:240\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2336\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).Execute\n\tpkg/session/session.go:1565\ngithub.com/pingcap/tidb/pkg/session.exec\n\tpkg/session/testutil.go:78\ngithub.com/pingcap/tidb/pkg/session.MustExec\n\tpkg/session/testutil.go:61\ngithub.com/pingcap/tidb/pkg/session.revertVersionAndVariables\n\tpkg/session/bootstrap_test.go:305\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140.func2\n\tpkg/session/bootstrap_test.go:1539\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1563\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:208\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:166\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:351\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:118\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:437\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:672\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:552\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:794\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:924\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:278\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:240\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2336\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).Execute\n\tpkg/session/session.go:1565\ngithub.com/pingcap/tidb/pkg/session.exec\n\tpkg/session/testutil.go:78\ngithub.com/pingcap/tidb/pkg/session.MustExec\n\tpkg/session/testutil.go:61\ngithub.com/pingcap/tidb/pkg/session.revertVersionAndVariables\n\tpkg/session/bootstrap_test.go:305\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140.func2\n\tpkg/session/bootstrap_test.go:1539\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1563\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 10:46:06.833 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117155151052800\n# Conn_ID: 2\n# Query_time: 5.034472672\n# Parse_time: 0.026753375\n# Compile_time: 0.000554732\n# Rewrite_time: 0\n# Optimize_time: 0\n# Wait_TS: 0.000040305\n# Prewrite_time: 0.000061688 Get_commit_ts_time: 0.000003728 Slowest_prewrite_rpc_detail: {total:0.000s, region_id: 2, store: store1, } Write_keys: 1 Write_size: 89 Prewrite_region: 1\n# Index_names: [tidb:PRIMARY]\n# Is_internal: false\n# Digest: 03cfdb54af8fa489f6720a515bd5a7f7a1a9b2a7410e045497c1df79b055a522\n# Mem_max: 8788\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# Plan: tidb_decode_plan('kQOgMAkyOF8zCTAJMAlOL0EJMAl0aW1lOjI0OC42wrVzLCBvcGVuOjMuNjUFDiRjbG9zZTo2LjUyBQ+IbG9vcHM6MSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjYxLjcFKAxnZXRfESMUczozLjczBRccc2xvd2VzdF8RMdBfcnBjOiB7dG90YWw6IDAuMDAwcywgcmVnaW9uX2lkOiAyLCBzdG9yZTogc3RvcmUxLCB9LBEgCG51bQGKBXoMX2tleQWYCQ7wSWJ5dGU6ODl9CTU5NiBCeXRlcwlOL0EKMQkzNl8xCTAJMQl0YWJsZTp0aWRiLCBpbmRleDpQUklNQVJZKFZBUklBQkxFX05BTUUpASshIBAxMjIuNAXEJSAIMS41BQ0AYyUfCDEuNi4fASgyLCBHZXQ6e251bQXhCDIsIAXiAF8FSkA0My45wrVzfQlOL0EJTi9BCg==')\n# Plan_digest: 7cee07289863e5f61e4232bca41716bc770459d034fbfc8d76dbf75f905ed96b\n# Binary_plan: tidb_decode_binary_plan('vQN4CrgDCghVcGRhdGVfMxK2AQoLUG9pbnRfR2V0XzEpAAUB8FvwPzABOAFAAUopCicKBW15c3FsEgR0aWRiGhgKB1BSSU1BUlkSDVZBUklBQkxFX05BTUVaMnRpbWU6MTIyLjTCtXMsIG9wZW46MS41wrVzLCBjbG9zZToxLjYywgEPeGxvb3BzOjJiI0dldDp7bnVtX3JwYzoyLCB0b3RhbF8FSiQ0My45wrVzfXD/EQEEAXgRCgD/BZ4YUgNOL0FaMwUuEDI0OC42GXgMMy42NQUOBGNsAXkMNi41MgUPCXl0MWKmAWNvbW1pdF90eG46IHtwcmV3cml0ZTo2MS43BSkMZ2V0XxEjFHM6My43MwUXHHNsb3dlc3RfETEFuAQgewW3dDogMC4wMDBzLCByZWdpb25faWQ6IDIsIHN0b3JlOgkHDDEsIH0VIBhudW06MSwgBXoQX2tleXMZDlxieXRlOjg5fXDUBHj///////////8BGAE=')\n# Resource_group: default\nupdate mysql.tidb set variable_value='139' where variable_name='tidb_server_version';"] [2025/04/04 10:46:06.833 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=80] [error="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV"] [errorVerbose="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:2092\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1917\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:853\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:117\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:437\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:672\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:552\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:794\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:924\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:278\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:240\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2336\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).Execute\n\tpkg/session/session.go:1565\ngithub.com/pingcap/tidb/pkg/session.exec\n\tpkg/session/testutil.go:78\ngithub.com/pingcap/tidb/pkg/session.MustExec\n\tpkg/session/testutil.go:61\ngithub.com/pingcap/tidb/pkg/session.revertVersionAndVariables\n\tpkg/session/bootstrap_test.go:305\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140.func2\n\tpkg/session/bootstrap_test.go:1539\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1563\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:208\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:166\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:351\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:118\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:437\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:672\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:552\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:794\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:924\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:278\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:240\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2336\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).Execute\n\tpkg/session/session.go:1565\ngithub.com/pingcap/tidb/pkg/session.exec\n\tpkg/session/testutil.go:78\ngithub.com/pingcap/tidb/pkg/session.MustExec\n\tpkg/session/testutil.go:61\ngithub.com/pingcap/tidb/pkg/session.revertVersionAndVariables\n\tpkg/session/bootstrap_test.go:305\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140.func2\n\tpkg/session/bootstrap_test.go:1539\ngithub.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140\n\tpkg/session/bootstrap_test.go:1563\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] testutil.go:62: Error Trace: pkg/session/testutil.go:62 pkg/session/bootstrap_test.go:305 pkg/session/bootstrap_test.go:1539 pkg/session/bootstrap_test.go:1563 Error: Received unexpected error: [domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV github.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid external/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:2092 github.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute external/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1917 github.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit external/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:853 github.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit pkg/store/driver/txn/txn_driver.go:117 github.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit pkg/session/txn.go:437 github.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData pkg/session/session.go:672 github.com/pingcap/tidb/pkg/session.(*session).doCommit pkg/session/session.go:552 github.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry pkg/session/session.go:794 github.com/pingcap/tidb/pkg/session.(*session).CommitTxn pkg/session/session.go:924 github.com/pingcap/tidb/pkg/session.autoCommitAfterStmt pkg/session/tidb.go:278 github.com/pingcap/tidb/pkg/session.finishStmt pkg/session/tidb.go:240 github.com/pingcap/tidb/pkg/session.runStmt pkg/session/session.go:2336 github.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt pkg/session/session.go:2167 github.com/pingcap/tidb/pkg/session.(*session).Execute pkg/session/session.go:1565 github.com/pingcap/tidb/pkg/session.exec pkg/session/testutil.go:78 github.com/pingcap/tidb/pkg/session.MustExec pkg/session/testutil.go:61 github.com/pingcap/tidb/pkg/session.revertVersionAndVariables pkg/session/bootstrap_test.go:305 github.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140.func2 pkg/session/bootstrap_test.go:1539 github.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140 pkg/session/bootstrap_test.go:1563 testing.tRunner GOROOT/src/testing/testing.go:1690 runtime.goexit src/runtime/asm_amd64.s:1700 github.com/pingcap/errors.AddStack external/com_github_pingcap_errors/errors.go:178 github.com/pingcap/errors.Trace external/com_github_pingcap_errors/juju_adaptor.go:15 github.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr pkg/store/driver/error/error.go:208 github.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr pkg/store/driver/txn/error.go:166 github.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr pkg/store/driver/txn/txn_driver.go:351 github.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit pkg/store/driver/txn/txn_driver.go:118 github.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit pkg/session/txn.go:437 github.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData pkg/session/session.go:672 github.com/pingcap/tidb/pkg/session.(*session).doCommit pkg/session/session.go:552 github.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry pkg/session/session.go:794 github.com/pingcap/tidb/pkg/session.(*session).CommitTxn pkg/session/session.go:924 github.com/pingcap/tidb/pkg/session.autoCommitAfterStmt pkg/session/tidb.go:278 github.com/pingcap/tidb/pkg/session.finishStmt pkg/session/tidb.go:240 github.com/pingcap/tidb/pkg/session.runStmt pkg/session/session.go:2336 github.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt pkg/session/session.go:2167 github.com/pingcap/tidb/pkg/session.(*session).Execute pkg/session/session.go:1565 github.com/pingcap/tidb/pkg/session.exec pkg/session/testutil.go:78 github.com/pingcap/tidb/pkg/session.MustExec pkg/session/testutil.go:61 github.com/pingcap/tidb/pkg/session.revertVersionAndVariables pkg/session/bootstrap_test.go:305 github.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140.func2 pkg/session/bootstrap_test.go:1539 github.com/pingcap/tidb/pkg/session.TestTiDBUpgradeToVer140 pkg/session/bootstrap_test.go:1563 testing.tRunner GOROOT/src/testing/testing.go:1690 runtime.goexit src/runtime/asm_amd64.s:1700 Test: TestTiDBUpgradeToVer140 [2025/04/04 10:46:06.834 +00:00] [INFO] [db.go:567] ["Closing database"] [2025/04/04 10:46:06.834 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/04 10:46:06.834 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/04 10:46:06.834 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/04 10:46:06.834 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/04 10:46:06.834 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestTiDBUpgradeToVer140 (13.28s) === NAME FAIL coverage: 10.4% of statements -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 1 /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/25358/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/session/session_test_/session_test.runfiles/__main__/pkg/session/session_test_/session_test ================================================================================ [26,008 / 26,841] 277 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 1 of 34); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,012 / 26,841] 277 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 2 of 34); 41s remote-cache, linux-sandbox ... (70 actions running) [26,016 / 26,850] 277 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 2 of 34); 42s remote-cache, linux-sandbox ... (70 actions running) [26,016 / 26,850] 277 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 2 of 34); 43s remote-cache, linux-sandbox ... (70 actions running) [26,017 / 26,850] 277 / 457 tests; Testing //pkg/executor/test/loaddatatest:loaddatatest_test (shard 8 of 12); 42s remote-cache, linux-sandbox ... (70 actions running) [26,019 / 26,850] 277 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 19); 39s remote-cache, linux-sandbox ... (70 actions running) [26,020 / 26,854] 277 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 19); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,022 / 26,854] 277 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 19); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,022 / 26,854] 277 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 19); 43s remote-cache, linux-sandbox ... (70 actions running) [26,023 / 26,854] 277 / 457 tests; Testing //pkg/executor/test/loaddatatest:loaddatatest_test (shard 9 of 12); 43s remote-cache, linux-sandbox ... (70 actions running) [26,024 / 26,854] 277 / 457 tests; Testing //pkg/executor/test/loaddatatest:loaddatatest_test (shard 9 of 12); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,026 / 26,854] 277 / 457 tests; Testing //pkg/executor/test/loaddatatest:loaddatatest_test (shard 9 of 12); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,026 / 26,854] 277 / 457 tests; Testing //pkg/executor/test/loaddatatest:loaddatatest_test (shard 9 of 12); 47s remote-cache, linux-sandbox ... (70 actions running) [26,028 / 26,854] 277 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 34); 45s remote-cache, linux-sandbox ... (70 actions running) [26,028 / 26,854] 277 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 34); 47s remote-cache, linux-sandbox ... (70 actions running) [26,029 / 26,854] 277 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 34); 48s remote-cache, linux-sandbox ... (70 actions running) [26,029 / 26,854] 277 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 34); 49s remote-cache, linux-sandbox ... (70 actions running) [26,034 / 26,854] 278 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 34); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,035 / 26,854] 278 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 34); 52s remote-cache, linux-sandbox ... (70 actions running) [26,035 / 26,854] 278 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 34); 53s remote-cache, linux-sandbox ... (70 actions running) [26,038 / 26,854] 278 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 47 of 49); 50s remote-cache, linux-sandbox ... (70 actions running) [26,038 / 26,854] 278 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 47 of 49); 52s remote-cache, linux-sandbox ... (70 actions running) [26,039 / 26,854] 278 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 47 of 49); 53s remote-cache, linux-sandbox ... (70 actions running) [26,040 / 26,854] 278 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 47 of 49); 54s remote-cache, linux-sandbox ... (70 actions running) [26,042 / 26,854] 278 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 47 of 49); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,044 / 26,854] 278 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 34); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,046 / 26,862] 279 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 34); 54s remote-cache, linux-sandbox ... (70 actions running) [26,046 / 26,862] 279 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 34); 55s remote-cache, linux-sandbox ... (70 actions running) [26,048 / 26,862] 279 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 34); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,049 / 26,862] 279 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 34); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,051 / 26,862] 279 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 34); 59s remote-cache, linux-sandbox ... (70 actions running) [26,052 / 26,862] 279 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 34); 60s remote-cache, linux-sandbox ... (70 actions running) [26,054 / 26,862] 279 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 34); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,057 / 26,862] 279 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 34); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,059 / 26,862] 280 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 34); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,059 / 26,862] 280 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 34); 65s remote-cache, linux-sandbox ... (70 actions running) [26,060 / 26,862] 280 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 34); 66s remote-cache, linux-sandbox ... (70 actions running) [26,060 / 26,862] 280 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 34); 67s remote-cache, linux-sandbox ... (70 actions running) [26,061 / 26,862] 280 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 34); 68s remote-cache, linux-sandbox ... (70 actions running) [26,061 / 26,862] 280 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 34); 69s remote-cache, linux-sandbox ... (70 actions running) [26,064 / 26,862] 280 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 34); 70s remote-cache, linux-sandbox ... (70 actions running) [26,065 / 26,862] 280 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 34); 67s remote-cache, linux-sandbox ... (70 actions running) [26,067 / 26,862] 280 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 34); 68s remote-cache, linux-sandbox ... (70 actions running) [26,071 / 26,881] 280 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 34); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,075 / 26,881] 280 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 34); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,075 / 26,881] 280 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 34); 72s remote-cache, linux-sandbox ... (70 actions running) [26,076 / 26,881] 280 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 34); 73s remote-cache, linux-sandbox ... (70 actions running) [26,078 / 26,881] 280 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 34); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,084 / 26,881] 280 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 34); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,087 / 26,881] 280 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 54s remote-cache, linux-sandbox ... (69 actions running) [26,093 / 26,883] 281 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 55s remote-cache, linux-sandbox ... (69 actions running) [26,097 / 26,883] 282 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 57s remote-cache, linux-sandbox ... (70 actions running) [26,102 / 26,883] 283 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 58s remote-cache, linux-sandbox ... (70 actions running) [26,108 / 26,885] 283 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,110 / 26,885] 283 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,118 / 26,885] 283 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 61s remote-cache, linux-sandbox ... (69 actions running) [26,122 / 26,887] 284 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,122 / 26,887] 284 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 64s remote-cache, linux-sandbox ... (70 actions running) [26,125 / 26,887] 285 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 65s remote-cache, linux-sandbox ... (70 actions running) [26,129 / 26,887] 285 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,130 / 26,887] 285 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 68s remote-cache, linux-sandbox ... (70 actions running) [26,133 / 26,887] 285 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,139 / 26,887] 285 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 71s remote-cache, linux-sandbox ... (70 actions running) [26,142 / 26,889] 285 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 72s remote-cache, linux-sandbox ... (70 actions running) [26,142 / 26,889] 285 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 73s remote-cache, linux-sandbox ... (70 actions running) [26,144 / 26,889] 285 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,147 / 26,889] 286 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,153 / 26,891] 286 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 77s remote-cache, linux-sandbox ... (70 actions running) [26,157 / 26,891] 286 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 78s remote-cache, linux-sandbox ... (70 actions running) [26,158 / 26,891] 286 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,159 / 26,891] 287 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 81s remote-cache, linux-sandbox ... (70 actions running) [26,164 / 26,891] 287 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 82s remote-cache, linux-sandbox ... (70 actions running) [26,169 / 26,891] 287 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,174 / 26,931] 287 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,185 / 26,960] 287 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 86s remote-cache, linux-sandbox ... (70 actions running) [26,194 / 27,015] 287 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 87s remote-cache, linux-sandbox ... (69 actions running) [26,197 / 27,015] 287 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,200 / 27,015] 287 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,202 / 27,015] 287 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 91s remote-cache, linux-sandbox ... (70 actions running) [26,204 / 27,015] 287 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 92s remote-cache, linux-sandbox ... (70 actions running) [26,205 / 27,015] 287 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 93s remote-cache, linux-sandbox ... (70 actions running) [26,209 / 27,015] 287 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,210 / 27,015] 287 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 96s remote-cache, linux-sandbox ... (70 actions running) [26,213 / 27,015] 287 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 97s remote-cache, linux-sandbox ... (70 actions running) [26,217 / 27,015] 287 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,223 / 27,015] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,228 / 27,015] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 83s remote-cache, linux-sandbox ... (70 actions running) [26,232 / 27,015] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 84s remote-cache, linux-sandbox ... (70 actions running) [26,235 / 27,015] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,237 / 27,015] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 87s remote-cache, linux-sandbox ... (70 actions running) [26,238 / 27,015] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,239 / 27,015] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 90s remote-cache, linux-sandbox ... (70 actions running) [26,241 / 27,015] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 91s remote-cache, linux-sandbox ... (70 actions running) [26,244 / 27,015] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 92s remote-cache, linux-sandbox ... (70 actions running) [26,247 / 27,015] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,253 / 27,064] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,253 / 27,064] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 96s remote-cache, linux-sandbox ... (70 actions running) [26,256 / 27,064] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 97s remote-cache, linux-sandbox ... (70 actions running) [26,259 / 27,064] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 99s remote-cache, linux-sandbox ... (70 actions running) [26,261 / 27,064] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,263 / 27,064] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,264 / 27,064] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,266 / 27,064] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 104s remote-cache, linux-sandbox ... (70 actions running) [26,270 / 27,064] 287 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 105s remote-cache, linux-sandbox ... (70 actions running) [26,275 / 27,064] 288 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,281 / 27,064] 288 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,285 / 27,064] 288 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,288 / 27,064] 288 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) FAIL: //pkg/executor/test/splittest:splittest_test (shard 1 of 3) (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/splittest/splittest_test/shard_1_of_3/test_attempts/attempt_1.log) [26,294 / 27,064] 288 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 111s remote-cache, linux-sandbox ... (70 actions running) FAIL: //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 11 of 22) (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_11_of_22/test_attempts/attempt_1.log) [26,297 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 98s remote-cache, linux-sandbox ... (70 actions running) [26,303 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,307 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,311 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 102s remote-cache, linux-sandbox ... (70 actions running) [26,313 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 103s remote-cache, linux-sandbox ... (70 actions running) [26,318 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,321 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,324 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 107s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,331 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,335 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 109s remote-cache, linux-sandbox ... (70 actions running) [26,340 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 110s remote-cache, linux-sandbox ... (70 actions running) [26,342 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 111s remote-cache, linux-sandbox ... (70 actions running) [26,346 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 112s remote-cache, linux-sandbox ... (70 actions running) [26,349 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 113s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,354 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,360 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 116s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,366 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 117s remote-cache, linux-sandbox ... (70 actions running) [26,370 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 118s remote-cache, linux-sandbox ... (70 actions running) [26,373 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 119s remote-cache, linux-sandbox ... (70 actions running) [26,377 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 121s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,381 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 122s remote-cache, linux-sandbox ... (70 actions running) [26,390 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 123s remote-cache, linux-sandbox ... (70 actions running) [26,393 / 27,064] 289 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 124s remote-cache, linux-sandbox ... (70 actions running) [26,394 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 75s remote-cache, linux-sandbox ... (70 actions running) [26,396 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 76s remote-cache, linux-sandbox ... (70 actions running) [26,400 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,406 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,412 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,415 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,419 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 82s remote-cache, linux-sandbox ... (70 actions running) [26,423 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 83s remote-cache, linux-sandbox ... (70 actions running) [26,427 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 84s remote-cache, linux-sandbox ... (70 actions running) [26,433 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 86s remote-cache, linux-sandbox ... (70 actions running) [26,439 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 88s remote-cache, linux-sandbox ... (70 actions running) [26,441 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 89s remote-cache, linux-sandbox ... (70 actions running) [26,445 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 90s remote-cache, linux-sandbox ... (70 actions running) [26,451 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 91s remote-cache, linux-sandbox ... (70 actions running) [26,457 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 92s remote-cache, linux-sandbox ... (70 actions running) [26,459 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 93s remote-cache, linux-sandbox ... (70 actions running) [26,461 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 94s remote-cache, linux-sandbox ... (70 actions running) [26,463 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,466 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 97s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,472 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,477 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,481 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,484 / 27,064] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 101s remote-cache, linux-sandbox ... (70 actions running) INFO: From Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 11 of 22): ==================== Test output for //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 11 of 22): === RUN TestIssue31129 [2025/04/04 10:47:58.542 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/04 10:47:58.548 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:47:58.548 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:47:58.561 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:47:58.561 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:47:58.569 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:47:58.603 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=5e3f52be-6e2a-4572-860e-4396011f1141] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:47:59.097 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:47:59.097 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:47:59.100 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\tpkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\tpkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStore\n\tpkg/testkit/mockstore.go:77\npkg/executor/test/jointest/hashjoin/hashjoin_test.TestIssue31129\n\tpkg/executor/test/jointest/hashjoin/hash_join_test.go:429\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:47:59.701 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=600.900164ms] [2025/04/04 10:47:59.701 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:47:59.702 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=603.175102ms] [2025/04/04 10:47:59.703 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=0] ["reload ts"=457117186051801088] [2025/04/04 10:47:59.704 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=e576f4ad-5282-4b1d-acb0-bf0f4c11527a] [runWorker=true] [jobVersion=v2] [2025/04/04 10:47:59.704 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:47:59.709 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:47:59.709 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:47:59.709 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=e576f4ad-5282-4b1d-acb0-bf0f4c11527a] [2025/04/04 10:47:59.711 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:47:59.711 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:47:59.712 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\tpkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\tpkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\tpkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:47:59.710 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:47:59.712 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:47:59.712 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:47:59.713 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:47:59.713 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:47:59.713 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:47:59.713 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:47:59.713 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:47:59.713 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:47:59.713 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:47:59.713 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:47:59.713 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:47:59.714 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:47:59.797 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:59.77 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:47:59.797 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:59.77 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/04 10:47:59.817 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:47:59.77 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:00.543 +00:00] [INFO] [pd.go:432] ["adaptive update ts interval state transition"] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/04/04 10:48:00.600 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=743.398151ms] [2025/04/04 10:48:00.600 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:48:00.601 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=745.161737ms] [2025/04/04 10:48:00.601 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=1] ["reload ts"=457117186287468544] [2025/04/04 10:48:00.631 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:00.631 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/04 10:48:00.632 +00:00] [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"=776.254602ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:59.77 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:00.678 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:47:59.77 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:00.748 +00:00] [WARN] [runaway.go:85] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:152\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:69\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:2019\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1984\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.ExecRCRestrictedSQL\n\tpkg/resourcegroup/runaway/record.go:382\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*systemTableReader).Read\n\tpkg/resourcegroup/runaway/syncer.go:192\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.getRunawayWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:76\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:67\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getNewWatchRecords\n\tpkg/resourcegroup/runaway/syncer.go:59\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*Manager).UpdateNewAndDoneWatch\n\tpkg/resourcegroup/runaway/manager.go:402\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:75\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 10:48:00.758 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/04 10:48:00.766 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/04 10:48:00.776 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/04 10:48:00.846 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=UTC] [2025/04/04 10:48:01.140 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:00.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:01.140 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:00.872 +0000 UTC, 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/04 10:48:01.190 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:00.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:01.718 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:48:01.804 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=17.425491ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:01.823 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:01.823 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/04 10:48:01.827 +00:00] [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"=41.704928ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:00.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:01.891 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:00.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:02.392 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/04 10:48:02.393 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:48:02.609 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:02.479 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:02.609 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:02.479 +0000 UTC, 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/04 10:48:02.674 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:02.479 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:02.822 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=4.057803ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:02.876 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:02.876 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/04 10:48:02.878 +00:00] [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"=50.420309ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:02.479 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:02.938 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:02.479 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:03.065 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/04 10:48:03.067 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/04 10:48:03.208 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.129 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:03.208 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.129 +0000 UTC, 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/04 10:48:03.229 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:03.129 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:03.341 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=3.317952ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:03.359 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:03.360 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/04 10:48:03.361 +00:00] [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"=24.310248ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.129 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:03.397 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:03.129 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:03.503 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/04 10:48:03.504 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/04 10:48:03.762 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:03.762 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.571 +0000 UTC, 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/04 10:48:03.788 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:03.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.138 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=9.561535ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:04.176 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:04.176 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/04 10:48:04.180 +00:00] [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"=52.779231ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.250 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:03.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.456 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/04 10:48:04.457 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:48:04.578 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.501 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:04.578 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.501 +0000 UTC, 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/04 10:48:04.601 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:04.501 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.758 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=4.703437ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:04.779 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:04.779 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/04 10:48:04.779 +00:00] [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"=27.562202ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.501 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.817 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:04.501 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.917 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/04 10:48:04.918 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:48:05.049 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.953 +0000 UTC, 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/04 10:48:05.049 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:05.074 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:04.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.248 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=4.629597ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:05.269 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:05.270 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/04 10:48:05.270 +00:00] [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"=44.118877ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.307 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:04.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.411 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/04 10:48:05.412 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:48:05.505 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:05.506 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.435 +0000 UTC, 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/04 10:48:05.539 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:05.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.680 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=2.568582ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:05.697 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:05.697 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/04 10:48:05.697 +00:00] [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"=20.409632ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.733 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:05.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.827 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/04 10:48:05.828 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/04 10:48:05.901 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.859 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:05.901 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.859 +0000 UTC, 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/04 10:48:05.923 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:05.859 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.031 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=2.745717ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:06.049 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:06.049 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/04 10:48:06.050 +00:00] [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"=22.382224ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.859 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.100 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:05.859 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.166 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/04 10:48:06.168 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/04 10:48:06.296 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.211 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:06.296 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.211 +0000 UTC, 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/04 10:48:06.321 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:06.211 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.438 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=3.878167ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:06.473 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:06.473 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/04 10:48:06.475 +00:00] [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"=42.249782ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.211 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.507 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:06.211 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.610 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/04 10:48:06.611 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/04 10:48:06.718 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:06.718 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.643 +0000 UTC, 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/04 10:48:06.732 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:06.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.854 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=3.726769ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:06.877 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:06.877 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/04 10:48:06.878 +00:00] [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"=28.467629ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.907 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:06.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.993 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/04 10:48:06.994 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/04 10:48:07.009 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:48:07.128 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.029 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:07.128 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.029 +0000 UTC, 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/04 10:48:07.150 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:07.029 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.348 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=7.676724ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:07.367 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:07.367 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/04 10:48:07.367 +00:00] [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"=28.160186ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.029 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.410 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:07.029 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.565 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/04 10:48:07.566 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:48:07.692 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:07.703 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.6 +0000 UTC, 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/04 10:48:07.744 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:07.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.928 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=4.695473ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:07.946 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:07.946 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/04 10:48:07.947 +00:00] [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"=24.312622ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:08.004 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:07.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:08.191 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/04 10:48:08.193 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/04 10:48:08.327 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:08.26 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:08.328 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:08.26 +0000 UTC, 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/04 10:48:08.383 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:08.26 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:08.545 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=3.518691ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:08.582 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:08.583 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/04 10:48:08.583 +00:00] [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"=42.616613ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:08.26 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:08.637 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:08.26 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:08.758 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/04 10:48:08.762 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:48:08.849 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:08.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:08.850 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:08.8 +0000 UTC, 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/04 10:48:08.869 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:08.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.028 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=3.30729ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:09.044 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:09.044 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/04 10:48:09.049 +00:00] [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"=24.611639ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:08.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.079 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:08.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.157 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/04 10:48:09.157 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:48:09.234 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:09.234 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.185 +0000 UTC, 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/04 10:48:09.256 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:09.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.346 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=3.083213ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:09.374 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:09.374 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/04 10:48:09.376 +00:00] [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"=34.296003ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.404 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:09.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.491 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/04 10:48:09.492 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:48:09.679 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:09.679 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.575 +0000 UTC, 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/04 10:48:09.695 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:09.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.863 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=3.428703ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:09.884 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:09.884 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/04 10:48:09.886 +00:00] [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"=26.81493ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.936 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:09.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:10.059 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/04 10:48:10.061 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/04 10:48:10.330 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.127 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:10.330 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.127 +0000 UTC, 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/04 10:48:10.349 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:10.127 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:10.622 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=8.744195ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:10.650 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:10.651 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/04 10:48:10.651 +00:00] [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"=39.276487ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.127 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:10.698 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:10.127 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:10.804 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/04 10:48:10.805 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/04 10:48:10.961 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.837 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:10.962 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.837 +0000 UTC, 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/04 10:48:10.987 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:10.837 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.206 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=6.213849ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:11.235 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:11.235 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/04 10:48:11.235 +00:00] [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"=36.211ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.837 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.300 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:10.837 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.489 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/04 10:48:11.491 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:48:11.649 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:11.547 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:11.651 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:11.547 +0000 UTC, 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/04 10:48:11.700 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:11.547 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.818 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=3.59277ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:11.837 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:11.837 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/04 10:48:11.838 +00:00] [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"=25.116505ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:11.547 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.871 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:11.547 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.006 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/04 10:48:12.007 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:48:12.096 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.042 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:12.098 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.042 +0000 UTC, 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/04 10:48:12.120 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:12.042 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.294 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=2.556976ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:12.324 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:12.324 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/04 10:48:12.326 +00:00] [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"=34.580837ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.042 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.374 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:12.042 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.468 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/04 10:48:12.470 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/04 10:48:12.539 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:12.542 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.507 +0000 UTC, 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/04 10:48:12.559 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:12.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.639 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=1.836445ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:12.664 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:12.665 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/04 10:48:12.667 +00:00] [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"=31.034924ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.698 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:12.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.777 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/04 10:48:12.778 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/04 10:48:12.886 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.809 +0000 UTC, 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/04 10:48:12.886 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:12.908 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:12.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:13.066 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=4.366201ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:13.104 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:13.105 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/04 10:48:13.105 +00:00] [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"=44.337294ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:13.140 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:12.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:13.295 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/04 10:48:13.296 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/04 10:48:13.415 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:13.329 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:13.415 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:13.329 +0000 UTC, 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/04 10:48:13.430 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:13.329 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:13.606 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=12.380023ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:13.660 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:13.660 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/04 10:48:13.661 +00:00] [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"=68.643339ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:13.329 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:13.729 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:13.329 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:13.887 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/04 10:48:13.888 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:48:14.057 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:13.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:14.058 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:13.966 +0000 UTC, 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/04 10:48:14.100 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:13.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:14.275 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=16.551553ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:14.298 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:14.299 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/04 10:48:14.299 +00:00] [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"=44.061832ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:13.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:14.339 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:13.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:14.509 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/04 10:48:14.509 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/04 10:48:14.711 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:14.596 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:14.711 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:14.596 +0000 UTC, 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/04 10:48:14.758 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:14.596 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:14.899 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=2.683872ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:14.915 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:14.916 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/04 10:48:14.916 +00:00] [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"=20.518111ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:14.596 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:14.949 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:14.596 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.077 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/04 10:48:15.078 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/04 10:48:15.199 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:15.200 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.125 +0000 UTC, 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/04 10:48:15.217 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:15.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.328 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=2.998679ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:15.344 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:15.344 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/04 10:48:15.344 +00:00] [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"=20.303073ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.400 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:15.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.485 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/04 10:48:15.486 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:48:15.611 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:15.611 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.565 +0000 UTC, 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/04 10:48:15.643 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:15.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.772 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=10.778181ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:15.792 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:15.792 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/04 10:48:15.792 +00:00] [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"=32.46998ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.829 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:15.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.903 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/04 10:48:15.904 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/04 10:48:15.914 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:48:15.989 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.934 +0000 UTC, 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/04 10:48:15.989 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:16.009 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:15.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.134 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=3.70774ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:16.180 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:16.180 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/04 10:48:16.182 +00:00] [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"=53.045033ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.219 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:15.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.347 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/04 10:48:16.348 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:48:16.497 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:16.396 +0000 UTC, 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/04 10:48:16.498 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:16.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:16.541 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:16.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.673 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=3.427841ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:16.706 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:16.706 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/04 10:48:16.707 +00:00] [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"=38.547152ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:16.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.755 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:16.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.880 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/04 10:48:16.881 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:48:17.031 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:16.927 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:17.031 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:16.927 +0000 UTC, 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/04 10:48:17.057 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:16.927 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:17.299 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=4.066899ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:17.324 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:17.324 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/04 10:48:17.324 +00:00] [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"=30.344831ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:16.927 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:17.386 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:16.927 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:17.504 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/04 10:48:17.505 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:48:17.696 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:17.549 +0000 UTC, 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/04 10:48:17.705 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:17.549 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:17.737 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:17.549 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:18.066 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=9.786346ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:18.121 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:18.122 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/04 10:48:18.122 +00:00] [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"=120.163508ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:17.549 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:18.191 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:17.549 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:18.430 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/04 10:48:18.433 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/04 10:48:18.526 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:18.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:18.528 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:18.465 +0000 UTC, 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/04 10:48:18.544 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:18.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:18.691 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=2.186841ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:18.711 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:18.711 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/04 10:48:18.712 +00:00] [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"=24.152767ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:18.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:18.742 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:18.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:18.793 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/04 10:48:18.794 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/04 10:48:19.071 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:18.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:19.071 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:18.925 +0000 UTC, 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/04 10:48:19.093 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:18.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:19.331 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=3.766673ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:48:19.375 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:19.376 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/04 10:48:19.377 +00:00] [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"=51.130571ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:18.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:19.407 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:18.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:19.549 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/04 10:48:19.635 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:19.635 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.577 +0000 UTC, 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/04 10:48:19.658 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:19.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:19.790 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=3.557318ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:19.807 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:19.807 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/04 10:48:19.808 +00:00] [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"=22.576709ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:19.837 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:19.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:19.923 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/04 10:48:19.924 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/04 10:48:20.006 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.958 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:20.006 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.958 +0000 UTC, 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/04 10:48:20.026 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:19.958 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.149 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=2.71662ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:20.164 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:20.164 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/04 10:48:20.167 +00:00] [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"=21.092475ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.958 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.196 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:19.958 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.261 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/04 10:48:20.262 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2025/04/04 10:48:20.335 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:20.336 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.285 +0000 UTC, 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/04 10:48:20.354 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:20.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.467 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=3.598095ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:20.487 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:20.487 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/04 10:48:20.488 +00:00] [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"=26.129165ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.524 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:20.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.618 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/04 10:48:20.621 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2025/04/04 10:48:20.808 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:20.809 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.665 +0000 UTC, 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/04 10:48:20.860 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:20.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:21.102 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=5.583114ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:21.117 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:21.117 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/04 10:48:21.117 +00:00] [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"=22.043183ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:21.148 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:20.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:21.283 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/04 10:48:21.285 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2025/04/04 10:48:21.404 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:21.404 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.321 +0000 UTC, 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/04 10:48:21.426 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:21.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:21.623 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=5.631249ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:21.640 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:21.640 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/04 10:48:21.642 +00:00] [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"=26.175513ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:21.688 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:21.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:21.866 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/04 10:48:21.867 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2025/04/04 10:48:22.004 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.9 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:22.004 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.9 +0000 UTC, 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/04 10:48:22.023 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:21.9 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.256 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=6.384447ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:22.271 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:22.272 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/04 10:48:22.273 +00:00] [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"=24.504759ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.9 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.303 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:21.9 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.428 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/04 10:48:22.429 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2025/04/04 10:48:22.642 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:22.458 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:22.642 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:22.458 +0000 UTC, 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/04 10:48:22.661 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:22.458 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.935 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=7.138513ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:22.950 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:22.951 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/04 10:48:22.953 +00:00] [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"=26.646303ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:22.458 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.987 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:22.458 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.122 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/04 10:48:23.124 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:48:23.287 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:23.289 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.161 +0000 UTC, 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/04 10:48:23.317 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:23.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.571 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=6.841973ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:23.586 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:23.586 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/04 10:48:23.588 +00:00] [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"=24.88556ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.641 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:23.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.844 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/04 10:48:23.845 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:48:24.039 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.906 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:24.039 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.906 +0000 UTC, 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/04 10:48:24.072 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:23.906 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:24.302 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=5.093706ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:24.318 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:24.319 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/04 10:48:24.321 +00:00] [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"=25.001129ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.906 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:24.352 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:23.906 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:24.480 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/04 10:48:24.481 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2025/04/04 10:48:24.590 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:24.517 +0000 UTC, 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/04 10:48:24.600 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:24.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:24.614 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:24.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:24.795 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=4.790982ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:24.824 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:24.826 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/04 10:48:24.828 +00:00] [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"=38.607322ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:24.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:24.864 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:24.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:25.041 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/04 10:48:25.042 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:48:25.186 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:25.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:25.186 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:25.078 +0000 UTC, 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/04 10:48:25.200 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:25.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:25.413 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=4.764174ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:25.431 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:25.431 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/04 10:48:25.432 +00:00] [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"=24.598198ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:25.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:25.474 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:25.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:25.600 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/04 10:48:25.602 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:48:25.850 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:25.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:25.850 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:25.693 +0000 UTC, 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/04 10:48:25.872 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:25.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:26.224 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=8.357069ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:26.244 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:26.244 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/04 10:48:26.245 +00:00] [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"=30.826573ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:25.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:26.293 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:25.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:26.454 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/04 10:48:26.456 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2025/04/04 10:48:26.574 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:26.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:26.574 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:26.493 +0000 UTC, 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/04 10:48:26.595 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:26.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:26.754 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=4.693646ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:26.769 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:26.769 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/04 10:48:26.771 +00:00] [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"=24.874184ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:26.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:26.797 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:26.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:26.903 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/04 10:48:26.904 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:48:26.979 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:26.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:26.979 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:26.932 +0000 UTC, 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/04 10:48:26.996 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:26.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.079 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=2.979793ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:27.095 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:27.096 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/04 10:48:27.097 +00:00] [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"=22.327789ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:26.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.133 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:26.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.198 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/04 10:48:27.199 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2025/04/04 10:48:27.272 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:27.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:27.272 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:27.223 +0000 UTC, 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/04 10:48:27.284 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:27.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.384 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=3.328856ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:27.400 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:27.400 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/04 10:48:27.408 +00:00] [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"=23.51897ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:27.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.438 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:27.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.530 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/04 10:48:27.532 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2025/04/04 10:48:27.542 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:48:27.616 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:27.561 +0000 UTC, 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/04 10:48:27.616 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:27.561 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:27.632 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:27.561 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.738 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=5.330299ms] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:27.748 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:48:27.749 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:48:27.749 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:48:27.750 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:48:27.754 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:27.754 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/04 10:48:27.756 +00:00] [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"=35.09541ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:27.561 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.792 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:27.561 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.884 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/04 10:48:27.886 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/04 10:48:27.923 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:27.905 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:27.923 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:27.905 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 10:48:27.942 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:27.905 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.983 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=627.105ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 10:48:27.998 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:27.998 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/04 10:48:28.001 +00:00] [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"=31.363451ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:27.905 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:28.025 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:27.905 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:28.078 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/04 10:48:28.079 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/04 10:48:28.159 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:28.159 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.113 +0000 UTC, 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/04 10:48:28.179 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:28.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:28.314 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=2.397936ms] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:48:28.344 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:28.345 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/04 10:48:28.351 +00:00] [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"=41.294267ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:28.402 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:28.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:28.483 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/04 10:48:28.676 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:28.677 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.526 +0000 UTC, 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/04 10:48:28.754 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:28.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:29.051 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=5.470987ms] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:29.085 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:29.085 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/04 10:48:29.093 +00:00] [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"=48.739371ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:29.150 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:28.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:29.307 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/04 10:48:29.308 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/04 10:48:29.387 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:29.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:29.388 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:29.331 +0000 UTC, 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/04 10:48:29.438 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:29.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:29.589 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=5.000543ms] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:29.605 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:29.606 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/04 10:48:29.606 +00:00] [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"=23.451298ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:29.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:29.634 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:29.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:29.699 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/04 10:48:29.706 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/04 10:48:29.844 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:29.779 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:29.846 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:29.779 +0000 UTC, 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/04 10:48:29.863 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:29.779 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:29.963 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=3.815156ms] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:29.978 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:29.978 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/04 10:48:29.981 +00:00] [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"=22.522728ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:29.779 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:30.009 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:29.779 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:30.078 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/04 10:48:30.078 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/04 10:48:31.228 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=31.514793864s] [2025/04/04 10:48:31.230 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:48:31.230 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=e576f4ad-5282-4b1d-acb0-bf0f4c11527a] [2025/04/04 10:48:31.230 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:48:31.231 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:48:31.231 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=155.025ยตs] [2025/04/04 10:48:31.231 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=173.135ยตs] [2025/04/04 10:48:31.231 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=128.33ยตs] [2025/04/04 10:48:31.231 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=101.049ยตs] [2025/04/04 10:48:31.232 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=102.05ยตs] [2025/04/04 10:48:31.232 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=102.371ยตs] [2025/04/04 10:48:31.232 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=95.58ยตs] [2025/04/04 10:48:31.232 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=108.923ยตs] [2025/04/04 10:48:31.232 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=100.468ยตs] [2025/04/04 10:48:31.233 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=94.721ยตs] [2025/04/04 10:48:31.233 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=e576f4ad-5282-4b1d-acb0-bf0f4c11527a] [2025/04/04 10:48:31.233 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:48:31.233 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:48:31.272 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=e576f4ad-5282-4b1d-acb0-bf0f4c11527a] ["take time"=42.255451ms] [2025/04/04 10:48:31.272 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=e576f4ad-5282-4b1d-acb0-bf0f4c11527a] [2025/04/04 10:48:31.272 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:48:31.273 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:48:31.273 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:48:31.273 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:48:31.273 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:48:31.273 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:48:31.273 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:48:31.273 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:48:31.273 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:48:31.273 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:48:31.273 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:48:31.273 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:48:31.273 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:48:31.273 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:48:31.274 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:48:31.274 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=43.978951ms] [2025/04/04 10:48:31.274 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=5e3f52be-6e2a-4572-860e-4396011f1141] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:48:31.517 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:48:31.517 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:48:32.029 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=509.82956ms] [2025/04/04 10:48:32.029 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:48:32.029 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=511.634908ms] [2025/04/04 10:48:32.030 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=55] ["reload ts"=457117194526392320] [2025/04/04 10:48:32.073 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [runWorker=true] [jobVersion=v2] [2025/04/04 10:48:32.082 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:48:32.082 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:48:32.083 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [2025/04/04 10:48:32.085 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:48:32.085 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:48:32.086 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:48:32.086 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:48:32.086 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:48:32.086 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:48:32.086 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:48:32.086 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:48:32.086 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:48:32.086 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:48:32.086 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:48:32.086 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:48:32.086 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:48:32.086 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:48:32.087 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:48:32.087 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:48:32.127 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:48:32.128 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 10:48:32.128 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [2025/04/04 10:48:32.218 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/04 10:48:32.224 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:48:32.226 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:48:32.298 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:48:32.320 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:48:32.320 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 10:48:32.323 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [2025/04/04 10:48:32.322 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:48:32.323 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/04 10:48:32.323 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 10:48:32.323 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:48:32.323 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:48:32.323 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:48:32.324 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:48:32.327 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/04 10:48:32.357 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] testkit.go:123: RefreshSession rand seed: 1743763712358619471 [2025/04/04 10:48:32.359 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/04 10:48:32.359 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/04 10:48:32.373 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [ttl-worker=task-manager] [ttl-worker=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [originalCount=0] [newCount=4] [2025/04/04 10:48:32.373 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [ttl-worker=task-manager] [ttl-worker=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [originalCount=0] [newCount=4] [2025/04/04 10:48:32.373 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [2025/04/04 10:48:32.379 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=test] [sql="DROP TABLE IF EXISTS t, s"] [user=] [2025/04/04 10:48:32.519 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:32.432 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:32.519 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:32.432 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t(pk int primary key, a int)"] [2025/04/04 10:48:32.538 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:32.432 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:32.542 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t)"] [2025/04/04 10:48:32.619 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=2.025306ms] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:32.637 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/04 10:48:32.639 +00:00] [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"=22.944829ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:32.432 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:32.670 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:32.432 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:32.720 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/04 10:48:32.721 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t(pk int primary key, a int)"] [user=] [2025/04/04 10:48:33.148 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:48:33.148 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:48:33.148 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:48:33.148 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:48:33.360 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2025/04/04 10:48:33.375 +00:00] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [groupID=ttl] [2025/04/04 10:48:33.375 +00:00] [INFO] [runtime.go:450] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2025/04/04 10:48:33.382 +00:00] [INFO] [scheduler_manager.go:442] ["collect loop start"] [server-id=:4000] [2025/04/04 10:48:33.382 +00:00] [INFO] [scheduler_manager.go:198] ["schedule task loop start"] [server-id=:4000] [2025/04/04 10:48:33.383 +00:00] [INFO] [scheduler_manager.go:366] ["cleanup loop start"] [server-id=:4000] [2025/04/04 10:48:33.383 +00:00] [INFO] [scheduler_manager.go:302] ["subtask table gc loop start"] [server-id=:4000] [2025/04/04 10:48:33.442 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:33.41 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:33.442 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:33.41 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table s(a int primary key)"] [2025/04/04 10:48:33.456 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:33.41 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:33.460 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 114, Table Name: s)"] [2025/04/04 10:48:33.523 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=1.611265ms] [gotSchemaVersion=57] [phyTblIDs="[114]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:33.539 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57] [2025/04/04 10:48:33.541 +00:00] [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"=20.321707ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:33.41 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:33.590 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:33.41 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:33.657 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=115] [2025/04/04 10:48:33.659 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=57] [cur_db=test] [sql="create table s(a int primary key)"] [user=] [2025/04/04 10:48:34.091 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:48:34.468 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:48:34.835 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze table column pk with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 10:48:34.492 +00:00] ["end time"=2025/04/04 10:48:34.805 +00:00] [cost=312.494378ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 10:48:35.099 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:48:35.501 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`s` has finished"] [partition=] ["job info"="analyze table all columns with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 10:48:35.116 +00:00] ["end time"=2025/04/04 10:48:35.486 +00:00] [cost=369.904635ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 10:48:35.763 +00:00] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="failpoint panic: IndexHashJoinBuildHashTablePanic"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\tpkg/util/misc.go:96\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\texternal/com_github_pingcap_failpoint/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\texternal/com_github_pingcap_failpoint/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\texternal/com_github_pingcap_failpoint/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\texternal/com_github_pingcap_failpoint/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\texternal/com_github_pingcap_failpoint/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\texternal/com_github_pingcap_failpoint/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).buildHashTableForOuterResult\n\tpkg/executor/join/index_lookup_hash_join.go:607\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask.func3\n\tpkg/executor/join/index_lookup_hash_join.go:707\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\tpkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\tpkg/util/misc.go:94\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:791\ngithub.com/pingcap/failpoint.actPanic\n\texternal/com_github_pingcap_failpoint/terms.go:344\ngithub.com/pingcap/failpoint.(*term).do\n\texternal/com_github_pingcap_failpoint/terms.go:311\ngithub.com/pingcap/failpoint.(*terms).eval\n\texternal/com_github_pingcap_failpoint/terms.go:116\ngithub.com/pingcap/failpoint.(*Failpoint).Eval\n\texternal/com_github_pingcap_failpoint/failpoint.go:129\ngithub.com/pingcap/failpoint.(*Failpoints).Eval\n\texternal/com_github_pingcap_failpoint/failpoints.go:231\ngithub.com/pingcap/failpoint.Eval\n\texternal/com_github_pingcap_failpoint/failpoints.go:311\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).buildHashTableForOuterResult\n\tpkg/executor/join/index_lookup_hash_join.go:607\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask.func3\n\tpkg/executor/join/index_lookup_hash_join.go:707\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\tpkg/util/misc.go:99"] [2025/04/04 10:48:35.765 +00:00] [ERROR] [misc.go:94] ["panic in the recoverable goroutine"] [r="runtime error: invalid memory address or nil pointer dereference"] ["stack trace"="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\tpkg/util/misc.go:96\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:791\nruntime.panicmem\n\tGOROOT/src/runtime/panic.go:262\nruntime.sigpanic\n\tGOROOT/src/runtime/signal_unix.go:917\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).getMatchedOuterRows\n\tpkg/executor/join/index_lookup_hash_join.go:774\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).collectMatchedInnerPtrs4OuterRows\n\tpkg/executor/join/index_lookup_hash_join.go:842\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).doJoinInOrder\n\tpkg/executor/join/index_lookup_hash_join.go:877\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\tpkg/executor/join/index_lookup_hash_join.go:733\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\tpkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\tpkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\tpkg/util/misc.go:99"] [stack="github.com/pingcap/tidb/pkg/util.WithRecovery.func1\n\tpkg/util/misc.go:94\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:791\nruntime.panicmem\n\tGOROOT/src/runtime/panic.go:262\nruntime.sigpanic\n\tGOROOT/src/runtime/signal_unix.go:917\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).getMatchedOuterRows\n\tpkg/executor/join/index_lookup_hash_join.go:774\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).collectMatchedInnerPtrs4OuterRows\n\tpkg/executor/join/index_lookup_hash_join.go:842\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).doJoinInOrder\n\tpkg/executor/join/index_lookup_hash_join.go:877\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).handleTask\n\tpkg/executor/join/index_lookup_hash_join.go:733\ngithub.com/pingcap/tidb/pkg/executor/join.(*indexHashJoinInnerWorker).run\n\tpkg/executor/join/index_lookup_hash_join.go:548\ngithub.com/pingcap/tidb/pkg/executor/join.(*IndexNestedLoopHashJoin).startWorkers.func2\n\tpkg/executor/join/index_lookup_hash_join.go:190\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\tpkg/util/misc.go:99"] hash_join_test.go:458: Error Trace: pkg/executor/test/jointest/hashjoin/hash_join_test.go:458 Error: Should be true Test: TestIssue31129 [2025/04/04 10:48:35.767 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:48:35.767 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [2025/04/04 10:48:35.767 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:48:35.767 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:48:35.767 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=198.586ยตs] [2025/04/04 10:48:35.768 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp general"] ["take time"=102.725ยตs] [2025/04/04 10:48:35.768 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [2025/04/04 10:48:35.768 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:48:35.768 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:48:35.770 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=2fcc6afc-c3e3-419d-837e-bd2408d216e5] ["take time"=3.212749ms] [2025/04/04 10:48:35.770 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [2025/04/04 10:48:35.770 +00:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/04 10:48:35.770 +00:00] [INFO] [runtime.go:202] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2025/04/04 10:48:35.770 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [ttl-worker=task-manager] [ttl-worker=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [originalCount=4] [newCount=0] [2025/04/04 10:48:35.771 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:48:35.771 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:48:35.771 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:48:35.771 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:48:35.771 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [ttl-worker=task-manager] [ttl-worker=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [originalCount=4] [newCount=0] [2025/04/04 10:48:35.798 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:48:35.801 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:48:35.801 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:48:35.802 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:48:35.811 +00:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [2025/04/04 10:48:35.812 +00:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/04 10:48:35.812 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [2025/04/04 10:48:35.812 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:48:35.812 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:48:35.812 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:48:35.812 +00:00] [INFO] [domain.go:1856] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [2025/04/04 10:48:35.812 +00:00] [INFO] [scheduler_manager.go:204] ["schedule task loop exits"] [server-id=:4000] [2025/04/04 10:48:35.817 +00:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/04 10:48:35.817 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:48:35.817 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:48:35.818 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:48:35.818 +00:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/04 10:48:35.818 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:48:35.818 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:48:35.818 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:48:35.818 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:48:35.818 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:48:35.818 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:48:35.818 +00:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/04 10:48:35.818 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:48:35.818 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:48:35.818 +00:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/04 10:48:35.818 +00:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/04 10:48:35.818 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:48:35.818 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:48:35.818 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [2025/04/04 10:48:35.818 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:48:35.818 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/04 10:48:35.818 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:48:35.818 +00:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/04 10:48:35.818 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:48:35.819 +00:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/04 10:48:35.819 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:48:35.819 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:48:35.818 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:48:35.819 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:48:35.819 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:48:35.819 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:48:35.819 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:48:35.819 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:48:35.819 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:48:35.819 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:48:35.819 +00:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/04 10:48:35.819 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:48:35.819 +00:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/04 10:48:35.819 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:48:35.819 +00:00] [INFO] [scheduler_manager.go:372] ["cleanup loop exits"] [server-id=:4000] [2025/04/04 10:48:35.819 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:48:35.819 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:48:35.819 +00:00] [INFO] [scheduler_manager.go:308] ["subtask history table gc loop exits"] [server-id=:4000] [2025/04/04 10:48:35.819 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:48:35.819 +00:00] [INFO] [scheduler_manager.go:448] ["collect loop exits"] [server-id=:4000] [2025/04/04 10:48:35.819 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:48:35.819 +00:00] [INFO] [domain.go:1858] ["dist task scheduler manager stopped"] [id=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [2025/04/04 10:48:35.819 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [2025/04/04 10:48:35.819 +00:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/04 10:48:35.820 +00:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/04 10:48:35.820 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 10:48:35.974 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=2fcc6afc-c3e3-419d-837e-bd2408d216e5] [2025/04/04 10:48:35.974 +00:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/04 10:48:35.974 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:48:35.987 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=220.798774ms] [2025/04/04 10:48:35.993 +00:00] [INFO] [db.go:567] ["Closing database"] [2025/04/04 10:48:35.995 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/04 10:48:35.995 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/04 10:48:35.995 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/04 10:48:35.995 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/04 10:48:35.995 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestIssue31129 (37.50s) === NAME FAIL coverage: 10.5% of statements -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 1 /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/25598/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test.runfiles/__main__/pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test ================================================================================ [26,493 / 27,080] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 102s remote-cache, linux-sandbox ... (70 actions running) [26,499 / 27,082] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 103s remote-cache, linux-sandbox ... (68 actions running) [26,500 / 27,082] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 104s remote-cache, linux-sandbox ... (70 actions running) [26,502 / 27,082] 290 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 105s remote-cache, linux-sandbox ... (70 actions running) FLAKY: //pkg/executor/test/splittest:splittest_test (Summary) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/splittest/splittest_test/shard_1_of_3/test_attempts/attempt_1.log INFO: From Testing //pkg/executor/test/splittest:splittest_test (shard 1 of 3): ==================== Test output for //pkg/executor/test/splittest:splittest_test (shard 1 of 3): === RUN TestClusterIndexShowTableRegion [2025/04/04 10:47:59.238 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/04 10:47:59.247 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:47:59.247 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:47:59.260 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:47:59.260 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:47:59.271 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:47:59.321 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=2daebb8b-7104-4b3a-8caf-6e6d8b217d51] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:47:59.827 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:47:59.827 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:47:59.830 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\tpkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\tpkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStore\n\tpkg/testkit/mockstore.go:77\npkg/executor/test/splittest/splittest_test.TestClusterIndexShowTableRegion\n\tpkg/executor/test/splittest/split_table_test.go:41\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:48:00.354 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=523.519199ms] [2025/04/04 10:48:00.355 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:48:00.355 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=526.545691ms] [2025/04/04 10:48:00.356 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=0] ["reload ts"=457117186222981120] [2025/04/04 10:48:00.357 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=ecab7d57-7a18-4562-bc98-c8dbc6e09eba] [runWorker=true] [jobVersion=v2] [2025/04/04 10:48:00.357 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:48:00.357 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:48:00.358 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:48:00.358 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:48:00.358 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:48:00.358 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:48:00.358 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:48:00.358 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:48:00.358 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:48:00.358 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:48:00.358 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:48:00.358 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:48:00.358 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:48:00.360 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:48:00.360 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:48:00.367 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=ecab7d57-7a18-4562-bc98-c8dbc6e09eba] [2025/04/04 10:48:00.368 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:48:00.373 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:48:00.373 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:48:00.376 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\tpkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\tpkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\tpkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:48:00.466 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:00.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/04 10:48:00.466 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:00.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:00.489 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:00.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:01.239 +00:00] [INFO] [pd.go:432] ["adaptive update ts interval state transition"] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/04/04 10:48:01.357 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=801.641036ms] [2025/04/04 10:48:01.357 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:48:01.357 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=803.32798ms] [2025/04/04 10:48:01.358 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=1] ["reload ts"=457117186485649408] [2025/04/04 10:48:01.365 +00:00] [WARN] [runaway.go:85] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:152\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:69\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:2019\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1984\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.ExecRCRestrictedSQL\n\tpkg/resourcegroup/runaway/record.go:382\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*systemTableReader).Read\n\tpkg/resourcegroup/runaway/syncer.go:192\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.getRunawayWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:76\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:67\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getNewWatchRecords\n\tpkg/resourcegroup/runaway/syncer.go:59\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*Manager).UpdateNewAndDoneWatch\n\tpkg/resourcegroup/runaway/manager.go:402\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:75\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 10:48:01.381 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:01.381 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/04 10:48:01.382 +00:00] [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"=827.810488ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:00.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:01.439 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:00.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:01.469 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/04 10:48:01.470 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.094771553\n# Parse_time: 0\n# Compile_time: 0.0010693\n# Rewrite_time: 0.000067286\n# Optimize_time: 0\n# Wait_TS: 0.000171695\n# DB: mysql\n# Is_internal: true\n# Digest: 0a22979ad136f741465cf206b13e5717b9758dda34f7cae5a7a925f91711d6a0\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\nCREATE DATABASE IF NOT EXISTS test;"] [2025/04/04 10:48:01.470 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/04 10:48:01.473 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/04 10:48:01.531 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=UTC] [2025/04/04 10:48:01.815 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:01.553 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:01.815 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:01.553 +0000 UTC, 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/04 10:48:01.842 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:01.553 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:02.371 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:48:02.732 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117186611216384\n# Query_time: 0.38991279\n# Parse_time: 0\n# Compile_time: 0.386279421\n# Rewrite_time: 0.000219181\n# Optimize_time: 0\n# Wait_TS: 0\n# Is_internal: true\n# Digest: 97fee0577cfae72ca71097e77c429509f8ce51c8c933f491cff959296248fc4a\n# Mem_max: 130583\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('tQHwSTAJMjhfMwkwCTAJTi9BCTAJdGltZToyLjQ3bXMsIG9wZW46NjkuMsK1cywgY2xvc2U6OTcuMcK1cywgbG9vcHM6MQkyNy41IEtCAUCoCjEJMzZfMQkwCTEJdGFibGU6dGlkYl9kZGxfam9iLCBoYW5kbGU6NQkxCQVoCDUxNw1cBWoQMjguOcIBWwBjBWoMMjMuNgUPPGxvb3BzOjIJTi9BCU4vQQo=')\n# Plan_digest: 3fea32741ba131a439f08d925bc0d60ce688c732cc613c6d3625da6592028edc\n# Resource_group: default\nupdate mysql.tidb_ddl_job set job_meta = 0x7b226964223a352c2274797065223a332c22736368656d615f6964223a312c227461626c655f6964223a342c22736368656d615f6e616d65223a226d7973716c222c227461626c655f6e616d65223a2275736572222c227374617465223a342c227761726e696e67223a6e756c6c2c22657272223a6e756c6c2c226572725f636f756e74223a302c22726f775f636f756e74223a302c227261775f61726773223a7b227461626c655f696e666f223a7b226964223a342c226e616d65223a7b224f223a2275736572222c224c223a2275736572227d2c2263686172736574223a22757466386d6234222c22636f6c6c617465223a22757466386d62345f62696e222c22636f6c73223a5b7b226964223a312c226e616d65223a7b224f223a22486f7374222c224c223a22686f7374227d2c226f6666736574223a302c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a343039392c22466c656e223a3235352c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a322c226e616d65223a7b224f223a2255736572222c224c223a2275736572227d2c226f6666736574223a312c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a343130372c22466c656e223a33322c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a332c226e616d65223a7b224f223a2261757468656e7469636174696f6e5f737472696e67222c224c223a2261757468656e7469636174696f6e5f737472696e67227d2c226f6666736574223a322c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235322c22466c6167223a302c22466c656e223a36353533352c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a342c226e616d65223a7b224f223a22706c7567696e222c224c223a22706c7567696e227d2c226f6666736574223a332c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a302c22466c656e223a36342c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c2(len:97144);"] [2025/04/04 10:48:02.772 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=18.135027ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:02.805 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:02.805 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/04 10:48:02.807 +00:00] [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"=54.551781ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:01.553 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:02.877 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:01.553 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:03.288 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/04 10:48:03.289 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.793183633\n# Parse_time: 0\n# Compile_time: 0.024290055\n# Rewrite_time: 0.000014274\n# Optimize_time: 0\n# Wait_TS: 0.000156804\n# DB: mysql\n# Is_internal: true\n# Digest: e91164512a559e22fb969664cb70b57fc6c45f94b9334cd6586cce7ffc743131\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.user ( Host CHAR(255), User CHAR(32), authentication_string TEXT, plugin CHAR(64), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Process_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_db_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Super_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_user_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_slave_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_client_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Account_locked ENUM('N','Y') NOT NULL DEFAULT 'N', Shutdown_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Reload_priv ENUM('N','Y') NOT NULL DEFAULT 'N', FILE_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Config_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N', Password_reuse_history smallint unsigned DEFAULT NULL, Password_reuse_time smallint unsigned DEFAULT NULL, User_attributes json, Token_issuer VARCHAR(255), Password_expired ENUM('N','Y') NOT NULL DEFAULT 'N', Password_last_changed TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), Password_lifetime SMALLINT UNSIGNED DEFAULT NULL, Max_user_connections INT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (Host, User), KEY i_user (User));"] [2025/04/04 10:48:03.291 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:48:03.417 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:03.417 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.317 +0000 UTC, 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/04 10:48:03.439 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:03.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:03.572 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=3.357417ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:03.597 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:03.597 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/04 10:48:03.598 +00:00] [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"=30.306062ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:03.661 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:03.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:03.753 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/04 10:48:03.754 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.45886684\n# Parse_time: 0\n# Compile_time: 0.002724733\n# Rewrite_time: 0.000013581\n# Optimize_time: 0\n# Wait_TS: 0.00014512\n# DB: mysql\n# Is_internal: true\n# Digest: eeb59bc0d98f65a2a5aef8eaa99596260e746b00eed183baf856558ef03533ac\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.password_history ( Host char(255) NOT NULL DEFAULT '', User char(32) NOT NULL DEFAULT '', Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), Password text, PRIMARY KEY (Host,User,Password_timestamp ) ) COMMENT='Password history for user accounts' ;"] [2025/04/04 10:48:03.755 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/04 10:48:03.860 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:03.866 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.819 +0000 UTC, 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/04 10:48:03.895 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:03.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:03.976 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=3.105988ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:03.995 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:03.995 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/04 10:48:03.998 +00:00] [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"=23.678802ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.037 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:03.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.105 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/04 10:48:04.107 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.331350499\n# Parse_time: 0\n# Compile_time: 0.009618224\n# Rewrite_time: 0.00001675\n# Optimize_time: 0\n# Wait_TS: 0.000186846\n# DB: mysql\n# Is_internal: true\n# Digest: 3753c1a38721ac350706b476f2d0089d05a691a3e194d21afaf2010b2e79e8dd\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# Warnings: [{\"Level\":\"Warning\",\"Message\":\"BLOB/TEXT/JSON column 'Priv' can't have a default value\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE 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/04 10:48:04.108 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/04 10:48:04.305 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:04.305 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.165 +0000 UTC, 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/04 10:48:04.344 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:04.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.649 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=9.152852ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:04.666 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:04.667 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/04 10:48:04.671 +00:00] [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"=35.126228ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.711 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:04.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.937 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/04 10:48:04.938 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.809279761\n# Parse_time: 0\n# Compile_time: 0.009650878\n# Rewrite_time: 0.000021498\n# Optimize_time: 0\n# Wait_TS: 0.000246461\n# DB: mysql\n# Is_internal: true\n# Digest: 84b17ce35846b1ddbb79e94fffb3f020ff85b9efe6dfa83a14a44027adfe16ec\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.db ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (Host, DB, User), KEY i_user (User));"] [2025/04/04 10:48:04.938 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:48:05.047 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.971 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:05.047 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.971 +0000 UTC, 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/04 10:48:05.095 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:04.971 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.277 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=5.456605ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:05.308 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:05.308 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/04 10:48:05.322 +00:00] [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"=52.064976ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.971 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.356 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:04.971 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.475 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/04 10:48:05.477 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.532169828\n# Parse_time: 0\n# Compile_time: 0.006174606\n# Rewrite_time: 0.000013558\n# Optimize_time: 0\n# Wait_TS: 0.000167521\n# DB: mysql\n# Is_internal: true\n# Digest: 66ad48e3a61958e491f9b86629424276e884c5dc2c82d0493baa1e569d861f3d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tables_priv ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Grantor CHAR(77), Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Table_priv SET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'), Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name), KEY i_user (User));"] [2025/04/04 10:48:05.477 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:48:05.617 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.508 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:05.620 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.508 +0000 UTC, 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/04 10:48:05.646 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:05.508 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.819 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=4.129809ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:05.835 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:05.835 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/04 10:48:05.838 +00:00] [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"=24.331674ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.508 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.872 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:05.508 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.959 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/04 10:48:05.962 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.47980435\n# Parse_time: 0\n# Compile_time: 0.004284093\n# Rewrite_time: 0.0000164\n# Optimize_time: 0\n# Wait_TS: 0.000204607\n# DB: mysql\n# Is_internal: true\n# Digest: 6128346bea9e9b35a140e9be46b85be39f5c8ff508888c85bba4bf88b49a6572\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.columns_priv( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Column_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name, Column_name), KEY i_user (User));"] [2025/04/04 10:48:05.963 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:48:06.043 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.992 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:06.043 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.992 +0000 UTC, 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/04 10:48:06.073 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:05.992 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.222 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=2.888093ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:06.247 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:06.247 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/04 10:48:06.247 +00:00] [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"=29.562089ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.992 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.293 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:05.992 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.370 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/04 10:48:06.371 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.405864688\n# Parse_time: 0\n# Compile_time: 0.002035792\n# Rewrite_time: 0.000016408\n# Optimize_time: 0\n# Wait_TS: 0.00023861\n# DB: mysql\n# Is_internal: true\n# Digest: 1b59564c29970a0a8880792322e02b7df09888f7d0a2dfc190f3ed0ff12369d4\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/04 10:48:06.372 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/04 10:48:06.483 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.433 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:06.483 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.433 +0000 UTC, 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/04 10:48:06.524 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:06.433 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.643 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=3.045284ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:06.664 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:06.665 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/04 10:48:06.672 +00:00] [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"=40.327105ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.433 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.716 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:06.433 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.852 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/04 10:48:06.854 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.463038189\n# Parse_time: 0\n# Compile_time: 0.002129367\n# Rewrite_time: 0.000014794\n# Optimize_time: 0\n# Wait_TS: 0.00020722\n# DB: mysql\n# Is_internal: true\n# Digest: ade124588c0253b12ce82702300a98a0ff778787142ce450039efbd6347664dc\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(1024) DEFAULT NULL, COMMENT VARCHAR(1024));"] [2025/04/04 10:48:06.854 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/04 10:48:06.975 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.917 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:06.976 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.917 +0000 UTC, 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/04 10:48:07.001 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:06.917 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.145 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=3.725755ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:07.164 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:07.164 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/04 10:48:07.168 +00:00] [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"=29.143311ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.917 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.235 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:06.917 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.331 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/04 10:48:07.333 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.468170565\n# Parse_time: 0\n# Compile_time: 0.003738049\n# Rewrite_time: 0.000014685\n# Optimize_time: 0\n# Wait_TS: 0.000161848\n# DB: mysql\n# Is_internal: true\n# Digest: be740d9d66f07e7842e3b48027d6fb3ef54623295384e63dcbf3e1c8a9f15c10\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.help_topic ( help_topic_id INT(10) UNSIGNED NOT NULL, name CHAR(64) NOT NULL, help_category_id SMALLINT(5) UNSIGNED NOT NULL, description TEXT NOT NULL, example TEXT NOT NULL, url TEXT NOT NULL, PRIMARY KEY (help_topic_id) clustered, UNIQUE KEY name (name) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/04 10:48:07.334 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/04 10:48:07.458 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.395 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:07.458 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.395 +0000 UTC, 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/04 10:48:07.513 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:07.395 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.697 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=3.710966ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:07.721 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:07.721 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/04 10:48:07.731 +00:00] [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"=38.770413ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.395 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.766 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:07.395 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.869 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/04 10:48:07.870 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.529996837\n# Parse_time: 0\n# Compile_time: 0.015342231\n# Rewrite_time: 0.000017691\n# Optimize_time: 0\n# Wait_TS: 0.000224683\n# DB: mysql\n# Is_internal: true\n# Digest: 2db2929397c955d277d1b5400209b98787aa0797f979b9c213e3924c27b82ea9\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta ( version BIGINT(64) UNSIGNED NOT NULL, table_id BIGINT(64) NOT NULL, modify_count BIGINT(64) NOT NULL DEFAULT 0, count BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, snapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, INDEX idx_ver(version), UNIQUE INDEX tbl(table_id) );"] [2025/04/04 10:48:07.871 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/04 10:48:07.910 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:48:08.045 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.931 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:08.045 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.931 +0000 UTC, 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/04 10:48:08.104 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:07.931 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:08.421 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=5.740661ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:08.454 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:08.454 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/04 10:48:08.455 +00:00] [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"=62.193117ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.931 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:08.488 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:07.931 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:08.683 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/04 10:48:08.684 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.790806799\n# Parse_time: 0\n# Compile_time: 0.015400367\n# Rewrite_time: 0.000020414\n# Optimize_time: 0\n# Wait_TS: 0.000148044\n# DB: mysql\n# Is_internal: true\n# Digest: e038e634a5f1b7e5429d1252be7edf0ffb0922e8636032b9c68fd59f0484f6ef\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_histograms ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, distinct_count BIGINT(64) NOT NULL, null_count BIGINT(64) NOT NULL DEFAULT 0, tot_col_size BIGINT(64) NOT NULL DEFAULT 0, modify_count BIGINT(64) NOT NULL DEFAULT 0, version BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, cm_sketch BLOB(6291456), stats_ver BIGINT(64) NOT NULL DEFAULT 0, flag BIGINT(64) NOT NULL DEFAULT 0, correlation DOUBLE NOT NULL DEFAULT 0, last_analyze_pos LONGBLOB DEFAULT NULL, UNIQUE INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:48:08.685 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:48:08.803 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:08.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:08.803 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:08.722 +0000 UTC, 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/04 10:48:08.823 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:08.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.019 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=11.443362ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:09.037 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:09.037 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/04 10:48:09.039 +00:00] [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"=33.297447ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:08.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.068 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:08.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.163 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/04 10:48:09.164 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.474426035\n# Parse_time: 0\n# Compile_time: 0.003739114\n# Rewrite_time: 0.000012818\n# Optimize_time: 0\n# Wait_TS: 0.000147926\n# DB: mysql\n# Is_internal: true\n# Digest: 84a28596914df45e10de865c11a515d8595f2c38a422f5c8d8fb86a470ba5cad\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_buckets ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, bucket_id BIGINT(64) NOT NULL, count BIGINT(64) NOT NULL, repeats BIGINT(64) NOT NULL, upper_bound LONGBLOB NOT NULL, lower_bound LONGBLOB , ndv BIGINT NOT NULL DEFAULT 0, UNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id) );"] [2025/04/04 10:48:09.165 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/04 10:48:09.250 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.192 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:09.250 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.192 +0000 UTC, 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/04 10:48:09.273 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:09.192 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.417 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=3.574004ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:09.455 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:09.455 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/04 10:48:09.456 +00:00] [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"=60.265908ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.192 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.491 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:09.192 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.618 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/04 10:48:09.619 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.450026387\n# Parse_time: 0\n# Compile_time: 0.003243943\n# Rewrite_time: 0.000012617\n# Optimize_time: 0\n# Wait_TS: 0.000146621\n# DB: mysql\n# Is_internal: true\n# Digest: 4407fc98c36858aed19a41d8ab6383e7885e71a2edd2716950a8847ee0c4ccd2\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_index (job_id, element_id) );"] [2025/04/04 10:48:09.620 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:48:09.783 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:09.783 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.695 +0000 UTC, 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/04 10:48:09.799 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:09.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.924 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=3.260275ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:09.940 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:09.940 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/04 10:48:09.942 +00:00] [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"=22.4764ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.969 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:09.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:10.107 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/04 10:48:10.108 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.477170687\n# Parse_time: 0\n# Compile_time: 0.010704922\n# Rewrite_time: 0.000014575\n# Optimize_time: 0\n# Wait_TS: 0.00234455\n# DB: mysql\n# Is_internal: true\n# Digest: 6f80e6944eacefde08a31e8364b171d37e77c4bebc7757ae375b47812ca371cb\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_done_index (job_id, element_id) );"] [2025/04/04 10:48:10.108 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:48:10.241 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.171 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:10.241 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.171 +0000 UTC, 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/04 10:48:10.265 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:10.171 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:10.426 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=6.035341ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:10.461 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:10.462 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/04 10:48:10.465 +00:00] [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"=56.760461ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.171 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:10.514 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:10.171 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:10.646 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/04 10:48:10.647 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.535707135\n# Parse_time: 0\n# Compile_time: 0.002390197\n# Rewrite_time: 0.00001368\n# Optimize_time: 0\n# Wait_TS: 0.00077718\n# DB: mysql\n# Is_internal: true\n# Digest: ae00140f19e8173091b9a44ece06f4d51ecf640b3c9c924a7be8a7394182215f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_feedback ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, feedback BLOB NOT NULL, INDEX hist(table_id, is_index, hist_id) );"] [2025/04/04 10:48:10.648 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:48:10.800 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:10.800 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.736 +0000 UTC, 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/04 10:48:10.826 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:10.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:10.974 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=6.240245ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:11.001 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:11.001 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/04 10:48:11.001 +00:00] [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"=34.464961ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.040 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:10.736 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.155 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/04 10:48:11.156 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.476886252\n# Parse_time: 0\n# Compile_time: 0.008210848\n# Rewrite_time: 0.00003087\n# Optimize_time: 0\n# Wait_TS: 0.000152247\n# DB: mysql\n# Is_internal: true\n# Digest: b0ac22a8699b953eeb48be3f830e94a20801551f37159b586c40d30dc883661d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.role_edges ( FROM_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', FROM_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', TO_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', TO_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', WITH_ADMIN_OPTION ENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N', PRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER) );"] [2025/04/04 10:48:11.157 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/04 10:48:11.281 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:11.219 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:11.281 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:11.219 +0000 UTC, 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/04 10:48:11.295 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:11.219 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.417 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=3.763997ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:11.440 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:11.440 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/04 10:48:11.441 +00:00] [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"=29.017593ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:11.219 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.472 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:11.219 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.555 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/04 10:48:11.556 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.394722305\n# Parse_time: 0\n# Compile_time: 0.01278886\n# Rewrite_time: 0.000013761\n# Optimize_time: 0\n# Wait_TS: 0.000146474\n# DB: mysql\n# Is_internal: true\n# Digest: 8b707c584d1e112e8e8ec868861b803577fee329c3c9393a6b510ee14fe94302\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.default_roles ( HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', DEFAULT_ROLE_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%', DEFAULT_ROLE_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER), KEY i_user (USER));"] [2025/04/04 10:48:11.557 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/04 10:48:11.692 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:11.603 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:11.692 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:11.603 +0000 UTC, 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/04 10:48:11.714 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:11.603 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.933 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=5.888672ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:11.949 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:11.949 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/04 10:48:11.951 +00:00] [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"=26.819299ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:11.603 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.989 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:11.603 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.127 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/04 10:48:12.128 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.558046163\n# Parse_time: 0\n# Compile_time: 0.005686441\n# Rewrite_time: 0.000014472\n# Optimize_time: 0\n# Wait_TS: 0.00017799\n# DB: mysql\n# Is_internal: true\n# Digest: c355115b20710cd210d1922674f220e73f613065f32d62aaabd2d1ecf698841b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.bind_info ( original_sql LONGTEXT NOT NULL, bind_sql LONGTEXT NOT NULL, default_db TEXT NOT NULL, status TEXT NOT NULL, create_time TIMESTAMP(3) NOT NULL, update_time TIMESTAMP(3) NOT NULL, charset TEXT NOT NULL, collation TEXT NOT NULL, source VARCHAR(10) NOT NULL DEFAULT 'unknown', sql_digest varchar(64) DEFAULT NULL, plan_digest varchar(64) DEFAULT NULL, INDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\", INDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\", UNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:48:12.134 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:48:12.245 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:12.246 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.195 +0000 UTC, 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/04 10:48:12.268 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:12.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.410 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=3.614401ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:12.427 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:12.427 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/04 10:48:12.431 +00:00] [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"=25.558262ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.480 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:12.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.577 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/04 10:48:12.578 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.409356284\n# Parse_time: 0\n# Compile_time: 0.003197239\n# Rewrite_time: 0.000013234\n# Optimize_time: 0\n# Wait_TS: 0.000156263\n# DB: mysql\n# Is_internal: true\n# Digest: df1a9dde39341a07eb2fb8ef599e6652770203b79af3e1800917053820a3b51c\n# Mem_max: 4096\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_top_n ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, count BIGINT(64) UNSIGNED NOT NULL, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:48:12.579 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:48:12.691 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.614 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:12.691 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.614 +0000 UTC, 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/04 10:48:12.715 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:12.614 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.858 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=3.733895ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:12.875 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:12.875 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/04 10:48:12.877 +00:00] [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"=22.850325ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.614 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.914 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:12.614 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.998 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/04 10:48:12.999 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.418084955\n# Parse_time: 0\n# Compile_time: 0.011275555\n# Rewrite_time: 0.000016523\n# Optimize_time: 0\n# Wait_TS: 0.000181787\n# DB: mysql\n# Is_internal: true\n# Digest: 988ff7e96344f475621bfec9765ba7b507e76d86daa1e3fdf0f9eadbd538afd0\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist ( name CHAR(100) NOT NULL, store_type CHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb', reason VARCHAR(200) );"] [2025/04/04 10:48:13.000 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/04 10:48:13.111 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:13.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:13.114 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:13.024 +0000 UTC, 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/04 10:48:13.139 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:13.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:13.197 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=1.816446ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:13.248 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:13.248 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/04 10:48:13.248 +00:00] [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"=54.175857ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:13.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:13.284 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:13.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:13.326 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/04 10:48:13.327 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.325465962\n# Parse_time: 0\n# Compile_time: 0.003575019\n# Rewrite_time: 0.00001372\n# Optimize_time: 0\n# Wait_TS: 0.000234196\n# DB: mysql\n# Is_internal: true\n# Digest: 58329d63c08bcbc761a6b408e882dc874ae0220c9a2aaaeab91d992543fef52b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist ( name CHAR(100) NOT NULL );"] [2025/04/04 10:48:13.327 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/04 10:48:13.557 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:13.415 +0000 UTC, 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/04 10:48:13.558 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:13.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:13.592 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:13.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:13.791 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=5.039504ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:13.811 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:13.811 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/04 10:48:13.814 +00:00] [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"=29.812896ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:13.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:13.863 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:13.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:13.996 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/04 10:48:13.997 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.660871549\n# Parse_time: 0\n# Compile_time: 0.00354552\n# Rewrite_time: 0.000012219\n# Optimize_time: 0\n# Wait_TS: 0.000151303\n# DB: mysql\n# Is_internal: true\n# Digest: 9c4f6672f019f6d6c588a6b2eb00b13f041ee54cb97f253f85d7ae52df9d23c6\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_extended ( name varchar(32) NOT NULL, type tinyint(4) NOT NULL, table_id bigint(64) NOT NULL, column_ids varchar(32) NOT NULL, stats blob DEFAULT NULL, version bigint(64) unsigned NOT NULL, status tinyint(4) NOT NULL, PRIMARY KEY(name, table_id), KEY idx_1 (table_id, status, version), KEY idx_2 (status, version) );"] [2025/04/04 10:48:13.998 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/04 10:48:14.095 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:14.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:14.096 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:14.041 +0000 UTC, 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/04 10:48:14.117 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:14.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:14.319 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=2.9672ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:14.402 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:14.402 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/04 10:48:14.403 +00:00] [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"=87.640575ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:14.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:14.445 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:14.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:14.522 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/04 10:48:14.523 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.508054445\n# Parse_time: 0\n# Compile_time: 0.002260944\n# Rewrite_time: 0.000012407\n# Optimize_time: 0\n# Wait_TS: 0.000161381\n# DB: mysql\n# Is_internal: true\n# Digest: 9e692f90f6e351e4eecf3fbff7177acf0a166d0cd79badb0ce0ced2bb754eb99\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:48:14.523 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:48:14.643 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:14.583 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:14.643 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:14.583 +0000 UTC, 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/04 10:48:14.683 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:14.583 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:14.899 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=3.441349ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:14.919 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:14.919 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/04 10:48:14.921 +00:00] [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"=30.36506ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:14.583 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:14.964 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:14.583 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.097 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/04 10:48:15.098 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.571682187\n# Parse_time: 0\n# Compile_time: 0.012682214\n# Rewrite_time: 0.000011939\n# Optimize_time: 0\n# Wait_TS: 0.000153614\n# DB: mysql\n# Is_internal: true\n# Digest: 752215fdcd8e21124ccfe3a90f4511f2e72581c4c48a751cc8571209fdee15f6\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.global_grants ( USER char(32) NOT NULL DEFAULT '', HOST char(255) NOT NULL DEFAULT '', PRIV char(32) NOT NULL DEFAULT '', WITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (USER,HOST,PRIV), KEY i_user (USER) );"] [2025/04/04 10:48:15.102 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/04 10:48:15.323 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.205 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:15.323 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.205 +0000 UTC, 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/04 10:48:15.344 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:15.205 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.515 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=2.647931ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:15.561 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:15.561 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/04 10:48:15.561 +00:00] [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"=50.190321ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.205 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.608 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:15.205 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.729 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/04 10:48:15.730 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.624489955\n# Parse_time: 0\n# Compile_time: 0.009830343\n# Rewrite_time: 0.000012697\n# Optimize_time: 0\n# Wait_TS: 0.000175672\n# DB: mysql\n# Is_internal: true\n# Digest: 1fac41a3d4a89e3e4da2393e1f69d1aacfec8886db749d6329e9bf677df777b8\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist ( id bigint(64) auto_increment, filter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\", filter_value varchar(32) NOT NULL, key idx(filter_type), primary key(id) );"] [2025/04/04 10:48:15.731 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/04 10:48:15.860 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.799 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:15.860 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.799 +0000 UTC, 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/04 10:48:15.894 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:15.799 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.045 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=3.089149ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:16.064 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:16.064 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/04 10:48:16.075 +00:00] [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"=34.726219ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.799 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.114 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:15.799 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.190 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/04 10:48:16.192 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.457537629\n# Parse_time: 0\n# Compile_time: 0.002254777\n# Rewrite_time: 0.000013153\n# Optimize_time: 0\n# Wait_TS: 0.000282189\n# DB: mysql\n# Is_internal: true\n# Digest: 06962f34c69b85ab590c2556bdffd68d7705d56a70a3b0522b0ba5bc55363fd3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.column_stats_usage ( table_id BIGINT(64) NOT NULL, column_id BIGINT(64) NOT NULL, last_used_at TIMESTAMP, last_analyzed_at TIMESTAMP, PRIMARY KEY (table_id, column_id) CLUSTERED );"] [2025/04/04 10:48:16.192 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:48:16.301 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:16.232 +0000 UTC, 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/04 10:48:16.315 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:16.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:16.322 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:16.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.456 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=2.699806ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:16.473 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:16.473 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/04 10:48:16.474 +00:00] [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"=22.120733ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:16.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.513 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:16.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.610 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/04 10:48:16.611 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.414267494\n# Parse_time: 0\n# Compile_time: 0.002947798\n# Rewrite_time: 0.000013085\n# Optimize_time: 0\n# Wait_TS: 0.000166247\n# DB: mysql\n# Is_internal: true\n# Digest: a30fd7e284f356f111cb15459926cdbebb3d6f24c950b6f3b9729d8b5f13ee4f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.table_cache_meta ( tid bigint(11) NOT NULL DEFAULT 0, lock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE', lease bigint(20) NOT NULL DEFAULT 0, oldReadLease bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (tid) );"] [2025/04/04 10:48:16.611 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/04 10:48:16.633 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:48:16.716 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:16.655 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:16.716 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:16.655 +0000 UTC, 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/04 10:48:16.736 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:16.655 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.905 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=4.133199ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:16.922 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:16.922 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/04 10:48:16.922 +00:00] [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"=46.196164ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:16.655 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.972 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:16.655 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:17.053 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/04 10:48:17.060 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.444350908\n# Parse_time: 0\n# Compile_time: 0.013468302\n# Rewrite_time: 0.000011929\n# Optimize_time: 0\n# Wait_TS: 0.001983927\n# DB: mysql\n# Is_internal: true\n# Digest: c862b6db4c0b104bd6ade1db78bbe1f6a12a30584d750044f3eec57a1a86580e\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_options ( table_id BIGINT(64) NOT NULL, sample_num BIGINT(64) NOT NULL DEFAULT 0, sample_rate DOUBLE NOT NULL DEFAULT -1, buckets BIGINT(64) NOT NULL DEFAULT 0, topn BIGINT(64) NOT NULL DEFAULT -1, column_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT', column_ids TEXT(19372), PRIMARY KEY (table_id) CLUSTERED );"] [2025/04/04 10:48:17.062 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:48:17.197 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:17.108 +0000 UTC, 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/04 10:48:17.198 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:17.108 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:17.219 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:17.108 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:17.457 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=4.114936ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:17.474 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:17.474 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/04 10:48:17.478 +00:00] [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"=25.19461ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:17.108 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:17.511 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:17.108 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:17.614 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/04 10:48:17.615 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.547568024\n# Parse_time: 0\n# Compile_time: 0.003540745\n# Rewrite_time: 0.000015669\n# Optimize_time: 0\n# Wait_TS: 0.000139912\n# DB: mysql\n# Is_internal: true\n# Digest: eceb528bf68c7d9b100b120b5113005ea7f5a4c6c1f4834403330ff156d0a3aa\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_history ( table_id bigint(64) NOT NULL, stats_data longblob NOT NULL, seq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice', version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', create_time datetime(6) NOT NULL, UNIQUE KEY table_version_seq (table_id, version, seq_no), KEY table_create_time (table_id, create_time, seq_no), KEY idx_create_time (create_time) );"] [2025/04/04 10:48:17.638 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:48:17.764 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:17.681 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:17.764 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:17.681 +0000 UTC, 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/04 10:48:17.823 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:17.681 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:18.067 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=4.220516ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:18.083 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:18.084 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/04 10:48:18.084 +00:00] [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"=22.458731ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:17.681 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:18.116 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:17.681 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:18.260 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/04 10:48:18.261 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.605458383\n# Parse_time: 0\n# Compile_time: 0.003848602\n# Rewrite_time: 0.000013146\n# Optimize_time: 0\n# Wait_TS: 0.000131957\n# DB: mysql\n# Is_internal: true\n# Digest: 752363602773b9b875eec93769301ada55a059e0b28c5434de98fdbbc6af54cb\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta_history ( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL, count bigint(64) NOT NULL, version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', source varchar(40) NOT NULL, create_time datetime(6) NOT NULL, UNIQUE KEY table_version (table_id, version), KEY table_create_time (table_id, create_time), KEY idx_create_time (create_time) );"] [2025/04/04 10:48:18.263 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:48:18.518 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:18.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:18.519 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:18.344 +0000 UTC, 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/04 10:48:18.565 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:18.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:18.897 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=5.858712ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:18.913 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:18.913 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/04 10:48:18.914 +00:00] [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"=30.545055ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:18.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:18.948 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:18.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:19.142 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/04 10:48:19.143 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.870333619\n# Parse_time: 0\n# Compile_time: 0.027559467\n# Rewrite_time: 0.00001839\n# Optimize_time: 0\n# Wait_TS: 0.000141989\n# DB: mysql\n# Is_internal: true\n# Digest: e43210dfb790a213e9535afaf9c321b9c50cd9c52fc4ea248c8239abe958ff67\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_jobs ( id BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, table_schema CHAR(64) NOT NULL DEFAULT '', table_name CHAR(64) NOT NULL DEFAULT '', partition_name CHAR(64) NOT NULL DEFAULT '', job_info TEXT NOT NULL, processed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, start_time TIMESTAMP, end_time TIMESTAMP, state ENUM('pending', 'running', 'finished', 'failed') NOT NULL, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job', process_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job', PRIMARY KEY (id), KEY (update_time), INDEX idx_schema_table_state (table_schema, table_name, state), INDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state) );"] [2025/04/04 10:48:19.144 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/04 10:48:19.210 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.177 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:19.211 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.177 +0000 UTC, 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/04 10:48:19.230 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:19.177 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:19.330 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=5.878081ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:19.360 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:19.360 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/04 10:48:19.362 +00:00] [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"=39.447523ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.177 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:19.414 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:19.177 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:19.496 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/04 10:48:19.497 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.350137743\n# Parse_time: 0\n# Compile_time: 0.001490377\n# Rewrite_time: 0.000013422\n# Optimize_time: 0\n# Wait_TS: 0.000214653\n# DB: mysql\n# Is_internal: true\n# Digest: 6eab04864600dfa37145d44689995984eecc83e3dc6ce49c1e75d23567f8bac3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.advisory_locks ( lock_name VARCHAR(64) NOT NULL PRIMARY KEY );"] [2025/04/04 10:48:19.497 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/04 10:48:19.636 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:19.636 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.55 +0000 UTC, 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/04 10:48:19.654 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:19.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:19.826 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=3.826918ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:48:19.846 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:19.847 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/04 10:48:19.847 +00:00] [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"=26.260788ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:19.899 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:19.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.008 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/04 10:48:20.009 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.491122439\n# Parse_time: 0\n# Compile_time: 0.012157716\n# Rewrite_time: 0.006604311\n# Optimize_time: 0\n# Wait_TS: 0.000196759\n# DB: mysql\n# Is_internal: true\n# Digest: 21116016d77c522c611ad3a280af29e3d82340ed19bc91481dd117f25aeda403\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as ( SELECT tidb_mdl_info.job_id, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query, session_id, cluster_tidb_trx.start_time, tidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS FROM mysql.tidb_ddl_job, mysql.tidb_mdl_info, information_schema.cluster_tidb_trx WHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id AND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0 );"] [2025/04/04 10:48:20.102 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:20.106 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.036 +0000 UTC, 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/04 10:48:20.127 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:20.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.258 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=3.186075ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:20.279 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:20.279 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/04 10:48:20.280 +00:00] [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"=26.666008ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.319 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:20.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.408 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/04 10:48:20.410 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.39737889\n# Parse_time: 0\n# Compile_time: 0.0029994\n# Rewrite_time: 0.000012855\n# Optimize_time: 0\n# Wait_TS: 0.000161169\n# DB: mysql\n# Is_internal: true\n# Digest: d88a70e9c5bb5a28f5a1d1f52613093328fd73c5e78668fab2b1a9c260ab506b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_status ( sql_digest VARCHAR(128), plan_digest VARCHAR(128), origin_sql TEXT, token VARCHAR(128), update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/04 10:48:20.410 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/04 10:48:20.500 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.454 +0000 UTC, 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/04 10:48:20.500 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:20.520 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:20.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.617 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=2.831732ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:20.649 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:20.649 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/04 10:48:20.651 +00:00] [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"=38.408258ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.679 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:20.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.737 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/04 10:48:20.738 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.324386278\n# Parse_time: 0\n# Compile_time: 0.0023323\n# Rewrite_time: 0.00001339\n# Optimize_time: 0\n# Wait_TS: 0.000131189\n# DB: mysql\n# Is_internal: true\n# Digest: 1ce2bb4fd69df5a5aeb254910aeeab700c1408b8c2de8f7dbe3ebbc11a4b1542\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_task ( sql_digest VARCHAR(128) NOT NULL, plan_digest VARCHAR(128) NOT NULL, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (sql_digest,plan_digest));"] [2025/04/04 10:48:20.739 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2025/04/04 10:48:20.820 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:20.820 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.768 +0000 UTC, 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/04 10:48:20.840 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:20.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.941 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=2.726942ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:20.958 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:20.958 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/04 10:48:20.960 +00:00] [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"=22.529291ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.988 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:20.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:21.049 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/04 10:48:21.050 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.307576801\n# Parse_time: 0\n# Compile_time: 0.002611899\n# Rewrite_time: 0.000011231\n# Optimize_time: 0\n# Wait_TS: 0.000169855\n# DB: mysql\n# Is_internal: true\n# Digest: f2c0bd78cfe8f7e6b4f8b30f83a48ff4c49a1a9de1c1a0c721ec3561ac42865a\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_table_locked( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL DEFAULT 0, count bigint(64) NOT NULL DEFAULT 0, version bigint(64) UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (table_id));"] [2025/04/04 10:48:21.051 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2025/04/04 10:48:21.210 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:21.210 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.099 +0000 UTC, 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/04 10:48:21.232 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:21.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:21.509 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=6.640035ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:21.524 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:21.525 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/04 10:48:21.527 +00:00] [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"=25.534805ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:21.559 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:21.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:21.708 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/04 10:48:21.710 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.639111331\n# Parse_time: 0\n# Compile_time: 0.008335452\n# Rewrite_time: 0.000013999\n# Optimize_time: 0\n# Wait_TS: 0.000226895\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status ( table_id bigint(64) PRIMARY KEY, parent_table_id bigint(64), table_statistics text DEFAULT NULL, last_job_id varchar(64) DEFAULT NULL, last_job_start_time timestamp NULL DEFAULT NULL, last_job_finish_time timestamp NULL DEFAULT NULL, last_job_ttl_expire timestamp NULL DEFAULT NULL, last_job_summary text DEFAULT NULL, current_job_id varchar(64) DEFAULT NULL, current_job_owner_id varchar(64) DEFAULT NULL, current_job_owner_addr varchar(256) DEFAULT NULL, current_job_owner_hb_time timestamp, current_job_start_time timestamp NULL DEFAULT NULL, current_job_ttl_expire timestamp NULL DEFAULT NULL, current_job_state text DEFAULT NULL, current_job_status varchar(64) DEFAULT NULL, current_job_status_update_time timestamp NULL DEFAULT NULL);"] [2025/04/04 10:48:21.710 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2025/04/04 10:48:21.836 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:21.836 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.743 +0000 UTC, 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/04 10:48:21.876 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:21.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.071 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=6.267073ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:22.111 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:22.111 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/04 10:48:22.113 +00:00] [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"=48.319526ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.149 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:21.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.274 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/04 10:48:22.276 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.559376696\n# Parse_time: 0\n# Compile_time: 0.004646321\n# Rewrite_time: 0.000012311\n# Optimize_time: 0\n# Wait_TS: 0.000167291\n# DB: mysql\n# Is_internal: true\n# Digest: 99a5c0e89a0b881a0fa10de262495ae25955edb2a7ef8776054ab57aca80e0d7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task ( job_id varchar(64) NOT NULL, table_id bigint(64) NOT NULL, scan_id int NOT NULL, scan_range_start BLOB, scan_range_end BLOB, expire_time timestamp NOT NULL, owner_id varchar(64) DEFAULT NULL, owner_addr varchar(64) DEFAULT NULL, owner_hb_time timestamp DEFAULT NULL, status varchar(64) DEFAULT 'waiting', status_update_time timestamp NULL DEFAULT NULL, state text, created_time timestamp NOT NULL, primary key(job_id, scan_id), key(created_time));"] [2025/04/04 10:48:22.277 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2025/04/04 10:48:22.457 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:22.322 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:22.466 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:22.322 +0000 UTC, 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/04 10:48:22.479 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:22.322 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.718 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=5.604695ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:22.733 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:22.733 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/04 10:48:22.735 +00:00] [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"=24.328098ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:22.322 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.766 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:22.322 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.901 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/04 10:48:22.902 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.604989466\n# Parse_time: 0\n# Compile_time: 0.005210898\n# Rewrite_time: 0.000013153\n# Optimize_time: 0\n# Wait_TS: 0.000145427\n# DB: mysql\n# Is_internal: true\n# Digest: a59d1fe47cade4697d39b0374d27cfee2fa302a4c752a5ae5073cecda386a0e8\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history ( job_id varchar(64) PRIMARY KEY, table_id bigint(64) NOT NULL, parent_table_id bigint(64) NOT NULL, table_schema varchar(64) NOT NULL, table_name varchar(64) NOT NULL, partition_name varchar(64) DEFAULT NULL, create_time timestamp NOT NULL, finish_time timestamp NOT NULL, ttl_expire timestamp NOT NULL, summary_text text, expired_rows bigint(64) DEFAULT NULL, deleted_rows bigint(64) DEFAULT NULL, error_delete_rows bigint(64) DEFAULT NULL, status varchar(64) NOT NULL, key(table_schema, table_name, create_time), key(parent_table_id, create_time), key(create_time) );"] [2025/04/04 10:48:22.903 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2025/04/04 10:48:23.045 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:22.936 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:23.045 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:22.936 +0000 UTC, 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/04 10:48:23.068 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:22.936 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.313 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=7.192356ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:23.332 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:23.332 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/04 10:48:23.333 +00:00] [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"=28.657536ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:22.936 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.366 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:22.936 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.525 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/04 10:48:23.527 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.61777475\n# Parse_time: 0\n# Compile_time: 0.005431598\n# Rewrite_time: 0.00001369\n# Optimize_time: 0\n# Wait_TS: 0.000279271\n# DB: mysql\n# Is_internal: true\n# Digest: 87a919aee92342a6b954c4ed4dd8cc629fccf29087b4eee86bc91114590f3e5c\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:48:23.527 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:48:23.673 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.558 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:23.674 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.558 +0000 UTC, 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/04 10:48:23.695 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:23.558 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.946 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=7.475094ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:23.976 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:23.976 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/04 10:48:23.978 +00:00] [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"=41.063086ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.558 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:24.009 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:23.558 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:24.149 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/04 10:48:24.150 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.616153857\n# Parse_time: 0\n# Compile_time: 0.004702033\n# Rewrite_time: 0.000012973\n# Optimize_time: 0\n# Wait_TS: 0.000140484\n# DB: mysql\n# Is_internal: true\n# Digest: 35cf2ce48ba5e71b82858e4e3f3a03750eb81dc6d2c5dee011ea0f91b9a9599e\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:48:24.150 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:48:24.269 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:24.182 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:24.269 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:24.182 +0000 UTC, 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/04 10:48:24.291 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:24.182 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:24.559 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=6.437672ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:24.583 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:24.583 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/04 10:48:24.585 +00:00] [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"=32.958582ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:24.182 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:24.618 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:24.182 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:24.835 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/04 10:48:24.837 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.679651976\n# Parse_time: 0\n# Compile_time: 0.005535997\n# Rewrite_time: 0.000024794\n# Optimize_time: 0\n# Wait_TS: 0.000153696\n# DB: mysql\n# Is_internal: true\n# Digest: 1865863db4761960f0296bcf5386c3bb0c98aa299ac12888aa8054dc66681ee3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs ( id bigint(64) NOT NULL AUTO_INCREMENT, create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), start_time TIMESTAMP(6) NULL DEFAULT NULL, update_time TIMESTAMP(6) NULL DEFAULT NULL, end_time TIMESTAMP(6) NULL DEFAULT NULL, table_schema VARCHAR(64) NOT NULL, table_name VARCHAR(64) NOT NULL, table_id bigint(64) NOT NULL, created_by VARCHAR(300) NOT NULL, parameters text NOT NULL, source_file_size bigint(64) NOT NULL, status VARCHAR(64) NOT NULL, step VARCHAR(64) NOT NULL, summary text DEFAULT NULL, error_message TEXT DEFAULT NULL, PRIMARY KEY (id), KEY (created_by), KEY (status));"] [2025/04/04 10:48:24.838 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2025/04/04 10:48:25.023 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:24.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:25.029 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:24.916 +0000 UTC, 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/04 10:48:25.047 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:24.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:25.365 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=5.131814ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:25.388 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:25.388 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/04 10:48:25.390 +00:00] [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"=30.629649ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:24.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:25.432 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:24.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:25.565 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/04 10:48:25.568 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.722956484\n# Parse_time: 0\n# Compile_time: 0.021605822\n# Rewrite_time: 0.000042339\n# Optimize_time: 0\n# Wait_TS: 0.000177078\n# DB: mysql\n# Is_internal: true\n# Digest: e0bf00610662023227b3e4a7d5f58b03cae01c95aeaf892c603785420b5a5d10\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', INDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\", INDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:48:25.568 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:48:25.734 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:25.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:25.734 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:25.634 +0000 UTC, 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/04 10:48:25.750 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:25.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:25.947 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=4.960276ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:25.963 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:25.964 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/04 10:48:25.965 +00:00] [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"=24.434477ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:25.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:26.010 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:25.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:26.182 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/04 10:48:26.184 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.593918285\n# Parse_time: 0\n# Compile_time: 0.005001501\n# Rewrite_time: 0.000012986\n# Optimize_time: 0\n# Wait_TS: 0.000204548\n# DB: mysql\n# Is_internal: true\n# Digest: 90a827f5aeb9baa2131bf6ef107c623b745894733d5936771bed7e5e4aa2a0ff\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries ( resource_group_name varchar(32) not null, start_time TIMESTAMP NOT NULL, repeats int default 1, match_type varchar(12) NOT NULL, action varchar(64) NOT NULL, sample_sql TEXT NOT NULL, sql_digest varchar(64) NOT NULL, plan_digest varchar(64) NOT NULL, tidb_server varchar(512), rule VARCHAR(512) DEFAULT '', INDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\", INDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:48:26.185 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:48:26.402 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:26.242 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:26.402 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:26.242 +0000 UTC, 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/04 10:48:26.423 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:26.242 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:26.684 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=7.01571ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:26.700 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:26.700 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/04 10:48:26.700 +00:00] [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"=24.052598ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:26.242 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:26.740 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:26.242 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:26.918 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/04 10:48:26.919 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.708858707\n# Parse_time: 0\n# Compile_time: 0.010705123\n# Rewrite_time: 0.000014194\n# Optimize_time: 0\n# Wait_TS: 0.0001526\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` ( ID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, NAMESPACE VARCHAR(256) NOT NULL, TIMER_KEY VARCHAR(256) NOT NULL, TIMER_DATA BLOB, TIMEZONE VARCHAR(64) NOT NULL, SCHED_POLICY_TYPE VARCHAR(32) NOT NULL, SCHED_POLICY_EXPR VARCHAR(256) NOT NULL, HOOK_CLASS VARCHAR(64) NOT NULL, WATERMARK TIMESTAMP DEFAULT NULL, ENABLE TINYINT(2) NOT NULL, TIMER_EXT JSON NOT NULL, EVENT_STATUS VARCHAR(32) NOT NULL, EVENT_ID VARCHAR(64) NOT NULL, EVENT_DATA BLOB, EVENT_START TIMESTAMP DEFAULT NULL, SUMMARY_DATA BLOB, CREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, UPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, VERSION BIGINT(64) UNSIGNED NOT NULL, PRIMARY KEY (ID), UNIQUE KEY timer_key(NAMESPACE, TIMER_KEY), KEY hook_class(HOOK_CLASS) );"] [2025/04/04 10:48:26.920 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2025/04/04 10:48:27.032 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:26.949 +0000 UTC, 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/04 10:48:27.032 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:26.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:27.045 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:26.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.218 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=4.665861ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:27.233 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:27.233 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/04 10:48:27.235 +00:00] [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"=22.350771ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:26.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.263 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:26.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.362 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/04 10:48:27.363 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.436306379\n# Parse_time: 0\n# Compile_time: 0.004464629\n# Rewrite_time: 0.00001148\n# Optimize_time: 0\n# Wait_TS: 0.000133813\n# DB: mysql\n# Is_internal: true\n# Digest: 0756c368a062ed6f6fcf06118c0f681502d85d0c56147973918b699deb186db7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, record_id BIGINT(20) not null, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', done_time TIMESTAMP(6) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:48:27.364 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:48:27.390 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:48:27.390 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:48:27.391 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:48:27.391 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:48:27.435 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:27.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:27.435 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:27.388 +0000 UTC, 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/04 10:48:27.459 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:27.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.549 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=2.99281ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:27.565 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:27.565 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/04 10:48:27.566 +00:00] [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"=20.34266ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:27.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.595 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:27.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.661 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/04 10:48:27.662 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2025/04/04 10:48:27.750 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:27.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:27.750 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:27.696 +0000 UTC, 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/04 10:48:27.769 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:27.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.910 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=14.593134ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:27.926 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:27.926 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/04 10:48:27.927 +00:00] [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"=32.314397ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:27.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:27.953 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:27.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:28.045 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/04 10:48:28.046 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.380194256\n# Parse_time: 0\n# Compile_time: 0.002945711\n# Rewrite_time: 0.000012217\n# Optimize_time: 0\n# Wait_TS: 0.000182801\n# DB: mysql\n# Is_internal: true\n# Digest: 5ca9dd4b3efdb0fd8b4c7af3016f911e048fc356c5b2a241e06c5bc30f085ce7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.request_unit_by_group ( start_time TIMESTAMP(6) NOT NULL, end_time TIMESTAMP(6) NOT NULL, resource_group VARCHAR(32) NOT null, total_ru bigint(64) UNSIGNED NOT NULL, PRIMARY KEY (start_time, end_time, resource_group), KEY (resource_group) );"] [2025/04/04 10:48:28.047 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2025/04/04 10:48:28.056 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:48:28.164 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.079 +0000 UTC, 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/04 10:48:28.164 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:28.192 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:28.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:28.320 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=3.320536ms] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:28.344 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:28.345 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/04 10:48:28.346 +00:00] [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"=30.48278ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:28.421 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:28.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:28.531 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/04 10:48:28.532 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.481623623\n# Parse_time: 0\n# Compile_time: 0.002852083\n# Rewrite_time: 0.000013951\n# Optimize_time: 0\n# Wait_TS: 0.000145775\n# DB: mysql\n# Is_internal: true\n# Digest: c3f2b12f28890accfe7e3cd6df43661468be7bca7e24b853661916ce164d8160\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map ( restored_ts BIGINT NOT NULL, upstream_cluster_id BIGINT NOT NULL, segment_id BIGINT NOT NULL, id_map BLOB(524288) NOT NULL, update_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/04 10:48:28.533 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/04 10:48:28.615 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:28.615 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 10:48:28.636 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:28.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:28.705 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=610.514ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 10:48:28.722 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:28.723 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/04 10:48:28.725 +00:00] [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"=20.678315ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:28.751 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:28.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:28.794 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/04 10:48:28.795 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/04 10:48:28.906 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.854 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:28.908 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.854 +0000 UTC, 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/04 10:48:28.929 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:28.854 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:29.044 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=2.535514ms] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:48:29.061 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:29.062 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/04 10:48:29.064 +00:00] [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"=23.318087ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.854 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:29.109 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:28.854 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:29.210 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/04 10:48:29.211 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.411537168\n# Parse_time: 0\n# Compile_time: 0.014106639\n# Rewrite_time: 0.002901506\n# Optimize_time: 0\n# Wait_TS: 0.008934449\n# DB: mysql\n# Is_internal: true\n# Digest: 04175714d714f771531a56c7ae3f097cec113655220f87ac336c5ae44d3d3f8f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE VIEW sys.schema_unused_indexes AS SELECT table_schema as object_schema, table_name as object_name, index_name FROM information_schema.cluster_tidb_index_usage WHERE table_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and index_name != 'PRIMARY' GROUP BY table_schema, table_name, index_name HAVING sum(last_access_time) is null;"] [2025/04/04 10:48:29.348 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:29.245 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:29.348 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:29.245 +0000 UTC, 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/04 10:48:29.382 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:29.245 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:29.614 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=9.932472ms] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:29.639 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:29.639 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/04 10:48:29.642 +00:00] [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"=40.985628ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:29.245 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:29.685 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:29.245 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:29.818 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/04 10:48:29.819 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.601292427\n# Parse_time: 0\n# Compile_time: 0.00511981\n# Rewrite_time: 0.000016469\n# Optimize_time: 0\n# Wait_TS: 0.000133186\n# DB: mysql\n# Is_internal: true\n# Digest: 70367647c92c5d0f8c232f2767a57dfe16b6ba8abad6fa939d6846291e8fa94c\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.index_advisor_results ( id bigint primary key not null auto_increment, created_at datetime not null, updated_at datetime not null, schema_name varchar(64) not null, table_name varchar(64) not null, index_name varchar(127) not null, index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"', index_details json, -- est_index_size, reason, DDL to create this index, ... top_impacted_queries json, -- improvement, plan before and after this index, ... workload_impact json, -- improvement and more details, ... extra json, -- for the cloud env to save more info like RU, cost_saving, ... index idx_create(created_at), index idx_update(updated_at), unique index idx(schema_name, table_name, index_columns));"] [2025/04/04 10:48:29.820 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/04 10:48:29.920 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:29.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:29.920 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:29.865 +0000 UTC, 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/04 10:48:29.939 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:29.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:30.047 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=3.690521ms] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:30.062 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:30.062 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/04 10:48:30.063 +00:00] [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"=20.549242ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:29.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:30.092 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:29.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:30.156 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/04 10:48:30.157 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.326147344\n# Parse_time: 0\n# Compile_time: 0.002913911\n# Rewrite_time: 0.000016786\n# Optimize_time: 0\n# Wait_TS: 0.000169179\n# DB: mysql\n# Is_internal: true\n# Digest: 4f6cb23bc55d76683beb221b33d4e5d78047d43c500f2001fe11206811779076\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options ( module varchar(128), name varchar(128), value varchar(128), updated_at datetime, status varchar(128), description text, primary key(module, name));"] [2025/04/04 10:48:30.158 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/04 10:48:30.226 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:30.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:30.226 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:30.184 +0000 UTC, 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/04 10:48:30.246 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:30.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:30.365 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=3.536045ms] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:30.380 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:30.380 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/04 10:48:30.380 +00:00] [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"=19.875714ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:30.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:30.411 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:30.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:30.502 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/04 10:48:30.503 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.340844238\n# Parse_time: 0\n# Compile_time: 0.0030255\n# Rewrite_time: 0.000016903\n# Optimize_time: 0\n# Wait_TS: 0.000158485\n# DB: mysql\n# Is_internal: true\n# Digest: 22e991e019befcd18128737c6c7e27c9e600ee33f309f16473f3b2e432b493a4\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_workload_values ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, version bigint(20) NOT NULL, category varchar(64) NOT NULL, type varchar(64) NOT NULL, table_id bigint(20) NOT NULL, value json NOT NULL, index idx_version_category_type (version, category, type), index idx_table_id (table_id));"] [2025/04/04 10:48:30.503 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/04 10:48:31.442 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117194126622720\n# Query_time: 0.66296142\n# Parse_time: 0\n# Compile_time: 0.304404669\n# Rewrite_time: 0.010108181\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Mem_max: 367496\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('vgPw5TAJMjdfMQkwCTAJTi9BCTAJdGltZTozMzUuNW1zLCBvcGVuOjI3LjLCtXMsIGNsb3NlOjY4wrVzLCBsb29wczoxLCBwcmVwYXJlOiB7dG90YWw6IDUzLjFtcywgYXV0b19pZF9hbGxvY2F0b3I6IHthbGxvY19jbnQ6IDEsIEdldDp7bnVtX3JwYzoxLCB0b3RhbF90aW1lOjIxNi44wrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjUxNy4zwrVzLCBnZXRfY29tbWl0X3RzOjIyLjHCtXMsIGNvbW1pdDo1MTfCAb0cc2xvd2VzdF8RQQBfAXQEIHsNtGwwLjAwMHMsIHJlZ2lvbl9pZDogMiwgc3RvcmU6CQcYMSwgfSwgYwmMGHByaW1hcnnWRAANZAhudW0hPyR3cml0ZV9rZXlzGQ6cYnl0ZTozMn19fSwgaW5zZXJ0OjI4Mi40bXMJMTEwLjkgS0IJTi9BCg==')\n# Resource_group: default\nINSERT HIGH_PRIORITY INTO mysql.GLOBAL_VARIABLES VALUES (\"character_set_server\", \"utf8mb4\"), (\"ndb_log_empty_epochs\", \"\"), (\"tidb_enable_batch_query_region\", \"OFF\"), (\"tidb_enable_fast_create_table\", \"ON\"), (\"binlog_cache_size\", \"32768\"), (\"tidb_runtime_filter_mode\", \"OFF\"), (\"tidb_opt_fix_control\", \"\"), (\"tidb_tso_client_rpc_mode\", \"DEFAULT\"), (\"tidb_index_lookup_join_concurrency\", \"-1\"), (\"ndb_eventbuffer_max_alloc\", \"\"), (\"ndbinfo_max_rows\", \"\"), (\"tidb_enable_fast_table_check\", \"ON\"), (\"require_secure_transport\", \"OFF\"), (\"tidb_enable_auto_analyze_priority_queue\", \"ON\"), (\"tidb_init_chunk_size\", \"32\"), (\"innodb_purge_batch_size\", \"300\"), (\"tidb_build_sampling_stats_concurrency\", \"2\"), (\"max_relay_log_size\", \"0\"), (\"innodb_io_capacity\", \"200\"), (\"tidb_guarantee_linearizability\", \"ON\"), (\"sql_quote_show_create\", \"ON\"), (\"slave_allow_batching\", \"OFF\"), (\"tidb_opt_objective\", \"moderate\"), (\"tidb_ttl_delete_worker_count\", \"4\"), (\"character_set_connection\", \"utf8mb4\"), (\"authentication_ldap_sasl_auth_method_name\", \"SCRAM-SHA-1\"), (\"password_reuse_interval\", \"0\"), (\"slave_preserve_commit_order\", \"OFF\"), (\"tidb_merge_partition_stats_concurrency\", \"1\"), (\"binlog_group_commit_sync_no_delay_count\", \"\"), (\"innodb_compression_pad_pct_max\", \"50\"), (\"innodb_max_dirty_pages_pct_lwm\", \"0\"), (\"tidb_enable_check_constraint\", \"OFF\"), (\"preload_buffer_size\", \"32768\"), (\"binlog_format\", \"STATEMENT\"), (\"optimizer_trace\", \"enabled=off,one_line=off\"), (\"interactive_timeout\", \"28800\"), (\"old_alter_table\", \"OFF\"), (\"sql_warnings\", \"OFF\"), (\"tidb_build_stats_concurrency\", \"2\"), (\"tidb_opt_enable_late_materialization\", \"ON\"), (\"tidb_partition_prune_mode\", \"dynamic\"), (\"innodb_ft_num_word_optimize\", \"2000\"), (\"tidb_opt_advanced_join_hint\", \"ON\"), (\"read_buffer_size\", \"131072\"), (\"tidb_enable_non_prepared_plan_cache\", \"OFF\"), (\"tidb_max_bytes_before_tiflash_external_join\", \"-1\"), (\"tiflash_query_spill_ratio\", \"0.7\"), (\"tidb_gogc_tuner_min_value\", \"100\"), (\"tidb_enable_parallel_hashagg_spill\", \"ON\"), (\"tidb_analyze_distsql_scan_concurrency\", \"4\"), (\"delayed_insert_timeout\", \"300\"), (\"tidb_enable_async_commit\", \"OFF\"), (\"authentication_ldap_simple_max_pool_size\", \"1000\"), (\"innodb_api_bk_commit_interval\", \"5\"), (\"max_statement_time\", \"\"), (\"ft_boolean_syntax\", \"+ -><()~*:\\\"\\\"&|\"), (\"default_password_lifetime\", \"0\"), (\"disconnect_on_expired_password\", \"ON\"), (\"tidb_gogc_tuner_max_value\", \"500\"), (\"host_cache_size\", \"279\"), (\"tidb_placement_mode\", \"STRICT\"), (\"sync_relay_log\", \"10000\"), (\"tidb_max_chunk_size\", \"1024\"), (\"tidb_enable_foreign_key\", \"ON\"), (\"tidb_nontransactional_ignore_error\", \"OFF\"), (\"authentication_ldap_simple_server_port\", \"389\"), (\"tidb_ddl_flashback_concurrency\", \"64\"), (\"character_set_database\", \"utf8mb4\"), (\"innodb_file_per_table\", \"ON\"), (\"min_examined_row_limit\", \"0\"), (\"tidb_evolve_plan_task_max_time\", \"600\"), (\"rewriter_enabled\", \"\"), (\"slave_parallel_workers\", \"0\"), (\"max_execution_time\", \"0\"), (\"rpl_semi_sync_master_trace_level\", \"\"), (\"authentication_ldap_simple_tls\", \"OFF\"), (\"log_queries_not_using_indexes\", \"OFF\"), (\"default_tmp_storage_engine\", \"InnoDB\"), (\"tidb_query_log_max_len\", \"4096\"), (\"tx_isolation\", \"REPEATABLE-READ\"), (\"profiling\", \"OFF\"), (\"check_proxy_users\", \"OFF\"), (\"query_alloc_block_size\", \"8192\"), (\"sql_select_limit\", \"18446744073709551615\"), (\"innodb_buffer_pool_dump_at_shutdown\", \"0\"), (\"innodb_max_purge_lag\", \"0\"), (\"tidb_evolve_plan_task_start_time\", \"00:00 +0000\"), (\"validate_password.number_count\", \"1\"), (\"innodb_purge_rseg_truncate_frequency\", \"\"), (\"sql_auto_is_null\", \"OFF\"), (\"tidb_committer_concurrency\", \"128\"), (\"tidb_auto_analyze_partition_batch_size\", \"8192\"), (\"innodb_change_buffer_max_size\", \"25\"), (\"tidb_index_merge_intersection_concurrency\", \"-1\"), (\"tidb_non_prepared_plan_cache_size\", \"100\"), (\"tidb_cost_model_version\", \"2\"), (\"tidb_track_aggregate_memory_usage\", \"ON\"), (\"delay_key_write\", \"ON\"), (\"tidb_constraint_check_in_place\", \"OFF\"), (\"tidb_max_auto_analyze_time\", \"43200\"), (\"key_cache_division_limit\", \"100\"), (\"table_definition_cache\", \"2000\"), (\"tidb_enable_tso_follower_proxy\", (len:25902);"] [2025/04/04 10:48:31.714 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=31.355182184s] [2025/04/04 10:48:31.715 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:48:31.716 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=ecab7d57-7a18-4562-bc98-c8dbc6e09eba] [2025/04/04 10:48:31.716 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:48:31.716 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:48:31.716 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=148.707ยตs] [2025/04/04 10:48:31.716 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=124.324ยตs] [2025/04/04 10:48:31.716 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=111.695ยตs] [2025/04/04 10:48:31.717 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=124.934ยตs] [2025/04/04 10:48:31.717 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=191.355ยตs] [2025/04/04 10:48:31.717 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=150.888ยตs] [2025/04/04 10:48:31.717 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=118.403ยตs] [2025/04/04 10:48:31.718 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=126.705ยตs] [2025/04/04 10:48:31.718 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=135.151ยตs] [2025/04/04 10:48:31.718 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=112.995ยตs] [2025/04/04 10:48:31.718 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=ecab7d57-7a18-4562-bc98-c8dbc6e09eba] [2025/04/04 10:48:31.718 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:48:31.718 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:48:31.777 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=ecab7d57-7a18-4562-bc98-c8dbc6e09eba] ["take time"=61.524466ms] [2025/04/04 10:48:31.777 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=ecab7d57-7a18-4562-bc98-c8dbc6e09eba] [2025/04/04 10:48:31.777 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:48:31.778 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:48:31.778 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:48:31.778 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:48:31.778 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:48:31.778 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:48:31.778 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:48:31.778 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:48:31.778 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:48:31.778 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:48:31.778 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:48:31.778 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:48:31.779 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:48:31.779 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:48:31.779 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:48:31.779 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=63.924909ms] [2025/04/04 10:48:31.779 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=2daebb8b-7104-4b3a-8caf-6e6d8b217d51] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:48:32.039 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:48:32.039 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:48:32.570 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=529.221385ms] [2025/04/04 10:48:32.570 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:48:32.571 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=530.947497ms] [2025/04/04 10:48:32.571 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=55] ["reload ts"=457117194668212224] [2025/04/04 10:48:32.587 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [runWorker=true] [jobVersion=v2] [2025/04/04 10:48:32.588 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:48:32.588 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:48:32.588 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:48:32.588 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:48:32.589 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:48:32.589 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:48:32.589 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:48:32.589 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:48:32.589 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [2025/04/04 10:48:32.589 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:48:32.589 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:48:32.589 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:48:32.589 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:48:32.589 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:48:32.589 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:48:32.589 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:48:32.589 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:48:32.589 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:48:32.590 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:48:32.612 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:48:32.612 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [2025/04/04 10:48:32.618 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 10:48:32.678 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/04 10:48:32.684 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:48:32.685 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:48:32.736 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:48:32.758 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:48:32.758 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 10:48:32.760 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:48:32.760 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/04 10:48:32.760 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 10:48:32.760 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [2025/04/04 10:48:32.760 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:48:32.760 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:48:32.760 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:48:32.761 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:48:32.763 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/04 10:48:32.773 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [ttl-worker=task-manager] [ttl-worker=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [originalCount=0] [newCount=4] [2025/04/04 10:48:32.773 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [ttl-worker=task-manager] [ttl-worker=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [originalCount=0] [newCount=4] [2025/04/04 10:48:32.773 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [2025/04/04 10:48:32.783 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] testkit.go:123: RefreshSession rand seed: 1743763712784036700 [2025/04/04 10:48:32.793 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/04 10:48:32.793 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/04 10:48:32.868 +00:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_schema_cache_size] [val=0] [2025/04/04 10:48:32.941 +00:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_scatter_region] [val=table] [2025/04/04 10:48:32.944 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=] [sql="drop database if exists cluster_index_regions;"] [user=] [2025/04/04 10:48:32.977 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:32.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create database cluster_index_regions;"] [2025/04/04 10:48:32.977 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:32.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:32.998 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:32.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:33.013 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=false] [currentSchemaVersion=55] [neededSchemaVersion=55] ["elapsed time"=171.594857ms] [2025/04/04 10:48:33.013 +00:00] [INFO] [domain.go:431] ["infoschema v1/v2 switch"] [2025/04/04 10:48:33.013 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:48:33.032 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=633.094ยตs] [gotSchemaVersion=56] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 10:48:33.047 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/04 10:48:33.049 +00:00] [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"=18.745861ms] [job="ID:113, Type:create schema, State:done, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:32.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:33.079 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create schema, State:synced, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:32.963 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:33.132 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/04 10:48:33.132 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=] [sql="create database cluster_index_regions;"] [user=] [2025/04/04 10:48:33.192 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:33.156 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:33.192 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:33.156 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t (a int, b int, c int, primary key(a, b));"] [2025/04/04 10:48:33.210 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:33.156 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:33.215 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 114, Table Name: t)"] [2025/04/04 10:48:33.342 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=1.944891ms] [gotSchemaVersion=57] [phyTblIDs="[114]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:33.405 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57] [2025/04/04 10:48:33.406 +00:00] [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"=66.4975ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:33.156 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:33.477 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:create table, State:synced, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:33.156 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:33.534 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=115] [2025/04/04 10:48:33.535 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000000000000072] [2025/04/04 10:48:33.536 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Conn_ID: 1\n# Query_time: 0.4013963\n# Parse_time: 0.001012315\n# Compile_time: 0.001389537\n# Rewrite_time: 0.000012254\n# Optimize_time: 0.000621793\n# Wait_TS: 0.00013436\n# DB: cluster_index_regions\n# Is_internal: false\n# Digest: 63331debef34808b9e179c3443353322e4e1c86184036d73c4da6ac375564604\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse cluster_index_regions;\ncreate table t (a int, b int, c int, primary key(a, b));"] [2025/04/04 10:48:33.536 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=57] [cur_db=cluster_index_regions] [sql="create table t (a int, b int, c int, primary key(a, b));"] [user=] [2025/04/04 10:48:33.537 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=748000000000000072] ["first new region left"="{Id:2 StartKey: EndKey:7480000000000000ff7200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:48:33.537 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/04 10:48:33.548 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=4] ["first split key"=7480000000000000725f7203800000000000000183800000000000] [2025/04/04 10:48:33.549 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=4] ["first at"=7480000000000000725f7203800000000000000183800000000000] ["first new region left"="{Id:4 StartKey:7480000000000000ff7200000000000000f8 EndKey:7480000000000000ff725f720380000000ff0000000183800000ff0000000000000000fa RegionEpoch:{ConfVer:1 Version:2} Peers:[id:5 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:48:33.549 +00:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=4] [2025/04/04 10:48:33.549 +00:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=4] [at=7480000000000000725f7203800000000000000183800000000000] ["new region left"="{Id:4 StartKey:7480000000000000ff7200000000000000f8 EndKey:7480000000000000ff725f720380000000ff0000000183800000ff0000000000000000fa RegionEpoch:{ConfVer:1 Version:2} Peers:[id:5 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/04 10:48:33.549 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[4]"] [2025/04/04 10:48:33.549 +00:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=4] [backoff(ms)=299998] [2025/04/04 10:48:33.549 +00:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=4] [2025/04/04 10:48:33.607 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:116, Type:drop table, State:queueing, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:33.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:33.608 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:116, Type:drop table, State:queueing, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:33.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="drop table t;"] [2025/04/04 10:48:33.624 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:48:33.624 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:48:33.624 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:48:33.625 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:48:33.631 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=116] [conn=1] [job="ID:116, Type:drop table, State:queueing, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:33.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:33.679 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=57] [neededSchemaVersion=58] ["elapsed time"=3.505583ms] [gotSchemaVersion=58] [phyTblIDs="[114]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/04 10:48:33.703 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=116] [version=58] [2025/04/04 10:48:33.705 +00:00] [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"=30.427139ms] [job="ID:116, Type:drop table, State:running, SchemaState:write only, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:33.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:33.740 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=116] [conn=1] [job="ID:116, Type:drop table, State:running, SchemaState:write only, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:33.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:33.778 +00:00] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [groupID=ttl] [2025/04/04 10:48:33.778 +00:00] [INFO] [runtime.go:450] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2025/04/04 10:48:33.781 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=58] [neededSchemaVersion=59] ["elapsed time"=3.440219ms] [gotSchemaVersion=59] [phyTblIDs="[114]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/04 10:48:33.793 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2025/04/04 10:48:33.798 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=116] [version=59] [2025/04/04 10:48:33.801 +00:00] [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"=24.275439ms] [job="ID:116, Type:drop table, State:running, SchemaState:delete only, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:33.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:33.814 +00:00] [INFO] [scheduler_manager.go:302] ["subtask table gc loop start"] [server-id=:4000] [2025/04/04 10:48:33.814 +00:00] [INFO] [scheduler_manager.go:198] ["schedule task loop start"] [server-id=:4000] [2025/04/04 10:48:33.819 +00:00] [INFO] [scheduler_manager.go:442] ["collect loop start"] [server-id=:4000] [2025/04/04 10:48:33.819 +00:00] [INFO] [scheduler_manager.go:366] ["cleanup loop start"] [server-id=:4000] [2025/04/04 10:48:33.832 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=116] [conn=1] [job="ID:116, Type:drop table, State:running, SchemaState:delete only, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:33.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:33.837 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: drop table, Old Table ID: 114, Old Table Name: t)"] [2025/04/04 10:48:33.924 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=59] [neededSchemaVersion=60] ["elapsed time"=718.791ยตs] [gotSchemaVersion=60] [phyTblIDs="[114]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2025/04/04 10:48:33.939 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=116] [version=60] [2025/04/04 10:48:33.940 +00:00] [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"=18.32864ms] [job="ID:116, Type:drop table, State:done, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:33.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:33.973 +00:00] [INFO] [delete_range.go:473] ["insert into delete-range table"] [category=ddl] [jobID=116] [tableIDs="[114]"] [comment="drop table: table ID"] [2025/04/04 10:48:33.984 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=116] [jobType="drop table"] [2025/04/04 10:48:33.988 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=116] [conn=1] [job="ID:116, Type:drop table, State:synced, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:33.587 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:34.092 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [jobID=116] [elementID=1] [startKey=748000000000000072] [endKey=748000000000000073] [2025/04/04 10:48:34.152 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=116] [2025/04/04 10:48:34.153 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Conn_ID: 1\n# Query_time: 0.590333117\n# Parse_time: 0.000405527\n# Compile_time: 0.006474116\n# Rewrite_time: 0.000012905\n# Optimize_time: 0.000247249\n# Wait_TS: 0.000147631\n# DB: cluster_index_regions\n# Is_internal: false\n# Digest: bd8e740f9bc2a217688ab0977cbdd435e15f5144bc7cf35e643f1c2eec306d01\n# Mem_max: 4096\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table t;"] [2025/04/04 10:48:34.154 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=60] [cur_db=cluster_index_regions] [sql="drop table t;"] [user=] [2025/04/04 10:48:34.217 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:118, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:117, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:34.186 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:34.218 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:118, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:117, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:34.186 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t (a int, b int);"] [2025/04/04 10:48:34.236 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=118] [conn=1] [job="ID:118, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:117, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:34.186 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:34.241 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 117, Table Name: t)"] [2025/04/04 10:48:34.327 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=60] [neededSchemaVersion=61] ["elapsed time"=1.670033ms] [gotSchemaVersion=61] [phyTblIDs="[117]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:34.349 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=118] [version=61] [2025/04/04 10:48:34.351 +00:00] [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"=27.014842ms] [job="ID:118, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:117, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:34.186 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:34.395 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=118] [conn=1] [job="ID:118, Type:create table, State:synced, SchemaState:public, SchemaID:112, TableID:117, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:34.186 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:34.443 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=118] [2025/04/04 10:48:34.443 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=61] [cur_db=cluster_index_regions] [sql="create table t (a int, b int);"] [user=] [2025/04/04 10:48:34.447 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=6] ["first split key"=7480000000000000755f72800000000000c350] [2025/04/04 10:48:34.448 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=6] ["first split key"=748000000000000075] [2025/04/04 10:48:34.449 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=6] ["first at"=7480000000000000755f72800000000000c350] ["first new region left"="{Id:6 StartKey:7480000000000000ff725f720380000000ff0000000183800000ff0000000000000000fa EndKey:7480000000000000ff755f728000000000ff00c3500000000000fa RegionEpoch:{ConfVer:1 Version:2} Peers:[id:7 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:48:34.460 +00:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=6] [2025/04/04 10:48:34.460 +00:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=6] [at=7480000000000000755f72800000000000c350] ["new region left"="{Id:6 StartKey:7480000000000000ff725f720380000000ff0000000183800000ff0000000000000000fa EndKey:7480000000000000ff755f728000000000ff00c3500000000000fa RegionEpoch:{ConfVer:1 Version:2} Peers:[id:7 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2025/04/04 10:48:34.460 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[6]"] [2025/04/04 10:48:34.461 +00:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=6] [backoff(ms)=299986] [2025/04/04 10:48:34.461 +00:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=6] [2025/04/04 10:48:34.466 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=6] ["first at"=748000000000000075] ["first new region left"="{Id:6 StartKey:7480000000000000ff725f720380000000ff0000000183800000ff0000000000000000fa EndKey:7480000000000000ff7500000000000000f8 RegionEpoch:{ConfVer:1 Version:3} Peers:[id:7 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:48:34.466 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[6]"] split_table_test.go:64: Error Trace: pkg/executor/test/splittest/split_table_test.go:64 Error: Expect "t_114_5f7203800000000000000183800000000000" to match "t_117_" Test: TestClusterIndexShowTableRegion [2025/04/04 10:48:34.467 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:48:34.467 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [2025/04/04 10:48:34.468 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:48:34.468 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:48:34.468 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=120.383ยตs] [2025/04/04 10:48:34.468 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp general"] ["take time"=83.237ยตs] [2025/04/04 10:48:34.468 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 13, tp general"] ["take time"=54.515ยตs] [2025/04/04 10:48:34.468 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 14, tp general"] ["take time"=52.431ยตs] [2025/04/04 10:48:34.468 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [2025/04/04 10:48:34.468 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:48:34.468 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:48:34.471 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=2a06a495-7fcc-4eea-b945-5fde3617dcd9] ["take time"=4.176456ms] [2025/04/04 10:48:34.471 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [2025/04/04 10:48:34.471 +00:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/04 10:48:34.472 +00:00] [INFO] [runtime.go:202] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2025/04/04 10:48:34.472 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [ttl-worker=task-manager] [ttl-worker=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [originalCount=4] [newCount=0] [2025/04/04 10:48:34.472 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:48:34.472 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:48:34.473 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:48:34.472 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:48:34.473 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [ttl-worker=task-manager] [ttl-worker=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [originalCount=4] [newCount=0] [2025/04/04 10:48:34.482 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:48:34.483 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:48:34.491 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:48:34.500 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:48:34.510 +00:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [2025/04/04 10:48:34.510 +00:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/04 10:48:34.510 +00:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/04 10:48:34.510 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:48:34.510 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:48:34.510 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:48:34.510 +00:00] [INFO] [domain.go:1856] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [2025/04/04 10:48:34.511 +00:00] [INFO] [scheduler_manager.go:204] ["schedule task loop exits"] [server-id=:4000] [2025/04/04 10:48:34.511 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:48:34.511 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:48:34.511 +00:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/04 10:48:34.511 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:48:34.511 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:48:34.511 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:48:34.511 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:48:34.511 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:48:34.511 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:48:34.511 +00:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/04 10:48:34.511 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:48:34.511 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:48:34.511 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:48:34.511 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:48:34.511 +00:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/04 10:48:34.511 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:48:34.511 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:48:34.511 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:48:34.511 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [2025/04/04 10:48:34.512 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:48:34.512 +00:00] [INFO] [scheduler_manager.go:372] ["cleanup loop exits"] [server-id=:4000] [2025/04/04 10:48:34.512 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [2025/04/04 10:48:34.512 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:48:34.512 +00:00] [INFO] [scheduler_manager.go:308] ["subtask history table gc loop exits"] [server-id=:4000] [2025/04/04 10:48:34.512 +00:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/04 10:48:34.512 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:48:34.511 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:48:34.512 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:48:34.512 +00:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/04 10:48:34.512 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:48:34.512 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:48:34.512 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:48:34.512 +00:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/04 10:48:34.512 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [2025/04/04 10:48:34.512 +00:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/04 10:48:34.512 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:48:34.512 +00:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/04 10:48:34.512 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/04 10:48:34.512 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:48:34.512 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:48:34.512 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:48:34.512 +00:00] [INFO] [scheduler_manager.go:448] ["collect loop exits"] [server-id=:4000] [2025/04/04 10:48:34.512 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:48:34.512 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:48:34.512 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:48:34.512 +00:00] [INFO] [domain.go:1858] ["dist task scheduler manager stopped"] [id=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [2025/04/04 10:48:34.512 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:48:34.512 +00:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/04 10:48:34.512 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:48:34.512 +00:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/04 10:48:34.512 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 10:48:34.615 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=2a06a495-7fcc-4eea-b945-5fde3617dcd9] [2025/04/04 10:48:34.615 +00:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/04 10:48:34.615 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:48:34.627 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=160.010724ms] [2025/04/04 10:48:34.630 +00:00] [INFO] [db.go:567] ["Closing database"] [2025/04/04 10:48:34.630 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/04 10:48:34.630 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/04 10:48:34.630 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/04 10:48:34.630 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/04 10:48:34.630 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestClusterIndexShowTableRegion (35.45s) === NAME FAIL coverage: 9.8% of statements -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 1 /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/25603/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/executor/test/splittest/splittest_test_/splittest_test.runfiles/__main__/pkg/executor/test/splittest/splittest_test_/splittest_test ================================================================================ [26,503 / 27,082] 291 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 106s remote-cache, linux-sandbox ... (70 actions running) [26,504 / 27,082] 291 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 107s remote-cache, linux-sandbox ... (70 actions running) [26,504 / 27,082] 291 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 108s remote-cache, linux-sandbox ... (70 actions running) [26,505 / 27,082] 291 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 109s remote-cache, linux-sandbox ... (70 actions running) [26,506 / 27,082] 291 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 110s remote-cache, linux-sandbox ... (70 actions running) [26,507 / 27,082] 292 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 111s remote-cache, linux-sandbox ... (70 actions running) [26,513 / 27,084] 292 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 113s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,515 / 27,084] 292 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,516 / 27,084] 292 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 115s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,516 / 27,084] 292 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 116s remote-cache, linux-sandbox ... (70 actions running) [26,516 / 27,084] 293 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 119s remote-cache, linux-sandbox ... (70 actions running) [26,519 / 27,084] 293 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 120s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,524 / 27,114] 293 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 121s remote-cache, linux-sandbox ... (70 actions running) FLAKY: //pkg/executor/test/jointest/hashjoin:hashjoin_test (Summary) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_11_of_22/test_attempts/attempt_1.log [26,526 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 122s remote-cache, linux-sandbox ... (70 actions running) [26,528 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 124s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,528 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 125s remote-cache, linux-sandbox ... (70 actions running) [26,532 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 126s remote-cache, linux-sandbox ... (70 actions running) [26,532 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 127s remote-cache, linux-sandbox ... (70 actions running) [26,533 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 128s remote-cache, linux-sandbox ... (70 actions running) [26,534 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 129s remote-cache, linux-sandbox ... (69 actions running) [26,535 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 131s remote-cache, linux-sandbox ... (70 actions running) [26,536 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 132s remote-cache, linux-sandbox ... (70 actions running) [26,539 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 133s remote-cache, linux-sandbox ... (70 actions running) [26,540 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 134s remote-cache, linux-sandbox ... (70 actions running) [26,542 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 136s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,543 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 137s remote-cache, linux-sandbox ... (70 actions running) [26,544 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 139s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,545 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 140s remote-cache, linux-sandbox ... (70 actions running) [26,546 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 141s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,549 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 142s remote-cache, linux-sandbox ... (70 actions running) [26,551 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 143s remote-cache, linux-sandbox ... (70 actions running) [26,552 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 146s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,554 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 147s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,555 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 148s remote-cache, linux-sandbox ... (70 actions running) [26,556 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 149s remote-cache, linux-sandbox ... (70 actions running) [26,559 / 27,141] 294 / 457 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 6 of 18); 63s remote-cache, linux-sandbox ... (70 actions running) [26,560 / 27,141] 294 / 457 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 6 of 18); 65s remote-cache, linux-sandbox ... (70 actions running) [26,562 / 27,141] 294 / 457 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 6 of 18); 66s remote-cache, linux-sandbox ... (70 actions running) [26,564 / 27,141] 294 / 457 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 6 of 18); 68s remote-cache, linux-sandbox ... (70 actions running) [26,564 / 27,141] 294 / 457 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 6 of 18); 69s remote-cache, linux-sandbox ... (70 actions running) [26,567 / 27,141] 294 / 457 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 6 of 18); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,568 / 27,141] 294 / 457 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 6 of 18); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,571 / 27,141] 294 / 457 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 6 of 18); 73s remote-cache, linux-sandbox ... (70 actions running) [26,572 / 27,141] 294 / 457 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 6 of 18); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,573 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 9 of 49); 76s remote-cache, linux-sandbox ... (70 actions running) [26,575 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 9 of 49); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,577 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 9 of 49); 79s remote-cache, linux-sandbox ... (70 actions running) [26,578 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 9 of 49); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,580 / 27,141] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 68s remote-cache, linux-sandbox ... (70 actions running) [26,585 / 27,184] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,588 / 27,184] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 71s remote-cache, linux-sandbox ... (70 actions running) [26,588 / 27,184] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 72s remote-cache, linux-sandbox ... (70 actions running) [26,590 / 27,184] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 73s remote-cache, linux-sandbox ... (70 actions running) [26,590 / 27,184] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 74s remote-cache, linux-sandbox ... (70 actions running) [26,593 / 27,184] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 75s remote-cache, linux-sandbox ... (70 actions running) [26,596 / 27,184] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,596 / 27,184] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 78s remote-cache, linux-sandbox ... (70 actions running) [26,597 / 27,184] 294 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 79s remote-cache, linux-sandbox ... (70 actions running) [26,598 / 27,184] 295 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 80s remote-cache, linux-sandbox ... (70 actions running) [26,601 / 27,184] 295 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,604 / 27,184] 295 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 83s remote-cache, linux-sandbox ... (70 actions running) [26,604 / 27,184] 295 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 84s remote-cache, linux-sandbox ... (70 actions running) [26,606 / 27,184] 295 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 85s remote-cache, linux-sandbox ... (70 actions running) [26,606 / 27,184] 295 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 86s remote-cache, linux-sandbox ... (70 actions running) [26,609 / 27,184] 295 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 87s remote-cache, linux-sandbox ... (70 actions running) [26,613 / 27,184] 295 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,614 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 85s remote-cache, linux-sandbox ... (70 actions running) [26,614 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 87s remote-cache, linux-sandbox ... (70 actions running) [26,619 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,621 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,623 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,625 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 92s remote-cache, linux-sandbox ... (70 actions running) [26,627 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,628 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 95s remote-cache, linux-sandbox ... (70 actions running) [26,630 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 96s remote-cache, linux-sandbox ... (70 actions running) [26,632 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 97s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,635 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,638 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 100s remote-cache, linux-sandbox ... (70 actions running) [26,639 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 101s remote-cache, linux-sandbox ... (70 actions running) [26,641 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 102s remote-cache, linux-sandbox ... (70 actions running) [26,643 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,644 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,647 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 106s remote-cache, linux-sandbox ... (70 actions running) [26,648 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 107s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,650 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,651 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 110s remote-cache, linux-sandbox ... (70 actions running) [26,654 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 112s remote-cache, linux-sandbox ... (70 actions running) [26,658 / 27,184] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 113s remote-cache, linux-sandbox ... (70 actions running) [26,661 / 27,189] 295 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 114s remote-cache, linux-sandbox ... (70 actions running) [26,662 / 27,189] 296 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 115s remote-cache, linux-sandbox ... (70 actions running) [26,666 / 27,191] 296 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 117s remote-cache, linux-sandbox ... (70 actions running) [26,667 / 27,191] 296 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 118s remote-cache, linux-sandbox ... (70 actions running) [26,669 / 27,191] 296 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 119s remote-cache, linux-sandbox ... (70 actions running) [26,670 / 27,191] 296 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 120s remote-cache, linux-sandbox ... (70 actions running) [26,671 / 27,191] 296 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 121s remote-cache, linux-sandbox ... (70 actions running) [26,675 / 27,209] 298 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 122s remote-cache, linux-sandbox ... (70 actions running) [26,677 / 27,209] 298 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 123s remote-cache, linux-sandbox ... (70 actions running) [26,677 / 27,209] 298 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 125s remote-cache, linux-sandbox ... (70 actions running) [26,678 / 27,209] 298 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 126s remote-cache, linux-sandbox ... (70 actions running) [26,681 / 27,209] 298 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,684 / 27,209] 298 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 129s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,685 / 27,209] 299 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 130s remote-cache, linux-sandbox ... (70 actions running) [26,692 / 27,211] 299 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 131s remote-cache, linux-sandbox ... (70 actions running) [26,692 / 27,211] 299 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 132s remote-cache, linux-sandbox ... (70 actions running) [26,696 / 27,211] 299 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 133s remote-cache, linux-sandbox ... (70 actions running) [26,697 / 27,211] 299 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 134s remote-cache, linux-sandbox ... (70 actions running) [26,697 / 27,211] 299 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 136s remote-cache, linux-sandbox ... (70 actions running) [26,700 / 27,211] 300 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 137s remote-cache, linux-sandbox ... (70 actions running) [26,707 / 27,215] 300 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 138s remote-cache, linux-sandbox ... (70 actions running) [26,711 / 27,215] 300 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 139s remote-cache, linux-sandbox ... (70 actions running) [26,711 / 27,215] 300 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 141s remote-cache, linux-sandbox ... (70 actions running) [26,713 / 27,215] 300 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 142s remote-cache, linux-sandbox ... (70 actions running) [26,715 / 27,215] 300 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 143s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,717 / 27,215] 300 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 144s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,719 / 27,215] 300 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 146s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,720 / 27,215] 300 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 147s remote-cache, linux-sandbox ... (70 actions running) [26,723 / 27,215] 300 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 148s remote-cache, linux-sandbox ... (70 actions running) [26,724 / 27,215] 300 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 149s remote-cache, linux-sandbox ... (70 actions running) [26,725 / 27,215] 300 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 107s remote-cache, linux-sandbox ... (70 actions running) [26,727 / 27,215] 300 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,730 / 27,215] 300 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,734 / 27,215] 300 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 111s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,736 / 27,217] 302 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 112s remote-cache, linux-sandbox ... (69 actions running) [26,739 / 27,217] 302 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 113s remote-cache, linux-sandbox ... (70 actions running) [26,748 / 27,243] 302 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 114s remote-cache, linux-sandbox ... (70 actions running) [26,750 / 27,243] 302 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 115s remote-cache, linux-sandbox ... (70 actions running) [26,751 / 27,243] 302 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 116s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,754 / 27,245] 303 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 118s remote-cache, linux-sandbox ... (70 actions running) [26,755 / 27,245] 303 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 119s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,758 / 27,245] 303 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 120s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,759 / 27,245] 304 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 122s remote-cache, linux-sandbox ... (70 actions running) [26,765 / 27,259] 305 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 123s remote-cache, linux-sandbox ... (70 actions running) [26,770 / 27,275] 305 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 124s remote-cache, linux-sandbox ... (70 actions running) [26,773 / 27,275] 305 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 125s remote-cache, linux-sandbox ... (68 actions, 66 running) [26,774 / 27,275] 305 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 127s remote-cache, linux-sandbox ... (70 actions running) [26,777 / 27,275] 305 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 128s remote-cache, linux-sandbox ... (70 actions running) [26,780 / 27,275] 305 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 130s remote-cache, linux-sandbox ... (70 actions running) [26,781 / 27,275] 305 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 132s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,784 / 27,275] 305 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 133s remote-cache, linux-sandbox ... (70 actions running) [26,785 / 27,275] 305 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 134s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,789 / 27,275] 305 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 136s remote-cache, linux-sandbox ... (70 actions running) [26,790 / 27,275] 305 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 137s remote-cache, linux-sandbox ... (70 actions running) [26,794 / 27,275] 305 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 138s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,796 / 27,275] 306 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 140s remote-cache, linux-sandbox ... (70 actions running) [26,801 / 27,282] 306 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 141s remote-cache, linux-sandbox ... (70 actions running) [26,802 / 27,282] 307 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 142s remote-cache, linux-sandbox ... (70 actions running) [26,808 / 27,284] 307 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 143s remote-cache, linux-sandbox ... (69 actions running) [26,812 / 27,284] 307 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 145s remote-cache, linux-sandbox ... (70 actions running) [26,813 / 27,284] 307 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 146s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,814 / 27,284] 308 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 147s remote-cache, linux-sandbox ... (70 actions running) [26,819 / 27,284] 309 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 149s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,824 / 27,286] 309 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 150s remote-cache, linux-sandbox ... (70 actions running) [26,826 / 27,286] 309 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 35 of 39); 56s remote-cache, linux-sandbox ... (70 actions running) [26,828 / 27,286] 309 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 35 of 39); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,828 / 27,286] 309 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 35 of 39); 59s remote-cache, linux-sandbox ... (70 actions running) [26,833 / 27,292] 310 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 35 of 39); 60s remote-cache, linux-sandbox ... (70 actions running) [26,833 / 27,292] 310 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 35 of 39); 62s remote-cache, linux-sandbox ... (70 actions running) [26,837 / 27,292] 311 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 35 of 39); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,841 / 27,297] 312 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 35 of 39); 65s remote-cache, linux-sandbox ... (70 actions running) [26,846 / 27,304] 313 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 35 of 39); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,847 / 27,304] 313 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 35 of 39); 68s remote-cache, linux-sandbox ... (70 actions running) [26,849 / 27,304] 313 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 4 of 39); 69s remote-cache, linux-sandbox ... (70 actions running) [26,852 / 27,304] 313 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 4 of 39); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,855 / 27,304] 313 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 4 of 39); 72s remote-cache, linux-sandbox ... (70 actions running) [26,856 / 27,304] 313 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 4 of 39); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,858 / 27,304] 313 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 4 of 39); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,859 / 27,304] 313 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 4 of 39); 76s remote-cache, linux-sandbox ... (70 actions running) [26,863 / 27,318] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,864 / 27,318] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 71s remote-cache, linux-sandbox ... (70 actions running) [26,865 / 27,318] 315 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 72s remote-cache, linux-sandbox ... (70 actions running) [26,867 / 27,328] 315 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 73s remote-cache, linux-sandbox ... (70 actions running) [26,868 / 27,328] 315 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 74s remote-cache, linux-sandbox ... (70 actions running) [26,869 / 27,328] 315 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,871 / 27,328] 315 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,874 / 27,328] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,875 / 27,328] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 79s remote-cache, linux-sandbox ... (70 actions running) [26,877 / 27,328] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,882 / 27,379] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,882 / 27,379] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 83s remote-cache, linux-sandbox ... (70 actions running) [26,886 / 27,379] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 84s remote-cache, linux-sandbox ... (70 actions running) [26,887 / 27,379] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,888 / 27,379] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,890 / 27,379] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 89s remote-cache, linux-sandbox ... (70 actions running) [26,892 / 27,379] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 90s remote-cache, linux-sandbox ... (70 actions running) [26,893 / 27,379] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 91s remote-cache, linux-sandbox ... (70 actions running) [26,894 / 27,379] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 93s remote-cache, linux-sandbox ... (70 actions running) [26,895 / 27,379] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,897 / 27,379] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 96s remote-cache, linux-sandbox ... (70 actions running) [26,900 / 27,383] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 97s remote-cache, linux-sandbox ... (70 actions running) [26,903 / 27,383] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,906 / 27,383] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,906 / 27,383] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 101s remote-cache, linux-sandbox ... (70 actions running) [26,909 / 27,383] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,910 / 27,383] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,912 / 27,383] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 105s remote-cache, linux-sandbox ... (70 actions running) [26,913 / 27,383] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,915 / 27,383] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 109s remote-cache, linux-sandbox ... (70 actions running) [26,916 / 27,383] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 111s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,918 / 27,383] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 112s remote-cache, linux-sandbox ... (70 actions running) [26,919 / 27,383] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,923 / 27,392] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 115s remote-cache, linux-sandbox ... (67 actions, 64 running) [26,928 / 27,392] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 116s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,928 / 27,392] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 117s remote-cache, linux-sandbox ... (70 actions running) [26,929 / 27,392] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 118s remote-cache, linux-sandbox ... (70 actions running) [26,933 / 27,392] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 120s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,934 / 27,392] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 121s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,938 / 27,392] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 122s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,939 / 27,392] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 123s remote-cache, linux-sandbox ... (70 actions running) [26,941 / 27,392] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 124s remote-cache, linux-sandbox ... (69 actions running) [26,943 / 27,392] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 125s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,944 / 27,392] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,946 / 27,398] 319 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 128s remote-cache, linux-sandbox ... (70 actions running) [26,947 / 27,398] 319 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 129s remote-cache, linux-sandbox ... (70 actions running) [26,947 / 27,398] 320 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 131s remote-cache, linux-sandbox ... (70 actions running) [26,952 / 27,400] 320 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 132s remote-cache, linux-sandbox ... (70 actions running) [26,955 / 27,400] 320 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 134s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,956 / 27,400] 320 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 135s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,958 / 27,400] 320 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 136s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,960 / 27,400] 320 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 137s remote-cache, linux-sandbox ... (70 actions running) [26,963 / 27,437] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 138s remote-cache, linux-sandbox ... (70 actions running) [26,967 / 27,437] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 140s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,968 / 27,437] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 141s remote-cache, linux-sandbox ... (70 actions running) [26,968 / 27,437] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 142s remote-cache, linux-sandbox ... (70 actions running) [26,970 / 27,437] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 143s remote-cache, linux-sandbox ... (70 actions running) [26,973 / 27,437] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 144s remote-cache, linux-sandbox ... (69 actions running) [26,978 / 27,437] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 146s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,981 / 27,437] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 147s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,982 / 27,437] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 148s remote-cache, linux-sandbox ... (70 actions running) [26,982 / 27,437] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 150s remote-cache, linux-sandbox ... (70 actions running) [26,984 / 27,437] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 151s remote-cache, linux-sandbox ... (70 actions running) [26,986 / 27,437] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 152s remote-cache, linux-sandbox ... (70 actions running) [26,992 / 27,466] 323 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 153s remote-cache, linux-sandbox ... (70 actions running) [26,993 / 27,466] 323 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 154s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,993 / 27,466] 323 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 156s remote-cache, linux-sandbox ... (70 actions running) [26,996 / 27,466] 323 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 157s remote-cache, linux-sandbox ... (70 actions running) [26,999 / 27,466] 323 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 158s remote-cache, linux-sandbox ... (70 actions running) [27,004 / 27,471] 324 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 159s remote-cache, linux-sandbox ... (70 actions running) [27,007 / 27,489] 324 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 160s remote-cache, linux-sandbox ... (70 actions running) [27,008 / 27,489] 324 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 161s remote-cache, linux-sandbox ... (70 actions running) [27,010 / 27,491] 325 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 162s remote-cache, linux-sandbox ... (70 actions running) [27,012 / 27,491] 325 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 163s remote-cache, linux-sandbox ... (69 actions, 68 running) FLAKY: //pkg/session:session_test (Summary) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_35_of_50/test_attempts/attempt_1.log [27,018 / 27,500] 326 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 164s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,018 / 27,500] 326 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 166s remote-cache, linux-sandbox ... (70 actions running) [27,020 / 27,500] 327 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 167s remote-cache, linux-sandbox ... (70 actions running) [27,024 / 27,519] 329 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 168s remote-cache, linux-sandbox ... (70 actions running) [27,027 / 27,519] 329 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 170s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,032 / 27,544] 330 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 171s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,033 / 27,544] 330 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 172s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,034 / 27,544] 330 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 173s remote-cache, linux-sandbox ... (70 actions running) [27,037 / 27,544] 330 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 174s remote-cache, linux-sandbox ... (70 actions running) [27,039 / 27,544] 330 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 175s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,043 / 27,544] 330 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 177s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,044 / 27,544] 330 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 178s remote-cache, linux-sandbox ... (70 actions running) [27,046 / 27,544] 330 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 179s remote-cache, linux-sandbox ... (70 actions running) [27,047 / 27,544] 330 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 180s remote-cache, linux-sandbox ... (70 actions running) [27,055 / 27,549] 330 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 182s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,056 / 27,549] 330 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 183s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,059 / 27,549] 330 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 184s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,060 / 27,549] 330 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 185s remote-cache, linux-sandbox ... (70 actions running) [27,060 / 27,549] 330 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 186s remote-cache, linux-sandbox ... (70 actions running) [27,065 / 27,549] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 187s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,068 / 27,549] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 189s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,069 / 27,549] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 190s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,070 / 27,549] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 191s remote-cache, linux-sandbox ... (70 actions running) [27,072 / 27,549] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 193s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,078 / 27,598] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 194s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,078 / 27,598] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 195s remote-cache, linux-sandbox ... (70 actions running) [27,079 / 27,598] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 196s remote-cache, linux-sandbox ... (70 actions running) [27,080 / 27,598] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 198s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,082 / 27,598] 332 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 199s remote-cache, linux-sandbox ... (70 actions running) [27,082 / 27,598] 333 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 200s remote-cache, linux-sandbox ... (70 actions running) [27,090 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,092 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 77s remote-cache, linux-sandbox ... (70 actions running) [27,093 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,095 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 81s remote-cache, linux-sandbox ... (70 actions running) [27,100 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 82s remote-cache, linux-sandbox ... (70 actions running) [27,100 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 84s remote-cache, linux-sandbox ... (70 actions running) [27,103 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 85s remote-cache, linux-sandbox ... (70 actions running) [27,104 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,107 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 88s remote-cache, linux-sandbox ... (70 actions running) [27,110 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 89s remote-cache, linux-sandbox ... (70 actions running) [27,110 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 90s remote-cache, linux-sandbox ... (70 actions running) [27,114 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,116 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,117 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,120 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,122 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 96s remote-cache, linux-sandbox ... (69 actions running) [27,127 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 27 of 49); 97s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,128 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,131 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 81s remote-cache, linux-sandbox ... (70 actions running) [27,133 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 82s remote-cache, linux-sandbox ... (70 actions running) [27,134 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,136 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,137 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 86s remote-cache, linux-sandbox ... (70 actions running) [27,138 / 27,598] 333 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 87s remote-cache, linux-sandbox ... (70 actions running) [27,141 / 27,598] 334 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,143 / 27,598] 334 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,145 / 27,598] 334 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,150 / 27,598] 334 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,156 / 27,598] 334 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,157 / 27,598] 334 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,162 / 27,598] 334 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 95s remote-cache, linux-sandbox ... (70 actions running) [27,168 / 27,603] 334 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 97s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,170 / 27,603] 334 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 98s remote-cache, linux-sandbox ... (70 actions running) [27,171 / 27,603] 334 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 99s remote-cache, linux-sandbox ... (70 actions running) [27,171 / 27,603] 334 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 101s remote-cache, linux-sandbox ... (70 actions running) [27,175 / 27,603] 334 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 102s remote-cache, linux-sandbox ... (70 actions running) [27,176 / 27,603] 334 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 103s remote-cache, linux-sandbox ... (70 actions running) [27,176 / 27,603] 334 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 104s remote-cache, linux-sandbox ... (70 actions running) [27,178 / 27,603] 335 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 105s remote-cache, linux-sandbox ... (70 actions running) [27,183 / 27,605] 335 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 28 of 49); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,186 / 27,605] 335 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 29 of 49); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,187 / 27,605] 335 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 29 of 49); 109s remote-cache, linux-sandbox ... (70 actions running) [27,188 / 27,605] 335 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 29 of 49); 110s remote-cache, linux-sandbox ... (70 actions running) [27,189 / 27,605] 335 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 29 of 49); 111s remote-cache, linux-sandbox ... (70 actions running) [27,191 / 27,605] 336 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 29 of 49); 112s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,194 / 27,605] 336 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 29 of 49); 113s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,199 / 27,605] 336 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 29 of 49); 115s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,204 / 27,618] 336 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 29 of 49); 116s remote-cache, linux-sandbox ... (70 actions running) [27,205 / 27,618] 336 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 29 of 49); 117s remote-cache, linux-sandbox ... (70 actions running) [27,206 / 27,618] 336 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 29 of 49); 118s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,209 / 27,618] 336 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 107s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,212 / 27,618] 336 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,213 / 27,618] 336 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 110s remote-cache, linux-sandbox ... (70 actions running) [27,217 / 27,618] 336 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 112s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,217 / 27,618] 336 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 113s remote-cache, linux-sandbox ... (70 actions running) [27,219 / 27,618] 336 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 114s remote-cache, linux-sandbox ... (70 actions running) [27,221 / 27,618] 336 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 115s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,222 / 27,618] 337 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 116s remote-cache, linux-sandbox ... (70 actions running) [27,224 / 27,644] 337 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 118s remote-cache, linux-sandbox ... (70 actions running) [27,227 / 27,644] 337 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 120s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,228 / 27,644] 337 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 121s remote-cache, linux-sandbox ... (70 actions running) [27,229 / 27,644] 337 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 122s remote-cache, linux-sandbox ... (70 actions running) [27,230 / 27,644] 337 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 123s remote-cache, linux-sandbox ... (70 actions running) [27,232 / 27,644] 337 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 124s remote-cache, linux-sandbox ... (69 actions running) [27,233 / 27,644] 337 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 125s remote-cache, linux-sandbox ... (70 actions running) [27,234 / 27,644] 337 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,236 / 27,644] 337 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 128s remote-cache, linux-sandbox ... (70 actions running) [27,237 / 27,644] 337 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 129s remote-cache, linux-sandbox ... (70 actions running) [27,239 / 27,644] 337 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 130s remote-cache, linux-sandbox ... (70 actions running) [27,240 / 27,644] 337 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 131s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,242 / 27,644] 337 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 132s remote-cache, linux-sandbox ... (70 actions running) [27,244 / 27,656] 337 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 133s remote-cache, linux-sandbox ... (70 actions running) [27,247 / 27,658] 338 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 134s remote-cache, linux-sandbox ... (70 actions running) [27,250 / 27,686] 338 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 135s remote-cache, linux-sandbox ... (70 actions running) [27,251 / 27,686] 338 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 136s remote-cache, linux-sandbox ... (70 actions running) [27,254 / 27,686] 338 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 138s remote-cache, linux-sandbox ... (70 actions running) [27,255 / 27,686] 338 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 139s remote-cache, linux-sandbox ... (70 actions running) [27,258 / 27,688] 339 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 140s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,266 / 27,690] 339 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 141s remote-cache, linux-sandbox ... (70 actions running) [27,272 / 27,692] 339 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 143s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,275 / 27,692] 339 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 144s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,277 / 27,692] 339 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 145s remote-cache, linux-sandbox ... (70 actions running) [27,277 / 27,692] 339 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 146s remote-cache, linux-sandbox ... (70 actions running) [27,280 / 27,692] 340 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 147s remote-cache, linux-sandbox ... (70 actions running) [27,282 / 27,743] 340 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 148s remote-cache, linux-sandbox ... (70 actions running) [27,288 / 27,743] 342 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 149s remote-cache, linux-sandbox ... (69 actions running) [27,293 / 27,745] 342 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 128s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,298 / 27,745] 342 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 130s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,305 / 27,745] 342 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 131s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,315 / 27,750] 342 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 132s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,317 / 27,750] 342 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 133s remote-cache, linux-sandbox ... (70 actions running) [27,321 / 27,756] 343 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 134s remote-cache, linux-sandbox ... (70 actions running) [27,329 / 27,780] 343 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 135s remote-cache, linux-sandbox ... (70 actions running) [27,332 / 27,780] 344 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 136s remote-cache, linux-sandbox ... (70 actions running) [27,333 / 27,780] 344 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 137s remote-cache, linux-sandbox ... (70 actions running) [27,335 / 27,780] 344 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 139s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,339 / 27,780] 344 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 140s remote-cache, linux-sandbox ... (70 actions running) [27,350 / 27,833] 344 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 142s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,353 / 27,833] 345 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 143s remote-cache, linux-sandbox ... (70 actions running) [27,354 / 27,833] 345 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 144s remote-cache, linux-sandbox ... (70 actions running) [27,355 / 27,833] 345 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 145s remote-cache, linux-sandbox ... (70 actions running) [27,357 / 27,833] 345 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 146s remote-cache, linux-sandbox ... (70 actions running) [27,362 / 27,833] 345 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 147s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,367 / 27,862] 346 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 149s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,376 / 27,864] 346 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 150s remote-cache, linux-sandbox ... (70 actions running) [27,376 / 27,864] 346 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 151s remote-cache, linux-sandbox ... (70 actions running) [27,379 / 27,864] 346 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 152s remote-cache, linux-sandbox ... (70 actions running) [27,380 / 27,864] 346 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 153s remote-cache, linux-sandbox ... (70 actions running) [27,380 / 27,864] 346 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 154s remote-cache, linux-sandbox ... (70 actions running) [27,387 / 27,872] 346 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 155s remote-cache, linux-sandbox ... (70 actions running) [27,391 / 27,880] 347 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 156s remote-cache, linux-sandbox ... (70 actions running) [27,392 / 27,880] 347 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 158s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,395 / 27,880] 347 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 159s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,401 / 27,880] 348 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 160s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,405 / 27,882] 348 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 161s remote-cache, linux-sandbox ... (70 actions running) [27,408 / 27,882] 348 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 162s remote-cache, linux-sandbox ... (70 actions running) [27,413 / 27,882] 348 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 163s remote-cache, linux-sandbox ... (70 actions running) [27,413 / 27,882] 348 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 164s remote-cache, linux-sandbox ... (70 actions running) [27,419 / 27,882] 348 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 166s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,421 / 27,882] 348 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 167s remote-cache, linux-sandbox ... (69 actions running) [27,425 / 27,882] 348 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 168s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,431 / 27,882] 349 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 169s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,435 / 27,884] 349 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 170s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,440 / 27,884] 349 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 171s remote-cache, linux-sandbox ... (68 actions, 66 running) [27,450 / 27,922] 349 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 172s remote-cache, linux-sandbox ... (70 actions running) [27,453 / 27,922] 349 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 174s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,458 / 27,922] 350 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 175s remote-cache, linux-sandbox ... (70 actions running) [27,464 / 27,929] 350 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 176s remote-cache, linux-sandbox ... (70 actions running) [27,467 / 27,931] 350 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 177s remote-cache, linux-sandbox ... (70 actions running) [27,471 / 27,931] 350 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 178s remote-cache, linux-sandbox ... (70 actions running) [27,474 / 27,931] 350 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 179s remote-cache, linux-sandbox ... (70 actions running) [27,475 / 27,931] 350 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 180s remote-cache, linux-sandbox ... (70 actions running) [27,481 / 27,931] 350 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 181s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,481 / 27,931] 350 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 182s remote-cache, linux-sandbox ... (70 actions running) [27,483 / 27,931] 350 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 184s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,491 / 27,953] 353 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 185s remote-cache, linux-sandbox ... (70 actions running) [27,498 / 27,968] 354 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 186s remote-cache, linux-sandbox ... (70 actions running) [27,499 / 27,968] 354 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 188s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,504 / 27,968] 354 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 189s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,508 / 27,968] 354 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 190s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,510 / 27,968] 354 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 191s remote-cache, linux-sandbox ... (70 actions running) [27,513 / 27,968] 354 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 192s remote-cache, linux-sandbox ... (70 actions running) [27,519 / 27,968] 355 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 194s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,523 / 27,968] 355 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 195s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,527 / 27,968] 355 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 196s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,533 / 27,968] 355 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 197s remote-cache, linux-sandbox ... (70 actions running) [27,533 / 27,968] 356 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 199s remote-cache, linux-sandbox ... (70 actions running) [27,540 / 27,970] 356 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 200s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,541 / 27,970] 356 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 201s remote-cache, linux-sandbox ... (70 actions running) [27,546 / 27,970] 356 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 202s remote-cache, linux-sandbox ... (70 actions running) [27,549 / 27,970] 356 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 203s remote-cache, linux-sandbox ... (70 actions running) [27,557 / 27,970] 356 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 204s remote-cache, linux-sandbox ... (66 actions, 62 running) FAIL: //pkg/session/test:test_test (shard 8 of 28) (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_8_of_28/test_attempts/attempt_1.log) [27,562 / 27,994] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 205s remote-cache, linux-sandbox ... (70 actions running) [27,562 / 27,994] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 207s remote-cache, linux-sandbox ... (70 actions running) [27,566 / 27,994] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 208s remote-cache, linux-sandbox ... (70 actions running) [27,574 / 28,045] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 209s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,579 / 28,045] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 211s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,581 / 28,045] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 212s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,586 / 28,045] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 213s remote-cache, linux-sandbox ... (69 actions, 68 running) INFO: From Testing //pkg/session/test:test_test (shard 8 of 28): ==================== Test output for //pkg/session/test:test_test (shard 8 of 28): === RUN TestDoDDLJobQuit [2025/04/04 10:58:27.596 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/04 10:58:27.597 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:58:27.597 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:58:27.599 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:58:27.599 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:58:27.600 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:58:27.604 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=de3389e6-6036-48af-a7aa-72bd49edc472] ["ddl lease"=1s] ["stats lease"=3s] [2025/04/04 10:58:27.616 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:58:27.616 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:58:27.617 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\tpkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\tpkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\npkg/session/test/test_test.TestDoDDLJobQuit\n\tpkg/session/test/session_test.go:338\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:58:27.655 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=37.63722ms] [2025/04/04 10:58:27.655 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:58:27.655 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=dd742611-75ec-467b-9a3f-eff54200f853] [runWorker=true] [jobVersion=v2] [2025/04/04 10:58:27.656 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:58:27.656 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:58:27.656 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:58:27.656 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:58:27.656 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:58:27.656 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:58:27.656 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:58:27.656 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:58:27.656 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:58:27.656 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:58:27.656 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:58:27.656 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:58:27.656 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:58:27.658 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:58:27.659 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:58:27.659 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=dd742611-75ec-467b-9a3f-eff54200f853] [2025/04/04 10:58:27.659 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:58:27.659 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:58:27.659 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:58:27.659 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\tpkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\tpkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\tpkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:58:27.867 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:27.864 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:27.870 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:27.864 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/04 10:58:27.875 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:27.864 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:27.949 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=65.893667ms] [2025/04/04 10:58:27.949 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:58:27.955 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:27.955 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/04 10:58:27.955 +00:00] [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"=72.2772ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:27.864 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:27.959 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:27.864 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:27.975 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/04 10:58:27.975 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/04 10:58:27.976 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/04 10:58:27.977 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Europe/Berlin] [2025/04/04 10:58:27.988 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:27.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:27.989 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:27.979 +0000 UTC, 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/04 10:58:27.992 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:27.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.004 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=1.403304ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.006 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.006 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/04 10:58:28.006 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=4.207368ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:27.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.016 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:27.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.025 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/04 10:58:28.025 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:58:28.030 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.028 +0000 UTC, 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/04 10:58:28.033 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.028 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.036 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=366.822ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.038 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.038 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/04 10:58:28.030 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.028 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.042 +00:00] [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"=6.045331ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.028 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.048 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.028 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.053 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/04 10:58:28.054 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/04 10:58:28.058 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.058 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.056 +0000 UTC, 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/04 10:58:28.061 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.066 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=382.081ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.068 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.068 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/04 10:58:28.071 +00:00] [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"=4.926846ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.074 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.080 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/04 10:58:28.080 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/04 10:58:28.085 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.082 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.086 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.082 +0000 UTC, 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/04 10:58:28.090 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.082 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.105 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=859.619ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.106 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.107 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/04 10:58:28.110 +00:00] [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"=6.692978ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.082 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.116 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.082 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.122 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/04 10:58:28.122 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:58:28.127 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.125 +0000 UTC, 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/04 10:58:28.131 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.136 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=561.034ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.138 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.138 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/04 10:58:28.138 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.141 +00:00] [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"=4.982714ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.143 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.148 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/04 10:58:28.149 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:58:28.153 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.151 +0000 UTC, 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/04 10:58:28.153 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.151 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.156 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.151 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.160 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=441.789ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.161 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.161 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/04 10:58:28.164 +00:00] [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"=4.754559ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.151 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.167 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.151 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.171 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/04 10:58:28.171 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:58:28.175 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.175 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.174 +0000 UTC, 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/04 10:58:28.178 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.181 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=340.399ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.183 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.183 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/04 10:58:28.185 +00:00] [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"=4.57947ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.188 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.192 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/04 10:58:28.192 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/04 10:58:28.196 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.196 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.194 +0000 UTC, 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/04 10:58:28.200 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.205 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=312.798ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.206 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.206 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/04 10:58:28.208 +00:00] [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"=4.066584ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.210 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.234 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/04 10:58:28.234 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/04 10:58:28.243 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.237 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.243 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.237 +0000 UTC, 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/04 10:58:28.249 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.237 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.253 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=416.404ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.255 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.255 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/04 10:58:28.258 +00:00] [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"=5.104248ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.237 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.261 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.237 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.266 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/04 10:58:28.266 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/04 10:58:28.270 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.268 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.270 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.268 +0000 UTC, 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/04 10:58:28.272 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.268 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.276 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=388.197ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.277 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.277 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/04 10:58:28.277 +00:00] [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.063029ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.268 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.280 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.268 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.283 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/04 10:58:28.283 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/04 10:58:28.283 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:58:28.287 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.288 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.285 +0000 UTC, 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/04 10:58:28.290 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.295 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=516.044ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.297 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.297 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/04 10:58:28.299 +00:00] [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"=5.059233ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.302 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.285 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.307 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/04 10:58:28.308 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:58:28.313 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.311 +0000 UTC, 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/04 10:58:28.313 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.311 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.315 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.311 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.319 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=502.126ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.321 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.321 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/04 10:58:28.325 +00:00] [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"=6.65526ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.311 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.328 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.311 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.333 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/04 10:58:28.333 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/04 10:58:28.337 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.336 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.340 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.336 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.340 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.336 +0000 UTC, 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/04 10:58:28.347 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=361.594ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.349 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.350 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/04 10:58:28.353 +00:00] [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"=5.918287ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.336 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.355 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.336 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.360 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/04 10:58:28.360 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:58:28.366 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.364 +0000 UTC, 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/04 10:58:28.369 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.372 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=363.26ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.373 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.374 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/04 10:58:28.366 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.379 +00:00] [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"=7.951648ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.382 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.364 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.387 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/04 10:58:28.387 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:58:28.397 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.395 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.397 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.395 +0000 UTC, 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/04 10:58:28.409 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.395 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.431 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=18.470461ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.432 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.432 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/04 10:58:28.435 +00:00] [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"=22.78141ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.395 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.437 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.395 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.441 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/04 10:58:28.441 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:58:28.445 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.445 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.443 +0000 UTC, 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/04 10:58:28.448 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.451 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=351.57ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.454 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.454 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/04 10:58:28.457 +00:00] [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"=6.58691ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.460 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.467 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/04 10:58:28.467 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/04 10:58:28.473 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.474 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.471 +0000 UTC, 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/04 10:58:28.492 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.531 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=599.064ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.533 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.533 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/04 10:58:28.534 +00:00] [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"=38.376992ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.537 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.542 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/04 10:58:28.542 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/04 10:58:28.547 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.545 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.549 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.545 +0000 UTC, 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/04 10:58:28.550 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.545 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.559 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=547.461ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.563 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.563 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/04 10:58:28.564 +00:00] [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"=6.215446ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.545 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.567 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.545 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.572 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/04 10:58:28.572 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:58:28.577 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.580 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.580 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.575 +0000 UTC, 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/04 10:58:28.587 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=355.417ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.589 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.589 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/04 10:58:28.593 +00:00] [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"=6.98623ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.596 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.600 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/04 10:58:28.601 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:58:28.604 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.602 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.604 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.602 +0000 UTC, 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/04 10:58:28.607 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.602 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.612 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=1.859525ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.613 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.613 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/04 10:58:28.614 +00:00] [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"=4.08684ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.602 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.616 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.602 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.620 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/04 10:58:28.628 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/04 10:58:28.635 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.636 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.632 +0000 UTC, 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/04 10:58:28.638 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.646 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=1.46763ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.647 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.648 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/04 10:58:28.649 +00:00] [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"=4.724125ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.651 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.655 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/04 10:58:28.656 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/04 10:58:28.660 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.658 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.661 +00:00] [WARN] [runaway.go:85] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:152\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:69\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:2019\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1984\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.ExecRCRestrictedSQL\n\tpkg/resourcegroup/runaway/record.go:382\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*systemTableReader).Read\n\tpkg/resourcegroup/runaway/syncer.go:192\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.getRunawayWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:76\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:67\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getNewWatchRecords\n\tpkg/resourcegroup/runaway/syncer.go:59\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*Manager).UpdateNewAndDoneWatch\n\tpkg/resourcegroup/runaway/manager.go:402\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:75\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 10:58:28.661 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.658 +0000 UTC, 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/04 10:58:28.664 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.658 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.668 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=480.788ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.669 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.669 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/04 10:58:28.672 +00:00] [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"=4.706867ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.658 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.675 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.658 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.680 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/04 10:58:28.681 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/04 10:58:28.685 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.683 +0000 UTC, 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/04 10:58:28.685 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.683 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.687 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.683 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.691 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=331.145ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.693 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.693 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/04 10:58:28.695 +00:00] [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"=4.662533ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.683 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.698 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.683 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.702 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/04 10:58:28.707 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:58:28.716 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.713 +0000 UTC, 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/04 10:58:28.718 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.713 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.716 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.713 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.722 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=508.985ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.725 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.725 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/04 10:58:28.727 +00:00] [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"=5.943108ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.713 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.730 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.713 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.734 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/04 10:58:28.734 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/04 10:58:28.743 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.737 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.743 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.737 +0000 UTC, 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/04 10:58:28.746 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.737 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.774 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=526.342ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.779 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.779 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/04 10:58:28.782 +00:00] [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"=8.913529ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.737 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.786 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.737 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.797 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/04 10:58:28.798 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/04 10:58:28.809 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.807 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.809 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.807 +0000 UTC, 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/04 10:58:28.812 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.807 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.816 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=578.276ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.818 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.818 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/04 10:58:28.821 +00:00] [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"=5.88255ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.807 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.824 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.807 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.831 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/04 10:58:28.832 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:58:28.841 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.839 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.842 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.839 +0000 UTC, 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/04 10:58:28.843 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.839 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.847 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=286.391ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.848 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.848 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/04 10:58:28.851 +00:00] [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"=4.961139ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.839 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.854 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.839 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.858 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/04 10:58:28.859 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/04 10:58:28.859 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:58:28.864 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.862 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.864 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.862 +0000 UTC, 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/04 10:58:28.868 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.862 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.872 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=384.595ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.873 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.873 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/04 10:58:28.875 +00:00] [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"=4.639006ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.862 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.879 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.862 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.888 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/04 10:58:28.889 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:58:28.893 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.893 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.891 +0000 UTC, 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/04 10:58:28.897 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.901 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=442.182ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.903 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.903 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/04 10:58:28.906 +00:00] [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"=6.20619ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.915 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.929 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/04 10:58:28.930 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:58:28.934 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.933 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.935 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.933 +0000 UTC, 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/04 10:58:28.937 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.933 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.946 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=440.105ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.948 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.949 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/04 10:58:28.951 +00:00] [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"=5.247205ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.933 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.954 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.933 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.959 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/04 10:58:28.959 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:58:28.972 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.969 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.972 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.969 +0000 UTC, 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/04 10:58:28.974 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.969 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.980 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=611.418ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.983 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.989 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/04 10:58:28.994 +00:00] [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"=14.786474ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.969 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.998 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.969 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.009 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/04 10:58:29.009 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/04 10:58:29.022 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.02 +0000 UTC, 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/04 10:58:29.029 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.02 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.033 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=301.467ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.035 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.035 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/04 10:58:29.022 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.02 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.037 +00:00] [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"=4.078316ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.02 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.040 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.02 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.044 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/04 10:58:29.046 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/04 10:58:29.053 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.05 +0000 UTC, 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/04 10:58:29.056 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.063 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=404.613ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:58:29.065 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.065 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/04 10:58:29.053 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.066 +00:00] [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"=4.588467ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.070 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.075 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/04 10:58:29.079 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.083 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.083 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.078 +0000 UTC, 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/04 10:58:29.087 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=398.856ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.089 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.089 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/04 10:58:29.091 +00:00] [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"=5.179168ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.094 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.098 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/04 10:58:29.099 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/04 10:58:29.104 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.105 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.102 +0000 UTC, 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/04 10:58:29.107 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.110 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=354.541ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.112 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.112 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/04 10:58:29.116 +00:00] [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"=6.522244ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.120 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.102 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.126 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/04 10:58:29.126 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2025/04/04 10:58:29.130 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.128 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.130 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.128 +0000 UTC, 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/04 10:58:29.132 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.128 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.135 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=283.464ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.137 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.137 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/04 10:58:29.138 +00:00] [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.6279ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.128 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.141 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.128 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.146 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/04 10:58:29.146 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2025/04/04 10:58:29.151 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.149 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.155 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.149 +0000 UTC, 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/04 10:58:29.155 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.149 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.168 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=678.845ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.170 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.170 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/04 10:58:29.170 +00:00] [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"=3.1204ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.149 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.173 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.149 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.179 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/04 10:58:29.180 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2025/04/04 10:58:29.186 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.186 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.184 +0000 UTC, 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/04 10:58:29.190 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.195 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=766.091ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.197 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.197 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/04 10:58:29.198 +00:00] [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"=4.618269ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.202 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.208 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/04 10:58:29.208 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2025/04/04 10:58:29.215 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.213 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.216 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.213 +0000 UTC, 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/04 10:58:29.219 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.213 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.229 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=642.316ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.232 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.232 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/04 10:58:29.233 +00:00] [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"=4.416418ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.213 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.236 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.213 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.243 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/04 10:58:29.243 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2025/04/04 10:58:29.249 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.247 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.252 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.247 +0000 UTC, 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/04 10:58:29.253 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.247 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.265 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=769.805ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.267 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.267 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/04 10:58:29.268 +00:00] [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"=4.786594ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.247 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.272 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.247 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.278 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/04 10:58:29.278 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:58:29.283 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.284 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.281 +0000 UTC, 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/04 10:58:29.287 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.293 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=645.31ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.295 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.295 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/04 10:58:29.297 +00:00] [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"=4.658352ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.300 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.307 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/04 10:58:29.307 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:58:29.318 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.320 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.315 +0000 UTC, 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/04 10:58:29.322 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.329 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=731.638ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.331 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.331 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/04 10:58:29.332 +00:00] [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"=4.446459ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.335 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.340 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/04 10:58:29.340 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2025/04/04 10:58:29.346 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.346 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.343 +0000 UTC, 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/04 10:58:29.350 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.355 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=521.563ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.357 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.358 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/04 10:58:29.359 +00:00] [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"=4.246494ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.362 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.368 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/04 10:58:29.368 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:58:29.396 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.371 +0000 UTC, 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/04 10:58:29.397 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.411 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.417 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=651.824ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.429 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.450 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/04 10:58:29.454 +00:00] [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"=38.078685ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.458 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.463 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/04 10:58:29.463 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:58:29.469 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.470 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.466 +0000 UTC, 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/04 10:58:29.482 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.493 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=718.16ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.495 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.495 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/04 10:58:29.495 +00:00] [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"=3.585489ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.498 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.515 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/04 10:58:29.515 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2025/04/04 10:58:29.546 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.527 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.546 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.527 +0000 UTC, 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/04 10:58:29.549 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.527 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.587 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=486.664ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.592 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.592 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/04 10:58:29.593 +00:00] [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"=6.109726ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.527 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.598 +00:00] [INFO] [pd.go:432] ["adaptive update ts interval state transition"] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/04/04 10:58:29.600 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.527 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.604 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/04 10:58:29.604 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:58:29.609 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.609 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.607 +0000 UTC, 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/04 10:58:29.617 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.633 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=459.754ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.639 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.639 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/04 10:58:29.641 +00:00] [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"=8.328293ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.643 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.607 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.648 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/04 10:58:29.648 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2025/04/04 10:58:29.652 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.652 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.65 +0000 UTC, 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/04 10:58:29.656 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.659 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:58:29.662 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:58:29.663 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:58:29.663 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:58:29.663 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:58:29.665 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=374.143ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.668 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.668 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/04 10:58:29.669 +00:00] [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"=10.027081ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.671 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.65 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.676 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/04 10:58:29.677 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2025/04/04 10:58:29.678 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:58:29.682 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.68 +0000 UTC, 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/04 10:58:29.685 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.68 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.682 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.68 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.690 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=406.969ยตs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.691 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.692 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/04 10:58:29.697 +00:00] [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"=9.436192ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.68 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.700 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.68 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.706 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/04 10:58:29.709 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/04 10:58:29.713 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.713 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 10:58:29.723 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.726 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=93.74ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 10:58:29.732 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.732 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/04 10:58:29.734 +00:00] [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"=8.355505ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.738 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.712 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.746 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/04 10:58:29.747 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/04 10:58:29.751 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.752 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.75 +0000 UTC, 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/04 10:58:29.768 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.772 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=297.963ยตs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:58:29.774 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.778 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/04 10:58:29.785 +00:00] [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"=13.746942ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.788 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.796 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/04 10:58:29.809 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.809 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.8 +0000 UTC, 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/04 10:58:29.813 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.818 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=818.005ยตs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.832 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.832 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/04 10:58:29.835 +00:00] [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"=18.547928ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.861 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.865 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/04 10:58:29.865 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/04 10:58:29.870 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.868 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.870 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.868 +0000 UTC, 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/04 10:58:29.874 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.868 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.897 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=407.81ยตs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.899 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.899 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/04 10:58:29.902 +00:00] [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"=5.74015ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.868 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.905 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.868 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.911 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/04 10:58:29.911 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/04 10:58:29.918 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.913 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.920 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.913 +0000 UTC, 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/04 10:58:29.915 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.913 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.928 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=455.718ยตs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.930 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.930 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/04 10:58:29.931 +00:00] [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"=4.187391ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.913 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.934 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.913 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.939 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/04 10:58:29.939 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/04 10:58:30.051 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=2.394732592s] [2025/04/04 10:58:30.052 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:58:30.055 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=dd742611-75ec-467b-9a3f-eff54200f853] [2025/04/04 10:58:30.055 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:58:30.055 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:58:30.055 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=29.264ยตs] [2025/04/04 10:58:30.056 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=12.969ยตs] [2025/04/04 10:58:30.056 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=10.537ยตs] [2025/04/04 10:58:30.056 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=8.42ยตs] [2025/04/04 10:58:30.056 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=9.1ยตs] [2025/04/04 10:58:30.056 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=9.918ยตs] [2025/04/04 10:58:30.056 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=8.621ยตs] [2025/04/04 10:58:30.056 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=8.363ยตs] [2025/04/04 10:58:30.056 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=9.641ยตs] [2025/04/04 10:58:30.056 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=10.658ยตs] [2025/04/04 10:58:30.056 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=dd742611-75ec-467b-9a3f-eff54200f853] [2025/04/04 10:58:30.056 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:58:30.056 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:58:30.060 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=dd742611-75ec-467b-9a3f-eff54200f853] ["take time"=7.752412ms] [2025/04/04 10:58:30.060 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=dd742611-75ec-467b-9a3f-eff54200f853] [2025/04/04 10:58:30.060 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:58:30.060 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:58:30.060 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:58:30.060 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:58:30.060 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:58:30.060 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:58:30.060 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:58:30.060 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:58:30.060 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:58:30.060 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:58:30.060 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:58:30.060 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:58:30.060 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:58:30.060 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:58:30.060 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:58:30.060 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=8.208319ms] [2025/04/04 10:58:30.060 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=de3389e6-6036-48af-a7aa-72bd49edc472] ["ddl lease"=1s] ["stats lease"=3s] [2025/04/04 10:58:30.083 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:58:30.084 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:58:30.107 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=23.134402ms] [2025/04/04 10:58:30.108 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:58:30.110 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=a09d98b8-eafc-4fa6-a91b-441009f883b4] [runWorker=true] [jobVersion=v2] [2025/04/04 10:58:30.113 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:58:30.114 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:58:30.114 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=a09d98b8-eafc-4fa6-a91b-441009f883b4] [2025/04/04 10:58:30.114 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:58:30.114 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:58:30.114 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:58:30.114 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:58:30.114 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:58:30.114 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:58:30.115 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:58:30.115 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:58:30.115 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:58:30.115 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:58:30.115 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:58:30.115 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:58:30.115 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:58:30.115 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:58:30.115 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:58:30.115 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:58:30.120 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:58:30.120 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 10:58:30.120 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=a09d98b8-eafc-4fa6-a91b-441009f883b4] [2025/04/04 10:58:30.136 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/04 10:58:30.138 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:58:30.138 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:58:30.160 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:58:30.167 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2025/04/04 10:58:30.180 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2025/04/04 10:58:30.180 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:58:30.180 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=HistoricalStatsWorker] [2025/04/04 10:58:30.180 +00:00] [INFO] [domain.go:2328] ["PlanReplayerTaskCollectHandle started"] [2025/04/04 10:58:30.180 +00:00] [INFO] [domain.go:2350] ["PlanReplayerTaskDumpHandle started"] [2025/04/04 10:58:30.180 +00:00] [INFO] [plan_replayer.go:410] ["planReplayerTaskDumpWorker started."] [2025/04/04 10:58:30.180 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 10:58:30.180 +00:00] [INFO] [domain.go:2415] ["HistoricalStatsWorker started"] [2025/04/04 10:58:30.181 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadStatsWorker] [2025/04/04 10:58:30.181 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:58:30.181 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=asyncLoadHistogram] [2025/04/04 10:58:30.181 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=deltaUpdateTickerWorker] [2025/04/04 10:58:30.181 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpColStatsUsageWorker] [2025/04/04 10:58:30.181 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=gcStatsWorker] [2025/04/04 10:58:30.182 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=autoAnalyzeWorker] [2025/04/04 10:58:30.182 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=analyzeJobsCleanupWorker] [2025/04/04 10:58:30.182 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=RemoveInitStatsFromInternalSessions] [2025/04/04 10:58:30.182 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 10:58:30.182 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:58:30.182 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:58:30.182 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:58:30.182 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:58:30.184 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/04 10:58:30.184 +00:00] [INFO] [domain.go:2811] ["dumpColStatsUsageWorker started."] [2025/04/04 10:58:30.184 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=a09d98b8-eafc-4fa6-a91b-441009f883b4] [2025/04/04 10:58:30.184 +00:00] [INFO] [bootstrap.go:713] ["complete to load the meta in the lite mode"] [category=stats] [2025/04/04 10:58:30.184 +00:00] [INFO] [domain.go:2836] ["deltaUpdateTickerWorker started."] [2025/04/04 10:58:30.185 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=a09d98b8-eafc-4fa6-a91b-441009f883b4] [ttl-worker=task-manager] [ttl-worker=a09d98b8-eafc-4fa6-a91b-441009f883b4] [originalCount=0] [newCount=4] [2025/04/04 10:58:30.185 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=a09d98b8-eafc-4fa6-a91b-441009f883b4] [ttl-worker=task-manager] [ttl-worker=a09d98b8-eafc-4fa6-a91b-441009f883b4] [originalCount=0] [newCount=4] [2025/04/04 10:58:30.185 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=a09d98b8-eafc-4fa6-a91b-441009f883b4] [2025/04/04 10:58:30.186 +00:00] [INFO] [bootstrap.go:719] ["complete to load the histogram in the lite mode"] [category=stats] [2025/04/04 10:58:30.187 +00:00] [INFO] [domain.go:2645] ["init stats info time"] [lite=true] ["take time"=5.368728ms] [2025/04/04 10:58:30.187 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=RemoveInitStatsFromInternalSessions] [2025/04/04 10:58:30.187 +00:00] [INFO] [domain.go:2772] ["gcStatsWorker started."] [2025/04/04 10:58:30.189 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 10:58:30.190 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/04 10:58:30.190 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/04 10:58:30.204 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:30.196 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:30.204 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:30.196 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query=] [2025/04/04 10:58:30.207 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:30.196 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:30.207 +00:00] [INFO] [job_scheduler.go:596] ["transit one job step failed"] [category=ddl] [jobID=113] [error="context canceled"] [job="ID:113, Type:create schema, State:done, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:30.196 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:30.207 +00:00] [INFO] [job_scheduler.go:502] ["transit one job step and wait sync failed"] [category=ddl] [error="context canceled"] [job="ID:113, Type:create schema, State:done, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:30.196 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:30.208 +00:00] [ERROR] [job_scheduler.go:523] ["get job failed"] [category=ddl] [job_id=113] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:208\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:166\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvSnapshot).Get\n\tpkg/store/driver/txn/snapshot.go:61\ngithub.com/pingcap/tidb/pkg/executor.(*PointGetExecutor).get\n\tpkg/executor/point_get.go:698\ngithub.com/pingcap/tidb/pkg/executor.(*PointGetExecutor).getAndLock\n\tpkg/executor/point_get.go:572\ngithub.com/pingcap/tidb/pkg/executor.(*PointGetExecutor).Next\n\tpkg/executor/point_get.go:405\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*recordSet).Next\n\tpkg/executor/adapter.go:172\ngithub.com/pingcap/tidb/pkg/util/sqlexec.DrainRecordSet\n\tpkg/util/sqlexec/restricted_sql_executor.go:241\ngithub.com/pingcap/tidb/pkg/ddl/session.(*Session).Execute\n\tpkg/ddl/session/session.go:109\ngithub.com/pingcap/tidb/pkg/ddl/systable.(*manager).GetJobBytesByIDWithSe\n\tpkg/ddl/systable/manager.go:99\ngithub.com/pingcap/tidb/pkg/ddl/systable.(*manager).GetJobByID.func1\n\tpkg/ddl/systable/manager.go:81\ngithub.com/pingcap/tidb/pkg/ddl/systable.(*manager).withNewSession\n\tpkg/ddl/systable/manager.go:74\ngithub.com/pingcap/tidb/pkg/ddl/systable.(*manager).GetJobByID\n\tpkg/ddl/systable/manager.go:80\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).deliveryJob.func1\n\tpkg/ddl/job_scheduler.go:512\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:167\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [stack="github.com/pingcap/tidb/pkg/ddl.(*jobScheduler).deliveryJob.func1\n\tpkg/ddl/job_scheduler.go:523\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:167"] [2025/04/04 10:58:30.208 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=a09d98b8-eafc-4fa6-a91b-441009f883b4] [2025/04/04 10:58:30.208 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:58:30.208 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:58:30.208 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:58:30.209 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=a09d98b8-eafc-4fa6-a91b-441009f883b4] [2025/04/04 10:58:30.209 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] panic: assert failed goroutine 11269 [running]: github.com/pingcap/tidb/pkg/util/intest.doPanic(...) pkg/util/intest/assert_common.go:58 github.com/pingcap/tidb/pkg/util/intest.doAssert(0x0?, {0x0?, 0xc0050ea480?, 0x0?}) pkg/util/intest/assert_common.go:30 +0x65 github.com/pingcap/tidb/pkg/util/intest.doAssertFunc(0xc003badab0, {0x0, 0x0, 0x0}) pkg/util/intest/assert_common.go:54 +0x57 github.com/pingcap/tidb/pkg/util/intest.AssertFunc(...) pkg/util/intest/assert.go:46 github.com/pingcap/tidb/pkg/ddl/session.(*Pool).Put(0xc0036441e0, {0x7809b30, 0xc004b9f408}) pkg/ddl/session/session_pool.go:77 +0x78 github.com/pingcap/tidb/pkg/ddl.(*worker).Close(0xc005300c40) pkg/ddl/job_worker.go:214 +0x7a github.com/ngaut/pools.(*ResourcePool).SetCapacity(0xc00367d9b0, 0x0) external/com_github_ngaut_pools/resource_pool.go:174 +0x203 github.com/ngaut/pools.(*ResourcePool).Close(...) external/com_github_ngaut_pools/resource_pool.go:73 github.com/pingcap/tidb/pkg/ddl.(*workerPool).close(0xc0023abe90) pkg/ddl/ddl_workerpool.go:79 +0x7a github.com/pingcap/tidb/pkg/ddl.(*jobScheduler).close(0xc004ac21a0) pkg/ddl/job_scheduler.go:198 +0x9d github.com/pingcap/tidb/pkg/ddl.(*ownerListener).OnRetireOwner(0xc0018cfdf8?) pkg/ddl/job_scheduler.go:131 +0x32 github.com/pingcap/tidb/pkg/owner.(*mockManager).RetireOwner(0xc005332300) pkg/owner/mock.go:104 +0x25f github.com/pingcap/tidb/pkg/owner.(*mockManager).CampaignOwner.func1() pkg/owner/mock.go:149 +0x62c created by github.com/pingcap/tidb/pkg/owner.(*mockManager).CampaignOwner in goroutine 163 pkg/owner/mock.go:138 +0x6c -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 2 /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/26901/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/session/test/test_test_/test_test.runfiles/__main__/pkg/session/test/test_test_/test_test ================================================================================ [27,595 / 28,045] 358 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 214s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,604 / 28,058] 358 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 215s remote-cache, linux-sandbox ... (70 actions running) [27,607 / 28,058] 358 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 216s remote-cache, linux-sandbox ... (70 actions running) [27,610 / 28,058] 358 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 217s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,618 / 28,058] 359 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 218s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,626 / 28,058] 359 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 220s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,630 / 28,093] 359 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 221s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,636 / 28,093] 359 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 222s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,641 / 28,093] 359 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 223s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,648 / 28,093] 359 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 224s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,655 / 28,093] 360 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 225s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,664 / 28,095] 360 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 226s remote-cache, linux-sandbox ... (70 actions running) [27,668 / 28,095] 360 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 227s remote-cache, linux-sandbox ... (70 actions running) [27,676 / 28,095] 360 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 228s remote-cache, linux-sandbox ... (70 actions running) [27,682 / 28,095] 360 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 229s remote-cache, linux-sandbox ... (70 actions running) [27,685 / 28,095] 360 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 230s remote-cache, linux-sandbox ... (70 actions running) [27,686 / 28,095] 360 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 232s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,695 / 28,095] 361 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 233s remote-cache, linux-sandbox ... (70 actions running) [27,701 / 28,095] 361 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 234s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,708 / 28,108] 361 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 235s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,717 / 28,137] 361 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 236s remote-cache, linux-sandbox ... (69 actions running) [27,728 / 28,156] 361 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 237s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,731 / 28,156] 362 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 238s remote-cache, linux-sandbox ... (70 actions running) [27,745 / 28,173] 362 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 240s remote-cache, linux-sandbox ... (70 actions running) FLAKY: //pkg/session/test:test_test (Summary) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_8_of_28/test_attempts/attempt_1.log [27,753 / 28,231] 363 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 241s remote-cache, linux-sandbox ... (70 actions running) [27,758 / 28,231] 364 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 242s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,763 / 28,231] 364 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 243s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,768 / 28,247] 365 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 244s remote-cache, linux-sandbox ... (67 actions, 64 running) [27,775 / 28,247] 365 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 245s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,779 / 28,272] 366 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 246s remote-cache, linux-sandbox ... (70 actions running) [27,783 / 28,272] 366 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 247s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,784 / 28,272] 366 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 248s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,793 / 28,272] 366 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 249s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,798 / 28,272] 366 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 250s remote-cache, linux-sandbox ... (69 actions running) [27,800 / 28,272] 366 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 252s remote-cache, linux-sandbox ... (70 actions running) [27,801 / 28,272] 366 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 253s remote-cache, linux-sandbox ... (70 actions running) [27,805 / 28,272] 366 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 254s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,814 / 28,272] 366 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 255s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,819 / 28,272] 366 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 256s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,822 / 28,272] 366 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 257s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,826 / 28,272] 366 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 259s remote-cache, linux-sandbox ... (70 actions running) [27,830 / 28,272] 367 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 260s remote-cache, linux-sandbox ... (70 actions running) [27,835 / 28,272] 367 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 261s remote-cache, linux-sandbox ... (70 actions running) [27,839 / 28,272] 367 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 262s remote-cache, linux-sandbox ... (69 actions running) [27,843 / 28,272] 367 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 263s remote-cache, linux-sandbox ... (69 actions running) [27,849 / 28,272] 367 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 264s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,852 / 28,272] 367 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 265s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,854 / 28,272] 367 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 267s remote-cache, linux-sandbox ... (70 actions running) [27,859 / 28,272] 367 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 268s remote-cache, linux-sandbox ... (70 actions running) [27,866 / 28,272] 367 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 269s remote-cache, linux-sandbox ... (70 actions running) [27,867 / 28,272] 367 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 270s remote-cache, linux-sandbox ... (70 actions running) [27,874 / 28,272] 367 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 271s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,875 / 28,272] 367 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 273s remote-cache, linux-sandbox ... (70 actions running) [27,885 / 28,274] 368 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 274s remote-cache, linux-sandbox ... (70 actions running) [27,888 / 28,274] 369 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 275s remote-cache, linux-sandbox ... (70 actions running) [27,892 / 28,325] 369 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 276s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,897 / 28,325] 369 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 278s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,905 / 28,325] 369 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 279s remote-cache, linux-sandbox ... (70 actions running) [27,908 / 28,325] 369 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 280s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,912 / 28,325] 369 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 281s remote-cache, linux-sandbox ... (70 actions running) [27,915 / 28,336] 370 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 282s remote-cache, linux-sandbox ... (70 actions running) [27,920 / 28,336] 370 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 283s remote-cache, linux-sandbox ... (70 actions running) [27,922 / 28,336] 370 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 284s remote-cache, linux-sandbox ... (70 actions running) [27,925 / 28,359] 370 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 285s remote-cache, linux-sandbox ... (70 actions running) [27,927 / 28,359] 370 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 286s remote-cache, linux-sandbox ... (70 actions running) [27,932 / 28,359] 371 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 287s remote-cache, linux-sandbox ... (70 actions running) [27,939 / 28,387] 372 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 288s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,942 / 28,387] 372 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 289s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,945 / 28,387] 372 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 290s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,946 / 28,387] 372 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 291s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,951 / 28,387] 372 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 292s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,954 / 28,387] 372 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 294s remote-cache, linux-sandbox ... (70 actions running) [27,963 / 28,387] 372 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 295s remote-cache, linux-sandbox ... (70 actions running) [27,964 / 28,387] 373 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 296s remote-cache, linux-sandbox ... (70 actions running) [27,972 / 28,387] 373 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 297s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,975 / 28,387] 373 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 298s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,981 / 28,387] 373 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 300s remote-cache, linux-sandbox ... (70 actions running) [27,986 / 28,387] 373 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 301s remote-cache, linux-sandbox ... (70 actions running) [27,992 / 28,387] 373 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 302s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,999 / 28,387] 373 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 303s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,002 / 28,387] 373 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 305s remote-cache, linux-sandbox ... (70 actions running) [28,011 / 28,387] 374 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 306s remote-cache, linux-sandbox ... (70 actions running) [28,013 / 28,387] 374 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 307s remote-cache, linux-sandbox ... (70 actions running) [28,019 / 28,387] 374 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 308s remote-cache, linux-sandbox ... (70 actions running) FAIL: //pkg/statistics/handle/globalstats:globalstats_test (shard 24 of 27) (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_24_of_27/test_attempts/attempt_1.log) [28,023 / 28,387] 375 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 309s remote-cache, linux-sandbox ... (70 actions running) [28,030 / 28,387] 375 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 310s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,035 / 28,395] 376 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 311s remote-cache, linux-sandbox ... (70 actions running) [28,042 / 28,403] 376 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 312s remote-cache, linux-sandbox ... (70 actions running) [28,051 / 28,412] 377 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 313s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,058 / 28,412] 377 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 314s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,067 / 28,417] 377 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 315s remote-cache, linux-sandbox ... (69 actions, 68 running) INFO: From Testing //pkg/statistics/handle/globalstats:globalstats_test (shard 24 of 27): ==================== Test output for //pkg/statistics/handle/globalstats:globalstats_test (shard 24 of 27): === RUN TestGlobalStatsAndSQLBindingWithConcurrency [2025/04/04 11:00:08.240 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/04 11:00:08.241 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 11:00:08.241 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 11:00:08.246 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 11:00:08.246 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 11:00:08.247 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 11:00:08.253 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=5ce328bc-6921-4cae-99e3-24298e8c7950] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 11:00:08.268 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 11:00:08.268 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 11:00:08.269 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\tpkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\tpkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStore\n\tpkg/testkit/mockstore.go:77\ngithub.com/pingcap/tidb/pkg/statistics/handle/globalstats_test.TestGlobalStatsAndSQLBindingWithConcurrency\n\tpkg/statistics/handle/globalstats/global_stats_test.go:972\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 11:00:08.307 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=34.879542ms] [2025/04/04 11:00:08.307 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 11:00:08.308 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=a7a1889f-fa9b-4890-a9a1-7e839a0b65d9] [runWorker=true] [jobVersion=v2] [2025/04/04 11:00:08.308 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 11:00:08.308 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 11:00:08.308 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 11:00:08.308 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 11:00:08.308 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 11:00:08.308 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 11:00:08.308 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 11:00:08.308 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 11:00:08.308 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 11:00:08.308 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 11:00:08.309 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 11:00:08.309 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 11:00:08.309 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 11:00:08.312 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 11:00:08.312 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=a7a1889f-fa9b-4890-a9a1-7e839a0b65d9] [2025/04/04 11:00:08.313 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 11:00:08.313 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 11:00:08.313 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\tpkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\tpkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\tpkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 11:00:08.313 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 11:00:08.313 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 11:00:08.321 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.322 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/04 11:00:08.324 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.391 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=63.9403ms] [2025/04/04 11:00:08.391 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 11:00:08.411 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.411 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/04 11:00:08.411 +00:00] [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"=84.014572ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.417 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.423 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/04 11:00:08.423 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/04 11:00:08.423 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/04 11:00:08.425 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=UTC] [2025/04/04 11:00:08.435 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.43 +0000 UTC, 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/04 11:00:08.435 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.43 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.439 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.43 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.463 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=2.721726ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.468 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.469 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/04 11:00:08.474 +00:00] [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"=14.137732ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.43 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.480 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.43 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.497 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/04 11:00:08.497 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 11:00:08.502 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.503 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.5 +0000 UTC, 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/04 11:00:08.504 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.511 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=352.183ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.513 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.513 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/04 11:00:08.517 +00:00] [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"=7.000274ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.520 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.524 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/04 11:00:08.524 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/04 11:00:08.534 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.534 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.526 +0000 UTC, 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/04 11:00:08.536 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.540 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=322.841ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.541 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.542 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/04 11:00:08.546 +00:00] [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"=7.044254ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.550 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.554 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/04 11:00:08.554 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/04 11:00:08.562 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.562 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.559 +0000 UTC, 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/04 11:00:08.568 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.574 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=755.397ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.576 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.576 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/04 11:00:08.579 +00:00] [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"=6.379655ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.583 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.590 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/04 11:00:08.590 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 11:00:08.595 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.596 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.593 +0000 UTC, 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/04 11:00:08.598 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.602 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=447.334ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.603 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.603 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/04 11:00:08.606 +00:00] [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"=4.31855ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.611 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.616 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/04 11:00:08.616 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 11:00:08.620 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.621 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.618 +0000 UTC, 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/04 11:00:08.623 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.627 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=391.724ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.629 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.629 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/04 11:00:08.631 +00:00] [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"=4.596781ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.637 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.641 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/04 11:00:08.641 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 11:00:08.647 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.647 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.644 +0000 UTC, 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/04 11:00:08.649 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.652 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=287.075ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.654 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.654 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/04 11:00:08.657 +00:00] [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"=4.727627ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.659 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.664 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/04 11:00:08.664 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/04 11:00:08.669 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.668 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.671 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.668 +0000 UTC, 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/04 11:00:08.672 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.668 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.675 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=305.671ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.677 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.677 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/04 11:00:08.680 +00:00] [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"=5.034227ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.668 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.683 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.668 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.688 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/04 11:00:08.690 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/04 11:00:08.695 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.702 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.693 +0000 UTC, 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/04 11:00:08.703 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.707 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=361.796ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.709 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.709 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/04 11:00:08.717 +00:00] [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"=10.407902ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.720 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.726 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/04 11:00:08.727 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/04 11:00:08.731 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.732 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.729 +0000 UTC, 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/04 11:00:08.733 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.737 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=344.262ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.739 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.739 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/04 11:00:08.741 +00:00] [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"=4.652077ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.744 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.749 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/04 11:00:08.749 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/04 11:00:08.750 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/04 11:00:08.754 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.755 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.752 +0000 UTC, 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/04 11:00:08.757 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.762 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=525.749ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.763 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.765 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/04 11:00:08.772 +00:00] [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"=11.136359ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.776 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.780 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/04 11:00:08.780 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 11:00:08.784 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.785 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.782 +0000 UTC, 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/04 11:00:08.786 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.791 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=447.156ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.793 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.793 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/04 11:00:08.795 +00:00] [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"=4.122998ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.800 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.805 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/04 11:00:08.805 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/04 11:00:08.814 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.814 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.812 +0000 UTC, 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/04 11:00:08.816 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.819 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=351.179ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.821 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.821 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/04 11:00:08.824 +00:00] [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"=5.77885ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.828 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.832 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/04 11:00:08.832 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 11:00:08.836 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.837 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.835 +0000 UTC, 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/04 11:00:08.838 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.851 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=389.738ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.853 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.853 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/04 11:00:08.855 +00:00] [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"=4.852495ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.858 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.862 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/04 11:00:08.863 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 11:00:08.866 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.866 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.865 +0000 UTC, 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/04 11:00:08.869 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.872 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=295.242ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.873 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.873 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/04 11:00:08.873 +00:00] [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.020617ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.876 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.881 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/04 11:00:08.881 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 11:00:08.889 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.883 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.891 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.883 +0000 UTC, 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/04 11:00:08.901 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.883 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.904 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=365.322ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.906 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.906 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/04 11:00:08.909 +00:00] [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"=5.740066ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.883 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.912 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.883 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.916 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/04 11:00:08.916 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/04 11:00:08.929 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.918 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.930 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.918 +0000 UTC, 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/04 11:00:08.933 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.918 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.936 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=409.712ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.938 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.938 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/04 11:00:08.941 +00:00] [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"=4.604504ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.918 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.943 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.918 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.947 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/04 11:00:08.947 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/04 11:00:08.956 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.951 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.957 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.951 +0000 UTC, 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/04 11:00:08.959 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.951 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.966 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=594.432ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.968 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.968 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/04 11:00:08.970 +00:00] [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"=4.70127ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.951 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.975 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.951 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.980 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/04 11:00:08.980 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 11:00:08.988 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:08.988 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.986 +0000 UTC, 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/04 11:00:08.990 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:08.993 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=362.459ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:08.995 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:08.995 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/04 11:00:09.000 +00:00] [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"=7.28412ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:08.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.006 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:08.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.011 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/04 11:00:09.011 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 11:00:09.014 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.013 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.014 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.013 +0000 UTC, 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/04 11:00:09.016 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.013 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.019 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=269.407ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.021 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.021 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/04 11:00:09.024 +00:00] [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"=5.463201ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.013 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.032 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.013 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.037 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/04 11:00:09.037 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/04 11:00:09.041 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.042 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.039 +0000 UTC, 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/04 11:00:09.043 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.048 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=224.485ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.050 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.050 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/04 11:00:09.054 +00:00] [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"=6.710506ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.059 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.063 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/04 11:00:09.063 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/04 11:00:09.067 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.067 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.065 +0000 UTC, 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/04 11:00:09.075 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.079 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=480.014ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.081 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.081 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/04 11:00:09.085 +00:00] [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"=7.005488ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.088 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.094 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/04 11:00:09.094 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/04 11:00:09.097 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.097 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.096 +0000 UTC, 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/04 11:00:09.099 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.102 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=351.559ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.104 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.104 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/04 11:00:09.109 +00:00] [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"=6.581288ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.112 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.122 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/04 11:00:09.123 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 11:00:09.127 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.128 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.125 +0000 UTC, 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/04 11:00:09.129 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.135 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=375.049ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.137 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.137 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/04 11:00:09.145 +00:00] [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"=10.86162ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.149 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.154 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/04 11:00:09.154 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/04 11:00:09.161 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.159 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.161 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.159 +0000 UTC, 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/04 11:00:09.164 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.159 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.174 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=360.509ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.176 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.176 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/04 11:00:09.177 +00:00] [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"=4.25676ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.159 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.183 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.159 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.188 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/04 11:00:09.188 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/04 11:00:09.192 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.192 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.19 +0000 UTC, 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/04 11:00:09.194 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.198 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=322.084ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.199 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.199 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/04 11:00:09.201 +00:00] [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"=4.338673ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.204 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.210 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/04 11:00:09.210 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/04 11:00:09.216 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.213 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.216 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.213 +0000 UTC, 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/04 11:00:09.221 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.213 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.228 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=465.994ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.230 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.230 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/04 11:00:09.232 +00:00] [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"=4.261105ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.213 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.240 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.213 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.244 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/04 11:00:09.244 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/04 11:00:09.244 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/04 11:00:09.248 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.246 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.249 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.246 +0000 UTC, 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/04 11:00:09.251 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.246 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.254 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=371.113ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.256 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.256 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/04 11:00:09.258 +00:00] [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"=4.80719ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.246 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.263 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.246 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.269 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/04 11:00:09.269 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/04 11:00:09.272 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.271 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.273 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.271 +0000 UTC, 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/04 11:00:09.275 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.271 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.279 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=425.91ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.281 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.281 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/04 11:00:09.283 +00:00] [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"=4.419657ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.271 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.286 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.271 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.290 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/04 11:00:09.290 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 11:00:09.299 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.297 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.299 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.297 +0000 UTC, 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/04 11:00:09.305 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.297 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.309 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=445.241ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.311 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.311 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/04 11:00:09.314 +00:00] [WARN] [runaway.go:85] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:152\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:69\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:2019\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1984\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.ExecRCRestrictedSQL\n\tpkg/resourcegroup/runaway/record.go:382\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*systemTableReader).Read\n\tpkg/resourcegroup/runaway/syncer.go:192\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.getRunawayWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:76\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:67\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getNewWatchRecords\n\tpkg/resourcegroup/runaway/syncer.go:59\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*Manager).UpdateNewAndDoneWatch\n\tpkg/resourcegroup/runaway/manager.go:402\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:75\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 11:00:09.313 +00:00] [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"=4.28529ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.297 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.318 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.297 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.322 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/04 11:00:09.323 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 11:00:09.334 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.334 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.332 +0000 UTC, 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/04 11:00:09.345 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.354 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=661.421ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.356 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.356 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/04 11:00:09.359 +00:00] [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"=4.909798ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.362 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.332 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.368 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/04 11:00:09.369 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/04 11:00:09.373 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.374 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.371 +0000 UTC, 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/04 11:00:09.376 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.379 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=227.665ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.381 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.381 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/04 11:00:09.381 +00:00] [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.022145ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.383 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.387 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/04 11:00:09.387 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/04 11:00:09.394 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.392 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.396 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.392 +0000 UTC, 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/04 11:00:09.397 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.392 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.402 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=393.422ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 11:00:09.404 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.404 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/04 11:00:09.408 +00:00] [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"=7.020314ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.392 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.411 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.392 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.417 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/04 11:00:09.421 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.419 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.423 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.419 +0000 UTC, 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/04 11:00:09.424 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.419 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.428 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=361.028ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.430 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.430 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/04 11:00:09.435 +00:00] [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"=7.518097ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.419 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.440 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.419 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.445 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/04 11:00:09.445 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/04 11:00:09.450 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.448 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.452 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.448 +0000 UTC, 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/04 11:00:09.453 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.448 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.456 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=351.193ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.459 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.459 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/04 11:00:09.460 +00:00] [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"=4.636855ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.448 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.467 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.448 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.471 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/04 11:00:09.472 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2025/04/04 11:00:09.479 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.474 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.479 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.474 +0000 UTC, 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/04 11:00:09.482 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.474 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.486 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=303.836ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.488 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.488 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/04 11:00:09.490 +00:00] [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"=4.675415ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.474 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.496 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.474 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.500 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/04 11:00:09.500 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2025/04/04 11:00:09.506 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.506 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.503 +0000 UTC, 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/04 11:00:09.509 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.515 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=564.047ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.526 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.526 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/04 11:00:09.528 +00:00] [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"=14.341429ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.532 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.538 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/04 11:00:09.538 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2025/04/04 11:00:09.542 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.54 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.542 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.54 +0000 UTC, 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/04 11:00:09.548 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.54 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.554 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=466.782ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.556 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.556 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/04 11:00:09.558 +00:00] [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"=5.284133ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.54 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.567 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.54 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.574 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/04 11:00:09.575 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2025/04/04 11:00:09.579 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.580 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.577 +0000 UTC, 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/04 11:00:09.582 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.588 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=585.701ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.590 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.591 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/04 11:00:09.591 +00:00] [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"=4.219536ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.595 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.601 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/04 11:00:09.601 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2025/04/04 11:00:09.607 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.605 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.609 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.605 +0000 UTC, 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/04 11:00:09.611 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.605 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.619 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=662.534ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.621 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.621 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/04 11:00:09.623 +00:00] [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"=5.070668ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.605 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.626 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.605 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.632 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/04 11:00:09.632 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 11:00:09.638 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.638 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.635 +0000 UTC, 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/04 11:00:09.640 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.646 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=721.63ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.667 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.667 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/04 11:00:09.667 +00:00] [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"=21.795109ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.672 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.682 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/04 11:00:09.682 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 11:00:09.687 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.684 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.687 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.684 +0000 UTC, 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/04 11:00:09.689 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.684 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.695 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=487.718ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.697 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.697 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/04 11:00:09.712 +00:00] [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"=17.941028ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.684 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.716 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.684 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.722 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/04 11:00:09.722 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2025/04/04 11:00:09.728 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.730 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.726 +0000 UTC, 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/04 11:00:09.731 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.736 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=502.022ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.738 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.738 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/04 11:00:09.739 +00:00] [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"=4.027831ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.743 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.755 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/04 11:00:09.756 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 11:00:09.761 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.758 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.762 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.758 +0000 UTC, 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/04 11:00:09.764 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.758 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.768 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=505.523ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.771 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.771 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/04 11:00:09.775 +00:00] [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"=7.637821ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.758 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.779 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.758 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.785 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/04 11:00:09.785 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 11:00:09.790 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.787 +0000 UTC, 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/04 11:00:09.790 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.792 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.798 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=823.435ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.800 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.800 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/04 11:00:09.801 +00:00] [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"=4.25755ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.804 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.810 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/04 11:00:09.810 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2025/04/04 11:00:09.814 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.814 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.812 +0000 UTC, 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/04 11:00:09.817 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.823 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=482.495ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.824 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.824 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/04 11:00:09.827 +00:00] [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"=5.269246ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.836 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.845 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/04 11:00:09.845 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 11:00:09.849 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.847 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.851 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.847 +0000 UTC, 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/04 11:00:09.852 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.847 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.855 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=336.453ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.856 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.856 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/04 11:00:09.856 +00:00] [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.032629ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.847 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.859 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.847 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.864 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/04 11:00:09.864 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2025/04/04 11:00:09.868 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.869 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.866 +0000 UTC, 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/04 11:00:09.870 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.874 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=319.644ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.875 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.876 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/04 11:00:09.876 +00:00] [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.165089ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.878 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.883 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/04 11:00:09.883 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2025/04/04 11:00:09.884 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 11:00:09.887 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.887 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.886 +0000 UTC, 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/04 11:00:09.890 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.893 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=369.549ยตs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.895 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.895 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/04 11:00:09.903 +00:00] [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"=9.827732ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.906 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.911 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/04 11:00:09.911 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/04 11:00:09.916 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.917 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 11:00:09.918 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.920 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=93.367ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 11:00:09.922 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.922 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/04 11:00:09.922 +00:00] [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.034633ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.924 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.928 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/04 11:00:09.929 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/04 11:00:09.934 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.935 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.932 +0000 UTC, 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/04 11:00:09.936 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.940 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=265.467ยตs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 11:00:09.941 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.941 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/04 11:00:09.941 +00:00] [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.017188ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.944 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.949 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/04 11:00:09.953 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.951 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.954 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.951 +0000 UTC, 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/04 11:00:09.956 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.951 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.960 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=519.117ยตs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.962 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.962 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/04 11:00:09.966 +00:00] [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"=6.935333ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.951 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.969 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.951 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.976 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/04 11:00:09.977 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/04 11:00:09.981 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:09.982 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.979 +0000 UTC, 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/04 11:00:09.983 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.986 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=371.239ยตs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:09.988 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:09.988 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/04 11:00:09.996 +00:00] [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"=10.687296ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:09.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:09.999 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:09.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:10.004 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/04 11:00:10.005 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/04 11:00:10.014 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:10.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:10.016 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:10.007 +0000 UTC, 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/04 11:00:10.017 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:10.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:10.022 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=379.662ยตs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:10.023 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 11:00:10.024 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/04 11:00:10.027 +00:00] [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"=5.276908ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:10.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:10.029 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:10.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:10.034 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/04 11:00:10.034 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/04 11:00:10.073 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=1.764791711s] [2025/04/04 11:00:10.074 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 11:00:10.074 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=a7a1889f-fa9b-4890-a9a1-7e839a0b65d9] [2025/04/04 11:00:10.074 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 11:00:10.074 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 11:00:10.074 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=19.833ยตs] [2025/04/04 11:00:10.074 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=11.364ยตs] [2025/04/04 11:00:10.074 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=9.994ยตs] [2025/04/04 11:00:10.074 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=10.569ยตs] [2025/04/04 11:00:10.074 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=11.073ยตs] [2025/04/04 11:00:10.074 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=9.775ยตs] [2025/04/04 11:00:10.074 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=9.749ยตs] [2025/04/04 11:00:10.074 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=10.257ยตs] [2025/04/04 11:00:10.074 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=10.398ยตs] [2025/04/04 11:00:10.074 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=9.843ยตs] [2025/04/04 11:00:10.074 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=a7a1889f-fa9b-4890-a9a1-7e839a0b65d9] [2025/04/04 11:00:10.074 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 11:00:10.074 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 11:00:10.079 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=a7a1889f-fa9b-4890-a9a1-7e839a0b65d9] ["take time"=5.16832ms] [2025/04/04 11:00:10.080 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=a7a1889f-fa9b-4890-a9a1-7e839a0b65d9] [2025/04/04 11:00:10.080 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 11:00:10.080 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 11:00:10.080 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 11:00:10.080 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 11:00:10.081 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 11:00:10.081 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 11:00:10.081 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 11:00:10.081 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 11:00:10.081 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 11:00:10.081 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 11:00:10.081 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 11:00:10.081 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 11:00:10.081 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 11:00:10.081 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 11:00:10.081 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=7.468008ms] [2025/04/04 11:00:10.081 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=5ce328bc-6921-4cae-99e3-24298e8c7950] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 11:00:10.089 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 11:00:10.089 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 11:00:10.127 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=37.172057ms] [2025/04/04 11:00:10.127 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 11:00:10.129 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [runWorker=true] [jobVersion=v2] [2025/04/04 11:00:10.129 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 11:00:10.132 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 11:00:10.132 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [2025/04/04 11:00:10.132 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 11:00:10.132 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 11:00:10.132 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 11:00:10.132 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 11:00:10.132 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 11:00:10.132 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 11:00:10.132 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 11:00:10.133 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 11:00:10.133 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 11:00:10.133 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 11:00:10.133 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 11:00:10.133 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 11:00:10.133 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 11:00:10.133 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 11:00:10.133 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 11:00:10.133 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 11:00:10.137 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 11:00:10.137 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 11:00:10.139 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [2025/04/04 11:00:10.141 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/04 11:00:10.150 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 11:00:10.151 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 11:00:10.157 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 11:00:10.160 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 11:00:10.160 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 11:00:10.160 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 11:00:10.160 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/04 11:00:10.160 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 11:00:10.160 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 11:00:10.160 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 11:00:10.160 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 11:00:10.161 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 11:00:10.161 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [2025/04/04 11:00:10.162 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [ttl-worker=task-manager] [ttl-worker=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [originalCount=0] [newCount=4] [2025/04/04 11:00:10.162 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [ttl-worker=task-manager] [ttl-worker=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [originalCount=0] [newCount=4] [2025/04/04 11:00:10.162 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [2025/04/04 11:00:10.166 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/04 11:00:10.172 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] testkit.go:123: RefreshSession rand seed: 1743764410172661245 [2025/04/04 11:00:10.172 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/04 11:00:10.172 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/04 11:00:10.179 +00:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_merge_partition_stats_concurrency] [val=2] [2025/04/04 11:00:10.185 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:10.182 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:10.185 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:10.182 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create database test_global_stats"] [2025/04/04 11:00:10.188 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:10.182 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:10.190 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=109.213ยตs] [gotSchemaVersion=56] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 11:00:10.193 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/04 11:00:10.194 +00:00] [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"=4.247625ms] [job="ID:113, Type:create schema, State:done, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:10.182 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:10.201 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create schema, State:synced, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:10.182 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:10.218 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/04 11:00:10.218 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create database test_global_stats"] [user=] [2025/04/04 11:00:10.229 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:10.227 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:10.230 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:10.227 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table thash(a int, b int, key(a)) partition by hash(a) partitions 4"] [2025/04/04 11:00:10.231 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=119] [conn=1] [job="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:10.227 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:10.232 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 114, Table Name: thash)"] [2025/04/04 11:00:10.236 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=505.916ยตs] [gotSchemaVersion=57] [phyTblIDs="[114,115,116,117,118]"] [actionTypes="[3,3,3,3,3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:10.238 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=119] [version=57] [2025/04/04 11:00:10.243 +00:00] [INFO] [pd.go:432] ["adaptive update ts interval state transition"] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/04/04 11:00:10.243 +00:00] [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"=7.708203ms] [job="ID:119, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:10.227 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:10.246 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=119] [conn=1] [job="ID:119, Type:create table, State:synced, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:10.227 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:10.250 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=119] [2025/04/04 11:00:10.250 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=57] [cur_db=test_global_stats] [sql="create table thash(a int, b int, key(a)) partition by hash(a) partitions 4"] [user=] [2025/04/04 11:00:10.255 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:126, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:120, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:10.253 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:10.255 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:126, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:120, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:10.253 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table trange(a int, b int, key(a)) partition by range(a) (\n\t\tpartition p0 values less than (200),\n\t\tpartition p1 values less than (400),\n\t\tpartition p2 values less than (600),\n\t\tpartition p3 values less than (800),\n\t\tpartition p4 values less than (1001))"] [2025/04/04 11:00:10.257 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=126] [conn=1] [job="ID:126, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:120, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:10.253 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:10.257 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 120, Table Name: trange)"] [2025/04/04 11:00:10.261 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=57] [neededSchemaVersion=58] ["elapsed time"=617.395ยตs] [gotSchemaVersion=58] [phyTblIDs="[120,121,122,123,124,125]"] [actionTypes="[3,3,3,3,3,3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:10.262 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=126] [version=58] [2025/04/04 11:00:10.265 +00:00] [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"=4.615265ms] [job="ID:126, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:120, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:10.253 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:10.268 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=126] [conn=1] [job="ID:126, Type:create table, State:synced, SchemaState:public, SchemaID:112, TableID:120, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:10.253 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:10.271 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=126] [2025/04/04 11:00:10.272 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=58] [cur_db=test_global_stats] [sql="create table trange(a int, b int, key(a)) partition by range(a) (\n\t\tpartition p0 values less than (200),\n\t\tpartition p1 values less than (400),\n\t\tpartition p2 values less than (600),\n\t\tpartition p3 values less than (800),\n\t\tpartition p4 values less than (1001))"] [user=] [2025/04/04 11:00:10.293 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:133, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:127, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:10.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 11:00:10.294 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:133, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:127, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:10.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table tlist (a int, b int, key(a)) partition by list (a) (\n\t\tpartition p0 values in (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),\n\t\tpartition p1 values in (10, 11, 12, 13, 14, 15, 16, 17, 18, 19),\n\t\tpartition p2 values in (20, 21, 22, 23, 24, 25, 26, 27, 28, 29),\n\t\tpartition p3 values in (30, 31, 32, 33, 34, 35, 36, 37, 38, 39),\n\t\tpartition p4 values in (40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50))"] [2025/04/04 11:00:10.295 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=133] [conn=1] [job="ID:133, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:127, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:10.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:10.297 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 127, Table Name: tlist)"] [2025/04/04 11:00:10.301 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=58] [neededSchemaVersion=59] ["elapsed time"=828.605ยตs] [gotSchemaVersion=59] [phyTblIDs="[127,128,129,130,131,132]"] [actionTypes="[3,3,3,3,3,3]"] [diffTypes="[\"create table\"]"] [2025/04/04 11:00:10.302 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=133] [version=59] [2025/04/04 11:00:10.306 +00:00] [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"=6.695288ms] [job="ID:133, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:127, RowCount:0, ArgLen:1, start time: 2025-04-04 11:00:10.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:10.310 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=133] [conn=1] [job="ID:133, Type:create table, State:synced, SchemaState:public, SchemaID:112, TableID:127, RowCount:0, ArgLen:0, start time: 2025-04-04 11:00:10.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 11:00:10.314 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=133] [2025/04/04 11:00:10.316 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=59] [cur_db=test_global_stats] [sql="create table tlist (a int, b int, key(a)) partition by list (a) (\n\t\tpartition p0 values in (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),\n\t\tpartition p1 values in (10, 11, 12, 13, 14, 15, 16, 17, 18, 19),\n\t\tpartition p2 values in (20, 21, 22, 23, 24, 25, 26, 27, 28, 29),\n\t\tpartition p3 values in (30, 31, 32, 33, 34, 35, 36, 37, 38, 39),\n\t\tpartition p4 values in (40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50))"] [user=] [2025/04/04 11:00:10.405 +00:00] [INFO] [analyze.go:415] ["save analyze results concurrently"] [buildStatsConcurrency=2] [saveStatsConcurrency=2] [2025/04/04 11:00:10.540 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`thash` has finished"] [partition=p1] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 11:00:10.413 +00:00] ["end time"=2025/04/04 11:00:10.534 +00:00] [cost=120.888763ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 11:00:10.570 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`thash` has finished"] [partition=p0] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 11:00:10.413 +00:00] ["end time"=2025/04/04 11:00:10.568 +00:00] [cost=155.344655ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 11:00:10.601 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`thash` has finished"] [partition=p3] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 11:00:10.430 +00:00] ["end time"=2025/04/04 11:00:10.598 +00:00] [cost=168.377045ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 11:00:10.614 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`thash` has finished"] [partition=p2] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 11:00:10.418 +00:00] ["end time"=2025/04/04 11:00:10.613 +00:00] [cost=194.893052ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 11:00:10.618 +00:00] [INFO] [global_stats.go:106] ["use async merge global stats"] [category=stats] [sampled=] [tableID=114] [table=thash] [2025/04/04 11:00:10.835 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117377599373312\n# Conn_ID: 1\n# Query_time: 0.442228898\n# Parse_time: 0.000028121\n# Compile_time: 0.005815877\n# Rewrite_time: 0.005721748\n# Optimize_time: 0.000189614\n# Wait_TS: 0.000039458\n# DB: test_global_stats\n# Is_internal: false\n# Digest: 58ead6613257aff111b91726ecc9c4d90232601f864de0e64df215c8867d52a9\n# Mem_max: 296340\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# Warnings: [{\"Level\":\"Warning\",\"Message\":\"No predicate column has been collected yet for table test_global_stats.thash, so only indexes and the columns composing the indexes will be analyzed\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test_global_stats.thash's partition p0, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test_global_stats.thash's partition p1, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test_global_stats.thash's partition p2, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test_global_stats.thash's partition p3, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse test_global_stats;\nanalyze table thash;"] [2025/04/04 11:00:10.846 +00:00] [INFO] [analyze.go:415] ["save analyze results concurrently"] [buildStatsConcurrency=2] [saveStatsConcurrency=2] [2025/04/04 11:00:10.910 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`trange` has finished"] [partition=p1] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 11:00:10.854 +00:00] ["end time"=2025/04/04 11:00:10.906 +00:00] [cost=51.482767ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 11:00:10.922 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`trange` has finished"] [partition=p0] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 11:00:10.853 +00:00] ["end time"=2025/04/04 11:00:10.918 +00:00] [cost=64.524457ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 11:00:10.974 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`trange` has finished"] [partition=p3] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 11:00:10.860 +00:00] ["end time"=2025/04/04 11:00:10.973 +00:00] [cost=112.696936ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 11:00:10.976 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`trange` has finished"] [partition=p2] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 11:00:10.859 +00:00] ["end time"=2025/04/04 11:00:10.974 +00:00] [cost=115.238148ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 11:00:11.026 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`trange` has finished"] [partition=p4] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 11:00:10.865 +00:00] ["end time"=2025/04/04 11:00:11.021 +00:00] [cost=156.564021ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 11:00:11.139 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 11:00:11.140 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 11:00:11.140 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 11:00:11.140 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 11:00:11.168 +00:00] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [groupID=ttl] [2025/04/04 11:00:11.169 +00:00] [INFO] [runtime.go:450] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2025/04/04 11:00:11.172 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2025/04/04 11:00:11.175 +00:00] [INFO] [scheduler_manager.go:198] ["schedule task loop start"] [server-id=:4000] [2025/04/04 11:00:11.175 +00:00] [INFO] [scheduler_manager.go:442] ["collect loop start"] [server-id=:4000] [2025/04/04 11:00:11.175 +00:00] [INFO] [scheduler_manager.go:302] ["subtask table gc loop start"] [server-id=:4000] [2025/04/04 11:00:11.175 +00:00] [INFO] [scheduler_manager.go:366] ["cleanup loop start"] [server-id=:4000] [2025/04/04 11:00:11.354 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117377714978816\n# Conn_ID: 1\n# Query_time: 0.518734259\n# Parse_time: 0.00002662\n# Compile_time: 0.003986003\n# Rewrite_time: 0.003874288\n# Optimize_time: 0.000189614\n# Wait_TS: 0.00002863\n# DB: test_global_stats\n# Is_internal: false\n# Digest: fc1d757759ae6e9deacb52711323fdeb51225a01c79685fe2a7ae317177c3a35\n# Mem_max: 351577\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# Warnings: [{\"Level\":\"Warning\",\"Message\":\"No predicate column has been collected yet for table test_global_stats.trange, so only indexes and the columns composing the indexes will be analyzed\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test_global_stats.trange's partition p0, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test_global_stats.trange's partition p1, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test_global_stats.trange's partition p2, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test_global_stats.trange's partition p3, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test_global_stats.trange's partition p4, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table trange;"] [2025/04/04 11:00:11.376 +00:00] [INFO] [analyze.go:415] ["save analyze results concurrently"] [buildStatsConcurrency=2] [saveStatsConcurrency=2] [2025/04/04 11:00:11.431 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`tlist` has finished"] [partition=p1] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 11:00:11.386 +00:00] ["end time"=2025/04/04 11:00:11.430 +00:00] [cost=43.792406ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 11:00:11.437 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`tlist` has finished"] [partition=p0] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 11:00:11.388 +00:00] ["end time"=2025/04/04 11:00:11.435 +00:00] [cost=47.676232ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 11:00:11.453 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`tlist` has finished"] [partition=p2] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 11:00:11.390 +00:00] ["end time"=2025/04/04 11:00:11.452 +00:00] [cost=61.825205ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 11:00:11.467 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`tlist` has finished"] [partition=p3] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 11:00:11.391 +00:00] ["end time"=2025/04/04 11:00:11.466 +00:00] [cost=74.433167ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 11:00:11.489 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`tlist` has finished"] [partition=p4] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 11:00:11.396 +00:00] ["end time"=2025/04/04 11:00:11.487 +00:00] [cost=90.947498ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 11:00:11.695 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117377851293696\n# Conn_ID: 1\n# Query_time: 0.340889379\n# Parse_time: 0.000033417\n# Compile_time: 0.005385789\n# Rewrite_time: 0.005196433\n# Optimize_time: 0.000189614\n# Wait_TS: 0.000038414\n# DB: test_global_stats\n# Is_internal: false\n# Digest: 977bfe84033f7399660e103ae5d5c60ab8499d835478e289d4f94abf3e63df8e\n# Mem_max: 323417\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# Warnings: [{\"Level\":\"Warning\",\"Message\":\"No predicate column has been collected yet for table test_global_stats.tlist, so only indexes and the columns composing the indexes will be analyzed\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test_global_stats.tlist's partition p0, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test_global_stats.tlist's partition p1, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test_global_stats.tlist's partition p2, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test_global_stats.tlist's partition p3, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test_global_stats.tlist's partition p4, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table tlist;"] testkit.go:335: Error Trace: pkg/testkit/testkit.go:335 pkg/statistics/handle/globalstats/global_stats_internal_test.go:451 pkg/statistics/handle/globalstats/global_stats_test.go:976 Error: Should be true Test: TestGlobalStatsAndSQLBindingWithConcurrency Messages: select * from thash where a<100 doesn't have plan TableFullScan, full plan [[IndexLookUp_10 8.13 root partition:all ] [โ”œโ”€IndexRangeScan_8(Build) 8.13 cop[tikv] table:thash, index:a(a) range:[-inf,100), keep order:false] [โ””โ”€TableRowIDScan_9(Probe) 8.13 cop[tikv] table:thash keep order:false]] [2025/04/04 11:00:11.699 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 11:00:11.699 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [2025/04/04 11:00:11.699 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 11:00:11.699 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 11:00:11.699 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=23.411ยตs] [2025/04/04 11:00:11.699 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp general"] ["take time"=11.492ยตs] [2025/04/04 11:00:11.699 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 13, tp general"] ["take time"=12.384ยตs] [2025/04/04 11:00:11.699 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 14, tp general"] ["take time"=11.982ยตs] [2025/04/04 11:00:11.699 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [2025/04/04 11:00:11.699 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 11:00:11.699 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 11:00:11.700 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=e6c9e3f4-6477-4877-85e1-c96ff31264c8] ["take time"=1.400714ms] [2025/04/04 11:00:11.700 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [2025/04/04 11:00:11.700 +00:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/04 11:00:11.700 +00:00] [INFO] [runtime.go:202] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2025/04/04 11:00:11.700 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [ttl-worker=task-manager] [ttl-worker=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [originalCount=4] [newCount=0] [2025/04/04 11:00:11.700 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 11:00:11.700 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 11:00:11.700 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 11:00:11.701 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 11:00:11.701 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [ttl-worker=task-manager] [ttl-worker=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [originalCount=4] [newCount=0] [2025/04/04 11:00:11.702 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 11:00:11.702 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 11:00:11.702 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 11:00:11.702 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 11:00:11.703 +00:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [2025/04/04 11:00:11.703 +00:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/04 11:00:11.703 +00:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/04 11:00:11.703 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 11:00:11.703 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 11:00:11.703 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 11:00:11.703 +00:00] [INFO] [domain.go:1856] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [2025/04/04 11:00:11.703 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 11:00:11.703 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 11:00:11.703 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 11:00:11.703 +00:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/04 11:00:11.703 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/04 11:00:11.703 +00:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/04 11:00:11.703 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 11:00:11.703 +00:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/04 11:00:11.703 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 11:00:11.703 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 11:00:11.703 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 11:00:11.703 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 11:00:11.703 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 11:00:11.703 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 11:00:11.703 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 11:00:11.703 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 11:00:11.703 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 11:00:11.703 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 11:00:11.703 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 11:00:11.703 +00:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/04 11:00:11.703 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/04 11:00:11.703 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 11:00:11.703 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 11:00:11.703 +00:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/04 11:00:11.703 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 11:00:11.703 +00:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/04 11:00:11.703 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 11:00:11.703 +00:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/04 11:00:11.703 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 11:00:11.705 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [2025/04/04 11:00:11.705 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 11:00:11.705 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 11:00:11.705 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 11:00:11.705 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 11:00:11.705 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 11:00:11.705 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 11:00:11.705 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 11:00:11.705 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 11:00:11.705 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 11:00:11.705 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 11:00:11.705 +00:00] [INFO] [scheduler_manager.go:308] ["subtask history table gc loop exits"] [server-id=:4000] [2025/04/04 11:00:11.705 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [2025/04/04 11:00:11.705 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [2025/04/04 11:00:11.705 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/04 11:00:11.705 +00:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/04 11:00:11.705 +00:00] [INFO] [scheduler_manager.go:372] ["cleanup loop exits"] [server-id=:4000] [2025/04/04 11:00:11.705 +00:00] [INFO] [scheduler_manager.go:204] ["schedule task loop exits"] [server-id=:4000] [2025/04/04 11:00:11.705 +00:00] [INFO] [scheduler_manager.go:448] ["collect loop exits"] [server-id=:4000] [2025/04/04 11:00:11.705 +00:00] [INFO] [domain.go:1858] ["dist task scheduler manager stopped"] [id=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [2025/04/04 11:00:11.705 +00:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/04 11:00:11.705 +00:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/04 11:00:11.705 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 11:00:11.707 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=e6c9e3f4-6477-4877-85e1-c96ff31264c8] [2025/04/04 11:00:11.707 +00:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/04 11:00:11.707 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 11:00:11.708 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=9.716127ms] [2025/04/04 11:00:11.709 +00:00] [INFO] [db.go:567] ["Closing database"] [2025/04/04 11:00:11.709 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/04 11:00:11.709 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/04 11:00:11.709 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/04 11:00:11.709 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/04 11:00:11.709 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestGlobalStatsAndSQLBindingWithConcurrency (3.51s) === NAME FAIL coverage: 10.7% of statements -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 1 /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/27344/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test.runfiles/__main__/pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test ================================================================================ [28,068 / 28,417] 377 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 316s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,072 / 28,417] 377 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 317s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,082 / 28,419] 377 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 318s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,088 / 28,419] 377 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 319s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,093 / 28,419] 377 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 321s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,097 / 28,434] 377 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 322s remote-cache, linux-sandbox ... (70 actions running) [28,103 / 28,456] 378 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 323s remote-cache, linux-sandbox ... (70 actions running) TIMEOUT: //pkg/executor/test/analyzetest:analyzetest_test (Summary) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_4_of_49/test.log /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_4_of_49/test_attempts/attempt_1.log /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_4_of_49/test_attempts/attempt_2.log /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_4_of_49/test_attempts/attempt_3.log /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_4_of_49/test_attempts/attempt_4.log ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/pkg/executor/test/analyzetest/BUILD.bazel:3:8: Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49) failed: Test failed, aborting ==================== Test output for //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49): === RUN TestAnalyzeParameters [2025/04/04 10:47:54.697 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/04 10:47:54.706 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:47:54.706 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:47:54.718 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:47:54.719 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:47:54.725 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:47:54.753 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=1b610f28-dc31-48ee-a77e-f5b4e6083f9e] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:47:55.129 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:47:55.129 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:47:55.131 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\tpkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\tpkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:222\npkg/executor/test/analyzetest/analyzetest_test.TestAnalyzeParameters\n\tpkg/executor/test/analyzetest/analyze_test.go:144\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:47:55.591 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=459.233605ms] [2025/04/04 10:47:55.591 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:47:55.591 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=461.351266ms] [2025/04/04 10:47:55.592 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=0] ["reload ts"=457117184974389248] [2025/04/04 10:47:55.593 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=d273bb29-baf0-487d-b3dd-4dc6e1b08ce3] [runWorker=true] [jobVersion=v2] [2025/04/04 10:47:55.593 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:47:55.594 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:47:55.594 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:47:55.594 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:47:55.595 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:47:55.595 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:47:55.595 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:47:55.595 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:47:55.596 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:47:55.596 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:47:55.596 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:47:55.596 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:47:55.597 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:47:55.600 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=d273bb29-baf0-487d-b3dd-4dc6e1b08ce3] [2025/04/04 10:47:55.601 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:47:55.601 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:47:55.601 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:47:55.602 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:47:55.603 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:47:55.615 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\tpkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\tpkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\tpkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:47:55.651 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:55.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/04 10:47:55.651 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:55.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:47:55.671 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:47:55.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:56.466 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=753.71429ms] [2025/04/04 10:47:56.466 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:47:56.467 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=756.724585ms] [2025/04/04 10:47:56.467 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=1] ["reload ts"=457117185203765248] [2025/04/04 10:47:56.493 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:47:56.493 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/04 10:47:56.495 +00:00] [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"=785.475288ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:55.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:56.533 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:47:55.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:56.577 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/04 10:47:56.578 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.968915697\n# Parse_time: 0\n# Compile_time: 0.000904619\n# Rewrite_time: 0.000034759\n# Optimize_time: 0\n# Wait_TS: 0.000234009\n# DB: mysql\n# Is_internal: true\n# Digest: 0a22979ad136f741465cf206b13e5717b9758dda34f7cae5a7a925f91711d6a0\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\nCREATE DATABASE IF NOT EXISTS test;"] [2025/04/04 10:47:56.579 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/04 10:47:56.581 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/04 10:47:56.610 +00:00] [WARN] [runaway.go:85] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:152\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:69\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:2019\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1984\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.ExecRCRestrictedSQL\n\tpkg/resourcegroup/runaway/record.go:382\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*systemTableReader).Read\n\tpkg/resourcegroup/runaway/syncer.go:192\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.getRunawayWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:76\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:67\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getNewWatchRecords\n\tpkg/resourcegroup/runaway/syncer.go:59\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*Manager).UpdateNewAndDoneWatch\n\tpkg/resourcegroup/runaway/manager.go:402\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:75\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 10:47:56.631 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Shanghai] [2025/04/04 10:47:56.694 +00:00] [INFO] [pd.go:432] ["adaptive update ts interval state transition"] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/04/04 10:47:56.880 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:56.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:47:56.880 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:56.647 +0000 UTC, 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/04 10:47:56.906 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:47:56.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:57.401 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=13.401115ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:47:57.418 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:47:57.418 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/04 10:47:57.420 +00:00] [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"=32.755949ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:56.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:57.459 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:47:56.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:57.608 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:47:57.735 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/04 10:47:57.737 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.130486097\n# Parse_time: 0\n# Compile_time: 0.017270226\n# Rewrite_time: 0.00001527\n# Optimize_time: 0\n# Wait_TS: 0.000131109\n# DB: mysql\n# Is_internal: true\n# Digest: e91164512a559e22fb969664cb70b57fc6c45f94b9334cd6586cce7ffc743131\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.user ( Host CHAR(255), User CHAR(32), authentication_string TEXT, plugin CHAR(64), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Process_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_db_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Super_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_user_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_slave_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_client_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Account_locked ENUM('N','Y') NOT NULL DEFAULT 'N', Shutdown_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Reload_priv ENUM('N','Y') NOT NULL DEFAULT 'N', FILE_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Config_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N', Password_reuse_history smallint unsigned DEFAULT NULL, Password_reuse_time smallint unsigned DEFAULT NULL, User_attributes json, Token_issuer VARCHAR(255), Password_expired ENUM('N','Y') NOT NULL DEFAULT 'N', Password_last_changed TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), Password_lifetime SMALLINT UNSIGNED DEFAULT NULL, Max_user_connections INT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (Host, User), KEY i_user (User));"] [2025/04/04 10:47:57.738 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:47:57.840 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:57.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:47:57.840 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:57.767 +0000 UTC, 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/04 10:47:57.867 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:47:57.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:57.954 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=3.518066ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:47:57.974 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:47:57.974 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/04 10:47:57.976 +00:00] [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"=27.131078ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:57.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:58.014 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:47:57.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:58.103 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/04 10:47:58.106 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.363382655\n# Parse_time: 0\n# Compile_time: 0.002848001\n# Rewrite_time: 0.000012108\n# Optimize_time: 0\n# Wait_TS: 0.000114462\n# DB: mysql\n# Is_internal: true\n# Digest: eeb59bc0d98f65a2a5aef8eaa99596260e746b00eed183baf856558ef03533ac\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.password_history ( Host char(255) NOT NULL DEFAULT '', User char(32) NOT NULL DEFAULT '', Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), Password text, PRIMARY KEY (Host,User,Password_timestamp ) ) COMMENT='Password history for user accounts' ;"] [2025/04/04 10:47:58.106 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/04 10:47:58.183 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:58.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:47:58.183 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:58.144 +0000 UTC, 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/04 10:47:58.206 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:47:58.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:58.330 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=7.467548ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:47:58.346 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:47:58.346 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/04 10:47:58.348 +00:00] [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"=28.310958ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:58.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:58.388 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:47:58.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:58.470 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/04 10:47:58.471 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.361159372\n# Parse_time: 0\n# Compile_time: 0.002885642\n# Rewrite_time: 0.000016446\n# Optimize_time: 0\n# Wait_TS: 0.000161991\n# DB: mysql\n# Is_internal: true\n# Digest: 3753c1a38721ac350706b476f2d0089d05a691a3e194d21afaf2010b2e79e8dd\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# Warnings: [{\"Level\":\"Warning\",\"Message\":\"BLOB/TEXT/JSON column 'Priv' can't have a default value\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE 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/04 10:47:58.472 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/04 10:47:58.684 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:58.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:47:58.684 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:58.523 +0000 UTC, 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/04 10:47:58.716 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:47:58.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:59.041 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=9.091034ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:47:59.078 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:47:59.079 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/04 10:47:59.080 +00:00] [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"=48.742221ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:58.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:59.136 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:47:58.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:59.319 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/04 10:47:59.320 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.834031649\n# Parse_time: 0\n# Compile_time: 0.009729812\n# Rewrite_time: 0.000029021\n# Optimize_time: 0\n# Wait_TS: 0.000201533\n# DB: mysql\n# Is_internal: true\n# Digest: 84b17ce35846b1ddbb79e94fffb3f020ff85b9efe6dfa83a14a44027adfe16ec\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.db ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (Host, DB, User), KEY i_user (User));"] [2025/04/04 10:47:59.321 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:47:59.447 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:59.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:47:59.447 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:59.351 +0000 UTC, 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/04 10:47:59.468 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:47:59.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:59.671 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=18.653829ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:47:59.688 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:47:59.688 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/04 10:47:59.692 +00:00] [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"=40.317719ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:59.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:59.728 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:47:59.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:47:59.846 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/04 10:47:59.847 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.520354686\n# Parse_time: 0\n# Compile_time: 0.004199593\n# Rewrite_time: 0.000013873\n# Optimize_time: 0\n# Wait_TS: 0.000141323\n# DB: mysql\n# Is_internal: true\n# Digest: 66ad48e3a61958e491f9b86629424276e884c5dc2c82d0493baa1e569d861f3d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tables_priv ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Grantor CHAR(77), Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Table_priv SET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'), Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name), KEY i_user (User));"] [2025/04/04 10:47:59.848 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:47:59.993 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:59.878 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:47:59.993 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:59.878 +0000 UTC, 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/04 10:48:00.020 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:47:59.878 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:00.172 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=4.211193ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:00.209 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:00.209 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/04 10:48:00.209 +00:00] [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"=42.821179ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:47:59.878 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:00.238 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:47:59.878 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:00.339 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/04 10:48:00.341 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.48801174\n# Parse_time: 0\n# Compile_time: 0.003511189\n# Rewrite_time: 0.000016443\n# Optimize_time: 0\n# Wait_TS: 0.000249708\n# DB: mysql\n# Is_internal: true\n# Digest: 6128346bea9e9b35a140e9be46b85be39f5c8ff508888c85bba4bf88b49a6572\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.columns_priv( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Column_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name, Column_name), KEY i_user (User));"] [2025/04/04 10:48:00.342 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:48:00.417 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:00.38 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:00.417 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:00.38 +0000 UTC, 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/04 10:48:00.446 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:00.38 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:00.552 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=2.563203ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:00.584 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:00.584 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/04 10:48:00.585 +00:00] [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"=36.410874ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:00.38 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:00.699 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:00.38 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:00.769 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/04 10:48:00.770 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.4253721\n# Parse_time: 0\n# Compile_time: 0.005565011\n# Rewrite_time: 0.000015989\n# Optimize_time: 0\n# Wait_TS: 0.000175135\n# DB: mysql\n# Is_internal: true\n# Digest: 1b59564c29970a0a8880792322e02b7df09888f7d0a2dfc190f3ed0ff12369d4\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/04 10:48:00.772 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/04 10:48:00.879 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:00.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:00.879 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:00.8 +0000 UTC, 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/04 10:48:00.914 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:00.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:01.012 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=2.916982ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:01.031 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:01.032 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/04 10:48:01.033 +00:00] [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"=24.703991ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:00.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:01.066 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:00.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:01.125 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/04 10:48:01.127 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.35059573\n# Parse_time: 0\n# Compile_time: 0.002274084\n# Rewrite_time: 0.000015549\n# Optimize_time: 0\n# Wait_TS: 0.000157743\n# DB: mysql\n# Is_internal: true\n# Digest: ade124588c0253b12ce82702300a98a0ff778787142ce450039efbd6347664dc\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(1024) DEFAULT NULL, COMMENT VARCHAR(1024));"] [2025/04/04 10:48:01.127 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/04 10:48:01.214 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:01.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:01.214 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:01.158 +0000 UTC, 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/04 10:48:01.228 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:01.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:01.392 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=4.102216ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:01.411 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:01.411 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/04 10:48:01.413 +00:00] [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"=46.3081ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:01.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:01.445 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:01.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:01.520 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/04 10:48:01.521 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.388135793\n# Parse_time: 0\n# Compile_time: 0.004086752\n# Rewrite_time: 0.000015598\n# Optimize_time: 0\n# Wait_TS: 0.000244164\n# DB: mysql\n# Is_internal: true\n# Digest: be740d9d66f07e7842e3b48027d6fb3ef54623295384e63dcbf3e1c8a9f15c10\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.help_topic ( help_topic_id INT(10) UNSIGNED NOT NULL, name CHAR(64) NOT NULL, help_category_id SMALLINT(5) UNSIGNED NOT NULL, description TEXT NOT NULL, example TEXT NOT NULL, url TEXT NOT NULL, PRIMARY KEY (help_topic_id) clustered, UNIQUE KEY name (name) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/04 10:48:01.522 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/04 10:48:01.601 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:01.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:01.601 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:01.55 +0000 UTC, 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/04 10:48:01.626 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:01.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:01.756 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=3.706186ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:01.812 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:01.812 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/04 10:48:01.814 +00:00] [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"=62.862722ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:01.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:01.886 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:01.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:02.001 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/04 10:48:02.003 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.476471903\n# Parse_time: 0\n# Compile_time: 0.003777526\n# Rewrite_time: 0.000016078\n# Optimize_time: 0\n# Wait_TS: 0.000168095\n# DB: mysql\n# Is_internal: true\n# Digest: 2db2929397c955d277d1b5400209b98787aa0797f979b9c213e3924c27b82ea9\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta ( version BIGINT(64) UNSIGNED NOT NULL, table_id BIGINT(64) NOT NULL, modify_count BIGINT(64) NOT NULL DEFAULT 0, count BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, snapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, INDEX idx_ver(version), UNIQUE INDEX tbl(table_id) );"] [2025/04/04 10:48:02.003 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/04 10:48:02.038 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:48:02.249 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:02.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:02.250 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:02.078 +0000 UTC, 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/04 10:48:02.281 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:02.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:02.682 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=21.466008ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:02.702 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:02.703 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/04 10:48:02.705 +00:00] [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"=52.475864ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:02.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:02.739 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:02.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:02.890 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/04 10:48:02.891 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.87926268\n# Parse_time: 0\n# Compile_time: 0.02311846\n# Rewrite_time: 0.000032751\n# Optimize_time: 0\n# Wait_TS: 0.000246444\n# DB: mysql\n# Is_internal: true\n# Digest: e038e634a5f1b7e5429d1252be7edf0ffb0922e8636032b9c68fd59f0484f6ef\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_histograms ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, distinct_count BIGINT(64) NOT NULL, null_count BIGINT(64) NOT NULL DEFAULT 0, tot_col_size BIGINT(64) NOT NULL DEFAULT 0, modify_count BIGINT(64) NOT NULL DEFAULT 0, version BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, cm_sketch BLOB(6291456), stats_ver BIGINT(64) NOT NULL DEFAULT 0, flag BIGINT(64) NOT NULL DEFAULT 0, correlation DOUBLE NOT NULL DEFAULT 0, last_analyze_pos LONGBLOB DEFAULT NULL, UNIQUE INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:48:02.892 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:48:02.994 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:02.927 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:02.994 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:02.927 +0000 UTC, 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/04 10:48:03.030 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:02.927 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:03.230 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=4.502409ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:03.249 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:03.249 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/04 10:48:03.251 +00:00] [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"=27.014936ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:02.927 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:03.296 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:02.927 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:03.430 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/04 10:48:03.431 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.535393541\n# Parse_time: 0\n# Compile_time: 0.009758264\n# Rewrite_time: 0.000012856\n# Optimize_time: 0\n# Wait_TS: 0.000262619\n# DB: mysql\n# Is_internal: true\n# Digest: 84a28596914df45e10de865c11a515d8595f2c38a422f5c8d8fb86a470ba5cad\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_buckets ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, bucket_id BIGINT(64) NOT NULL, count BIGINT(64) NOT NULL, repeats BIGINT(64) NOT NULL, upper_bound LONGBLOB NOT NULL, lower_bound LONGBLOB , ndv BIGINT NOT NULL DEFAULT 0, UNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id) );"] [2025/04/04 10:48:03.432 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/04 10:48:03.540 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:03.540 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.464 +0000 UTC, 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/04 10:48:03.560 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:03.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:03.720 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=3.417859ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:03.760 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:03.761 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/04 10:48:03.762 +00:00] [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"=46.236238ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:03.795 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:03.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:03.897 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/04 10:48:03.898 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.460669892\n# Parse_time: 0\n# Compile_time: 0.003250439\n# Rewrite_time: 0.000016425\n# Optimize_time: 0\n# Wait_TS: 0.000246696\n# DB: mysql\n# Is_internal: true\n# Digest: 4407fc98c36858aed19a41d8ab6383e7885e71a2edd2716950a8847ee0c4ccd2\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_index (job_id, element_id) );"] [2025/04/04 10:48:03.899 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:48:04.048 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.939 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:04.053 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.939 +0000 UTC, 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/04 10:48:04.069 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:03.939 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.205 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=3.463197ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:04.225 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:04.225 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/04 10:48:04.229 +00:00] [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"=26.22192ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:03.939 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.275 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:03.939 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.369 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/04 10:48:04.370 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.452749223\n# Parse_time: 0\n# Compile_time: 0.003324186\n# Rewrite_time: 0.000013358\n# Optimize_time: 0\n# Wait_TS: 0.000144543\n# DB: mysql\n# Is_internal: true\n# Digest: 6f80e6944eacefde08a31e8364b171d37e77c4bebc7757ae375b47812ca371cb\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_done_index (job_id, element_id) );"] [2025/04/04 10:48:04.371 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:48:04.464 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.407 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:04.464 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.407 +0000 UTC, 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/04 10:48:04.476 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:04.407 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.572 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=3.088072ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:04.611 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:04.613 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/04 10:48:04.614 +00:00] [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"=46.518142ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.407 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.671 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:04.407 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:04.748 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/04 10:48:04.750 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.375955845\n# Parse_time: 0\n# Compile_time: 0.007364737\n# Rewrite_time: 0.000012664\n# Optimize_time: 0\n# Wait_TS: 0.000145546\n# DB: mysql\n# Is_internal: true\n# Digest: ae00140f19e8173091b9a44ece06f4d51ecf640b3c9c924a7be8a7394182215f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_feedback ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, feedback BLOB NOT NULL, INDEX hist(table_id, is_index, hist_id) );"] [2025/04/04 10:48:04.751 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:48:04.910 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:04.910 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.824 +0000 UTC, 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/04 10:48:04.925 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:04.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.129 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=3.62954ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:05.146 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:05.146 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/04 10:48:05.147 +00:00] [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"=22.04193ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:04.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.178 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:04.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.264 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/04 10:48:05.265 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.492472798\n# Parse_time: 0\n# Compile_time: 0.007516062\n# Rewrite_time: 0.000012943\n# Optimize_time: 0\n# Wait_TS: 0.00015899\n# DB: mysql\n# Is_internal: true\n# Digest: b0ac22a8699b953eeb48be3f830e94a20801551f37159b586c40d30dc883661d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.role_edges ( FROM_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', FROM_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', TO_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', TO_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', WITH_ADMIN_OPTION ENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N', PRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER) );"] [2025/04/04 10:48:05.266 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/04 10:48:05.400 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.309 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:05.400 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.309 +0000 UTC, 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/04 10:48:05.421 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:05.309 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.528 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=3.313361ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:05.546 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:05.547 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/04 10:48:05.549 +00:00] [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"=25.08267ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.309 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.579 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:05.309 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:05.671 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/04 10:48:05.673 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.402265968\n# Parse_time: 0\n# Compile_time: 0.005441557\n# Rewrite_time: 0.000014457\n# Optimize_time: 0\n# Wait_TS: 0.000154869\n# DB: mysql\n# Is_internal: true\n# Digest: 8b707c584d1e112e8e8ec868861b803577fee329c3c9393a6b510ee14fe94302\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.default_roles ( HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', DEFAULT_ROLE_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%', DEFAULT_ROLE_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER), KEY i_user (USER));"] [2025/04/04 10:48:05.673 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/04 10:48:05.844 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:05.844 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.715 +0000 UTC, 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/04 10:48:05.889 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:05.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.189 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=5.707378ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:06.206 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:06.206 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/04 10:48:06.209 +00:00] [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"=26.768566ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:05.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.244 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:05.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.362 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/04 10:48:06.364 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.682033194\n# Parse_time: 0\n# Compile_time: 0.011889971\n# Rewrite_time: 0.000016574\n# Optimize_time: 0\n# Wait_TS: 0.00037145\n# DB: mysql\n# Is_internal: true\n# Digest: c355115b20710cd210d1922674f220e73f613065f32d62aaabd2d1ecf698841b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.bind_info ( original_sql LONGTEXT NOT NULL, bind_sql LONGTEXT NOT NULL, default_db TEXT NOT NULL, status TEXT NOT NULL, create_time TIMESTAMP(3) NOT NULL, update_time TIMESTAMP(3) NOT NULL, charset TEXT NOT NULL, collation TEXT NOT NULL, source VARCHAR(10) NOT NULL DEFAULT 'unknown', sql_digest varchar(64) DEFAULT NULL, plan_digest varchar(64) DEFAULT NULL, INDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\", INDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\", UNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:48:06.365 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:48:06.471 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:06.471 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.416 +0000 UTC, 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/04 10:48:06.491 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:06.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.597 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=3.317442ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:06.622 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:06.622 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/04 10:48:06.624 +00:00] [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"=30.412555ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.670 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:06.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.739 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/04 10:48:06.740 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.345549738\n# Parse_time: 0\n# Compile_time: 0.002763588\n# Rewrite_time: 0.000013839\n# Optimize_time: 0\n# Wait_TS: 0.000164485\n# DB: mysql\n# Is_internal: true\n# Digest: df1a9dde39341a07eb2fb8ef599e6652770203b79af3e1800917053820a3b51c\n# Mem_max: 4096\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_top_n ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, count BIGINT(64) UNSIGNED NOT NULL, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:48:06.740 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:48:06.815 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.769 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:06.815 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.769 +0000 UTC, 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/04 10:48:06.839 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:06.769 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.932 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=2.404101ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:06.956 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:06.956 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/04 10:48:06.959 +00:00] [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"=30.046476ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:06.769 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:06.986 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:06.769 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.046 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/04 10:48:07.048 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.303955409\n# Parse_time: 0\n# Compile_time: 0.002463712\n# Rewrite_time: 0.000015041\n# Optimize_time: 0\n# Wait_TS: 0.000199786\n# DB: mysql\n# Is_internal: true\n# Digest: 988ff7e96344f475621bfec9765ba7b507e76d86daa1e3fdf0f9eadbd538afd0\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist ( name CHAR(100) NOT NULL, store_type CHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb', reason VARCHAR(200) );"] [2025/04/04 10:48:07.048 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/04 10:48:07.137 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.074 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:07.137 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.074 +0000 UTC, 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/04 10:48:07.168 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:07.074 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.234 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=1.967599ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:07.254 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:07.254 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/04 10:48:07.256 +00:00] [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"=25.028425ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.074 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.293 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:07.074 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.353 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/04 10:48:07.354 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.303352536\n# Parse_time: 0\n# Compile_time: 0.001517378\n# Rewrite_time: 0.000014039\n# Optimize_time: 0\n# Wait_TS: 0.000145213\n# DB: mysql\n# Is_internal: true\n# Digest: 58329d63c08bcbc761a6b408e882dc874ae0220c9a2aaaeab91d992543fef52b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist ( name CHAR(100) NOT NULL );"] [2025/04/04 10:48:07.354 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/04 10:48:07.474 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:07.482 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.408 +0000 UTC, 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/04 10:48:07.502 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:07.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.757 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=8.172269ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:07.788 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:07.789 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/04 10:48:07.790 +00:00] [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"=42.084404ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.838 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:07.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:07.964 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/04 10:48:07.965 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.606094044\n# Parse_time: 0\n# Compile_time: 0.017620316\n# Rewrite_time: 0.000012462\n# Optimize_time: 0\n# Wait_TS: 0.000141723\n# DB: mysql\n# Is_internal: true\n# Digest: 9c4f6672f019f6d6c588a6b2eb00b13f041ee54cb97f253f85d7ae52df9d23c6\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_extended ( name varchar(32) NOT NULL, type tinyint(4) NOT NULL, table_id bigint(64) NOT NULL, column_ids varchar(32) NOT NULL, stats blob DEFAULT NULL, version bigint(64) unsigned NOT NULL, status tinyint(4) NOT NULL, PRIMARY KEY(name, table_id), KEY idx_1 (table_id, status, version), KEY idx_2 (status, version) );"] [2025/04/04 10:48:07.966 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/04 10:48:08.053 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:08.053 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.994 +0000 UTC, 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/04 10:48:08.074 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:07.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:08.199 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=3.246962ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:08.218 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:08.219 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/04 10:48:08.219 +00:00] [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"=24.768214ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:07.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:08.249 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:07.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:08.384 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/04 10:48:08.385 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.415614896\n# Parse_time: 0\n# Compile_time: 0.003069514\n# Rewrite_time: 0.000018161\n# Optimize_time: 0\n# Wait_TS: 0.000153183\n# DB: mysql\n# Is_internal: true\n# Digest: 9e692f90f6e351e4eecf3fbff7177acf0a166d0cd79badb0ce0ced2bb754eb99\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:48:08.385 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:48:08.546 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:08.459 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:08.546 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:08.459 +0000 UTC, 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/04 10:48:08.567 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:08.459 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:08.717 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=3.445039ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:08.747 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:08.748 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/04 10:48:08.752 +00:00] [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"=38.551431ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:08.459 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:08.789 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:08.459 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:08.856 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/04 10:48:08.857 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.468329462\n# Parse_time: 0\n# Compile_time: 0.002845328\n# Rewrite_time: 0.000013309\n# Optimize_time: 0\n# Wait_TS: 0.000170675\n# DB: mysql\n# Is_internal: true\n# Digest: 752215fdcd8e21124ccfe3a90f4511f2e72581c4c48a751cc8571209fdee15f6\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.global_grants ( USER char(32) NOT NULL DEFAULT '', HOST char(255) NOT NULL DEFAULT '', PRIV char(32) NOT NULL DEFAULT '', WITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (USER,HOST,PRIV), KEY i_user (USER) );"] [2025/04/04 10:48:08.858 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/04 10:48:08.953 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:08.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:08.954 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:08.908 +0000 UTC, 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/04 10:48:08.974 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:08.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.063 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=2.667434ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:09.079 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:09.079 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/04 10:48:09.086 +00:00] [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"=25.769109ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:08.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.122 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:08.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.194 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/04 10:48:09.195 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.334511463\n# Parse_time: 0\n# Compile_time: 0.002570717\n# Rewrite_time: 0.000014248\n# Optimize_time: 0\n# Wait_TS: 0.000139958\n# DB: mysql\n# Is_internal: true\n# Digest: 1fac41a3d4a89e3e4da2393e1f69d1aacfec8886db749d6329e9bf677df777b8\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist ( id bigint(64) auto_increment, filter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\", filter_value varchar(32) NOT NULL, key idx(filter_type), primary key(id) );"] [2025/04/04 10:48:09.196 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/04 10:48:09.291 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.222 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:09.292 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.222 +0000 UTC, 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/04 10:48:09.325 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:09.222 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.454 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=3.050575ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:09.484 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:09.484 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/04 10:48:09.485 +00:00] [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"=34.422349ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.222 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.532 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:09.222 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.606 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/04 10:48:09.618 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.418785385\n# Parse_time: 0\n# Compile_time: 0.002409458\n# Rewrite_time: 0.000011875\n# Optimize_time: 0\n# Wait_TS: 0.000173568\n# DB: mysql\n# Is_internal: true\n# Digest: 06962f34c69b85ab590c2556bdffd68d7705d56a70a3b0522b0ba5bc55363fd3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.column_stats_usage ( table_id BIGINT(64) NOT NULL, column_id BIGINT(64) NOT NULL, last_used_at TIMESTAMP, last_analyzed_at TIMESTAMP, PRIMARY KEY (table_id, column_id) CLUSTERED );"] [2025/04/04 10:48:09.619 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:48:09.764 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:09.764 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.697 +0000 UTC, 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/04 10:48:09.776 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:09.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.904 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=2.78591ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:09.936 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:09.936 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/04 10:48:09.937 +00:00] [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"=36.298249ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:09.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:09.977 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:09.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:10.059 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/04 10:48:10.060 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.429202689\n# Parse_time: 0\n# Compile_time: 0.020247754\n# Rewrite_time: 0.000013424\n# Optimize_time: 0\n# Wait_TS: 0.000142823\n# DB: mysql\n# Is_internal: true\n# Digest: a30fd7e284f356f111cb15459926cdbebb3d6f24c950b6f3b9729d8b5f13ee4f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.table_cache_meta ( tid bigint(11) NOT NULL DEFAULT 0, lock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE', lease bigint(20) NOT NULL DEFAULT 0, oldReadLease bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (tid) );"] [2025/04/04 10:48:10.061 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/04 10:48:10.078 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:48:10.276 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:10.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:10.292 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:10.293 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.099 +0000 UTC, 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/04 10:48:10.685 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=3.309619ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:10.710 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:10.710 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/04 10:48:10.713 +00:00] [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"=31.952341ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:10.753 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:10.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:10.910 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/04 10:48:10.912 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.845282287\n# Parse_time: 0\n# Compile_time: 0.009182414\n# Rewrite_time: 0.000015793\n# Optimize_time: 0\n# Wait_TS: 0.00014908\n# DB: mysql\n# Is_internal: true\n# Digest: c862b6db4c0b104bd6ade1db78bbe1f6a12a30584d750044f3eec57a1a86580e\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_options ( table_id BIGINT(64) NOT NULL, sample_num BIGINT(64) NOT NULL DEFAULT 0, sample_rate DOUBLE NOT NULL DEFAULT -1, buckets BIGINT(64) NOT NULL DEFAULT 0, topn BIGINT(64) NOT NULL DEFAULT -1, column_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT', column_ids TEXT(19372), PRIMARY KEY (table_id) CLUSTERED );"] [2025/04/04 10:48:10.912 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:48:11.060 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:11.060 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.968 +0000 UTC, 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/04 10:48:11.074 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:10.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.246 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=4.122504ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:11.265 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:11.265 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/04 10:48:11.268 +00:00] [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"=10.968323ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:10.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.308 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:10.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.512 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/04 10:48:11.513 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.592258761\n# Parse_time: 0\n# Compile_time: 0.012773018\n# Rewrite_time: 0.000012555\n# Optimize_time: 0\n# Wait_TS: 0.006758649\n# DB: mysql\n# Is_internal: true\n# Digest: eceb528bf68c7d9b100b120b5113005ea7f5a4c6c1f4834403330ff156d0a3aa\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_history ( table_id bigint(64) NOT NULL, stats_data longblob NOT NULL, seq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice', version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', create_time datetime(6) NOT NULL, UNIQUE KEY table_version_seq (table_id, version, seq_no), KEY table_create_time (table_id, create_time, seq_no), KEY idx_create_time (create_time) );"] [2025/04/04 10:48:11.514 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:48:11.691 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:11.594 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:11.691 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:11.594 +0000 UTC, 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/04 10:48:11.714 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:11.594 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.902 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=3.96719ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:11.920 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:11.920 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/04 10:48:11.922 +00:00] [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"=25.021444ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:11.594 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:11.953 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:11.594 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.098 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/04 10:48:12.099 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.554098049\n# Parse_time: 0\n# Compile_time: 0.007106877\n# Rewrite_time: 0.000014292\n# Optimize_time: 0\n# Wait_TS: 0.000177943\n# DB: mysql\n# Is_internal: true\n# Digest: 752363602773b9b875eec93769301ada55a059e0b28c5434de98fdbbc6af54cb\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta_history ( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL, count bigint(64) NOT NULL, version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', source varchar(40) NOT NULL, create_time datetime(6) NOT NULL, UNIQUE KEY table_version (table_id, version), KEY table_create_time (table_id, create_time), KEY idx_create_time (create_time) );"] [2025/04/04 10:48:12.100 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:48:12.262 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.163 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:12.261 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.163 +0000 UTC, 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/04 10:48:12.275 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:12.163 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.584 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=20.14719ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:12.632 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:12.633 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/04 10:48:12.633 +00:00] [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"=70.212343ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.163 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.709 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:12.163 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:12.864 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/04 10:48:12.867 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.743497884\n# Parse_time: 0\n# Compile_time: 0.006703575\n# Rewrite_time: 0.000012797\n# Optimize_time: 0\n# Wait_TS: 0.00012503\n# DB: mysql\n# Is_internal: true\n# Digest: e43210dfb790a213e9535afaf9c321b9c50cd9c52fc4ea248c8239abe958ff67\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_jobs ( id BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, table_schema CHAR(64) NOT NULL DEFAULT '', table_name CHAR(64) NOT NULL DEFAULT '', partition_name CHAR(64) NOT NULL DEFAULT '', job_info TEXT NOT NULL, processed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, start_time TIMESTAMP, end_time TIMESTAMP, state ENUM('pending', 'running', 'finished', 'failed') NOT NULL, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job', process_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job', PRIMARY KEY (id), KEY (update_time), INDEX idx_schema_table_state (table_schema, table_name, state), INDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state) );"] [2025/04/04 10:48:12.867 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/04 10:48:13.039 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:13.039 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.986 +0000 UTC, 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/04 10:48:13.057 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:12.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:13.231 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=2.101858ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:13.284 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:13.284 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/04 10:48:13.290 +00:00] [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"=58.337637ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:12.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:13.350 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:12.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:13.485 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/04 10:48:13.508 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.631166149\n# Parse_time: 0\n# Compile_time: 0.009077765\n# Rewrite_time: 0.000014083\n# Optimize_time: 0\n# Wait_TS: 0.000144371\n# DB: mysql\n# Is_internal: true\n# Digest: 6eab04864600dfa37145d44689995984eecc83e3dc6ce49c1e75d23567f8bac3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.advisory_locks ( lock_name VARCHAR(64) NOT NULL PRIMARY KEY );"] [2025/04/04 10:48:13.509 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/04 10:48:13.752 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:13.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:13.752 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:13.624 +0000 UTC, 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/04 10:48:13.774 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:13.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:13.979 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=3.869158ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:48:13.995 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:13.995 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/04 10:48:13.996 +00:00] [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"=22.620178ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:13.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:14.041 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:13.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:14.215 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/04 10:48:14.217 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.690613304\n# Parse_time: 0\n# Compile_time: 0.035137448\n# Rewrite_time: 0.012491995\n# Optimize_time: 0\n# Wait_TS: 0.000140523\n# DB: mysql\n# Is_internal: true\n# Digest: 21116016d77c522c611ad3a280af29e3d82340ed19bc91481dd117f25aeda403\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as ( SELECT tidb_mdl_info.job_id, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query, session_id, cluster_tidb_trx.start_time, tidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS FROM mysql.tidb_ddl_job, mysql.tidb_mdl_info, information_schema.cluster_tidb_trx WHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id AND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0 );"] [2025/04/04 10:48:14.314 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:14.252 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:14.314 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:14.252 +0000 UTC, 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/04 10:48:14.360 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:14.252 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:14.560 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=3.538565ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:14.605 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:14.605 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/04 10:48:14.608 +00:00] [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"=52.631536ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:14.252 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:14.660 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:14.252 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:14.852 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/04 10:48:14.863 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.635795313\n# Parse_time: 0\n# Compile_time: 0.003025437\n# Rewrite_time: 0.000012944\n# Optimize_time: 0\n# Wait_TS: 0.000141736\n# DB: mysql\n# Is_internal: true\n# Digest: d88a70e9c5bb5a28f5a1d1f52613093328fd73c5e78668fab2b1a9c260ab506b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_status ( sql_digest VARCHAR(128), plan_digest VARCHAR(128), origin_sql TEXT, token VARCHAR(128), update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/04 10:48:14.869 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/04 10:48:14.994 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:14.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:14.994 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:14.91 +0000 UTC, 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/04 10:48:15.019 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:14.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.218 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=2.542297ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:15.239 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:15.239 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/04 10:48:15.242 +00:00] [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"=27.510399ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:14.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.288 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:14.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.403 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/04 10:48:15.404 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.531435097\n# Parse_time: 0\n# Compile_time: 0.01344067\n# Rewrite_time: 0.000011817\n# Optimize_time: 0\n# Wait_TS: 0.000180945\n# DB: mysql\n# Is_internal: true\n# Digest: 1ce2bb4fd69df5a5aeb254910aeeab700c1408b8c2de8f7dbe3ebbc11a4b1542\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_task ( sql_digest VARCHAR(128) NOT NULL, plan_digest VARCHAR(128) NOT NULL, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (sql_digest,plan_digest));"] [2025/04/04 10:48:15.405 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2025/04/04 10:48:15.482 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:15.486 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.435 +0000 UTC, 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/04 10:48:15.503 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:15.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.666 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=13.478066ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:15.708 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:15.708 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/04 10:48:15.712 +00:00] [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"=65.743914ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.796 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:15.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:15.864 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/04 10:48:15.865 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.457510175\n# Parse_time: 0\n# Compile_time: 0.002794127\n# Rewrite_time: 0.000011717\n# Optimize_time: 0\n# Wait_TS: 0.000145605\n# DB: mysql\n# Is_internal: true\n# Digest: f2c0bd78cfe8f7e6b4f8b30f83a48ff4c49a1a9de1c1a0c721ec3561ac42865a\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_table_locked( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL DEFAULT 0, count bigint(64) NOT NULL DEFAULT 0, version bigint(64) UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (table_id));"] [2025/04/04 10:48:15.866 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2025/04/04 10:48:16.056 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.95 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:16.057 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.95 +0000 UTC, 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/04 10:48:16.074 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:15.95 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.418 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=6.450737ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:16.440 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:16.440 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/04 10:48:16.440 +00:00] [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"=56.052527ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:15.95 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.489 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:15.95 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.633 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/04 10:48:16.634 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.75293573\n# Parse_time: 0\n# Compile_time: 0.007611889\n# Rewrite_time: 0.000013855\n# Optimize_time: 0\n# Wait_TS: 0.000224095\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status ( table_id bigint(64) PRIMARY KEY, parent_table_id bigint(64), table_statistics text DEFAULT NULL, last_job_id varchar(64) DEFAULT NULL, last_job_start_time timestamp NULL DEFAULT NULL, last_job_finish_time timestamp NULL DEFAULT NULL, last_job_ttl_expire timestamp NULL DEFAULT NULL, last_job_summary text DEFAULT NULL, current_job_id varchar(64) DEFAULT NULL, current_job_owner_id varchar(64) DEFAULT NULL, current_job_owner_addr varchar(256) DEFAULT NULL, current_job_owner_hb_time timestamp, current_job_start_time timestamp NULL DEFAULT NULL, current_job_ttl_expire timestamp NULL DEFAULT NULL, current_job_state text DEFAULT NULL, current_job_status varchar(64) DEFAULT NULL, current_job_status_update_time timestamp NULL DEFAULT NULL);"] [2025/04/04 10:48:16.634 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2025/04/04 10:48:16.755 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:16.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:16.755 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:16.674 +0000 UTC, 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/04 10:48:16.775 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:16.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:16.993 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=5.520434ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:17.017 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:17.018 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/04 10:48:17.021 +00:00] [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"=34.330241ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:16.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:17.070 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:16.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:17.225 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/04 10:48:17.227 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.580484168\n# Parse_time: 0\n# Compile_time: 0.004585926\n# Rewrite_time: 0.000013085\n# Optimize_time: 0\n# Wait_TS: 0.000145184\n# DB: mysql\n# Is_internal: true\n# Digest: 99a5c0e89a0b881a0fa10de262495ae25955edb2a7ef8776054ab57aca80e0d7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task ( job_id varchar(64) NOT NULL, table_id bigint(64) NOT NULL, scan_id int NOT NULL, scan_range_start BLOB, scan_range_end BLOB, expire_time timestamp NOT NULL, owner_id varchar(64) DEFAULT NULL, owner_addr varchar(64) DEFAULT NULL, owner_hb_time timestamp DEFAULT NULL, status varchar(64) DEFAULT 'waiting', status_update_time timestamp NULL DEFAULT NULL, state text, created_time timestamp NOT NULL, primary key(job_id, scan_id), key(created_time));"] [2025/04/04 10:48:17.228 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2025/04/04 10:48:17.422 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:17.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:17.422 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:17.281 +0000 UTC, 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/04 10:48:17.470 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:17.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:17.834 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=6.311105ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:17.865 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:17.865 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/04 10:48:17.865 +00:00] [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"=38.365022ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:17.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:17.937 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:17.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:18.121 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/04 10:48:18.134 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.886476052\n# Parse_time: 0\n# Compile_time: 0.00940902\n# Rewrite_time: 0.000013102\n# Optimize_time: 0\n# Wait_TS: 0.000146909\n# DB: mysql\n# Is_internal: true\n# Digest: a59d1fe47cade4697d39b0374d27cfee2fa302a4c752a5ae5073cecda386a0e8\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history ( job_id varchar(64) PRIMARY KEY, table_id bigint(64) NOT NULL, parent_table_id bigint(64) NOT NULL, table_schema varchar(64) NOT NULL, table_name varchar(64) NOT NULL, partition_name varchar(64) DEFAULT NULL, create_time timestamp NOT NULL, finish_time timestamp NOT NULL, ttl_expire timestamp NOT NULL, summary_text text, expired_rows bigint(64) DEFAULT NULL, deleted_rows bigint(64) DEFAULT NULL, error_delete_rows bigint(64) DEFAULT NULL, status varchar(64) NOT NULL, key(table_schema, table_name, create_time), key(parent_table_id, create_time), key(create_time) );"] [2025/04/04 10:48:18.135 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2025/04/04 10:48:18.380 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:18.188 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:18.380 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:18.188 +0000 UTC, 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/04 10:48:18.408 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:18.188 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:18.789 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=7.087879ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:18.805 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:18.805 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/04 10:48:18.805 +00:00] [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"=24.675593ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:18.188 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:18.839 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:18.188 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:19.015 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/04 10:48:19.017 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.87506075\n# Parse_time: 0\n# Compile_time: 0.004713081\n# Rewrite_time: 0.000012627\n# Optimize_time: 0\n# Wait_TS: 0.000155056\n# DB: mysql\n# Is_internal: true\n# Digest: 87a919aee92342a6b954c4ed4dd8cc629fccf29087b4eee86bc91114590f3e5c\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:48:19.020 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:48:19.237 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.063 +0000 UTC, 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/04 10:48:19.237 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.063 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:19.269 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:19.063 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:19.545 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=8.379786ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:19.585 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:19.585 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/04 10:48:19.587 +00:00] [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"=50.60714ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.063 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:19.624 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:19.063 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:19.776 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/04 10:48:19.777 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.751157997\n# Parse_time: 0\n# Compile_time: 0.01341507\n# Rewrite_time: 0.000012878\n# Optimize_time: 0\n# Wait_TS: 0.000143478\n# DB: mysql\n# Is_internal: true\n# Digest: 35cf2ce48ba5e71b82858e4e3f3a03750eb81dc6d2c5dee011ea0f91b9a9599e\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:48:19.778 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:48:19.998 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.841 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:19.998 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.841 +0000 UTC, 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/04 10:48:20.022 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:19.841 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.236 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=6.285505ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:20.257 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:20.257 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/04 10:48:20.258 +00:00] [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"=28.774723ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:19.841 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.291 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:19.841 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.468 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/04 10:48:20.471 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.684098081\n# Parse_time: 0\n# Compile_time: 0.005780424\n# Rewrite_time: 0.000013095\n# Optimize_time: 0\n# Wait_TS: 0.000152688\n# DB: mysql\n# Is_internal: true\n# Digest: 1865863db4761960f0296bcf5386c3bb0c98aa299ac12888aa8054dc66681ee3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs ( id bigint(64) NOT NULL AUTO_INCREMENT, create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), start_time TIMESTAMP(6) NULL DEFAULT NULL, update_time TIMESTAMP(6) NULL DEFAULT NULL, end_time TIMESTAMP(6) NULL DEFAULT NULL, table_schema VARCHAR(64) NOT NULL, table_name VARCHAR(64) NOT NULL, table_id bigint(64) NOT NULL, created_by VARCHAR(300) NOT NULL, parameters text NOT NULL, source_file_size bigint(64) NOT NULL, status VARCHAR(64) NOT NULL, step VARCHAR(64) NOT NULL, summary text DEFAULT NULL, error_message TEXT DEFAULT NULL, PRIMARY KEY (id), KEY (created_by), KEY (status));"] [2025/04/04 10:48:20.472 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2025/04/04 10:48:20.587 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:20.587 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.503 +0000 UTC, 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/04 10:48:20.621 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:20.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.827 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=5.173628ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:20.849 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:20.849 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/04 10:48:20.849 +00:00] [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"=28.111183ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:20.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:20.897 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:20.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:21.006 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/04 10:48:21.007 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.529090996\n# Parse_time: 0\n# Compile_time: 0.005025952\n# Rewrite_time: 0.000014022\n# Optimize_time: 0\n# Wait_TS: 0.000146906\n# DB: mysql\n# Is_internal: true\n# Digest: e0bf00610662023227b3e4a7d5f58b03cae01c95aeaf892c603785420b5a5d10\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', INDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\", INDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:48:21.007 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:48:21.122 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:21.122 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.039 +0000 UTC, 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/04 10:48:21.141 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:21.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:21.308 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=4.451803ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:21.330 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:21.330 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/04 10:48:21.333 +00:00] [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"=30.877834ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:21.383 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:21.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:21.489 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/04 10:48:21.490 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.476942255\n# Parse_time: 0\n# Compile_time: 0.004686539\n# Rewrite_time: 0.000013773\n# Optimize_time: 0\n# Wait_TS: 0.000143294\n# DB: mysql\n# Is_internal: true\n# Digest: 90a827f5aeb9baa2131bf6ef107c623b745894733d5936771bed7e5e4aa2a0ff\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries ( resource_group_name varchar(32) not null, start_time TIMESTAMP NOT NULL, repeats int default 1, match_type varchar(12) NOT NULL, action varchar(64) NOT NULL, sample_sql TEXT NOT NULL, sql_digest varchar(64) NOT NULL, plan_digest varchar(64) NOT NULL, tidb_server varchar(512), rule VARCHAR(512) DEFAULT '', INDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\", INDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:48:21.491 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:48:21.648 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.524 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:21.649 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.524 +0000 UTC, 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/04 10:48:21.669 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:21.524 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:21.923 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=7.543379ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:21.939 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:21.939 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/04 10:48:21.941 +00:00] [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"=26.960798ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:21.524 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:21.976 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:21.524 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.159 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/04 10:48:22.160 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.661859918\n# Parse_time: 0\n# Compile_time: 0.005364407\n# Rewrite_time: 0.000012144\n# Optimize_time: 0\n# Wait_TS: 0.00015596\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` ( ID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, NAMESPACE VARCHAR(256) NOT NULL, TIMER_KEY VARCHAR(256) NOT NULL, TIMER_DATA BLOB, TIMEZONE VARCHAR(64) NOT NULL, SCHED_POLICY_TYPE VARCHAR(32) NOT NULL, SCHED_POLICY_EXPR VARCHAR(256) NOT NULL, HOOK_CLASS VARCHAR(64) NOT NULL, WATERMARK TIMESTAMP DEFAULT NULL, ENABLE TINYINT(2) NOT NULL, TIMER_EXT JSON NOT NULL, EVENT_STATUS VARCHAR(32) NOT NULL, EVENT_ID VARCHAR(64) NOT NULL, EVENT_DATA BLOB, EVENT_START TIMESTAMP DEFAULT NULL, SUMMARY_DATA BLOB, CREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, UPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, VERSION BIGINT(64) UNSIGNED NOT NULL, PRIMARY KEY (ID), UNIQUE KEY timer_key(NAMESPACE, TIMER_KEY), KEY hook_class(HOOK_CLASS) );"] [2025/04/04 10:48:22.162 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2025/04/04 10:48:22.278 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:22.201 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:22.279 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:22.201 +0000 UTC, 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/04 10:48:22.300 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:22.201 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.503 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=5.220859ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:22.534 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:22.534 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/04 10:48:22.536 +00:00] [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"=38.755798ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:22.201 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.568 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:22.201 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.658 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:48:22.659 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:48:22.659 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:48:22.659 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:48:22.674 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/04 10:48:22.675 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.504648716\n# Parse_time: 0\n# Compile_time: 0.007757933\n# Rewrite_time: 0.000013233\n# Optimize_time: 0\n# Wait_TS: 0.000222514\n# DB: mysql\n# Is_internal: true\n# Digest: 0756c368a062ed6f6fcf06118c0f681502d85d0c56147973918b699deb186db7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, record_id BIGINT(20) not null, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', done_time TIMESTAMP(6) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:48:22.676 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:48:22.754 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:22.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:22.754 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:22.709 +0000 UTC, 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/04 10:48:22.774 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:22.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.887 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=2.961401ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:22.902 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:22.902 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/04 10:48:22.902 +00:00] [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"=28.134642ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:22.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.931 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:22.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:22.991 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/04 10:48:22.992 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.31265253\n# Parse_time: 0\n# Compile_time: 0.002205406\n# Rewrite_time: 0.000015772\n# Optimize_time: 0\n# Wait_TS: 0.000128633\n# DB: mysql\n# Is_internal: true\n# Digest: d7aca5b8f7b6ebbd013778d4a0451e0b59954ffc0090d361b1f71722be496608\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.dist_framework_meta ( host VARCHAR(261) NOT NULL PRIMARY KEY, role VARCHAR(64), cpu_count int default 0, keyspace_id bigint(8) NOT NULL DEFAULT -1 );"] [2025/04/04 10:48:22.992 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2025/04/04 10:48:23.078 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:23.078 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.017 +0000 UTC, 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/04 10:48:23.098 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:23.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.214 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=3.19585ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:23.230 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:23.230 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/04 10:48:23.231 +00:00] [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"=20.141189ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.256 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:23.017 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.366 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/04 10:48:23.368 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.371051319\n# Parse_time: 0\n# Compile_time: 0.002839468\n# Rewrite_time: 0.000013339\n# Optimize_time: 0\n# Wait_TS: 0.000143183\n# DB: mysql\n# Is_internal: true\n# Digest: 5ca9dd4b3efdb0fd8b4c7af3016f911e048fc356c5b2a241e06c5bc30f085ce7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.request_unit_by_group ( start_time TIMESTAMP(6) NOT NULL, end_time TIMESTAMP(6) NOT NULL, resource_group VARCHAR(32) NOT null, total_ru bigint(64) UNSIGNED NOT NULL, PRIMARY KEY (start_time, end_time, resource_group), KEY (resource_group) );"] [2025/04/04 10:48:23.368 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2025/04/04 10:48:23.376 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:48:23.451 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:23.451 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.397 +0000 UTC, 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/04 10:48:23.469 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:23.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.564 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=3.855851ms] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:23.581 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:23.581 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/04 10:48:23.583 +00:00] [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"=23.3777ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.629 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:23.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.704 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/04 10:48:23.710 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.337827051\n# Parse_time: 0\n# Compile_time: 0.002818613\n# Rewrite_time: 0.000011624\n# Optimize_time: 0\n# Wait_TS: 0.000156853\n# DB: mysql\n# Is_internal: true\n# Digest: c3f2b12f28890accfe7e3cd6df43661468be7bca7e24b853661916ce164d8160\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map ( restored_ts BIGINT NOT NULL, upstream_cluster_id BIGINT NOT NULL, segment_id BIGINT NOT NULL, id_map BLOB(524288) NOT NULL, update_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/04 10:48:23.710 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/04 10:48:23.778 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:23.788 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 10:48:23.798 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:23.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.845 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=615.112ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 10:48:23.867 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:23.867 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/04 10:48:23.874 +00:00] [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"=31.050591ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.905 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:23.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:23.939 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/04 10:48:23.940 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/04 10:48:24.019 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.972 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:24.020 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.972 +0000 UTC, 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/04 10:48:24.044 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:23.972 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:24.165 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=2.404907ms] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:48:24.187 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:24.187 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/04 10:48:24.189 +00:00] [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"=27.132933ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:23.972 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:24.226 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:23.972 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:24.301 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/04 10:48:24.302 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.357819718\n# Parse_time: 0\n# Compile_time: 0.006919795\n# Rewrite_time: 0.003373223\n# Optimize_time: 0\n# Wait_TS: 0.00014877\n# DB: mysql\n# Is_internal: true\n# Digest: 04175714d714f771531a56c7ae3f097cec113655220f87ac336c5ae44d3d3f8f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE VIEW sys.schema_unused_indexes AS SELECT table_schema as object_schema, table_name as object_name, index_name FROM information_schema.cluster_tidb_index_usage WHERE table_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and index_name != 'PRIMARY' GROUP BY table_schema, table_name, index_name HAVING sum(last_access_time) is null;"] [2025/04/04 10:48:24.438 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:24.349 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:24.438 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:24.349 +0000 UTC, 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/04 10:48:24.457 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:24.349 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:24.658 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=5.77588ms] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:24.684 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:24.684 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/04 10:48:24.686 +00:00] [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"=34.789516ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:24.349 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:24.735 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:24.349 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:24.908 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/04 10:48:24.923 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.609298416\n# Parse_time: 0\n# Compile_time: 0.005374375\n# Rewrite_time: 0.000013698\n# Optimize_time: 0\n# Wait_TS: 0.000147644\n# DB: mysql\n# Is_internal: true\n# Digest: 70367647c92c5d0f8c232f2767a57dfe16b6ba8abad6fa939d6846291e8fa94c\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.index_advisor_results ( id bigint primary key not null auto_increment, created_at datetime not null, updated_at datetime not null, schema_name varchar(64) not null, table_name varchar(64) not null, index_name varchar(127) not null, index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"', index_details json, -- est_index_size, reason, DDL to create this index, ... top_impacted_queries json, -- improvement, plan before and after this index, ... workload_impact json, -- improvement and more details, ... extra json, -- for the cloud env to save more info like RU, cost_saving, ... index idx_create(created_at), index idx_update(updated_at), unique index idx(schema_name, table_name, index_columns));"] [2025/04/04 10:48:24.923 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/04 10:48:25.015 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:24.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:25.015 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:24.966 +0000 UTC, 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/04 10:48:25.041 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:24.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:25.190 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=3.794167ms] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:25.239 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:25.239 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/04 10:48:25.241 +00:00] [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"=54.952169ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:24.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:25.284 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:24.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:25.416 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/04 10:48:25.417 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.491154569\n# Parse_time: 0\n# Compile_time: 0.012682642\n# Rewrite_time: 0.000013874\n# Optimize_time: 0\n# Wait_TS: 0.001360083\n# DB: mysql\n# Is_internal: true\n# Digest: 4f6cb23bc55d76683beb221b33d4e5d78047d43c500f2001fe11206811779076\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options ( module varchar(128), name varchar(128), value varchar(128), updated_at datetime, status varchar(128), description text, primary key(module, name));"] [2025/04/04 10:48:25.418 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/04 10:48:25.533 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:25.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:25.533 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:25.452 +0000 UTC, 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/04 10:48:25.555 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:25.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:25.800 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=3.766107ms] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:25.820 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:48:25.820 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/04 10:48:25.822 +00:00] [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"=26.355276ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:25.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:25.862 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:25.452 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:26.022 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/04 10:48:26.023 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.601006938\n# Parse_time: 0\n# Compile_time: 0.004594023\n# Rewrite_time: 0.000013151\n# Optimize_time: 0\n# Wait_TS: 0.000166244\n# DB: mysql\n# Is_internal: true\n# Digest: 22e991e019befcd18128737c6c7e27c9e600ee33f309f16473f3b2e432b493a4\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_workload_values ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, version bigint(20) NOT NULL, category varchar(64) NOT NULL, type varchar(64) NOT NULL, table_id bigint(20) NOT NULL, value json NOT NULL, index idx_version_category_type (version, category, type), index idx_table_id (table_id));"] [2025/04/04 10:48:26.023 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/04 10:48:26.954 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117192952217600\n# Query_time: 0.624629542\n# Parse_time: 0\n# Compile_time: 0.28520845\n# Rewrite_time: 0.008353746\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Mem_max: 370816\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('vgPw5TAJMjdfMQkwCTAJTi9BCTAJdGltZTozMTcuM21zLCBvcGVuOjE3LjnCtXMsIGNsb3NlOjU5LjPCtXMsIGxvb3BzOjEsIHByZXBhcmU6IHt0b3RhbDogNDVtcywgYXV0b19pZF9hbGxvY2F0b3I6IHthbGxvY19jbnQ6IDEsIEdldDp7bnVtX3JwYzoxLCB0b3RhbF90aW1lOjIwMS43wrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjQ2NC4xwrVzLCBnZXRfY29tbWl0X3RzOjI1LjLCtXMsIGNvbW1pdDoxLjQ5Acscc2xvd2VzdF8RQQBfAXQVsmAwLjAwMHMsIHJlZ2lvbl9pZDogMiwgc3RvAdcFBxgxLCB9LCBjCYwYcHJpbWFyeUZEAAAxikQADWQIbnVtIT0kd3JpdGVfa2V5cxkOnGJ5dGU6MzJ9fX0sIGluc2VydDoyNzIuM21zCTExNC4xIEtCCU4vQQo=')\n# Resource_group: default\nINSERT HIGH_PRIORITY INTO mysql.GLOBAL_VARIABLES VALUES (\"block_encryption_mode\", \"aes-128-ecb\"), (\"innodb_change_buffering\", \"all\"), (\"tidb_enable_new_only_full_group_by_check\", \"OFF\"), (\"slave_net_timeout\", \"3600\"), (\"tidb_non_prepared_plan_cache_size\", \"100\"), (\"tidb_enable_auto_increment_in_generated\", \"OFF\"), (\"tidb_enable_column_tracking\", \"ON\"), (\"tidb_enable_non_prepared_plan_cache\", \"OFF\"), (\"innodb_max_dirty_pages_pct\", \"75\"), (\"binlog_group_commit_sync_delay\", \"\"), (\"tidb_server_memory_limit_gc_trigger\", \"0.7\"), (\"slave_rows_search_algorithms\", \"TABLE_SCAN,INDEX_SCAN\"), (\"tidb_enable_local_txn\", \"OFF\"), (\"binlog_order_commits\", \"ON\"), (\"authentication_ldap_sasl_bind_root_pwd\", \"\"), (\"innodb_monitor_disable\", \"\"), (\"innodb_ft_user_stopword_table\", \"\"), (\"innodb_autoextend_increment\", \"64\"), (\"tidb_auto_analyze_concurrency\", \"1\"), (\"innodb_fast_shutdown\", \"1\"), (\"innodb_file_per_table\", \"ON\"), (\"tidb_lock_unchanged_keys\", \"ON\"), (\"sql_big_selects\", \"ON\"), (\"innodb_api_bk_commit_interval\", \"5\"), (\"rpl_semi_sync_master_timeout\", \"10000\"), (\"tidb_simplified_metrics\", \"OFF\"), (\"ndb_eventbuffer_max_alloc\", \"\"), (\"password_history\", \"0\"), (\"myisam_use_mmap\", \"OFF\"), (\"slave_compressed_protocol\", \"OFF\"), (\"tidb_mpp_store_fail_ttl\", \"60s\"), (\"tidb_retry_limit\", \"10\"), (\"session_track_system_variables\", \"\"), (\"tidb_enable_index_merge\", \"ON\"), (\"tidb_index_serial_scan_concurrency\", \"1\"), (\"tidb_dml_batch_size\", \"0\"), (\"tiflash_fastscan\", \"OFF\"), (\"tidb_memory_usage_alarm_ratio\", \"0.7\"), (\"tidb_enable_tso_follower_proxy\", \"OFF\"), (\"authentication_ldap_simple_init_pool_size\", \"10\"), (\"tidb_stmt_summary_max_sql_length\", \"4096\"), (\"tidb_gc_scan_lock_mode\", \"LEGACY\"), (\"max_sort_length\", \"1024\"), (\"table_open_cache\", \"2000\"), (\"old_alter_table\", \"OFF\"), (\"tidb_analyze_column_options\", \"PREDICATE\"), (\"validate_password.enable\", \"OFF\"), (\"tidb_opt_objective\", \"moderate\"), (\"myisam_sort_buffer_size\", \"8388608\"), (\"rpl_semi_sync_slave_trace_level\", \"\"), (\"tidb_broadcast_join_threshold_size\", \"104857600\"), (\"sync_frm\", \"ON\"), (\"tidb_restricted_read_only\", \"OFF\"), (\"innodb_optimize_fulltext_only\", \"0\"), (\"concurrent_insert\", \"AUTO\"), (\"tiflash_replica_read\", \"all_replicas\"), (\"tidb_enable_stmt_summary\", \"ON\"), (\"tidb_opt_ordering_index_selectivity_ratio\", \"-1\"), (\"innodb_lock_wait_timeout\", \"50\"), (\"tidb_generate_binary_plan\", \"ON\"), (\"tidb_opt_skew_distinct_agg\", \"OFF\"), (\"min_examined_row_limit\", \"0\"), (\"innodb_adaptive_hash_index\", \"ON\"), (\"lc_time_names\", \"en_US\"), (\"tidb_opt_enable_non_eval_scalar_subquery\", \"OFF\"), (\"tidb_enable_list_partition\", \"ON\"), (\"slave_transaction_retries\", \"10\"), (\"secure_auth\", \"ON\"), (\"tidb_opt_tiflash_concurrency_factor\", \"24\"), (\"myisam_data_pointer_size\", \"6\"), (\"group_concat_max_len\", \"1024\"), (\"old_passwords\", \"0\"), (\"tidb_enable_1pc\", \"OFF\"), (\"tidb_enable_null_aware_anti_join\", \"ON\"), (\"innodb_compression_level\", \"6\"), (\"tidb_capture_plan_baselines\", \"OFF\"), (\"max_connect_errors\", \"100\"), (\"binlog_stmt_cache_size\", \"32768\"), (\"authentication_ldap_simple_user_search_attr\", \"uid\"), (\"host_cache_size\", \"279\"), (\"tidb_opt_concurrency_factor\", \"3\"), (\"innodb_max_purge_lag_delay\", \"0\"), (\"join_buffer_size\", \"262144\"), (\"tidb_ttl_job_schedule_window_end_time\", \"23:59 +0000\"), (\"tidb_ttl_job_enable\", \"ON\"), (\"slave_max_allowed_packet\", \"1073741824\"), (\"innodb_print_all_deadlocks\", \"OFF\"), (\"tidb_pre_split_regions\", \"0\"), (\"innodb_buffer_pool_size\", \"4294967296\"), (\"eq_range_index_dive_limit\", \"200\"), (\"ndb_join_pushdown\", \"\"), (\"tidb_ttl_job_schedule_window_start_time\", \"00:00 +0000\"), (\"ndb_log_updated_only\", \"\"), (\"ndb_optimization_delay\", \"\"), (\"character_set_database\", \"utf8mb4\"), (\"wait_timeout\", \"28800\"), (\"tidb_tso_client_batch_max_wait_time\", \"0\"), (\"tidb_nontransactional_ignore_error\", \"OFF\"), (\"innodb_adaptive_flushing\", \"ON\"), (\"tidb_max_bytes_before_tiflash_external_join\", \"-1\"), (\"tidb_opt_enable_hash_join\", \"ON\"), (\"time_zone\", \"SYSTEM\"), (\"tidb_streamagg_concurrency\", \"1\"), (\"tidb_txn_commit_batch_size\", \"16384\"), (\"authentication_ldap_simple_server_host\", \"\"), (\"tidb_guarantee_lineari(len:25902);"] [2025/04/04 10:48:27.218 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=31.620846308s] [2025/04/04 10:48:27.220 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=d273bb29-baf0-487d-b3dd-4dc6e1b08ce3] [2025/04/04 10:48:27.220 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:48:27.220 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:48:27.220 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:48:27.220 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=175.642ยตs] [2025/04/04 10:48:27.220 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=110.434ยตs] [2025/04/04 10:48:27.221 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=120.741ยตs] [2025/04/04 10:48:27.221 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=149.537ยตs] [2025/04/04 10:48:27.221 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=118.881ยตs] [2025/04/04 10:48:27.221 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=117.962ยตs] [2025/04/04 10:48:27.222 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=106.957ยตs] [2025/04/04 10:48:27.222 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=119.52ยตs] [2025/04/04 10:48:27.222 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=115.789ยตs] [2025/04/04 10:48:27.222 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=108.008ยตs] [2025/04/04 10:48:27.222 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=d273bb29-baf0-487d-b3dd-4dc6e1b08ce3] [2025/04/04 10:48:27.222 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:48:27.222 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:48:27.263 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=d273bb29-baf0-487d-b3dd-4dc6e1b08ce3] ["take time"=43.522159ms] [2025/04/04 10:48:27.263 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=d273bb29-baf0-487d-b3dd-4dc6e1b08ce3] [2025/04/04 10:48:27.263 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:48:27.263 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:48:27.263 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:48:27.263 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:48:27.264 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:48:27.264 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:48:27.264 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:48:27.264 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:48:27.264 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:48:27.264 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:48:27.264 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:48:27.264 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:48:27.264 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:48:27.264 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:48:27.264 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:48:27.264 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=44.683805ms] [2025/04/04 10:48:27.265 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=1b610f28-dc31-48ee-a77e-f5b4e6083f9e] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:48:27.513 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:48:27.513 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:48:28.001 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=486.669637ms] [2025/04/04 10:48:28.002 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:48:28.002 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=488.072009ms] [2025/04/04 10:48:28.002 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=55] ["reload ts"=457117193470476288] [2025/04/04 10:48:28.018 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=441f00d9-6b09-4d31-8469-5e598b78a051] [runWorker=true] [jobVersion=v2] [2025/04/04 10:48:28.019 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:48:28.019 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:48:28.019 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:48:28.019 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:48:28.019 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=441f00d9-6b09-4d31-8469-5e598b78a051] [2025/04/04 10:48:28.020 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:48:28.020 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:48:28.020 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:48:28.020 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:48:28.020 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:48:28.021 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:48:28.021 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:48:28.021 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:48:28.021 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:48:28.021 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:48:28.021 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:48:28.021 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:48:28.022 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:48:28.023 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:48:28.045 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:48:28.049 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 10:48:28.050 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=441f00d9-6b09-4d31-8469-5e598b78a051] [2025/04/04 10:48:28.116 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/04 10:48:28.130 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:48:28.142 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:48:28.217 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:48:28.242 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:48:28.242 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 10:48:28.244 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:48:28.244 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/04 10:48:28.244 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 10:48:28.244 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:48:28.245 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:48:28.245 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:48:28.245 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=441f00d9-6b09-4d31-8469-5e598b78a051] [2025/04/04 10:48:28.245 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:48:28.248 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/04 10:48:28.289 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=441f00d9-6b09-4d31-8469-5e598b78a051] [ttl-worker=task-manager] [ttl-worker=441f00d9-6b09-4d31-8469-5e598b78a051] [originalCount=0] [newCount=4] [2025/04/04 10:48:28.290 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=441f00d9-6b09-4d31-8469-5e598b78a051] [ttl-worker=task-manager] [ttl-worker=441f00d9-6b09-4d31-8469-5e598b78a051] [originalCount=0] [newCount=4] [2025/04/04 10:48:28.311 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=441f00d9-6b09-4d31-8469-5e598b78a051] [2025/04/04 10:48:28.352 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] testkit.go:123: RefreshSession rand seed: 1743763708353652150 [2025/04/04 10:48:28.355 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/04 10:48:28.356 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/04 10:48:28.370 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=test] [sql="drop table if exists t"] [user=] [2025/04/04 10:48:28.493 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.46 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:48:28.493 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.46 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t(a int)"] [2025/04/04 10:48:28.550 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:28.46 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:28.554 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t)"] [2025/04/04 10:48:28.660 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=1.896951ms] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:48:28.678 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/04 10:48:28.680 +00:00] [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"=22.779635ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:48:28.46 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:28.726 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-04 10:48:28.46 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:48:28.797 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/04 10:48:28.798 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Conn_ID: 1\n# Query_time: 0.426668352\n# Parse_time: 0.000472957\n# Compile_time: 0.013412446\n# Rewrite_time: 0.000012151\n# Optimize_time: 0.000619521\n# Wait_TS: 0.000140223\n# DB: test\n# Is_internal: false\n# Digest: 502809fb762949a45126a72a5116ca0a2c46abd120256786223833b61a389de9\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse test;\ncreate table t(a int);"] [2025/04/04 10:48:28.798 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t(a int)"] [user=] [2025/04/04 10:48:29.011 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:48:29.077 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:48:29.077 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:48:29.078 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:48:29.078 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:48:29.290 +00:00] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [groupID=ttl] [2025/04/04 10:48:29.290 +00:00] [INFO] [runtime.go:450] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2025/04/04 10:48:29.360 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2025/04/04 10:48:29.378 +00:00] [INFO] [scheduler_manager.go:302] ["subtask table gc loop start"] [server-id=:4000] [2025/04/04 10:48:29.378 +00:00] [INFO] [scheduler_manager.go:442] ["collect loop start"] [server-id=:4000] [2025/04/04 10:48:29.378 +00:00] [INFO] [scheduler_manager.go:366] ["cleanup loop start"] [server-id=:4000] [2025/04/04 10:48:29.378 +00:00] [INFO] [scheduler_manager.go:198] ["schedule task loop start"] [server-id=:4000] [2025/04/04 10:48:29.719 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:48:29.045 +00:00] ["end time"=2025/04/04 10:48:29.698 +00:00] [cost=652.758046ms] ["sample rate reason"=] [2025/04/04 10:48:29.894 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117193729212416\n# Conn_ID: 1\n# Query_time: 0.909114865\n# Parse_time: 0.003092758\n# Compile_time: 0.001420569\n# Rewrite_time: 0.000087734\n# Optimize_time: 0.000619521\n# Wait_TS: 0.000157873\n# DB: test\n# Is_internal: false\n# Digest: 880dfb08746db969a4629414b6efe5284230d9dfeeebcb42221b2014b7df8821\n# Mem_max: 20837\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table t with 30 samples;"] [2025/04/04 10:48:29.908 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:48:30.023 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:48:30.087 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:48:29.924 +00:00] ["end time"=2025/04/04 10:48:30.074 +00:00] [cost=149.718387ms] ["sample rate reason"=] [2025/04/04 10:48:30.200 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:48:41.556 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117194400563200] [newTTL=30006] [isPipelinedTxn=false] [2025/04/04 10:48:45.287 +00:00] [INFO] [select.go:515] ["limit executor close takes a long time"] [elapsed=18.191918ms] [2025/04/04 10:48:51.557 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117194400563200] [newTTL=40007] [isPipelinedTxn=false] [2025/04/04 10:49:01.557 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117194400563200] [newTTL=50007] [isPipelinedTxn=false] [2025/04/04 10:49:11.556 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117194400563200] [newTTL=60006] [isPipelinedTxn=false] [2025/04/04 10:49:21.559 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117194400563200] [newTTL=70009] [isPipelinedTxn=false] [2025/04/04 10:49:25.498 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117194400563200\n# Query_time: 36.636076276\n# Parse_time: 0\n# Compile_time: 36.601526878\n# Rewrite_time: 0.001050678\n# Optimize_time: 0.008388255\n# Wait_TS: 0\n# LockKeys_time: 0.004246137\n# Is_internal: true\n# Digest: ea80d74ba05c4c55bd81dbb49a7b6b9bf86983f659468ac21a0b61ec0c8c317d\n# Mem_max: 6720021\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('oQLweTAJMjdfMQkwCTAJTi9BCTAJdGltZTozMy41bXMsIG9wZW46MTEyLjbCtXMsIGNsb3NlOjE4LjLCtXMsIGxvb3BzOjIsIHByZWZldGNoOiA5MzAuMsK1cywgcnBjOiB7QmF0Y2hHZXQ6e251bV9ycGM6MiwgdG90YWxfBWkMNDc3LgFcPH19LCBsb2NrX2tleXM6IHsJHQQuMgWGJHJlZ2lvbjoxLCAFHigzLCBzbG93ZXN0XwllLHRvdGFsOiAwLjAwNAF6BS80X2lkOiAyLCBzdG9yZToJBwgxLCARaAE6HDMuOTI4MzQyAepgcnBjX2NvdW50OjF9CTIuNDAgTUIJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('rgLwWwqpAgoISW5zZXJ0XzE4AUABUgNOL0FaMnRpbWU6MzMuNW1zLCBvcGVuOjExMi42wrVzLCBjbG9zZToxOC4ywrVzLCBsb29wczoyYkRwcmVmZXRjaDogOTMwLjLCAR2AcnBjOiB7QmF0Y2hHZXQ6e251bV9ycGM6MiwgdG90YWxfBWkINDc3BVxAfX1iiQFsb2NrX2tleXM6IHsJHgQuMgWHJHJlZ2lvbjoxLCAFHiQzLCBzbG93ZXN0BVIIIHt0AVEgOiAwLjAwNHMsDS80X2lkOiAyLCBzdG9yZToJBwwxLCB9AbgEY2sFOhwzLjkyODM0MgHrdHJwY19jb3VudDoxfXCV1JkBeP///////////wEYAQ==')\n# Resource_group: default\n# Tikv_cpu_time: 0.004\nreplace into mysql.stats_histograms (table_id, is_index, hist_id, distinct_count, version, null_count, cm_sketch, tot_col_size, stats_ver, correlation) values (112, 0, 1, 20, 457117194400563200, 0, _binary'\\n?ฬ™\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\(len:3775094);"] [2025/04/04 10:49:25.771 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:48:30.214 +00:00] ["end time"=2025/04/04 10:49:25.755 +00:00] [cost=55.540764003s] ["sample rate reason"=] [2025/04/04 10:49:26.865 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117194044833792\n# Conn_ID: 1\n# Query_time: 56.674100626\n# Parse_time: 0.0006611\n# Compile_time: 0.00146718\n# Rewrite_time: 0.000069776\n# Optimize_time: 0.000619521\n# Wait_TS: 0.000112035\n# DB: test\n# Is_internal: false\n# Digest: adcababdea983bce92ac7910cb654139de5086948938b70822ca3e9196b14c9b\n# Mem_max: 2516932\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table t with 1258291 cmsketch width, 1 cmsketch depth;"] [2025/04/04 10:49:26.913 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:49:38.236 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117209258098688] [newTTL=30009] [isPipelinedTxn=false] [2025/04/04 10:49:48.238 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117209258098688] [newTTL=40011] [isPipelinedTxn=false] [2025/04/04 10:49:58.236 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117209258098688] [newTTL=50009] [isPipelinedTxn=false] [2025/04/04 10:50:08.235 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117209258098688] [newTTL=60008] [isPipelinedTxn=false] [2025/04/04 10:50:15.848 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117209258098688\n# Query_time: 31.851989677\n# Parse_time: 0\n# Compile_time: 31.802759779\n# Rewrite_time: 0.000995546\n# Optimize_time: 0.025671779\n# Wait_TS: 0\n# LockKeys_time: 0.001198923\n# Is_internal: true\n# Digest: ea80d74ba05c4c55bd81dbb49a7b6b9bf86983f659468ac21a0b61ec0c8c317d\n# Mem_max: 4154482\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('mwLwaTAJMjdfMQkwCTAJTi9BCTAJdGltZTo0OC4zbXMsIG9wZW46ODMuNMK1cywgY2xvc2U6MTguNsK1cywgbG9vcHM6MiwgcHJlZmV0Y2g6IDE2LjRtcywgcnBjOiB7QmF0Y2hHZXQ6e251bV8BFCAyLCB0b3RhbF8FZhwxNS45bXN9fQFLJGNrX2tleXM6IHsJGwQuMgGAJHJlZ2lvbjoxLCAFHSgzLCBzbG93ZXN0XwFOBCB7BU0YOiAwLjAwMQF3BS80X2lkOiAyLCBzdG9yZToJBwgxLCARZwE6GDg3OS4zNjIF1mBycGNfY291bnQ6MX0JMS45NSBNQglOL0EK')\n# Binary_plan: tidb_decode_binary_plan('pwLwWAqiAgoISW5zZXJ0XzE4AUABUgNOL0FaMXRpbWU6NDguM21zLCBvcGVuOjgzLjTCtXMsIGNsb3NlOjE4LjbCtXMsIGxvb3BzOjJiQHByZWZldGNoOiAxNi40ATiAcnBjOiB7QmF0Y2hHZXQ6e251bV9ycGM6MiwgdG90YWxfBWZYMTUuOW1zfX1iiAFsb2NrX2tleXM6IHsJHAQuMgVJIGVnaW9uOjEsIAUdJDMsIHNsb3dlc3QFTwgge3QBTiQ6IDAuMDAxcywgCS80X2lkOiAyLCBzdG9yZToJBxQxLCB9LCAFZwGJGDg3OS4zNjIFyHBycGNfY291bnQ6MX1w8oh9eP///////////wEYAQ==')\n# Resource_group: default\n# Tikv_cpu_time: 0.276\nreplace into mysql.stats_histograms (table_id, is_index, hist_id, distinct_count, version, null_count, cm_sketch, tot_col_size, stats_ver, correlation) values (112, 0, 1, 20, 457117209258098688, 0, _binary'\\n??\u0002\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0(len:3071535);"] [2025/04/04 10:50:16.120 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:49:26.924 +00:00] ["end time"=2025/04/04 10:50:16.100 +00:00] [cost=49.175850539s] ["sample rate reason"=] [2025/04/04 10:50:16.913 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117208902631424\n# Conn_ID: 1\n# Query_time: 50.046915385\n# Parse_time: 0.00204965\n# Compile_time: 0.002971629\n# Rewrite_time: 0.000142265\n# Optimize_time: 0.000619521\n# Wait_TS: 0.000150398\n# DB: test\n# Is_internal: false\n# Digest: adcababdea983bce92ac7910cb654139de5086948938b70822ca3e9196b14c9b\n# Mem_max: 2048542\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table t with 20480 cmsketch width, 50 cmsketch depth;"] [2025/04/04 10:50:16.914 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=441f00d9-6b09-4d31-8469-5e598b78a051] [2025/04/04 10:50:16.915 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:50:16.915 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:50:16.915 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:50:16.916 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=147.018ยตs] [2025/04/04 10:50:16.916 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=441f00d9-6b09-4d31-8469-5e598b78a051] [2025/04/04 10:50:16.916 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:50:16.916 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:50:16.934 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=441f00d9-6b09-4d31-8469-5e598b78a051] ["take time"=20.186954ms] [2025/04/04 10:50:16.935 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=441f00d9-6b09-4d31-8469-5e598b78a051] [2025/04/04 10:50:16.935 +00:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/04 10:50:16.936 +00:00] [INFO] [runtime.go:202] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2025/04/04 10:50:16.936 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=441f00d9-6b09-4d31-8469-5e598b78a051] [ttl-worker=task-manager] [ttl-worker=441f00d9-6b09-4d31-8469-5e598b78a051] [originalCount=4] [newCount=0] [2025/04/04 10:50:16.936 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:50:16.936 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:50:16.936 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:50:16.936 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:50:16.936 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=441f00d9-6b09-4d31-8469-5e598b78a051] [ttl-worker=task-manager] [ttl-worker=441f00d9-6b09-4d31-8469-5e598b78a051] [originalCount=4] [newCount=0] [2025/04/04 10:50:16.957 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:50:16.964 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:50:16.969 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:50:16.973 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:50:16.982 +00:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=441f00d9-6b09-4d31-8469-5e598b78a051] [2025/04/04 10:50:16.982 +00:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/04 10:50:16.983 +00:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/04 10:50:16.983 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:50:16.983 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:50:16.983 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:50:16.983 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:50:16.984 +00:00] [INFO] [domain.go:1856] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=441f00d9-6b09-4d31-8469-5e598b78a051] [2025/04/04 10:50:16.984 +00:00] [INFO] [scheduler_manager.go:308] ["subtask history table gc loop exits"] [server-id=:4000] [2025/04/04 10:50:16.984 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:50:16.984 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:50:16.984 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:50:16.984 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:50:16.984 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:50:16.984 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:50:16.984 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:50:16.985 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:50:16.985 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:50:16.985 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:50:16.985 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:50:16.985 +00:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/04 10:50:16.985 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:50:16.985 +00:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/04 10:50:16.985 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:50:16.985 +00:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/04 10:50:16.985 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:50:16.985 +00:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/04 10:50:16.985 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:50:16.985 +00:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/04 10:50:16.986 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:50:16.986 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:50:16.986 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:50:16.986 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:50:16.986 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:50:16.986 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:50:16.986 +00:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/04 10:50:16.986 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:50:16.986 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:50:16.986 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:50:16.986 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:50:16.986 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:50:16.986 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:50:16.983 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:50:16.986 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:50:16.987 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=441f00d9-6b09-4d31-8469-5e598b78a051] [2025/04/04 10:50:16.987 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=441f00d9-6b09-4d31-8469-5e598b78a051] [2025/04/04 10:50:16.987 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/04 10:50:16.987 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=441f00d9-6b09-4d31-8469-5e598b78a051] [2025/04/04 10:50:16.987 +00:00] [INFO] [scheduler_manager.go:372] ["cleanup loop exits"] [server-id=:4000] [2025/04/04 10:50:16.987 +00:00] [INFO] [scheduler_manager.go:204] ["schedule task loop exits"] [server-id=:4000] [2025/04/04 10:50:16.988 +00:00] [INFO] [scheduler_manager.go:448] ["collect loop exits"] [server-id=:4000] [2025/04/04 10:50:16.988 +00:00] [INFO] [domain.go:1858] ["dist task scheduler manager stopped"] [id=441f00d9-6b09-4d31-8469-5e598b78a051] [2025/04/04 10:50:16.988 +00:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/04 10:50:16.983 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:50:16.987 +00:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/04 10:50:16.990 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:50:17.012 +00:00] [ERROR] [select_result.go:556] ["invalid cop task execution summaries length"] [expected=1] [received=0] [stack="github.com/pingcap/tidb/pkg/distsql.(*selectResult).updateCopRuntimeStats\n\tpkg/distsql/select_result.go:556\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Close\n\tpkg/distsql/select_result.go:611\ngithub.com/pingcap/tidb/pkg/executor.(*IndexLookUpExecutor).startIndexWorker.func1\n\tpkg/executor/distsql.go:810\ngithub.com/pingcap/tidb/pkg/executor.(*workerPool).run\n\tpkg/executor/utils.go:243"] [2025/04/04 10:50:17.013 +00:00] [ERROR] [manager.go:373] ["task manager met error"] [server-id=:4000] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:208\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\tpkg/store/copr/coprocessor.go:1425\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\tpkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\tpkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\tpkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\tpkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*indexWorker).extractTaskHandles\n\tpkg/executor/distsql.go:1142\ngithub.com/pingcap/tidb/pkg/executor.(*indexWorker).fetchHandles\n\tpkg/executor/distsql.go:1064\ngithub.com/pingcap/tidb/pkg/executor.(*IndexLookUpExecutor).startIndexWorker.func1\n\tpkg/executor/distsql.go:807\ngithub.com/pingcap/tidb/pkg/executor.(*workerPool).run\n\tpkg/executor/utils.go:243\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).logErr\n\tpkg/disttask/framework/taskexecutor/manager.go:373\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasks\n\tpkg/disttask/framework/taskexecutor/manager.go:174\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasksLoop\n\tpkg/disttask/framework/taskexecutor/manager.go:151\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:167"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).logErr\n\tpkg/disttask/framework/taskexecutor/manager.go:373\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasks\n\tpkg/disttask/framework/taskexecutor/manager.go:174\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasksLoop\n\tpkg/disttask/framework/taskexecutor/manager.go:151\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:167"] [2025/04/04 10:50:17.014 +00:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/04 10:50:17.014 +00:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/04 10:50:17.014 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 10:50:17.160 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=441f00d9-6b09-4d31-8469-5e598b78a051] [2025/04/04 10:50:17.160 +00:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/04 10:50:17.160 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:50:17.185 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=270.98305ms] [2025/04/04 10:50:17.187 +00:00] [INFO] [db.go:567] ["Closing database"] [2025/04/04 10:50:17.189 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/04 10:50:17.189 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/04 10:50:17.190 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/04 10:50:17.190 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/04 10:50:17.190 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- PASS: TestAnalyzeParameters (142.53s) === NAME PASS coverage: 10.1% of statements -- Test timed out at 2025-04-04 10:50:23 UTC -- ================================================================================ ==================== Test output for //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49): === RUN TestAnalyzeParameters [2025/04/04 10:50:26.016 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/04 10:50:26.022 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:50:26.022 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:50:26.039 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:50:26.040 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:50:26.047 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:50:26.081 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=9fa3ee8b-6ed3-4965-8342-1557be1cfaf2] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:50:26.557 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:50:26.558 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:50:26.560 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\tpkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\tpkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:222\npkg/executor/test/analyzetest/analyzetest_test.TestAnalyzeParameters\n\tpkg/executor/test/analyzetest/analyze_test.go:144\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:50:27.027 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=466.667848ms] [2025/04/04 10:50:27.027 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:50:27.027 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=468.567041ms] [2025/04/04 10:50:27.028 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=0] ["reload ts"=457117224672165888] [2025/04/04 10:50:27.029 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=b8ef75fc-bce6-42a1-a516-e0820e5b2729] [runWorker=true] [jobVersion=v2] [2025/04/04 10:50:27.029 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:50:27.029 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:50:27.029 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:50:27.030 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:50:27.030 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:50:27.030 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:50:27.030 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:50:27.030 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:50:27.030 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:50:27.030 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:50:27.030 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:50:27.030 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:50:27.030 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:50:27.056 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:50:27.054 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:50:27.057 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:50:27.057 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=b8ef75fc-bce6-42a1-a516-e0820e5b2729] [2025/04/04 10:50:27.058 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:50:27.058 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:50:27.060 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\tpkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\tpkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\tpkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:50:27.128 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:27.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:27.128 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:27.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/04 10:50:27.148 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:27.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:27.933 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=735.475228ms] [2025/04/04 10:50:27.934 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:50:27.934 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=737.294119ms] [2025/04/04 10:50:27.935 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=1] ["reload ts"=457117224909930496] [2025/04/04 10:50:27.956 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:27.956 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/04 10:50:27.957 +00:00] [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"=759.794836ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:27.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:28.020 +00:00] [INFO] [pd.go:432] ["adaptive update ts interval state transition"] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/04/04 10:50:28.023 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:27.095 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:28.066 +00:00] [WARN] [runaway.go:85] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:152\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:69\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:2019\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1984\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.ExecRCRestrictedSQL\n\tpkg/resourcegroup/runaway/record.go:382\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*systemTableReader).Read\n\tpkg/resourcegroup/runaway/syncer.go:192\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.getRunawayWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:76\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:67\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getNewWatchRecords\n\tpkg/resourcegroup/runaway/syncer.go:59\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*Manager).UpdateNewAndDoneWatch\n\tpkg/resourcegroup/runaway/manager.go:402\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:75\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 10:50:28.091 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/04 10:50:28.092 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.018305813\n# Parse_time: 0\n# Compile_time: 0.001240092\n# Rewrite_time: 0.000032023\n# Optimize_time: 0\n# Wait_TS: 0.000195194\n# DB: mysql\n# Is_internal: true\n# Digest: 0a22979ad136f741465cf206b13e5717b9758dda34f7cae5a7a925f91711d6a0\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\nCREATE DATABASE IF NOT EXISTS test;"] [2025/04/04 10:50:28.092 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/04 10:50:28.095 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/04 10:50:28.151 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Europe/Berlin] [2025/04/04 10:50:28.502 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:28.17 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:28.502 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:28.17 +0000 UTC, 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/04 10:50:28.536 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:28.17 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:29.054 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:50:29.378 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117225066430464\n# Query_time: 0.477973796\n# Parse_time: 0\n# Compile_time: 0.462744449\n# Rewrite_time: 0.000235741\n# Optimize_time: 0\n# Wait_TS: 0\n# Is_internal: true\n# Digest: 97fee0577cfae72ca71097e77c429509f8ce51c8c933f491cff959296248fc4a\n# Mem_max: 130583\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('tgHYMAkyOF8zCTAJMAlOL0EJMAl0aW1lOjE0LjFtcywgb3Blbjo1OS4ywrVzLCBjbG9zZToxMTAuOQUQOGxvb3BzOjEJMjcuNSBLQgFBqAoxCTM2XzEJMAkxCXRhYmxlOnRpZGJfZGRsX2pvYiwgaGFuZGxlOjUJMQkFaRA0MzEuMgVNBWsMMjIuNgUOAGMFawQyNDJqACQyCU4vQQlOL0EK')\n# Plan_digest: 3fea32741ba131a439f08d925bc0d60ce688c732cc613c6d3625da6592028edc\n# Resource_group: default\nupdate mysql.tidb_ddl_job set job_meta = 0x7b226964223a352c2274797065223a332c22736368656d615f6964223a312c227461626c655f6964223a342c22736368656d615f6e616d65223a226d7973716c222c227461626c655f6e616d65223a2275736572222c227374617465223a342c227761726e696e67223a6e756c6c2c22657272223a6e756c6c2c226572725f636f756e74223a302c22726f775f636f756e74223a302c227261775f61726773223a7b227461626c655f696e666f223a7b226964223a342c226e616d65223a7b224f223a2275736572222c224c223a2275736572227d2c2263686172736574223a22757466386d6234222c22636f6c6c617465223a22757466386d62345f62696e222c22636f6c73223a5b7b226964223a312c226e616d65223a7b224f223a22486f7374222c224c223a22686f7374227d2c226f6666736574223a302c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a343039392c22466c656e223a3235352c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a322c226e616d65223a7b224f223a2255736572222c224c223a2275736572227d2c226f6666736574223a312c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a343130372c22466c656e223a33322c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a332c226e616d65223a7b224f223a2261757468656e7469636174696f6e5f737472696e67222c224c223a2261757468656e7469636174696f6e5f737472696e67227d2c226f6666736574223a322c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235322c22466c6167223a302c22466c656e223a36353533352c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a342c226e616d65223a7b224f223a22706c7567696e222c224c223a22706c7567696e227d2c226f6666736574223a332c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a302c22466c656e223a36342c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c2(len:97144);"] [2025/04/04 10:50:29.424 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=22.60589ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:29.441 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:29.441 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/04 10:50:29.447 +00:00] [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"=46.732317ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:28.17 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:29.508 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:28.17 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:30.078 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/04 10:50:30.079 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.951986136\n# Parse_time: 0\n# Compile_time: 0.016378871\n# Rewrite_time: 0.000015433\n# Optimize_time: 0\n# Wait_TS: 0.000150629\n# DB: mysql\n# Is_internal: true\n# Digest: e91164512a559e22fb969664cb70b57fc6c45f94b9334cd6586cce7ffc743131\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.user ( Host CHAR(255), User CHAR(32), authentication_string TEXT, plugin CHAR(64), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Process_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_db_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Super_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_user_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_slave_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_client_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Account_locked ENUM('N','Y') NOT NULL DEFAULT 'N', Shutdown_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Reload_priv ENUM('N','Y') NOT NULL DEFAULT 'N', FILE_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Config_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N', Password_reuse_history smallint unsigned DEFAULT NULL, Password_reuse_time smallint unsigned DEFAULT NULL, User_attributes json, Token_issuer VARCHAR(255), Password_expired ENUM('N','Y') NOT NULL DEFAULT 'N', Password_last_changed TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), Password_lifetime SMALLINT UNSIGNED DEFAULT NULL, Max_user_connections INT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (Host, User), KEY i_user (User));"] [2025/04/04 10:50:30.079 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:50:30.218 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:30.124 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:30.218 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:30.124 +0000 UTC, 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/04 10:50:30.264 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:30.124 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:30.417 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=3.432987ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:30.453 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:30.453 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/04 10:50:30.459 +00:00] [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"=47.24123ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:30.124 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:30.498 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:30.124 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:30.642 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/04 10:50:30.643 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.557613701\n# Parse_time: 0\n# Compile_time: 0.003267408\n# Rewrite_time: 0.000015593\n# Optimize_time: 0\n# Wait_TS: 0.000177463\n# DB: mysql\n# Is_internal: true\n# Digest: eeb59bc0d98f65a2a5aef8eaa99596260e746b00eed183baf856558ef03533ac\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.password_history ( Host char(255) NOT NULL DEFAULT '', User char(32) NOT NULL DEFAULT '', Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), Password text, PRIMARY KEY (Host,User,Password_timestamp ) ) COMMENT='Password history for user accounts' ;"] [2025/04/04 10:50:30.644 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/04 10:50:30.809 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:30.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:30.809 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:30.723 +0000 UTC, 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/04 10:50:30.843 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:30.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:30.963 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=3.193408ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:30.993 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:30.993 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/04 10:50:30.996 +00:00] [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"=36.799957ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:30.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:31.046 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:30.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:31.148 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/04 10:50:31.149 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.501201778\n# Parse_time: 0\n# Compile_time: 0.009580809\n# Rewrite_time: 0.000017066\n# Optimize_time: 0\n# Wait_TS: 0.000154958\n# DB: mysql\n# Is_internal: true\n# Digest: 3753c1a38721ac350706b476f2d0089d05a691a3e194d21afaf2010b2e79e8dd\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# Warnings: [{\"Level\":\"Warning\",\"Message\":\"BLOB/TEXT/JSON column 'Priv' can't have a default value\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE 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/04 10:50:31.150 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/04 10:50:31.389 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:31.207 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:31.390 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:31.207 +0000 UTC, 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/04 10:50:31.420 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:31.207 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:31.899 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=15.963324ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:31.944 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:31.944 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/04 10:50:31.947 +00:00] [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"=64.754127ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:31.207 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:32.003 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:31.207 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:32.384 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/04 10:50:32.388 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.219229938\n# Parse_time: 0\n# Compile_time: 0.014004553\n# Rewrite_time: 0.000015511\n# Optimize_time: 0\n# Wait_TS: 0.000176611\n# DB: mysql\n# Is_internal: true\n# Digest: 84b17ce35846b1ddbb79e94fffb3f020ff85b9efe6dfa83a14a44027adfe16ec\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.db ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (Host, DB, User), KEY i_user (User));"] [2025/04/04 10:50:32.390 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:50:32.586 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:32.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:32.591 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:32.439 +0000 UTC, 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/04 10:50:32.613 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:32.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:32.781 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=7.851302ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:32.801 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:32.801 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/04 10:50:32.801 +00:00] [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"=29.664014ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:32.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:32.859 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:32.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:32.975 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/04 10:50:32.976 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.57571717\n# Parse_time: 0\n# Compile_time: 0.004330526\n# Rewrite_time: 0.000016634\n# Optimize_time: 0\n# Wait_TS: 0.000181641\n# DB: mysql\n# Is_internal: true\n# Digest: 66ad48e3a61958e491f9b86629424276e884c5dc2c82d0493baa1e569d861f3d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tables_priv ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Grantor CHAR(77), Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Table_priv SET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'), Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name), KEY i_user (User));"] [2025/04/04 10:50:32.977 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:50:33.132 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:33.025 +0000 UTC, 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/04 10:50:33.142 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:33.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:33.167 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:33.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:33.534 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=4.904173ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:33.568 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:33.569 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/04 10:50:33.571 +00:00] [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"=42.851059ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:33.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:33.616 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:33.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:33.787 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/04 10:50:33.788 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.806140561\n# Parse_time: 0\n# Compile_time: 0.005800981\n# Rewrite_time: 0.000015328\n# Optimize_time: 0\n# Wait_TS: 0.000270541\n# DB: mysql\n# Is_internal: true\n# Digest: 6128346bea9e9b35a140e9be46b85be39f5c8ff508888c85bba4bf88b49a6572\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.columns_priv( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Column_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name, Column_name), KEY i_user (User));"] [2025/04/04 10:50:33.790 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:50:33.863 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:33.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:33.864 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:33.824 +0000 UTC, 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/04 10:50:33.882 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:33.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:33.953 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=2.709936ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:33.977 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:33.977 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/04 10:50:33.977 +00:00] [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"=28.41618ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:33.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:34.053 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:33.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:34.139 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/04 10:50:34.140 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.347357636\n# Parse_time: 0\n# Compile_time: 0.002164718\n# Rewrite_time: 0.000015725\n# Optimize_time: 0\n# Wait_TS: 0.000174218\n# DB: mysql\n# Is_internal: true\n# Digest: 1b59564c29970a0a8880792322e02b7df09888f7d0a2dfc190f3ed0ff12369d4\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/04 10:50:34.141 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/04 10:50:34.244 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:34.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:34.244 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:34.175 +0000 UTC, 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/04 10:50:34.254 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:34.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:34.356 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=3.50854ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:34.408 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:34.409 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/04 10:50:34.412 +00:00] [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"=69.669775ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:34.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:34.456 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:34.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:34.529 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/04 10:50:34.532 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.387535391\n# Parse_time: 0\n# Compile_time: 0.002560982\n# Rewrite_time: 0.00001604\n# Optimize_time: 0\n# Wait_TS: 0.000185829\n# DB: mysql\n# Is_internal: true\n# Digest: ade124588c0253b12ce82702300a98a0ff778787142ce450039efbd6347664dc\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(1024) DEFAULT NULL, COMMENT VARCHAR(1024));"] [2025/04/04 10:50:34.533 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/04 10:50:34.644 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:34.594 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:34.644 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:34.594 +0000 UTC, 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/04 10:50:34.674 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:34.594 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:34.868 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=3.888311ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:34.890 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:34.890 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/04 10:50:34.892 +00:00] [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"=28.887756ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:34.594 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:34.925 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:34.594 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:35.032 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/04 10:50:35.042 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.48191165\n# Parse_time: 0\n# Compile_time: 0.004619315\n# Rewrite_time: 0.000013785\n# Optimize_time: 0\n# Wait_TS: 0.000145139\n# DB: mysql\n# Is_internal: true\n# Digest: be740d9d66f07e7842e3b48027d6fb3ef54623295384e63dcbf3e1c8a9f15c10\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.help_topic ( help_topic_id INT(10) UNSIGNED NOT NULL, name CHAR(64) NOT NULL, help_category_id SMALLINT(5) UNSIGNED NOT NULL, description TEXT NOT NULL, example TEXT NOT NULL, url TEXT NOT NULL, PRIMARY KEY (help_topic_id) clustered, UNIQUE KEY name (name) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/04 10:50:35.044 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/04 10:50:35.194 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:35.109 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:35.195 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:35.109 +0000 UTC, 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/04 10:50:35.202 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:35.109 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:35.346 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=3.502544ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:35.362 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:35.363 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/04 10:50:35.363 +00:00] [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"=24.718802ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:35.109 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:35.426 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:35.109 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:35.537 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/04 10:50:35.539 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.484126625\n# Parse_time: 0\n# Compile_time: 0.010485071\n# Rewrite_time: 0.000024062\n# Optimize_time: 0\n# Wait_TS: 0.000256961\n# DB: mysql\n# Is_internal: true\n# Digest: 2db2929397c955d277d1b5400209b98787aa0797f979b9c213e3924c27b82ea9\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta ( version BIGINT(64) UNSIGNED NOT NULL, table_id BIGINT(64) NOT NULL, modify_count BIGINT(64) NOT NULL DEFAULT 0, count BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, snapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, INDEX idx_ver(version), UNIQUE INDEX tbl(table_id) );"] [2025/04/04 10:50:35.539 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/04 10:50:35.585 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:50:35.729 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:35.606 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:35.729 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:35.606 +0000 UTC, 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/04 10:50:35.754 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:35.606 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:35.989 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=7.316429ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:36.006 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:36.006 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/04 10:50:36.008 +00:00] [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"=26.836578ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:35.606 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:36.040 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:35.606 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:36.189 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/04 10:50:36.191 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.634009139\n# Parse_time: 0\n# Compile_time: 0.023921828\n# Rewrite_time: 0.000014459\n# Optimize_time: 0\n# Wait_TS: 0.000191432\n# DB: mysql\n# Is_internal: true\n# Digest: e038e634a5f1b7e5429d1252be7edf0ffb0922e8636032b9c68fd59f0484f6ef\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_histograms ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, distinct_count BIGINT(64) NOT NULL, null_count BIGINT(64) NOT NULL DEFAULT 0, tot_col_size BIGINT(64) NOT NULL DEFAULT 0, modify_count BIGINT(64) NOT NULL DEFAULT 0, version BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, cm_sketch BLOB(6291456), stats_ver BIGINT(64) NOT NULL DEFAULT 0, flag BIGINT(64) NOT NULL DEFAULT 0, correlation DOUBLE NOT NULL DEFAULT 0, last_analyze_pos LONGBLOB DEFAULT NULL, UNIQUE INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:50:36.191 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:50:36.449 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:36.246 +0000 UTC, 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/04 10:50:36.450 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:36.246 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:36.479 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:36.246 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:36.743 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=8.062794ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:36.774 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:36.774 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/04 10:50:36.778 +00:00] [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"=44.97245ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:36.246 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:36.842 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:36.246 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:36.963 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/04 10:50:36.976 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.771157668\n# Parse_time: 0\n# Compile_time: 0.009256625\n# Rewrite_time: 0.000017619\n# Optimize_time: 0\n# Wait_TS: 0.000180417\n# DB: mysql\n# Is_internal: true\n# Digest: 84a28596914df45e10de865c11a515d8595f2c38a422f5c8d8fb86a470ba5cad\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_buckets ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, bucket_id BIGINT(64) NOT NULL, count BIGINT(64) NOT NULL, repeats BIGINT(64) NOT NULL, upper_bound LONGBLOB NOT NULL, lower_bound LONGBLOB , ndv BIGINT NOT NULL DEFAULT 0, UNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id) );"] [2025/04/04 10:50:36.977 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/04 10:50:37.070 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:37.011 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:37.070 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:37.011 +0000 UTC, 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/04 10:50:37.098 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:37.011 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:37.251 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=3.846603ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:37.287 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:37.287 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/04 10:50:37.289 +00:00] [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"=42.460735ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:37.011 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:37.321 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:37.011 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:37.412 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/04 10:50:37.422 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.439237709\n# Parse_time: 0\n# Compile_time: 0.003357014\n# Rewrite_time: 0.000014534\n# Optimize_time: 0\n# Wait_TS: 0.00015945\n# DB: mysql\n# Is_internal: true\n# Digest: 4407fc98c36858aed19a41d8ab6383e7885e71a2edd2716950a8847ee0c4ccd2\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_index (job_id, element_id) );"] [2025/04/04 10:50:37.423 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:50:37.501 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:37.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:37.501 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:37.45 +0000 UTC, 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/04 10:50:37.525 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:37.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:37.634 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=2.772766ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:37.652 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:37.652 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/04 10:50:37.654 +00:00] [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"=22.841271ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:37.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:37.687 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:37.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:37.844 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/04 10:50:37.845 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.418043797\n# Parse_time: 0\n# Compile_time: 0.003951671\n# Rewrite_time: 0.00001441\n# Optimize_time: 0\n# Wait_TS: 0.000167567\n# DB: mysql\n# Is_internal: true\n# Digest: 6f80e6944eacefde08a31e8364b171d37e77c4bebc7757ae375b47812ca371cb\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_done_index (job_id, element_id) );"] [2025/04/04 10:50:37.845 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:50:37.937 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:37.885 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:37.938 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:37.885 +0000 UTC, 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/04 10:50:37.960 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:37.885 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:38.098 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=3.287492ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:38.115 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:38.116 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/04 10:50:38.118 +00:00] [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"=25.14308ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:37.885 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:38.148 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:37.885 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:38.236 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/04 10:50:38.238 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.389897363\n# Parse_time: 0\n# Compile_time: 0.002305501\n# Rewrite_time: 0.000012497\n# Optimize_time: 0\n# Wait_TS: 0.000162761\n# DB: mysql\n# Is_internal: true\n# Digest: ae00140f19e8173091b9a44ece06f4d51ecf640b3c9c924a7be8a7394182215f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_feedback ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, feedback BLOB NOT NULL, INDEX hist(table_id, is_index, hist_id) );"] [2025/04/04 10:50:38.238 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:50:38.392 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:38.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:38.392 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:38.291 +0000 UTC, 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/04 10:50:38.421 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:38.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:38.548 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=5.11468ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:38.576 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:38.576 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/04 10:50:38.576 +00:00] [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"=34.615831ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:38.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:38.623 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:38.291 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:38.755 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/04 10:50:38.759 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.513965834\n# Parse_time: 0\n# Compile_time: 0.004033857\n# Rewrite_time: 0.000024924\n# Optimize_time: 0\n# Wait_TS: 0.000166471\n# DB: mysql\n# Is_internal: true\n# Digest: b0ac22a8699b953eeb48be3f830e94a20801551f37159b586c40d30dc883661d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.role_edges ( FROM_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', FROM_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', TO_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', TO_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', WITH_ADMIN_OPTION ENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N', PRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER) );"] [2025/04/04 10:50:38.760 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/04 10:50:38.877 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:38.797 +0000 UTC, 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/04 10:50:38.877 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:38.797 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:38.936 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:38.797 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:39.112 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=4.495293ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:39.143 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:39.143 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/04 10:50:39.156 +00:00] [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"=65.564872ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:38.797 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:39.199 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:38.797 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:39.300 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/04 10:50:39.302 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.536504301\n# Parse_time: 0\n# Compile_time: 0.003882769\n# Rewrite_time: 0.000017763\n# Optimize_time: 0\n# Wait_TS: 0.000339474\n# DB: mysql\n# Is_internal: true\n# Digest: 8b707c584d1e112e8e8ec868861b803577fee329c3c9393a6b510ee14fe94302\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.default_roles ( HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', DEFAULT_ROLE_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%', DEFAULT_ROLE_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER), KEY i_user (USER));"] [2025/04/04 10:50:39.303 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/04 10:50:39.477 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:39.343 +0000 UTC, 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/04 10:50:39.478 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:39.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:39.533 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:39.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:39.798 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=6.115097ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:39.829 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:39.829 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/04 10:50:39.830 +00:00] [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"=39.06733ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:39.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:39.877 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:39.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:39.990 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/04 10:50:39.991 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.67682305\n# Parse_time: 0\n# Compile_time: 0.00703944\n# Rewrite_time: 0.00001687\n# Optimize_time: 0\n# Wait_TS: 0.000177629\n# DB: mysql\n# Is_internal: true\n# Digest: c355115b20710cd210d1922674f220e73f613065f32d62aaabd2d1ecf698841b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.bind_info ( original_sql LONGTEXT NOT NULL, bind_sql LONGTEXT NOT NULL, default_db TEXT NOT NULL, status TEXT NOT NULL, create_time TIMESTAMP(3) NOT NULL, update_time TIMESTAMP(3) NOT NULL, charset TEXT NOT NULL, collation TEXT NOT NULL, source VARCHAR(10) NOT NULL DEFAULT 'unknown', sql_digest varchar(64) DEFAULT NULL, plan_digest varchar(64) DEFAULT NULL, INDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\", INDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\", UNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:50:39.994 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:50:40.140 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:40.046 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:40.141 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:40.046 +0000 UTC, 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/04 10:50:40.181 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:40.046 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:40.332 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=3.601006ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:40.351 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:40.351 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/04 10:50:40.351 +00:00] [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"=44.203544ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:40.046 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:40.399 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:40.046 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:40.494 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/04 10:50:40.495 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.478134403\n# Parse_time: 0\n# Compile_time: 0.00308383\n# Rewrite_time: 0.000017982\n# Optimize_time: 0\n# Wait_TS: 0.00037051\n# DB: mysql\n# Is_internal: true\n# Digest: df1a9dde39341a07eb2fb8ef599e6652770203b79af3e1800917053820a3b51c\n# Mem_max: 4096\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_top_n ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, count BIGINT(64) UNSIGNED NOT NULL, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:50:40.496 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:50:40.606 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:40.533 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:40.606 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:40.533 +0000 UTC, 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/04 10:50:40.659 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:40.533 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:40.786 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=2.468275ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:40.803 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:40.804 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/04 10:50:40.808 +00:00] [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"=25.642047ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:40.533 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:40.856 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:40.533 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:40.980 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/04 10:50:40.983 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.484831418\n# Parse_time: 0\n# Compile_time: 0.00235797\n# Rewrite_time: 0.000017837\n# Optimize_time: 0\n# Wait_TS: 0.000166833\n# DB: mysql\n# Is_internal: true\n# Digest: 988ff7e96344f475621bfec9765ba7b507e76d86daa1e3fdf0f9eadbd538afd0\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist ( name CHAR(100) NOT NULL, store_type CHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb', reason VARCHAR(200) );"] [2025/04/04 10:50:40.984 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/04 10:50:41.130 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:41.052 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:41.130 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:41.052 +0000 UTC, 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/04 10:50:41.156 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:41.052 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:41.265 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=2.348493ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:41.319 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:41.319 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/04 10:50:41.320 +00:00] [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"=59.250876ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:41.052 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:41.384 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:41.052 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:41.498 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/04 10:50:41.499 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.513155318\n# Parse_time: 0\n# Compile_time: 0.002056948\n# Rewrite_time: 0.000014997\n# Optimize_time: 0\n# Wait_TS: 0.000174204\n# DB: mysql\n# Is_internal: true\n# Digest: 58329d63c08bcbc761a6b408e882dc874ae0220c9a2aaaeab91d992543fef52b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist ( name CHAR(100) NOT NULL );"] [2025/04/04 10:50:41.500 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/04 10:50:41.628 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:41.552 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:41.628 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:41.552 +0000 UTC, 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/04 10:50:41.678 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:41.552 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:41.858 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=4.735916ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:41.891 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:41.891 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/04 10:50:41.892 +00:00] [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"=40.29354ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:41.552 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:41.988 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:41.552 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:42.143 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/04 10:50:42.145 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.630320025\n# Parse_time: 0\n# Compile_time: 0.013310068\n# Rewrite_time: 0.000019247\n# Optimize_time: 0\n# Wait_TS: 0.000411477\n# DB: mysql\n# Is_internal: true\n# Digest: 9c4f6672f019f6d6c588a6b2eb00b13f041ee54cb97f253f85d7ae52df9d23c6\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_extended ( name varchar(32) NOT NULL, type tinyint(4) NOT NULL, table_id bigint(64) NOT NULL, column_ids varchar(32) NOT NULL, stats blob DEFAULT NULL, version bigint(64) unsigned NOT NULL, status tinyint(4) NOT NULL, PRIMARY KEY(name, table_id), KEY idx_1 (table_id, status, version), KEY idx_2 (status, version) );"] [2025/04/04 10:50:42.145 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/04 10:50:42.215 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:42.174 +0000 UTC, 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/04 10:50:42.215 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:42.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:42.229 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:42.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:42.340 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=3.315812ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:42.359 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:42.359 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/04 10:50:42.361 +00:00] [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"=24.524242ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:42.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:42.394 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:42.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:42.542 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/04 10:50:42.544 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.395103717\n# Parse_time: 0\n# Compile_time: 0.002818939\n# Rewrite_time: 0.000016993\n# Optimize_time: 0\n# Wait_TS: 0.000259774\n# DB: mysql\n# Is_internal: true\n# Digest: 9e692f90f6e351e4eecf3fbff7177acf0a166d0cd79badb0ce0ced2bb754eb99\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:50:42.546 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:50:42.631 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:42.581 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:42.632 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:42.581 +0000 UTC, 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/04 10:50:42.657 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:42.581 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:42.781 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=3.698085ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:42.815 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:42.815 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/04 10:50:42.821 +00:00] [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"=45.514585ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:42.581 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:42.869 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:42.581 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:43.012 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/04 10:50:43.013 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.462007712\n# Parse_time: 0\n# Compile_time: 0.003340394\n# Rewrite_time: 0.000015164\n# Optimize_time: 0\n# Wait_TS: 0.000204785\n# DB: mysql\n# Is_internal: true\n# Digest: 752215fdcd8e21124ccfe3a90f4511f2e72581c4c48a751cc8571209fdee15f6\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.global_grants ( USER char(32) NOT NULL DEFAULT '', HOST char(255) NOT NULL DEFAULT '', PRIV char(32) NOT NULL DEFAULT '', WITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (USER,HOST,PRIV), KEY i_user (USER) );"] [2025/04/04 10:50:43.013 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/04 10:50:43.128 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:43.056 +0000 UTC, 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/04 10:50:43.128 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:43.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:43.158 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:43.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:43.283 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=2.868856ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:43.304 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:43.305 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/04 10:50:43.305 +00:00] [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"=26.41009ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:43.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:43.358 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:43.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:43.470 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/04 10:50:43.474 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.450235631\n# Parse_time: 0\n# Compile_time: 0.002656076\n# Rewrite_time: 0.000021825\n# Optimize_time: 0\n# Wait_TS: 0.000148101\n# DB: mysql\n# Is_internal: true\n# Digest: 1fac41a3d4a89e3e4da2393e1f69d1aacfec8886db749d6329e9bf677df777b8\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist ( id bigint(64) auto_increment, filter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\", filter_value varchar(32) NOT NULL, key idx(filter_type), primary key(id) );"] [2025/04/04 10:50:43.474 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/04 10:50:43.553 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:43.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:43.554 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:43.5 +0000 UTC, 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/04 10:50:43.589 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:43.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:43.728 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=3.011193ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:43.746 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:43.746 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/04 10:50:43.747 +00:00] [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"=22.343509ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:43.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:43.779 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:43.5 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:43.865 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/04 10:50:43.875 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.391622871\n# Parse_time: 0\n# Compile_time: 0.002516785\n# Rewrite_time: 0.000011333\n# Optimize_time: 0\n# Wait_TS: 0.000140304\n# DB: mysql\n# Is_internal: true\n# Digest: 06962f34c69b85ab590c2556bdffd68d7705d56a70a3b0522b0ba5bc55363fd3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.column_stats_usage ( table_id BIGINT(64) NOT NULL, column_id BIGINT(64) NOT NULL, last_used_at TIMESTAMP, last_analyzed_at TIMESTAMP, PRIMARY KEY (table_id, column_id) CLUSTERED );"] [2025/04/04 10:50:43.876 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:50:44.010 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:43.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:44.010 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:43.93 +0000 UTC, 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/04 10:50:44.030 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:43.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:44.128 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=5.339286ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:44.151 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:44.151 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/04 10:50:44.152 +00:00] [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"=30.428177ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:43.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:44.202 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:43.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:44.328 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/04 10:50:44.329 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.449355914\n# Parse_time: 0\n# Compile_time: 0.002920656\n# Rewrite_time: 0.000016714\n# Optimize_time: 0\n# Wait_TS: 0.000160379\n# DB: mysql\n# Is_internal: true\n# Digest: a30fd7e284f356f111cb15459926cdbebb3d6f24c950b6f3b9729d8b5f13ee4f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.table_cache_meta ( tid bigint(11) NOT NULL DEFAULT 0, lock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE', lease bigint(20) NOT NULL DEFAULT 0, oldReadLease bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (tid) );"] [2025/04/04 10:50:44.330 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/04 10:50:44.380 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:50:44.524 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:44.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:44.524 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:44.42 +0000 UTC, 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/04 10:50:44.567 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:44.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:44.731 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=10.951846ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:44.767 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:44.767 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/04 10:50:44.768 +00:00] [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"=48.94048ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:44.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:44.832 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:44.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:44.971 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/04 10:50:44.979 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.606664414\n# Parse_time: 0\n# Compile_time: 0.004471979\n# Rewrite_time: 0.000019039\n# Optimize_time: 0\n# Wait_TS: 0.000244767\n# DB: mysql\n# Is_internal: true\n# Digest: c862b6db4c0b104bd6ade1db78bbe1f6a12a30584d750044f3eec57a1a86580e\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_options ( table_id BIGINT(64) NOT NULL, sample_num BIGINT(64) NOT NULL DEFAULT 0, sample_rate DOUBLE NOT NULL DEFAULT -1, buckets BIGINT(64) NOT NULL DEFAULT 0, topn BIGINT(64) NOT NULL DEFAULT -1, column_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT', column_ids TEXT(19372), PRIMARY KEY (table_id) CLUSTERED );"] [2025/04/04 10:50:44.982 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:50:45.203 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:45.074 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:45.203 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:45.074 +0000 UTC, 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/04 10:50:45.263 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:45.074 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:45.408 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=4.145907ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:45.432 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:45.432 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/04 10:50:45.432 +00:00] [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"=30.067835ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:45.074 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:45.492 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:45.074 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:45.603 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/04 10:50:45.604 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.60982591\n# Parse_time: 0\n# Compile_time: 0.011731478\n# Rewrite_time: 0.000016108\n# Optimize_time: 0\n# Wait_TS: 0.000241868\n# DB: mysql\n# Is_internal: true\n# Digest: eceb528bf68c7d9b100b120b5113005ea7f5a4c6c1f4834403330ff156d0a3aa\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_history ( table_id bigint(64) NOT NULL, stats_data longblob NOT NULL, seq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice', version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', create_time datetime(6) NOT NULL, UNIQUE KEY table_version_seq (table_id, version, seq_no), KEY table_create_time (table_id, create_time, seq_no), KEY idx_create_time (create_time) );"] [2025/04/04 10:50:45.605 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:50:45.753 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:45.673 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:45.753 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:45.673 +0000 UTC, 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/04 10:50:45.791 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:45.673 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:45.997 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=4.506621ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:46.015 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:46.015 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/04 10:50:46.015 +00:00] [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"=24.042928ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:45.673 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:46.059 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:45.673 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:46.203 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/04 10:50:46.205 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.579122579\n# Parse_time: 0\n# Compile_time: 0.016951307\n# Rewrite_time: 0.000018168\n# Optimize_time: 0\n# Wait_TS: 0.000222286\n# DB: mysql\n# Is_internal: true\n# Digest: 752363602773b9b875eec93769301ada55a059e0b28c5434de98fdbbc6af54cb\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta_history ( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL, count bigint(64) NOT NULL, version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', source varchar(40) NOT NULL, create_time datetime(6) NOT NULL, UNIQUE KEY table_version (table_id, version), KEY table_create_time (table_id, create_time), KEY idx_create_time (create_time) );"] [2025/04/04 10:50:46.206 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:50:46.378 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:46.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:46.380 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:46.261 +0000 UTC, 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/04 10:50:46.411 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:46.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:46.772 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=6.445801ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:46.797 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:46.798 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/04 10:50:46.799 +00:00] [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"=34.584423ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:46.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:46.841 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:46.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:47.022 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/04 10:50:47.024 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.795441142\n# Parse_time: 0\n# Compile_time: 0.007289169\n# Rewrite_time: 0.000019529\n# Optimize_time: 0\n# Wait_TS: 0.000195407\n# DB: mysql\n# Is_internal: true\n# Digest: e43210dfb790a213e9535afaf9c321b9c50cd9c52fc4ea248c8239abe958ff67\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_jobs ( id BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, table_schema CHAR(64) NOT NULL DEFAULT '', table_name CHAR(64) NOT NULL DEFAULT '', partition_name CHAR(64) NOT NULL DEFAULT '', job_info TEXT NOT NULL, processed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, start_time TIMESTAMP, end_time TIMESTAMP, state ENUM('pending', 'running', 'finished', 'failed') NOT NULL, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job', process_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job', PRIMARY KEY (id), KEY (update_time), INDEX idx_schema_table_state (table_schema, table_name, state), INDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state) );"] [2025/04/04 10:50:47.025 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/04 10:50:47.129 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:47.051 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:47.129 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:47.051 +0000 UTC, 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/04 10:50:47.169 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:47.051 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:47.284 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=2.640612ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:47.304 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:47.311 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/04 10:50:47.312 +00:00] [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"=31.041489ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:47.051 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:47.377 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:47.051 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:47.429 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/04 10:50:47.430 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.402693093\n# Parse_time: 0\n# Compile_time: 0.001619835\n# Rewrite_time: 0.000015914\n# Optimize_time: 0\n# Wait_TS: 0.000171178\n# DB: mysql\n# Is_internal: true\n# Digest: 6eab04864600dfa37145d44689995984eecc83e3dc6ce49c1e75d23567f8bac3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.advisory_locks ( lock_name VARCHAR(64) NOT NULL PRIMARY KEY );"] [2025/04/04 10:50:47.430 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/04 10:50:47.587 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:47.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:47.587 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:47.502 +0000 UTC, 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/04 10:50:47.616 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:47.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:47.779 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=4.114075ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:50:47.799 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:47.800 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/04 10:50:47.803 +00:00] [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"=29.02893ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:47.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:47.847 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:47.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:47.945 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/04 10:50:47.947 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.506960318\n# Parse_time: 0\n# Compile_time: 0.012907712\n# Rewrite_time: 0.006995137\n# Optimize_time: 0\n# Wait_TS: 0.000232733\n# DB: mysql\n# Is_internal: true\n# Digest: 21116016d77c522c611ad3a280af29e3d82340ed19bc91481dd117f25aeda403\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as ( SELECT tidb_mdl_info.job_id, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query, session_id, cluster_tidb_trx.start_time, tidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS FROM mysql.tidb_ddl_job, mysql.tidb_mdl_info, information_schema.cluster_tidb_trx WHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id AND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0 );"] [2025/04/04 10:50:48.049 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:47.991 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:48.050 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:47.991 +0000 UTC, 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/04 10:50:48.104 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:47.991 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:48.249 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=5.922016ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:48.267 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:48.267 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/04 10:50:48.267 +00:00] [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"=25.191113ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:47.991 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:48.316 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:47.991 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:48.417 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/04 10:50:48.418 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.463441514\n# Parse_time: 0\n# Compile_time: 0.013756595\n# Rewrite_time: 0.000020555\n# Optimize_time: 0\n# Wait_TS: 0.00012137\n# DB: mysql\n# Is_internal: true\n# Digest: d88a70e9c5bb5a28f5a1d1f52613093328fd73c5e78668fab2b1a9c260ab506b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_status ( sql_digest VARCHAR(128), plan_digest VARCHAR(128), origin_sql TEXT, token VARCHAR(128), update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/04 10:50:48.419 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/04 10:50:48.543 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:48.458 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:48.544 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:48.458 +0000 UTC, 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/04 10:50:48.581 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:48.458 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:48.748 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=3.252949ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:48.795 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:48.796 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/04 10:50:48.796 +00:00] [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"=56.420744ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:48.458 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:48.845 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:48.458 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:48.991 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/04 10:50:48.995 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.569588668\n# Parse_time: 0\n# Compile_time: 0.00844484\n# Rewrite_time: 0.000023647\n# Optimize_time: 0\n# Wait_TS: 0.000203483\n# DB: mysql\n# Is_internal: true\n# Digest: 1ce2bb4fd69df5a5aeb254910aeeab700c1408b8c2de8f7dbe3ebbc11a4b1542\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_task ( sql_digest VARCHAR(128) NOT NULL, plan_digest VARCHAR(128) NOT NULL, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (sql_digest,plan_digest));"] [2025/04/04 10:50:48.996 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2025/04/04 10:50:49.108 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:49.04 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:49.108 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:49.04 +0000 UTC, 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/04 10:50:49.132 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:49.04 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:49.304 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=3.004406ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:49.328 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:49.329 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/04 10:50:49.331 +00:00] [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"=30.579399ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:49.04 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:49.419 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:49.04 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:49.488 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/04 10:50:49.489 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.489373274\n# Parse_time: 0\n# Compile_time: 0.007722412\n# Rewrite_time: 0.00001578\n# Optimize_time: 0\n# Wait_TS: 0.000179684\n# DB: mysql\n# Is_internal: true\n# Digest: f2c0bd78cfe8f7e6b4f8b30f83a48ff4c49a1a9de1c1a0c721ec3561ac42865a\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_table_locked( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL DEFAULT 0, count bigint(64) NOT NULL DEFAULT 0, version bigint(64) UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (table_id));"] [2025/04/04 10:50:49.490 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2025/04/04 10:50:49.693 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:49.536 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:49.693 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:49.536 +0000 UTC, 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/04 10:50:49.741 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:49.536 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:50.107 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=6.817018ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:50.176 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:50.176 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/04 10:50:50.176 +00:00] [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"=76.717226ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:49.536 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:50.220 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:49.536 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:50.396 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/04 10:50:50.412 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.914758612\n# Parse_time: 0\n# Compile_time: 0.014172938\n# Rewrite_time: 0.000014993\n# Optimize_time: 0\n# Wait_TS: 0.000160533\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status ( table_id bigint(64) PRIMARY KEY, parent_table_id bigint(64), table_statistics text DEFAULT NULL, last_job_id varchar(64) DEFAULT NULL, last_job_start_time timestamp NULL DEFAULT NULL, last_job_finish_time timestamp NULL DEFAULT NULL, last_job_ttl_expire timestamp NULL DEFAULT NULL, last_job_summary text DEFAULT NULL, current_job_id varchar(64) DEFAULT NULL, current_job_owner_id varchar(64) DEFAULT NULL, current_job_owner_addr varchar(256) DEFAULT NULL, current_job_owner_hb_time timestamp, current_job_start_time timestamp NULL DEFAULT NULL, current_job_ttl_expire timestamp NULL DEFAULT NULL, current_job_state text DEFAULT NULL, current_job_status varchar(64) DEFAULT NULL, current_job_status_update_time timestamp NULL DEFAULT NULL);"] [2025/04/04 10:50:50.413 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2025/04/04 10:50:50.655 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:50.474 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:50.655 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:50.474 +0000 UTC, 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/04 10:50:50.679 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:50.474 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:51.025 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=10.851944ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:51.063 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:51.063 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/04 10:50:51.064 +00:00] [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"=51.131321ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:50.474 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:51.158 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:50.474 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:51.310 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/04 10:50:51.310 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.891975465\n# Parse_time: 0\n# Compile_time: 0.010853932\n# Rewrite_time: 0.00002069\n# Optimize_time: 0\n# Wait_TS: 0.000190269\n# DB: mysql\n# Is_internal: true\n# Digest: 99a5c0e89a0b881a0fa10de262495ae25955edb2a7ef8776054ab57aca80e0d7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task ( job_id varchar(64) NOT NULL, table_id bigint(64) NOT NULL, scan_id int NOT NULL, scan_range_start BLOB, scan_range_end BLOB, expire_time timestamp NOT NULL, owner_id varchar(64) DEFAULT NULL, owner_addr varchar(64) DEFAULT NULL, owner_hb_time timestamp DEFAULT NULL, status varchar(64) DEFAULT 'waiting', status_update_time timestamp NULL DEFAULT NULL, state text, created_time timestamp NOT NULL, primary key(job_id, scan_id), key(created_time));"] [2025/04/04 10:50:51.311 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2025/04/04 10:50:51.498 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:51.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:51.498 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:51.382 +0000 UTC, 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/04 10:50:51.519 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:51.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:51.804 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=25.143121ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:51.825 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:51.826 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/04 10:50:51.827 +00:00] [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"=48.643709ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:51.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:51.908 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:51.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:52.153 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/04 10:50:52.154 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.828593533\n# Parse_time: 0\n# Compile_time: 0.018866705\n# Rewrite_time: 0.000014156\n# Optimize_time: 0\n# Wait_TS: 0.000161339\n# DB: mysql\n# Is_internal: true\n# Digest: a59d1fe47cade4697d39b0374d27cfee2fa302a4c752a5ae5073cecda386a0e8\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history ( job_id varchar(64) PRIMARY KEY, table_id bigint(64) NOT NULL, parent_table_id bigint(64) NOT NULL, table_schema varchar(64) NOT NULL, table_name varchar(64) NOT NULL, partition_name varchar(64) DEFAULT NULL, create_time timestamp NOT NULL, finish_time timestamp NOT NULL, ttl_expire timestamp NOT NULL, summary_text text, expired_rows bigint(64) DEFAULT NULL, deleted_rows bigint(64) DEFAULT NULL, error_delete_rows bigint(64) DEFAULT NULL, status varchar(64) NOT NULL, key(table_schema, table_name, create_time), key(parent_table_id, create_time), key(create_time) );"] [2025/04/04 10:50:52.154 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2025/04/04 10:50:52.339 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:52.192 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:52.339 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:52.192 +0000 UTC, 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/04 10:50:52.359 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:52.192 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:52.715 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=14.628619ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:52.738 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:52.738 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/04 10:50:52.740 +00:00] [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"=40.980649ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:52.192 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:52.790 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:52.192 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:52.954 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/04 10:50:52.955 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.795053215\n# Parse_time: 0\n# Compile_time: 0.004951524\n# Rewrite_time: 0.000012442\n# Optimize_time: 0\n# Wait_TS: 0.0001555\n# DB: mysql\n# Is_internal: true\n# Digest: 87a919aee92342a6b954c4ed4dd8cc629fccf29087b4eee86bc91114590f3e5c\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:50:52.956 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:50:53.171 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:53.171 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:53 +0000 UTC, 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/04 10:50:53.183 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:53.466 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=10.478224ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:53.525 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:53.525 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/04 10:50:53.539 +00:00] [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"=84.896467ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:53.594 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:53 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:53.803 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/04 10:50:53.813 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.841554226\n# Parse_time: 0\n# Compile_time: 0.005058833\n# Rewrite_time: 0.000011959\n# Optimize_time: 0\n# Wait_TS: 0.000131631\n# DB: mysql\n# Is_internal: true\n# Digest: 35cf2ce48ba5e71b82858e4e3f3a03750eb81dc6d2c5dee011ea0f91b9a9599e\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:50:53.813 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:50:54.110 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:53.906 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:54.111 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:53.906 +0000 UTC, 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/04 10:50:54.133 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:53.906 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:54.388 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=6.118765ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:54.405 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:54.406 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/04 10:50:54.408 +00:00] [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"=26.652336ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:53.906 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:54.483 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:53.906 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:54.698 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/04 10:50:54.698 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.864474177\n# Parse_time: 0\n# Compile_time: 0.011767336\n# Rewrite_time: 0.000011654\n# Optimize_time: 0\n# Wait_TS: 0.000152808\n# DB: mysql\n# Is_internal: true\n# Digest: 1865863db4761960f0296bcf5386c3bb0c98aa299ac12888aa8054dc66681ee3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs ( id bigint(64) NOT NULL AUTO_INCREMENT, create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), start_time TIMESTAMP(6) NULL DEFAULT NULL, update_time TIMESTAMP(6) NULL DEFAULT NULL, end_time TIMESTAMP(6) NULL DEFAULT NULL, table_schema VARCHAR(64) NOT NULL, table_name VARCHAR(64) NOT NULL, table_id bigint(64) NOT NULL, created_by VARCHAR(300) NOT NULL, parameters text NOT NULL, source_file_size bigint(64) NOT NULL, status VARCHAR(64) NOT NULL, step VARCHAR(64) NOT NULL, summary text DEFAULT NULL, error_message TEXT DEFAULT NULL, PRIMARY KEY (id), KEY (created_by), KEY (status));"] [2025/04/04 10:50:54.699 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2025/04/04 10:50:54.877 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:54.761 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:54.877 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:54.761 +0000 UTC, 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/04 10:50:54.888 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:54.761 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:55.128 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=13.323535ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:55.172 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:55.173 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/04 10:50:55.175 +00:00] [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"=60.737517ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:54.761 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:55.205 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:54.761 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:55.359 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/04 10:50:55.360 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.640399255\n# Parse_time: 0\n# Compile_time: 0.007059013\n# Rewrite_time: 0.000013645\n# Optimize_time: 0\n# Wait_TS: 0.000147875\n# DB: mysql\n# Is_internal: true\n# Digest: e0bf00610662023227b3e4a7d5f58b03cae01c95aeaf892c603785420b5a5d10\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', INDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\", INDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:50:55.360 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:50:55.547 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:55.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:55.551 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:55.435 +0000 UTC, 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/04 10:50:55.589 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:55.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:55.909 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=4.166123ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:55.935 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:55.935 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/04 10:50:55.936 +00:00] [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"=32.37763ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:55.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:55.971 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:55.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:56.150 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/04 10:50:56.151 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.756573149\n# Parse_time: 0\n# Compile_time: 0.006069127\n# Rewrite_time: 0.000013695\n# Optimize_time: 0\n# Wait_TS: 0.000219654\n# DB: mysql\n# Is_internal: true\n# Digest: 90a827f5aeb9baa2131bf6ef107c623b745894733d5936771bed7e5e4aa2a0ff\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries ( resource_group_name varchar(32) not null, start_time TIMESTAMP NOT NULL, repeats int default 1, match_type varchar(12) NOT NULL, action varchar(64) NOT NULL, sample_sql TEXT NOT NULL, sql_digest varchar(64) NOT NULL, plan_digest varchar(64) NOT NULL, tidb_server varchar(512), rule VARCHAR(512) DEFAULT '', INDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\", INDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:50:56.152 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:50:56.404 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:56.204 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:56.404 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:56.204 +0000 UTC, 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/04 10:50:56.427 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:56.204 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:56.695 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=6.742245ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:56.712 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:56.712 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/04 10:50:56.716 +00:00] [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"=29.133797ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:56.204 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:56.749 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:56.204 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:57.099 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/04 10:50:57.115 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.943996719\n# Parse_time: 0\n# Compile_time: 0.008600156\n# Rewrite_time: 0.000014458\n# Optimize_time: 0\n# Wait_TS: 0.000180168\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` ( ID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, NAMESPACE VARCHAR(256) NOT NULL, TIMER_KEY VARCHAR(256) NOT NULL, TIMER_DATA BLOB, TIMEZONE VARCHAR(64) NOT NULL, SCHED_POLICY_TYPE VARCHAR(32) NOT NULL, SCHED_POLICY_EXPR VARCHAR(256) NOT NULL, HOOK_CLASS VARCHAR(64) NOT NULL, WATERMARK TIMESTAMP DEFAULT NULL, ENABLE TINYINT(2) NOT NULL, TIMER_EXT JSON NOT NULL, EVENT_STATUS VARCHAR(32) NOT NULL, EVENT_ID VARCHAR(64) NOT NULL, EVENT_DATA BLOB, EVENT_START TIMESTAMP DEFAULT NULL, SUMMARY_DATA BLOB, CREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, UPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, VERSION BIGINT(64) UNSIGNED NOT NULL, PRIMARY KEY (ID), UNIQUE KEY timer_key(NAMESPACE, TIMER_KEY), KEY hook_class(HOOK_CLASS) );"] [2025/04/04 10:50:57.116 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2025/04/04 10:50:57.246 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:57.171 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:57.246 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:57.171 +0000 UTC, 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/04 10:50:57.267 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:57.171 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:57.472 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=4.757359ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:57.490 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:57.490 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/04 10:50:57.493 +00:00] [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"=26.987822ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:57.171 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:57.536 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:57.171 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:57.710 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/04 10:50:57.712 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.578900216\n# Parse_time: 0\n# Compile_time: 0.008329487\n# Rewrite_time: 0.000033381\n# Optimize_time: 0\n# Wait_TS: 0.000733287\n# DB: mysql\n# Is_internal: true\n# Digest: 0756c368a062ed6f6fcf06118c0f681502d85d0c56147973918b699deb186db7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, record_id BIGINT(20) not null, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', done_time TIMESTAMP(6) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:50:57.712 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:50:57.834 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:57.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:57.834 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:57.754 +0000 UTC, 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/04 10:50:57.880 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:57.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:57.970 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=2.940727ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:58.000 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:58.000 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/04 10:50:58.001 +00:00] [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"=34.689318ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:57.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:58.033 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:57.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:58.107 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:50:58.107 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:50:58.107 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:50:58.107 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:50:58.127 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/04 10:50:58.134 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.418765385\n# Parse_time: 0\n# Compile_time: 0.014971966\n# Rewrite_time: 0.000012783\n# Optimize_time: 0\n# Wait_TS: 0.000141402\n# DB: mysql\n# Is_internal: true\n# Digest: d7aca5b8f7b6ebbd013778d4a0451e0b59954ffc0090d361b1f71722be496608\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.dist_framework_meta ( host VARCHAR(261) NOT NULL PRIMARY KEY, role VARCHAR(64), cpu_count int default 0, keyspace_id bigint(8) NOT NULL DEFAULT -1 );"] [2025/04/04 10:50:58.135 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2025/04/04 10:50:58.220 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:58.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:58.220 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:58.161 +0000 UTC, 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/04 10:50:58.247 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:58.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:58.413 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=3.472591ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:58.440 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:58.440 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/04 10:50:58.444 +00:00] [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"=34.625712ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:58.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:58.489 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:58.161 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:58.593 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/04 10:50:58.594 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.455363183\n# Parse_time: 0\n# Compile_time: 0.002727626\n# Rewrite_time: 0.000012064\n# Optimize_time: 0\n# Wait_TS: 0.000223286\n# DB: mysql\n# Is_internal: true\n# Digest: 5ca9dd4b3efdb0fd8b4c7af3016f911e048fc356c5b2a241e06c5bc30f085ce7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.request_unit_by_group ( start_time TIMESTAMP(6) NOT NULL, end_time TIMESTAMP(6) NOT NULL, resource_group VARCHAR(32) NOT null, total_ru bigint(64) UNSIGNED NOT NULL, PRIMARY KEY (start_time, end_time, resource_group), KEY (resource_group) );"] [2025/04/04 10:50:58.595 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2025/04/04 10:50:58.605 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:50:58.698 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:58.648 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:58.698 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:58.648 +0000 UTC, 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/04 10:50:58.723 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:58.648 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:58.872 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=3.424381ms] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:50:58.911 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:58.911 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/04 10:50:58.912 +00:00] [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"=44.110706ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:58.648 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:58.973 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:58.648 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:59.211 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/04 10:50:59.212 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.613881681\n# Parse_time: 0\n# Compile_time: 0.005705732\n# Rewrite_time: 0.000012299\n# Optimize_time: 0\n# Wait_TS: 0.000155263\n# DB: mysql\n# Is_internal: true\n# Digest: c3f2b12f28890accfe7e3cd6df43661468be7bca7e24b853661916ce164d8160\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map ( restored_ts BIGINT NOT NULL, upstream_cluster_id BIGINT NOT NULL, segment_id BIGINT NOT NULL, id_map BLOB(524288) NOT NULL, update_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/04 10:50:59.213 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/04 10:50:59.267 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:59.242 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:59.267 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:59.242 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 10:50:59.287 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:59.242 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:59.342 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=668.808ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 10:50:59.358 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:59.358 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/04 10:50:59.359 +00:00] [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"=24.06115ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:59.242 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:59.396 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:59.242 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:59.454 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/04 10:50:59.454 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/04 10:50:59.563 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:59.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:50:59.564 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:59.503 +0000 UTC, 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/04 10:50:59.582 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:59.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:59.763 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=2.834592ms] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:50:59.780 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:50:59.781 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/04 10:50:59.781 +00:00] [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"=22.363557ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:50:59.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:59.832 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:50:59.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:50:59.942 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/04 10:50:59.944 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.484826112\n# Parse_time: 0\n# Compile_time: 0.015335452\n# Rewrite_time: 0.006240414\n# Optimize_time: 0\n# Wait_TS: 0.00399697\n# DB: mysql\n# Is_internal: true\n# Digest: 04175714d714f771531a56c7ae3f097cec113655220f87ac336c5ae44d3d3f8f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE VIEW sys.schema_unused_indexes AS SELECT table_schema as object_schema, table_name as object_name, index_name FROM information_schema.cluster_tidb_index_usage WHERE table_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and index_name != 'PRIMARY' GROUP BY table_schema, table_name, index_name HAVING sum(last_access_time) is null;"] [2025/04/04 10:51:00.085 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:51:00 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:51:00.085 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:51:00 +0000 UTC, 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/04 10:51:00.130 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:51:00 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:51:00.326 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=5.420712ms] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:51:00.342 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:51:00.343 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/04 10:51:00.350 +00:00] [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"=31.591662ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:51:00 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:51:00.391 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:51:00 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:51:00.550 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/04 10:51:00.552 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.601528421\n# Parse_time: 0\n# Compile_time: 0.015366452\n# Rewrite_time: 0.000012536\n# Optimize_time: 0\n# Wait_TS: 0.00015957\n# DB: mysql\n# Is_internal: true\n# Digest: 70367647c92c5d0f8c232f2767a57dfe16b6ba8abad6fa939d6846291e8fa94c\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.index_advisor_results ( id bigint primary key not null auto_increment, created_at datetime not null, updated_at datetime not null, schema_name varchar(64) not null, table_name varchar(64) not null, index_name varchar(127) not null, index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"', index_details json, -- est_index_size, reason, DDL to create this index, ... top_impacted_queries json, -- improvement, plan before and after this index, ... workload_impact json, -- improvement and more details, ... extra json, -- for the cloud env to save more info like RU, cost_saving, ... index idx_create(created_at), index idx_update(updated_at), unique index idx(schema_name, table_name, index_columns));"] [2025/04/04 10:51:00.553 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/04 10:51:00.733 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:51:00.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:51:00.733 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:51:00.626 +0000 UTC, 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/04 10:51:00.754 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:51:00.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:51:00.913 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=6.618291ms] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:51:00.949 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:51:00.949 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/04 10:51:00.949 +00:00] [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"=44.076013ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:51:00.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:51:00.989 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:51:00.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:51:01.094 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/04 10:51:01.098 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.525712564\n# Parse_time: 0\n# Compile_time: 0.005192276\n# Rewrite_time: 0.000015309\n# Optimize_time: 0\n# Wait_TS: 0.000135373\n# DB: mysql\n# Is_internal: true\n# Digest: 4f6cb23bc55d76683beb221b33d4e5d78047d43c500f2001fe11206811779076\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options ( module varchar(128), name varchar(128), value varchar(128), updated_at datetime, status varchar(128), description text, primary key(module, name));"] [2025/04/04 10:51:01.099 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/04 10:51:01.203 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:51:01.14 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:51:01.203 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:51:01.14 +0000 UTC, 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/04 10:51:01.223 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:51:01.14 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:51:01.339 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=3.776141ms] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:51:01.355 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:51:01.356 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/04 10:51:01.357 +00:00] [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"=22.267661ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:51:01.14 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:51:01.400 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:51:01.14 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:51:01.487 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/04 10:51:01.488 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.38429882\n# Parse_time: 0\n# Compile_time: 0.003160819\n# Rewrite_time: 0.000011471\n# Optimize_time: 0\n# Wait_TS: 0.000126208\n# DB: mysql\n# Is_internal: true\n# Digest: 22e991e019befcd18128737c6c7e27c9e600ee33f309f16473f3b2e432b493a4\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_workload_values ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, version bigint(20) NOT NULL, category varchar(64) NOT NULL, type varchar(64) NOT NULL, table_id bigint(20) NOT NULL, value json NOT NULL, index idx_version_category_type (version, category, type), index idx_table_id (table_id));"] [2025/04/04 10:51:01.488 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/04 10:51:02.508 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117233706434560\n# Query_time: 0.741621741\n# Parse_time: 0\n# Compile_time: 0.382248647\n# Rewrite_time: 0.010149107\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Mem_max: 367496\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('ugPwVTAJMjdfMQkwCTAJTi9BCTAJdGltZTozMzUuN21zLCBvcGVuOjI0LjXCtXMsIGNsb3NlOjYywrVzLCBsb29wczoxLCBwcmVwYXJlOiB7dG90YWw6IDQ4CT1MYXV0b19pZF9hbGxvY2F0b3I6IHsFDFBfY250OiAxLCBHZXQ6e251bV9ycGMBSwVBAF8Fg5gyMDEuOcK1c30sIGNvbW1pdF90eG46IHtwcmV3cml0ZTo1NTcuMcIBlwxnZXRfESQMczoyMAWfCREQOjEuNDUByRxzbG93ZXN0XxE/BXIEIHsFcXQ6IDAuMDAwcywgcmVnaW9uX2lkOiAyLCBzdG9yZToJBwgxLCAZihhwcmltYXJ5RkQAADGKRAANZAhudW0B8gXMEF9rZXlzGQ6UYnl0ZTozMn19fSwgaW5zZXJ0OjI4N21zCTExMC45IEtCCU4vQQo=')\n# Resource_group: default\nINSERT HIGH_PRIORITY INTO mysql.GLOBAL_VARIABLES VALUES (\"collation_server\", \"utf8mb4_bin\"), (\"rewriter_verbose\", \"\"), (\"tidb_stmt_summary_internal_query\", \"OFF\"), (\"low_priority_updates\", \"OFF\"), (\"tidb_sysproc_scan_concurrency\", \"1\"), (\"tidb_opt_force_inline_cte\", \"OFF\"), (\"tidb_max_dist_task_nodes\", \"-1\"), (\"authentication_ldap_sasl_bind_root_dn\", \"\"), (\"tidb_enable_list_partition\", \"ON\"), (\"tidb_enable_instance_plan_cache\", \"OFF\"), (\"key_cache_division_limit\", \"100\"), (\"innodb_stats_transient_sample_pages\", \"8\"), (\"profiling\", \"OFF\"), (\"max_write_lock_count\", \"18446744073709551615\"), (\"tidb_max_bytes_before_tiflash_external_sort\", \"-1\"), (\"authentication_ldap_sasl_server_host\", \"\"), (\"innodb_io_capacity\", \"200\"), (\"tidb_simplified_metrics\", \"OFF\"), (\"tidb_memory_usage_alarm_keep_record_num\", \"5\"), (\"tidb_batch_pending_tiflash_count\", \"4000\"), (\"tidb_ttl_scan_batch_size\", \"500\"), (\"authentication_ldap_simple_bind_root_pwd\", \"\"), (\"innodb_replication_delay\", \"0\"), (\"show_compatibility_56\", \"\"), (\"innodb_buffer_pool_filename\", \"ib_buffer_pool\"), (\"init_connect\", \"\"), (\"tidb_server_memory_limit_gc_trigger\", \"0.7\"), (\"tidb_enable_plan_replayer_capture\", \"ON\"), (\"optimizer_trace_features\", \"greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on\"), (\"auto_increment_offset\", \"1\"), (\"innodb_ft_aux_table\", \"\"), (\"tidb_skip_missing_partition_stats\", \"ON\"), (\"tidb_plan_cache_max_plan_size\", \"2097152\"), (\"server_id\", \"0\"), (\"innodb_spin_wait_delay\", \"6\"), (\"max_points_in_geometry\", \"65536\"), (\"tidb_opt_scan_factor\", \"1.5\"), (\"tidb_window_concurrency\", \"-1\"), (\"innodb_disable_sort_file_cache\", \"0\"), (\"authentication_ldap_simple_server_host\", \"\"), (\"tidb_enable_inl_join_inner_multi_pattern\", \"ON\"), (\"tidb_enable_cascades_planner\", \"OFF\"), (\"password_reuse_interval\", \"0\"), (\"authentication_ldap_sasl_bind_root_pwd\", \"\"), (\"log_syslog_facility\", \"\"), (\"tidb_init_chunk_size\", \"32\"), (\"require_secure_transport\", \"OFF\"), (\"tidb_opt_enable_fuzzy_binding\", \"OFF\"), (\"session_track_system_variables\", \"\"), (\"innodb_old_blocks_time\", \"1000\"), (\"innodb_ft_user_stopword_table\", \"\"), (\"tidb_accelerate_user_creation_update\", \"OFF\"), (\"tidb_prepared_plan_cache_memory_guard_ratio\", \"0.1\"), (\"tiflash_compute_dispatch_policy\", \"consistent_hash\"), (\"tidb_resource_control_strict_mode\", \"ON\"), (\"default_storage_engine\", \"InnoDB\"), (\"enforce_gtid_consistency\", \"OFF\"), (\"innodb_thread_concurrency\", \"0\"), (\"authentication_ldap_sasl_bind_base_dn\", \"\"), (\"default_authentication_plugin\", \"mysql_native_password\"), (\"tidb_index_join_batch_size\", \"25000\"), (\"tidb_opt_fix_control\", \"\"), (\"innodb_commit_concurrency\", \"0\"), (\"sql_big_selects\", \"ON\"), (\"tidb_store_batch_size\", \"4\"), (\"lc_messages\", \"en_US\"), (\"log_timestamps\", \"\"), (\"tidb_remove_orderby_in_subquery\", \"ON\"), (\"mpp_version\", \"UNSPECIFIED\"), (\"character_set_results\", \"utf8mb4\"), (\"connect_timeout\", \"10\"), (\"end_markers_in_json\", \"OFF\"), (\"read_buffer_size\", \"131072\"), (\"long_query_time\", \"10.000000\"), (\"tidb_enable_analyze_snapshot\", \"OFF\"), (\"tidb_ddl_disk_quota\", \"107374182400\"), (\"tidb_opt_skew_distinct_agg\", \"OFF\"), (\"tidb_streamagg_concurrency\", \"1\"), (\"foreign_key_checks\", \"ON\"), (\"query_prealloc_size\", \"8192\"), (\"sync_relay_log\", \"10000\"), (\"tidb_enable_global_index\", \"ON\"), (\"join_buffer_size\", \"262144\"), (\"tidb_enable_pipelined_window_function\", \"ON\"), (\"mysql_native_password_proxy_users\", \"\"), (\"optimizer_search_depth\", \"62\"), (\"log_backward_compatible_user_definitions\", \"\"), (\"tidb_gc_life_time\", \"10m0s\"), (\"tidb_stats_cache_mem_quota\", \"0\"), (\"tidb_session_plan_cache_size\", \"100\"), (\"tidb_plan_cache_invalidation_on_fresh_stats\", \"ON\"), (\"unique_checks\", \"ON\"), (\"tidb_skip_isolation_level_check\", \"OFF\"), (\"tidb_enable_new_cost_interface\", \"ON\"), (\"authentication_ldap_sasl_ca_path\", \"\"), (\"tidb_enable_table_partition\", \"ON\"), (\"tidb_auto_analyze_ratio\", \"0.5\"), (\"tidb_max_delta_schema_count\", \"1024\"), (\"ndbinfo_max_rows\", \"\"), (\"keep_files_on_create\", \"OFF\"), (\"max_seeks_for_key\", \"18446744073709551615\"), (\"gtid_executed_compression_period\", \"\"), (\"sql_mode\", \"ONLY_FULL_GRO(len:25902);"] [2025/04/04 10:51:02.808 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=35.777511516s] [2025/04/04 10:51:02.819 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=b8ef75fc-bce6-42a1-a516-e0820e5b2729] [2025/04/04 10:51:02.840 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:51:02.846 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:51:02.846 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:51:02.847 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=150.355ยตs] [2025/04/04 10:51:02.847 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=97.343ยตs] [2025/04/04 10:51:02.847 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=103.623ยตs] [2025/04/04 10:51:02.847 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=103.959ยตs] [2025/04/04 10:51:02.847 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=88.693ยตs] [2025/04/04 10:51:02.848 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=92.362ยตs] [2025/04/04 10:51:02.848 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=103.907ยตs] [2025/04/04 10:51:02.848 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=119.76ยตs] [2025/04/04 10:51:02.849 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=114.387ยตs] [2025/04/04 10:51:02.849 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=107.1ยตs] [2025/04/04 10:51:02.849 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=b8ef75fc-bce6-42a1-a516-e0820e5b2729] [2025/04/04 10:51:02.849 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:51:02.849 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:51:02.898 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=b8ef75fc-bce6-42a1-a516-e0820e5b2729] ["take time"=79.454856ms] [2025/04/04 10:51:02.898 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=b8ef75fc-bce6-42a1-a516-e0820e5b2729] [2025/04/04 10:51:02.899 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:51:02.899 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:51:02.899 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:51:02.899 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:51:02.899 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:51:02.899 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:51:02.899 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:51:02.899 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:51:02.899 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:51:02.899 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:51:02.899 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:51:02.899 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:51:02.899 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:51:02.899 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:51:02.899 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:51:02.899 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=80.529475ms] [2025/04/04 10:51:02.900 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=9fa3ee8b-6ed3-4965-8342-1557be1cfaf2] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:51:03.170 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:51:03.170 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:51:03.738 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=564.844192ms] [2025/04/04 10:51:03.738 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:51:03.738 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=566.990613ms] [2025/04/04 10:51:03.739 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=55] ["reload ts"=457117234295734272] [2025/04/04 10:51:03.756 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=597d7979-828e-42d3-a2bb-aa7a81f5291b] [runWorker=true] [jobVersion=v2] [2025/04/04 10:51:03.757 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:51:03.758 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:51:03.758 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:51:03.758 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:51:03.758 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:51:03.758 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:51:03.758 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:51:03.758 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:51:03.759 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:51:03.759 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:51:03.759 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:51:03.759 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:51:03.759 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:51:03.759 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:51:03.759 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:51:03.759 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=597d7979-828e-42d3-a2bb-aa7a81f5291b] [2025/04/04 10:51:03.759 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:51:03.760 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:51:03.760 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:51:03.822 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:51:03.822 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=597d7979-828e-42d3-a2bb-aa7a81f5291b] [2025/04/04 10:51:03.822 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 10:51:03.870 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/04 10:51:03.872 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:51:03.880 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:51:03.952 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:51:03.974 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:51:03.974 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 10:51:03.977 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=597d7979-828e-42d3-a2bb-aa7a81f5291b] [2025/04/04 10:51:03.977 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:51:03.977 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/04 10:51:03.985 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 10:51:03.986 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:51:03.986 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:51:03.986 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:51:03.986 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:51:03.989 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/04 10:51:04.009 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 10:51:04.010 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/04 10:51:04.010 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] testkit.go:123: RefreshSession rand seed: 1743763864010635110 [2025/04/04 10:51:04.018 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=597d7979-828e-42d3-a2bb-aa7a81f5291b] [ttl-worker=task-manager] [ttl-worker=597d7979-828e-42d3-a2bb-aa7a81f5291b] [originalCount=0] [newCount=4] [2025/04/04 10:51:04.018 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=597d7979-828e-42d3-a2bb-aa7a81f5291b] [ttl-worker=task-manager] [ttl-worker=597d7979-828e-42d3-a2bb-aa7a81f5291b] [originalCount=0] [newCount=4] [2025/04/04 10:51:04.018 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=597d7979-828e-42d3-a2bb-aa7a81f5291b] [2025/04/04 10:51:04.024 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=test] [sql="drop table if exists t"] [user=] [2025/04/04 10:51:04.097 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:51:04.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:51:04.098 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:51:04.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t(a int)"] [2025/04/04 10:51:04.118 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-04 10:51:04.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:51:04.133 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t)"] [2025/04/04 10:51:04.205 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=1.706939ms] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:51:04.221 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/04 10:51:04.222 +00:00] [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"=20.268931ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:51:04.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:51:04.254 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-04 10:51:04.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:51:04.318 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/04 10:51:04.318 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t(a int)"] [user=] [2025/04/04 10:51:04.561 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:51:04.834 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:51:04.834 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:51:04.834 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:51:04.834 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:51:05.010 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2025/04/04 10:51:05.019 +00:00] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [groupID=ttl] [2025/04/04 10:51:05.019 +00:00] [INFO] [runtime.go:450] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2025/04/04 10:51:05.058 +00:00] [INFO] [scheduler_manager.go:198] ["schedule task loop start"] [server-id=:4000] [2025/04/04 10:51:05.058 +00:00] [INFO] [scheduler_manager.go:302] ["subtask table gc loop start"] [server-id=:4000] [2025/04/04 10:51:05.058 +00:00] [INFO] [scheduler_manager.go:366] ["cleanup loop start"] [server-id=:4000] [2025/04/04 10:51:05.058 +00:00] [INFO] [scheduler_manager.go:442] ["collect loop start"] [server-id=:4000] [2025/04/04 10:51:05.369 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:51:04.598 +00:00] ["end time"=2025/04/04 10:51:05.348 +00:00] [cost=749.970186ms] ["sample rate reason"=] [2025/04/04 10:51:05.542 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117234504925184\n# Conn_ID: 1\n# Query_time: 1.013762489\n# Parse_time: 0.005606098\n# Compile_time: 0.001965993\n# Rewrite_time: 0.000124041\n# Optimize_time: 0.000667369\n# Wait_TS: 0.000187694\n# DB: test\n# Is_internal: false\n# Digest: 880dfb08746db969a4629414b6efe5284230d9dfeeebcb42221b2014b7df8821\n# Mem_max: 20837\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse test;\nanalyze table t with 30 samples;"] [2025/04/04 10:51:05.565 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:51:05.759 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:51:05.815 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:51:05.595 +00:00] ["end time"=2025/04/04 10:51:05.796 +00:00] [cost=201.704789ms] ["sample rate reason"=] [2025/04/04 10:51:05.988 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117234769690624\n# Conn_ID: 1\n# Query_time: 0.444521953\n# Parse_time: 0.000868963\n# Compile_time: 0.001805076\n# Rewrite_time: 0.000080343\n# Optimize_time: 0.000667369\n# Wait_TS: 0.000178552\n# DB: test\n# Is_internal: false\n# Digest: 74d90334899151bba46b69fec08ed8ef6ab717e558afd05f8a33a376ba603fc0\n# Mem_max: 378\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table t with 4 buckets, 0 topn, 4 cmsketch width, 4 cmsketch depth;"] [2025/04/04 10:51:06.023 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:51:13.015 +00:00] [INFO] [select.go:515] ["limit executor close takes a long time"] [elapsed=5.613204ms] [2025/04/04 10:51:16.032 +00:00] [INFO] [select.go:515] ["limit executor close takes a long time"] [elapsed=22.311992ms] [2025/04/04 10:51:17.783 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117235353747456] [newTTL=30009] [isPipelinedTxn=false] [2025/04/04 10:51:22.037 +00:00] [INFO] [select.go:515] ["limit executor close takes a long time"] [elapsed=7.556167ms] [2025/04/04 10:51:27.781 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117235353747456] [newTTL=40007] [isPipelinedTxn=false] [2025/04/04 10:51:37.802 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117235353747456] [newTTL=50028] [isPipelinedTxn=false] [2025/04/04 10:51:47.781 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117235353747456] [newTTL=60007] [isPipelinedTxn=false] [2025/04/04 10:51:57.782 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117235353747456] [newTTL=70008] [isPipelinedTxn=false] [2025/04/04 10:52:04.309 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117235353747456\n# Query_time: 39.410194875\n# Parse_time: 0\n# Compile_time: 39.380425767\n# Rewrite_time: 0.001065358\n# Optimize_time: 0.054999679\n# Wait_TS: 0\n# LockKeys_time: 0.001295997\n# Is_internal: true\n# Digest: ea80d74ba05c4c55bd81dbb49a7b6b9bf86983f659468ac21a0b61ec0c8c317d\n# Mem_max: 6720021\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('oALweTAJMjdfMQkwCTAJTi9BCTAJdGltZToyOC44bXMsIG9wZW46MTkxLjXCtXMsIGNsb3NlOjE5LjbCtXMsIGxvb3BzOjIsIHByZWZldGNoOiA5NDQuNsK1cywgcnBjOiB7QmF0Y2hHZXQ6e251bV9ycGM6MiwgdG90YWxfBWkENDkJXDx9fSwgbG9ja19rZXlzOiB7BR0IMS4zAYUkcmVnaW9uOjEsIAUdKDMsIHNsb3dlc3RfCWQsdG90YWw6IDAuMDAxAXkFLzRfaWQ6IDIsIHN0b3JlOgkHCDEsIBFnATocOTY5Ljg3MsIB2mBycGNfY291bnQ6MX0JMi40MCBNQglOL0EK')\n# Binary_plan: tidb_decode_binary_plan('rQLwWwqoAgoISW5zZXJ0XzE4AUABUgNOL0FaMnRpbWU6MjguOG1zLCBvcGVuOjE5MS41wrVzLCBjbG9zZToxOS42wrVzLCBsb29wczoyYkRwcmVmZXRjaDogOTQ0LjbCAR2AcnBjOiB7QmF0Y2hHZXQ6e251bV9ycGM6MiwgdG90YWxfBWkINDkxBVxAfX1iiAFsb2NrX2tleXM6IHsFHggxLjMBhiRyZWdpb246MSwgBR0kMywgc2xvd2VzdAVRCCB7dAFQIDogMC4wMDFzLA0vNF9pZDogMiwgc3RvcmU6CQcMMSwgfQG3BGNrBTocOTY5Ljg3MsINr2hfY291bnQ6MX1wldSZAXj///////////8BGAE=')\n# Resource_group: default\n# Tikv_cpu_time: 0.008\nreplace into mysql.stats_histograms (table_id, is_index, hist_id, distinct_count, version, null_count, cm_sketch, tot_col_size, stats_ver, correlation) values (112, 0, 1, 20, 457117235353747456, 0, _binary'\\n?ฬ™\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\(len:3775094);"] [2025/04/04 10:52:04.630 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:51:06.041 +00:00] ["end time"=2025/04/04 10:52:04.607 +00:00] [cost=58.566724133s] ["sample rate reason"=] [2025/04/04 10:52:05.588 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117234886344704\n# Conn_ID: 1\n# Query_time: 59.59936913\n# Parse_time: 0.000640668\n# Compile_time: 0.001547114\n# Rewrite_time: 0.000088046\n# Optimize_time: 0.000667369\n# Wait_TS: 0.000211968\n# DB: test\n# Is_internal: false\n# Digest: adcababdea983bce92ac7910cb654139de5086948938b70822ca3e9196b14c9b\n# Mem_max: 2516932\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table t with 1258291 cmsketch width, 1 cmsketch depth;"] [2025/04/04 10:52:05.604 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:52:16.883 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117250846982144] [newTTL=30007] [isPipelinedTxn=false] [2025/04/04 10:52:21.130 +00:00] [INFO] [select.go:515] ["limit executor close takes a long time"] [elapsed=1.17155ms] [2025/04/04 10:52:26.886 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117250846982144] [newTTL=40010] [isPipelinedTxn=false] [2025/04/04 10:52:36.885 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117250846982144] [newTTL=50009] [isPipelinedTxn=false] [2025/04/04 10:52:46.883 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117250846982144] [newTTL=60007] [isPipelinedTxn=false] [2025/04/04 10:52:53.291 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117250846982144\n# Query_time: 31.183188431\n# Parse_time: 0\n# Compile_time: 31.135744384\n# Rewrite_time: 0.001287789\n# Optimize_time: 0.00578869\n# Wait_TS: 0\n# LockKeys_time: 0.001193421\n# Is_internal: true\n# Digest: ea80d74ba05c4c55bd81dbb49a7b6b9bf86983f659468ac21a0b61ec0c8c317d\n# Mem_max: 4154482\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('nQLwUjAJMjdfMQkwCTAJTi9BCTAJdGltZTo0Ni40bXMsIG9wZW46MTAxLjjCtXMsIGNsb3NlOjIwLjHCtXMsIGxvb3BzOjIsIHByZWZldGNoOiAxNC40ATlYcnBjOiB7QmF0Y2hHZXQ6e251bV9ycGMBLRR0b3RhbF8FZ1QxMy45bXN9fSwgbG9ja19rZXlzOiB7CRsILjE5BUkgZWdpb246MSwgBR4kMywgc2xvd2VzdAVPBCB7BU4kOiAwLjAwMXMsIAkvNF9pZDogMiwgc3RvcmU6CQcIMSwgEWgBiRg4ODguNDM3BchgcnBjX2NvdW50OjF9CTEuOTUgTUIJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('qQLwWAqkAgoISW5zZXJ0XzE4AUABUgNOL0FaMnRpbWU6NDYuNG1zLCBvcGVuOjEwMS44wrVzLCBjbG9zZToyMC4xwrVzLCBsb29wczoyYkBwcmVmZXRjaDogMTQuBTmAcnBjOiB7QmF0Y2hHZXQ6e251bV9ycGM6MiwgdG90YWxfBWdYMTMuOW1zfX1iiQFsb2NrX2tleXM6IHsJHAguMTkBgyRyZWdpb246MSwgBR4kMywgc2xvd2VzdAVQCCB7dAFPIDogMC4wMDFzLA0vNF9pZDogMiwgc3RvcmU6CQcUMSwgfSwgBWgBihg4ODguNDM3BdhwcnBjX2NvdW50OjF9cPKIfXj///////////8BGAE=')\n# Resource_group: default\n# Tikv_cpu_time: 0.196\nreplace into mysql.stats_histograms (table_id, is_index, hist_id, distinct_count, version, null_count, cm_sketch, tot_col_size, stats_ver, correlation) values (112, 0, 1, 20, 457117250846982144, 0, _binary'\\n??\u0002\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0(len:3071535);"] [2025/04/04 10:52:53.614 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:52:05.624 +00:00] ["end time"=2025/04/04 10:52:53.586 +00:00] [cost=47.962184896s] ["sample rate reason"=] [2025/04/04 10:52:54.433 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117250510651392\n# Conn_ID: 1\n# Query_time: 48.843612199\n# Parse_time: 0.00086847\n# Compile_time: 0.001725402\n# Rewrite_time: 0.000094833\n# Optimize_time: 0.000667369\n# Wait_TS: 0.00013941\n# DB: test\n# Is_internal: false\n# Digest: adcababdea983bce92ac7910cb654139de5086948938b70822ca3e9196b14c9b\n# Mem_max: 2048542\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table t with 20480 cmsketch width, 50 cmsketch depth;"] [2025/04/04 10:52:54.436 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:52:54.436 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=597d7979-828e-42d3-a2bb-aa7a81f5291b] [2025/04/04 10:52:54.436 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:52:54.436 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:52:54.438 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=2.212864ms] [2025/04/04 10:52:54.440 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=597d7979-828e-42d3-a2bb-aa7a81f5291b] [2025/04/04 10:52:54.440 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:52:54.440 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:52:54.477 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=597d7979-828e-42d3-a2bb-aa7a81f5291b] ["take time"=41.324316ms] [2025/04/04 10:52:54.492 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=597d7979-828e-42d3-a2bb-aa7a81f5291b] [2025/04/04 10:52:54.492 +00:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/04 10:52:54.493 +00:00] [INFO] [runtime.go:202] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2025/04/04 10:52:54.493 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=597d7979-828e-42d3-a2bb-aa7a81f5291b] [ttl-worker=task-manager] [ttl-worker=597d7979-828e-42d3-a2bb-aa7a81f5291b] [originalCount=4] [newCount=0] [2025/04/04 10:52:54.493 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:52:54.493 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:52:54.493 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:52:54.493 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:52:54.493 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=597d7979-828e-42d3-a2bb-aa7a81f5291b] [ttl-worker=task-manager] [ttl-worker=597d7979-828e-42d3-a2bb-aa7a81f5291b] [originalCount=4] [newCount=0] [2025/04/04 10:52:54.504 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:52:54.504 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:52:54.511 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:52:54.539 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:52:54.558 +00:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=597d7979-828e-42d3-a2bb-aa7a81f5291b] [2025/04/04 10:52:54.559 +00:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/04 10:52:54.559 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:52:54.559 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:52:54.559 +00:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/04 10:52:54.559 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:52:54.559 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:52:54.559 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:52:54.559 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:52:54.559 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:52:54.559 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:52:54.559 +00:00] [INFO] [domain.go:1856] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=597d7979-828e-42d3-a2bb-aa7a81f5291b] [2025/04/04 10:52:54.559 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:52:54.559 +00:00] [INFO] [scheduler_manager.go:372] ["cleanup loop exits"] [server-id=:4000] [2025/04/04 10:52:54.559 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:52:54.560 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:52:54.560 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:52:54.560 +00:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/04 10:52:54.560 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:52:54.560 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:52:54.560 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:52:54.560 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:52:54.560 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:52:54.560 +00:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/04 10:52:54.560 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:52:54.560 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:52:54.560 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:52:54.560 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:52:54.560 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:52:54.560 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:52:54.561 +00:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/04 10:52:54.561 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:52:54.561 +00:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/04 10:52:54.561 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:52:54.561 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:52:54.561 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:52:54.561 +00:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/04 10:52:54.561 +00:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/04 10:52:54.561 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:52:54.561 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:52:54.561 +00:00] [INFO] [scheduler_manager.go:448] ["collect loop exits"] [server-id=:4000] [2025/04/04 10:52:54.561 +00:00] [INFO] [scheduler_manager.go:204] ["schedule task loop exits"] [server-id=:4000] [2025/04/04 10:52:54.561 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:52:54.561 +00:00] [INFO] [scheduler_manager.go:308] ["subtask history table gc loop exits"] [server-id=:4000] [2025/04/04 10:52:54.561 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:52:54.561 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:52:54.561 +00:00] [INFO] [domain.go:1858] ["dist task scheduler manager stopped"] [id=597d7979-828e-42d3-a2bb-aa7a81f5291b] [2025/04/04 10:52:54.561 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:52:54.561 +00:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/04 10:52:54.561 +00:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/04 10:52:54.561 +00:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/04 10:52:54.562 +00:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/04 10:52:54.562 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=597d7979-828e-42d3-a2bb-aa7a81f5291b] [2025/04/04 10:52:54.562 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 10:52:54.562 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=597d7979-828e-42d3-a2bb-aa7a81f5291b] [2025/04/04 10:52:54.562 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=597d7979-828e-42d3-a2bb-aa7a81f5291b] [2025/04/04 10:52:54.562 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/04 10:52:54.565 +00:00] [ERROR] [select_result.go:556] ["invalid cop task execution summaries length"] [expected=2] [received=0] [stack="github.com/pingcap/tidb/pkg/distsql.(*selectResult).updateCopRuntimeStats\n\tpkg/distsql/select_result.go:556\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Close\n\tpkg/distsql/select_result.go:611\ngithub.com/pingcap/tidb/pkg/executor.closeAll\n\tpkg/executor/distsql.go:143\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).Close\n\tpkg/executor/table_reader.go:634\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Close\n\tpkg/executor/table_reader.go:351\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Close\n\tpkg/executor/internal/exec/executor.go:480\ngithub.com/pingcap/tidb/pkg/executor.(*recordSet).Finish.func1\n\tpkg/executor/adapter.go:202\nsync.(*Once).doSlow\n\tGOROOT/src/sync/once.go:76\nsync.(*Once).Do\n\tGOROOT/src/sync/once.go:67\ngithub.com/pingcap/tidb/pkg/executor.(*recordSet).Finish\n\tpkg/executor/adapter.go:201\ngithub.com/pingcap/tidb/pkg/session.(*execStmtResult).Finish.func1\n\tpkg/session/session.go:2377\nsync.(*Once).doSlow\n\tGOROOT/src/sync/once.go:76\nsync.(*Once).Do\n\tGOROOT/src/sync/once.go:67\ngithub.com/pingcap/tidb/pkg/session.(*execStmtResult).Finish\n\tpkg/session/session.go:2374\ngithub.com/pingcap/tidb/pkg/session.(*execStmtResult).Close\n\tpkg/session/session.go:2393\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1.1\n\tpkg/session/session.go:1992\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1999\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).refreshMDLCheckTableInfo\n\tpkg/domain/domain.go:1036\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:1194\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Start.func2\n\tpkg/domain/domain.go:1538\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103"] [2025/04/04 10:52:54.566 +00:00] [WARN] [domain.go:1038] ["get mdl info from tidb_mdl_info failed"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:208\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).handleTaskOnce\n\tpkg/store/copr/coprocessor.go:1425\ngithub.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq\n\tpkg/store/copr/coprocessor.go:1197\ngithub.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next\n\tpkg/store/copr/coprocessor.go:1112\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp\n\tpkg/distsql/select_result.go:317\ngithub.com/pingcap/tidb/pkg/distsql.(*selectResult).Next\n\tpkg/distsql/select_result.go:382\ngithub.com/pingcap/tidb/pkg/executor.(*tableResultHandler).nextChunk\n\tpkg/executor/table_reader.go:612\ngithub.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Next\n\tpkg/executor/table_reader.go:331\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*recordSet).Next\n\tpkg/executor/adapter.go:172\ngithub.com/pingcap/tidb/pkg/session.drainRecordSet\n\tpkg/session/session.go:1253\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1997\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).refreshMDLCheckTableInfo\n\tpkg/domain/domain.go:1036\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:1194\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Start.func2\n\tpkg/domain/domain.go:1538\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 10:52:54.567 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:52:54.567 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] -- Test timed out at 2025-04-04 10:52:54 UTC -- ================================================================================ ==================== Test output for //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49): === RUN TestAnalyzeParameters [2025/04/04 10:52:56.838 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/04 10:52:56.845 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:52:56.846 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:52:56.858 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:52:56.858 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:52:56.866 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:52:56.900 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=01b11f6d-6160-4cec-8dc3-a45b5ca62147] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:52:57.426 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:52:57.426 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:52:57.441 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\tpkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\tpkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:222\npkg/executor/test/analyzetest/analyzetest_test.TestAnalyzeParameters\n\tpkg/executor/test/analyzetest/analyze_test.go:144\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:52:58.127 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=680.416092ms] [2025/04/04 10:52:58.127 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:52:58.127 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=688.648034ms] [2025/04/04 10:52:58.128 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=0] ["reload ts"=457117264282124288] [2025/04/04 10:52:58.129 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=63df5b24-9724-4ade-bf89-49ad7217f6dc] [runWorker=true] [jobVersion=v2] [2025/04/04 10:52:58.130 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:52:58.130 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:52:58.130 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=63df5b24-9724-4ade-bf89-49ad7217f6dc] [2025/04/04 10:52:58.130 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:52:58.130 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:52:58.131 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:52:58.131 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:52:58.131 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:52:58.131 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:52:58.131 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:52:58.131 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:52:58.131 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:52:58.142 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\tpkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\tpkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\tpkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:52:58.150 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:52:58.150 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:52:58.150 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:52:58.150 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:52:58.150 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:52:58.170 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:52:58.150 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:52:58.267 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:52:58.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:52:58.267 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:52:58.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/04 10:52:58.290 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:52:58.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:52:58.843 +00:00] [INFO] [pd.go:432] ["adaptive update ts interval state transition"] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/04/04 10:52:59.118 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=793.228847ms] [2025/04/04 10:52:59.119 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:52:59.119 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=795.408614ms] [2025/04/04 10:52:59.120 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=1] ["reload ts"=457117264542433280] [2025/04/04 10:52:59.176 +00:00] [WARN] [runaway.go:85] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:152\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:69\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:2019\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1984\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.ExecRCRestrictedSQL\n\tpkg/resourcegroup/runaway/record.go:382\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*systemTableReader).Read\n\tpkg/resourcegroup/runaway/syncer.go:192\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.getRunawayWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:76\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:67\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getNewWatchRecords\n\tpkg/resourcegroup/runaway/syncer.go:59\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*Manager).UpdateNewAndDoneWatch\n\tpkg/resourcegroup/runaway/manager.go:402\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:75\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 10:52:59.185 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:52:59.185 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/04 10:52:59.186 +00:00] [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"=862.529899ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:52:58.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:52:59.270 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:52:58.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:52:59.322 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/04 10:52:59.323 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.1370654199999999\n# Parse_time: 0\n# Compile_time: 0.001336438\n# Rewrite_time: 0.000034171\n# Optimize_time: 0\n# Wait_TS: 0.000322355\n# DB: mysql\n# Is_internal: true\n# Digest: 0a22979ad136f741465cf206b13e5717b9758dda34f7cae5a7a925f91711d6a0\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\nCREATE DATABASE IF NOT EXISTS test;"] [2025/04/04 10:52:59.323 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/04 10:52:59.326 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/04 10:52:59.388 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=UTC] [2025/04/04 10:52:59.727 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:52:59.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:52:59.728 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:52:59.408 +0000 UTC, 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/04 10:52:59.752 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:52:59.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:00.144 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:53:00.439 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117264707059712\n# Query_time: 0.329414101\n# Parse_time: 0\n# Compile_time: 0.325665337\n# Rewrite_time: 0.000212239\n# Optimize_time: 0\n# Wait_TS: 0\n# Is_internal: true\n# Digest: 97fee0577cfae72ca71097e77c429509f8ce51c8c933f491cff959296248fc4a\n# Mem_max: 130583\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('tAHwgTAJMjhfMwkwCTAJTi9BCTAJdGltZToyLjQ0bXMsIG9wZW46MTY3LjLCtXMsIGNsb3NlOjkwwrVzLCBsb29wczoxCTI3LjUgS0IJTi9BCjEJMzZfMQkwCTEJdGFibGU6dGlkYl9kZGxfam9iLCBoYW5kbGU6NQkxCXRpbWU6NDk3LjYFTQVpDDI4LjcFDgloDDIzLjEFDzxsb29wczoyCU4vQQlOL0EK')\n# Plan_digest: 3fea32741ba131a439f08d925bc0d60ce688c732cc613c6d3625da6592028edc\n# Resource_group: default\nupdate mysql.tidb_ddl_job set job_meta = 0x7b226964223a352c2274797065223a332c22736368656d615f6964223a312c227461626c655f6964223a342c22736368656d615f6e616d65223a226d7973716c222c227461626c655f6e616d65223a2275736572222c227374617465223a342c227761726e696e67223a6e756c6c2c22657272223a6e756c6c2c226572725f636f756e74223a302c22726f775f636f756e74223a302c227261775f61726773223a7b227461626c655f696e666f223a7b226964223a342c226e616d65223a7b224f223a2275736572222c224c223a2275736572227d2c2263686172736574223a22757466386d6234222c22636f6c6c617465223a22757466386d62345f62696e222c22636f6c73223a5b7b226964223a312c226e616d65223a7b224f223a22486f7374222c224c223a22686f7374227d2c226f6666736574223a302c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a343039392c22466c656e223a3235352c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a322c226e616d65223a7b224f223a2255736572222c224c223a2275736572227d2c226f6666736574223a312c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a343130372c22466c656e223a33322c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a332c226e616d65223a7b224f223a2261757468656e7469636174696f6e5f737472696e67222c224c223a2261757468656e7469636174696f6e5f737472696e67227d2c226f6666736574223a322c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235322c22466c6167223a302c22466c656e223a36353533352c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a342c226e616d65223a7b224f223a22706c7567696e222c224c223a22706c7567696e227d2c226f6666736574223a332c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a302c22466c656e223a36342c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c2(len:97144);"] [2025/04/04 10:53:00.513 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=49.18572ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:00.552 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:00.552 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/04 10:53:00.553 +00:00] [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"=90.246287ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:52:59.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:00.615 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:52:59.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:01.203 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/04 10:53:01.206 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.843863468\n# Parse_time: 0\n# Compile_time: 0.016719308\n# Rewrite_time: 0.000019688\n# Optimize_time: 0\n# Wait_TS: 0.000220594\n# DB: mysql\n# Is_internal: true\n# Digest: e91164512a559e22fb969664cb70b57fc6c45f94b9334cd6586cce7ffc743131\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.user ( Host CHAR(255), User CHAR(32), authentication_string TEXT, plugin CHAR(64), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Process_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_db_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Super_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_user_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_slave_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_client_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Account_locked ENUM('N','Y') NOT NULL DEFAULT 'N', Shutdown_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Reload_priv ENUM('N','Y') NOT NULL DEFAULT 'N', FILE_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Config_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N', Password_reuse_history smallint unsigned DEFAULT NULL, Password_reuse_time smallint unsigned DEFAULT NULL, User_attributes json, Token_issuer VARCHAR(255), Password_expired ENUM('N','Y') NOT NULL DEFAULT 'N', Password_last_changed TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), Password_lifetime SMALLINT UNSIGNED DEFAULT NULL, Max_user_connections INT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (Host, User), KEY i_user (User));"] [2025/04/04 10:53:01.208 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:53:01.293 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:01.237 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:01.294 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:01.237 +0000 UTC, 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/04 10:53:01.306 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:01.237 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:01.480 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=3.676745ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:01.498 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:01.498 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/04 10:53:01.499 +00:00] [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"=16.433609ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:01.237 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:01.530 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:01.237 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:01.649 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/04 10:53:01.651 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.438254753\n# Parse_time: 0\n# Compile_time: 0.002953797\n# Rewrite_time: 0.000012127\n# Optimize_time: 0\n# Wait_TS: 0.000159494\n# DB: mysql\n# Is_internal: true\n# Digest: eeb59bc0d98f65a2a5aef8eaa99596260e746b00eed183baf856558ef03533ac\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.password_history ( Host char(255) NOT NULL DEFAULT '', User char(32) NOT NULL DEFAULT '', Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), Password text, PRIMARY KEY (Host,User,Password_timestamp ) ) COMMENT='Password history for user accounts' ;"] [2025/04/04 10:53:01.653 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/04 10:53:01.788 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:01.702 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:01.788 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:01.702 +0000 UTC, 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/04 10:53:01.811 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:01.702 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:01.936 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=2.99815ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:01.955 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:01.955 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/04 10:53:01.957 +00:00] [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"=25.03976ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:01.702 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:02.046 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:01.702 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:02.169 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/04 10:53:02.171 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.510159567\n# Parse_time: 0\n# Compile_time: 0.004914542\n# Rewrite_time: 0.000016415\n# Optimize_time: 0\n# Wait_TS: 0.000205933\n# DB: mysql\n# Is_internal: true\n# Digest: 3753c1a38721ac350706b476f2d0089d05a691a3e194d21afaf2010b2e79e8dd\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# Warnings: [{\"Level\":\"Warning\",\"Message\":\"BLOB/TEXT/JSON column 'Priv' can't have a default value\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE 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/04 10:53:02.171 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/04 10:53:02.481 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:02.284 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:02.482 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:02.284 +0000 UTC, 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/04 10:53:02.506 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:02.284 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:03.048 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=16.406125ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:03.073 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:03.074 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/04 10:53:03.075 +00:00] [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"=44.498434ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:02.284 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:03.131 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:02.284 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:03.369 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/04 10:53:03.371 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.160066322\n# Parse_time: 0\n# Compile_time: 0.013857288\n# Rewrite_time: 0.000023478\n# Optimize_time: 0\n# Wait_TS: 0.000194135\n# DB: mysql\n# Is_internal: true\n# Digest: 84b17ce35846b1ddbb79e94fffb3f020ff85b9efe6dfa83a14a44027adfe16ec\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.db ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (Host, DB, User), KEY i_user (User));"] [2025/04/04 10:53:03.371 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:53:03.493 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:03.421 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:03.493 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:03.421 +0000 UTC, 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/04 10:53:03.516 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:03.421 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:03.700 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=12.416462ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:03.717 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:03.718 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/04 10:53:03.718 +00:00] [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"=32.137223ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:03.421 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:03.761 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:03.421 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:03.891 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/04 10:53:03.892 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.513589171\n# Parse_time: 0\n# Compile_time: 0.004386205\n# Rewrite_time: 0.00003069\n# Optimize_time: 0\n# Wait_TS: 0.000188609\n# DB: mysql\n# Is_internal: true\n# Digest: 66ad48e3a61958e491f9b86629424276e884c5dc2c82d0493baa1e569d861f3d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tables_priv ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Grantor CHAR(77), Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Table_priv SET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'), Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name), KEY i_user (User));"] [2025/04/04 10:53:03.893 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:53:03.999 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:03.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:03.999 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:03.932 +0000 UTC, 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/04 10:53:04.028 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:03.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:04.187 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=4.333657ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:04.203 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:04.204 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/04 10:53:04.211 +00:00] [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"=32.483803ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:03.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:04.274 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:03.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:04.415 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/04 10:53:04.416 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.51537229\n# Parse_time: 0\n# Compile_time: 0.004664913\n# Rewrite_time: 0.000013567\n# Optimize_time: 0\n# Wait_TS: 0.000195551\n# DB: mysql\n# Is_internal: true\n# Digest: 6128346bea9e9b35a140e9be46b85be39f5c8ff508888c85bba4bf88b49a6572\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.columns_priv( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Column_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name, Column_name), KEY i_user (User));"] [2025/04/04 10:53:04.417 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:53:04.502 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:04.46 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:04.502 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:04.46 +0000 UTC, 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/04 10:53:04.523 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:04.46 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:04.608 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=2.545308ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:04.625 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:04.625 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/04 10:53:04.628 +00:00] [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"=23.397897ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:04.46 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:04.668 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:04.46 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:04.735 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/04 10:53:04.736 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.312882367\n# Parse_time: 0\n# Compile_time: 0.001886778\n# Rewrite_time: 0.000014515\n# Optimize_time: 0\n# Wait_TS: 0.000155175\n# DB: mysql\n# Is_internal: true\n# Digest: 1b59564c29970a0a8880792322e02b7df09888f7d0a2dfc190f3ed0ff12369d4\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/04 10:53:04.736 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/04 10:53:04.839 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:04.783 +0000 UTC, 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/04 10:53:04.840 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:04.783 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:04.855 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:04.783 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:04.942 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=2.784252ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:04.971 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:04.972 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/04 10:53:04.973 +00:00] [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"=34.901506ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:04.783 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:05.012 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:04.783 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:05.092 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/04 10:53:05.098 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.35947965\n# Parse_time: 0\n# Compile_time: 0.002105655\n# Rewrite_time: 0.000015115\n# Optimize_time: 0\n# Wait_TS: 0.000156661\n# DB: mysql\n# Is_internal: true\n# Digest: ade124588c0253b12ce82702300a98a0ff778787142ce450039efbd6347664dc\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(1024) DEFAULT NULL, COMMENT VARCHAR(1024));"] [2025/04/04 10:53:05.099 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/04 10:53:05.203 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:05.128 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:05.204 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:05.128 +0000 UTC, 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/04 10:53:05.230 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:05.128 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:05.394 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=3.745643ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:05.413 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:05.413 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/04 10:53:05.413 +00:00] [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"=24.212533ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:05.128 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:05.444 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:05.128 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:05.547 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/04 10:53:05.557 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.453406734\n# Parse_time: 0\n# Compile_time: 0.003604492\n# Rewrite_time: 0.000015982\n# Optimize_time: 0\n# Wait_TS: 0.000143322\n# DB: mysql\n# Is_internal: true\n# Digest: be740d9d66f07e7842e3b48027d6fb3ef54623295384e63dcbf3e1c8a9f15c10\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.help_topic ( help_topic_id INT(10) UNSIGNED NOT NULL, name CHAR(64) NOT NULL, help_category_id SMALLINT(5) UNSIGNED NOT NULL, description TEXT NOT NULL, example TEXT NOT NULL, url TEXT NOT NULL, PRIMARY KEY (help_topic_id) clustered, UNIQUE KEY name (name) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/04 10:53:05.562 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/04 10:53:05.681 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:05.609 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:05.682 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:05.609 +0000 UTC, 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/04 10:53:05.704 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:05.609 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:05.837 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=3.667201ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:05.856 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:05.857 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/04 10:53:05.865 +00:00] [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"=32.747219ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:05.609 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:05.910 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:05.609 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:06.012 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/04 10:53:06.014 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.447360062\n# Parse_time: 0\n# Compile_time: 0.011782065\n# Rewrite_time: 0.000014153\n# Optimize_time: 0\n# Wait_TS: 0.000188423\n# DB: mysql\n# Is_internal: true\n# Digest: 2db2929397c955d277d1b5400209b98787aa0797f979b9c213e3924c27b82ea9\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta ( version BIGINT(64) UNSIGNED NOT NULL, table_id BIGINT(64) NOT NULL, modify_count BIGINT(64) NOT NULL DEFAULT 0, count BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, snapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, INDEX idx_ver(version), UNIQUE INDEX tbl(table_id) );"] [2025/04/04 10:53:06.015 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/04 10:53:06.033 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:53:06.156 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:06.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:06.157 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:06.056 +0000 UTC, 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/04 10:53:06.177 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:06.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:06.430 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=5.437836ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:06.447 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:06.447 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/04 10:53:06.449 +00:00] [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"=25.055872ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:06.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:06.484 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:06.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:06.628 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/04 10:53:06.636 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.613602695\n# Parse_time: 0\n# Compile_time: 0.00938801\n# Rewrite_time: 0.000022629\n# Optimize_time: 0\n# Wait_TS: 0.00015592\n# DB: mysql\n# Is_internal: true\n# Digest: e038e634a5f1b7e5429d1252be7edf0ffb0922e8636032b9c68fd59f0484f6ef\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_histograms ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, distinct_count BIGINT(64) NOT NULL, null_count BIGINT(64) NOT NULL DEFAULT 0, tot_col_size BIGINT(64) NOT NULL DEFAULT 0, modify_count BIGINT(64) NOT NULL DEFAULT 0, version BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, cm_sketch BLOB(6291456), stats_ver BIGINT(64) NOT NULL DEFAULT 0, flag BIGINT(64) NOT NULL DEFAULT 0, correlation DOUBLE NOT NULL DEFAULT 0, last_analyze_pos LONGBLOB DEFAULT NULL, UNIQUE INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:53:06.637 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:53:06.748 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:06.668 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:06.748 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:06.668 +0000 UTC, 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/04 10:53:06.784 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:06.668 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:07.069 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=4.721635ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:07.116 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:07.116 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/04 10:53:07.121 +00:00] [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"=57.562069ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:06.668 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:07.166 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:06.668 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:07.304 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/04 10:53:07.305 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.660448495\n# Parse_time: 0\n# Compile_time: 0.004088334\n# Rewrite_time: 0.00002529\n# Optimize_time: 0\n# Wait_TS: 0.000269618\n# DB: mysql\n# Is_internal: true\n# Digest: 84a28596914df45e10de865c11a515d8595f2c38a422f5c8d8fb86a470ba5cad\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_buckets ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, bucket_id BIGINT(64) NOT NULL, count BIGINT(64) NOT NULL, repeats BIGINT(64) NOT NULL, upper_bound LONGBLOB NOT NULL, lower_bound LONGBLOB , ndv BIGINT NOT NULL DEFAULT 0, UNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id) );"] [2025/04/04 10:53:07.305 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/04 10:53:07.461 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:07.355 +0000 UTC, 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/04 10:53:07.464 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:07.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:07.482 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:07.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:07.581 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=3.54285ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:07.600 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:07.601 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/04 10:53:07.601 +00:00] [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"=24.611735ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:07.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:07.636 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:07.355 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:07.727 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/04 10:53:07.729 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.419688768\n# Parse_time: 0\n# Compile_time: 0.00563292\n# Rewrite_time: 0.000013778\n# Optimize_time: 0\n# Wait_TS: 0.000420238\n# DB: mysql\n# Is_internal: true\n# Digest: 4407fc98c36858aed19a41d8ab6383e7885e71a2edd2716950a8847ee0c4ccd2\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_index (job_id, element_id) );"] [2025/04/04 10:53:07.729 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:53:07.812 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:07.759 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:07.811 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:07.759 +0000 UTC, 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/04 10:53:07.838 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:07.759 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:07.969 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=3.361473ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:07.998 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:07.998 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/04 10:53:07.999 +00:00] [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"=34.388616ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:07.759 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:08.031 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:07.759 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:08.187 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/04 10:53:08.188 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.453561454\n# Parse_time: 0\n# Compile_time: 0.004534002\n# Rewrite_time: 0.000013961\n# Optimize_time: 0\n# Wait_TS: 0.000156516\n# DB: mysql\n# Is_internal: true\n# Digest: 6f80e6944eacefde08a31e8364b171d37e77c4bebc7757ae375b47812ca371cb\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_done_index (job_id, element_id) );"] [2025/04/04 10:53:08.188 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:53:08.289 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:08.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:08.290 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:08.234 +0000 UTC, 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/04 10:53:08.302 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:08.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:08.480 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=3.080233ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:08.500 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:08.500 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/04 10:53:08.500 +00:00] [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"=24.095778ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:08.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:08.538 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:08.234 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:08.635 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/04 10:53:08.636 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.445337157\n# Parse_time: 0\n# Compile_time: 0.00374143\n# Rewrite_time: 0.001058891\n# Optimize_time: 0\n# Wait_TS: 0.00015519\n# DB: mysql\n# Is_internal: true\n# Digest: ae00140f19e8173091b9a44ece06f4d51ecf640b3c9c924a7be8a7394182215f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_feedback ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, feedback BLOB NOT NULL, INDEX hist(table_id, is_index, hist_id) );"] [2025/04/04 10:53:08.637 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:53:08.800 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:08.714 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:08.800 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:08.714 +0000 UTC, 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/04 10:53:08.821 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:08.714 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:08.959 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=5.127369ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:08.975 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:08.975 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/04 10:53:08.975 +00:00] [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"=22.842895ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:08.714 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:09.017 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:08.714 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:09.103 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/04 10:53:09.104 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.461617487\n# Parse_time: 0\n# Compile_time: 0.023192669\n# Rewrite_time: 0.000024172\n# Optimize_time: 0\n# Wait_TS: 0.000171026\n# DB: mysql\n# Is_internal: true\n# Digest: b0ac22a8699b953eeb48be3f830e94a20801551f37159b586c40d30dc883661d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.role_edges ( FROM_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', FROM_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', TO_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', TO_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', WITH_ADMIN_OPTION ENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N', PRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER) );"] [2025/04/04 10:53:09.104 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/04 10:53:09.217 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:09.134 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:09.218 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:09.134 +0000 UTC, 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/04 10:53:09.238 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:09.134 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:09.361 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=4.833998ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:09.386 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:09.387 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/04 10:53:09.393 +00:00] [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"=38.082813ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:09.134 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:09.450 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:09.134 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:09.558 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/04 10:53:09.559 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.450584452\n# Parse_time: 0\n# Compile_time: 0.00362572\n# Rewrite_time: 0.000014575\n# Optimize_time: 0\n# Wait_TS: 0.000148083\n# DB: mysql\n# Is_internal: true\n# Digest: 8b707c584d1e112e8e8ec868861b803577fee329c3c9393a6b510ee14fe94302\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.default_roles ( HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', DEFAULT_ROLE_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%', DEFAULT_ROLE_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER), KEY i_user (USER));"] [2025/04/04 10:53:09.560 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/04 10:53:09.753 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:09.629 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:09.753 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:09.629 +0000 UTC, 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/04 10:53:09.776 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:09.629 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:10.079 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=5.595977ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:10.111 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:10.111 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/04 10:53:10.114 +00:00] [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"=41.000007ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:09.629 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:10.157 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:09.629 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:10.330 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/04 10:53:10.348 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.778145904\n# Parse_time: 0\n# Compile_time: 0.008079469\n# Rewrite_time: 0.000013413\n# Optimize_time: 0\n# Wait_TS: 0.00014001\n# DB: mysql\n# Is_internal: true\n# Digest: c355115b20710cd210d1922674f220e73f613065f32d62aaabd2d1ecf698841b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.bind_info ( original_sql LONGTEXT NOT NULL, bind_sql LONGTEXT NOT NULL, default_db TEXT NOT NULL, status TEXT NOT NULL, create_time TIMESTAMP(3) NOT NULL, update_time TIMESTAMP(3) NOT NULL, charset TEXT NOT NULL, collation TEXT NOT NULL, source VARCHAR(10) NOT NULL DEFAULT 'unknown', sql_digest varchar(64) DEFAULT NULL, plan_digest varchar(64) DEFAULT NULL, INDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\", INDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\", UNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:53:10.351 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:53:10.513 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:10.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:10.513 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:10.425 +0000 UTC, 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/04 10:53:10.554 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:10.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:10.700 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=3.068362ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:10.717 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:10.717 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/04 10:53:10.717 +00:00] [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"=24.539687ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:10.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:10.746 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:10.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:10.842 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/04 10:53:10.843 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.446964103\n# Parse_time: 0\n# Compile_time: 0.002375136\n# Rewrite_time: 0.000013662\n# Optimize_time: 0\n# Wait_TS: 0.000144814\n# DB: mysql\n# Is_internal: true\n# Digest: df1a9dde39341a07eb2fb8ef599e6652770203b79af3e1800917053820a3b51c\n# Mem_max: 4096\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_top_n ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, count BIGINT(64) UNSIGNED NOT NULL, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:53:10.843 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:53:10.925 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:10.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:10.929 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:10.876 +0000 UTC, 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/04 10:53:10.946 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:10.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:11.038 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=6.588353ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:11.064 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:11.065 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/04 10:53:11.066 +00:00] [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"=35.577271ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:10.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:11.094 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:10.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:11.177 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/04 10:53:11.178 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.332918595\n# Parse_time: 0\n# Compile_time: 0.002063052\n# Rewrite_time: 0.000014061\n# Optimize_time: 0\n# Wait_TS: 0.000148181\n# DB: mysql\n# Is_internal: true\n# Digest: 988ff7e96344f475621bfec9765ba7b507e76d86daa1e3fdf0f9eadbd538afd0\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist ( name CHAR(100) NOT NULL, store_type CHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb', reason VARCHAR(200) );"] [2025/04/04 10:53:11.179 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/04 10:53:11.235 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:11.209 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:11.236 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:11.209 +0000 UTC, 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/04 10:53:11.254 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:11.209 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:11.313 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=1.796657ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:11.329 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:11.329 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/04 10:53:11.333 +00:00] [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"=23.392429ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:11.209 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:11.376 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:11.209 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:11.468 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/04 10:53:11.469 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/04 10:53:11.620 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:11.559 +0000 UTC, 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/04 10:53:11.620 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:11.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:11.643 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:11.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:11.801 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=20.628883ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:11.820 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:11.820 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/04 10:53:11.820 +00:00] [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"=40.888165ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:11.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:11.869 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:11.559 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:12.070 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/04 10:53:12.072 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.569657224\n# Parse_time: 0\n# Compile_time: 0.004146671\n# Rewrite_time: 0.000015317\n# Optimize_time: 0\n# Wait_TS: 0.000145691\n# DB: mysql\n# Is_internal: true\n# Digest: 9c4f6672f019f6d6c588a6b2eb00b13f041ee54cb97f253f85d7ae52df9d23c6\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_extended ( name varchar(32) NOT NULL, type tinyint(4) NOT NULL, table_id bigint(64) NOT NULL, column_ids varchar(32) NOT NULL, stats blob DEFAULT NULL, version bigint(64) unsigned NOT NULL, status tinyint(4) NOT NULL, PRIMARY KEY(name, table_id), KEY idx_1 (table_id, status, version), KEY idx_2 (status, version) );"] [2025/04/04 10:53:12.073 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/04 10:53:12.155 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:12.097 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:12.156 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:12.097 +0000 UTC, 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/04 10:53:12.174 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:12.097 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:12.305 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=3.214552ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:12.327 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:12.328 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/04 10:53:12.330 +00:00] [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"=28.394703ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:12.097 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:12.365 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:12.097 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:12.448 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/04 10:53:12.449 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.373594981\n# Parse_time: 0\n# Compile_time: 0.002173821\n# Rewrite_time: 0.000014985\n# Optimize_time: 0\n# Wait_TS: 0.000178787\n# DB: mysql\n# Is_internal: true\n# Digest: 9e692f90f6e351e4eecf3fbff7177acf0a166d0cd79badb0ce0ced2bb754eb99\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:53:12.450 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:53:12.560 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:12.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:12.560 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:12.481 +0000 UTC, 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/04 10:53:12.605 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:12.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:12.761 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=3.456084ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:12.781 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:12.781 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/04 10:53:12.785 +00:00] [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"=27.251039ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:12.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:12.815 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:12.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:12.887 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/04 10:53:12.888 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.434452155\n# Parse_time: 0\n# Compile_time: 0.002945716\n# Rewrite_time: 0.000014034\n# Optimize_time: 0\n# Wait_TS: 0.000135589\n# DB: mysql\n# Is_internal: true\n# Digest: 752215fdcd8e21124ccfe3a90f4511f2e72581c4c48a751cc8571209fdee15f6\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.global_grants ( USER char(32) NOT NULL DEFAULT '', HOST char(255) NOT NULL DEFAULT '', PRIV char(32) NOT NULL DEFAULT '', WITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (USER,HOST,PRIV), KEY i_user (USER) );"] [2025/04/04 10:53:12.888 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/04 10:53:12.977 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:12.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:12.977 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:12.921 +0000 UTC, 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/04 10:53:13.021 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:12.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:13.181 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=2.806963ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:13.203 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:13.204 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/04 10:53:13.204 +00:00] [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"=26.187822ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:12.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:13.257 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:12.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:13.356 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/04 10:53:13.358 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.467299033\n# Parse_time: 0\n# Compile_time: 0.002598313\n# Rewrite_time: 0.000013482\n# Optimize_time: 0\n# Wait_TS: 0.000139209\n# DB: mysql\n# Is_internal: true\n# Digest: 1fac41a3d4a89e3e4da2393e1f69d1aacfec8886db749d6329e9bf677df777b8\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist ( id bigint(64) auto_increment, filter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\", filter_value varchar(32) NOT NULL, key idx(filter_type), primary key(id) );"] [2025/04/04 10:53:13.359 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/04 10:53:13.491 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:13.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:13.491 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:13.427 +0000 UTC, 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/04 10:53:13.514 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:13.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:13.632 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=3.094486ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:13.664 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:13.664 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/04 10:53:13.665 +00:00] [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"=36.847895ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:13.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:13.768 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:13.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:13.919 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/04 10:53:13.920 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.554405962\n# Parse_time: 0\n# Compile_time: 0.002500436\n# Rewrite_time: 0.000013543\n# Optimize_time: 0\n# Wait_TS: 0.000160387\n# DB: mysql\n# Is_internal: true\n# Digest: 06962f34c69b85ab590c2556bdffd68d7705d56a70a3b0522b0ba5bc55363fd3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.column_stats_usage ( table_id BIGINT(64) NOT NULL, column_id BIGINT(64) NOT NULL, last_used_at TIMESTAMP, last_analyzed_at TIMESTAMP, PRIMARY KEY (table_id, column_id) CLUSTERED );"] [2025/04/04 10:53:13.921 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:53:14.061 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:13.975 +0000 UTC, 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/04 10:53:14.061 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:13.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:14.081 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:13.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:14.230 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=14.716663ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:14.268 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:14.269 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/04 10:53:14.270 +00:00] [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"=56.054438ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:13.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:14.317 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:13.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:14.437 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/04 10:53:14.438 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.509323551\n# Parse_time: 0\n# Compile_time: 0.002915991\n# Rewrite_time: 0.000014913\n# Optimize_time: 0\n# Wait_TS: 0.000169039\n# DB: mysql\n# Is_internal: true\n# Digest: a30fd7e284f356f111cb15459926cdbebb3d6f24c950b6f3b9729d8b5f13ee4f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.table_cache_meta ( tid bigint(11) NOT NULL DEFAULT 0, lock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE', lease bigint(20) NOT NULL DEFAULT 0, oldReadLease bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (tid) );"] [2025/04/04 10:53:14.439 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/04 10:53:14.485 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:53:14.578 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:14.51 +0000 UTC, 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/04 10:53:14.587 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:14.51 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:14.600 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:14.51 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:14.759 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=3.513786ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:14.778 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:14.778 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/04 10:53:14.781 +00:00] [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"=26.294117ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:14.51 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:14.820 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:14.51 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:14.948 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/04 10:53:14.950 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.499652656\n# Parse_time: 0\n# Compile_time: 0.027223437\n# Rewrite_time: 0.000015093\n# Optimize_time: 0\n# Wait_TS: 0.000172431\n# DB: mysql\n# Is_internal: true\n# Digest: c862b6db4c0b104bd6ade1db78bbe1f6a12a30584d750044f3eec57a1a86580e\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_options ( table_id BIGINT(64) NOT NULL, sample_num BIGINT(64) NOT NULL DEFAULT 0, sample_rate DOUBLE NOT NULL DEFAULT -1, buckets BIGINT(64) NOT NULL DEFAULT 0, topn BIGINT(64) NOT NULL DEFAULT -1, column_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT', column_ids TEXT(19372), PRIMARY KEY (table_id) CLUSTERED );"] [2025/04/04 10:53:14.951 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:53:15.057 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:14.99 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:15.058 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:14.99 +0000 UTC, 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/04 10:53:15.079 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:14.99 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:15.299 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=4.117442ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:15.320 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:15.320 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/04 10:53:15.322 +00:00] [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"=28.171828ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:14.99 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:15.371 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:14.99 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:15.534 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/04 10:53:15.535 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.568900185\n# Parse_time: 0\n# Compile_time: 0.004024101\n# Rewrite_time: 0.000016807\n# Optimize_time: 0\n# Wait_TS: 0.000178793\n# DB: mysql\n# Is_internal: true\n# Digest: eceb528bf68c7d9b100b120b5113005ea7f5a4c6c1f4834403330ff156d0a3aa\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_history ( table_id bigint(64) NOT NULL, stats_data longblob NOT NULL, seq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice', version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', create_time datetime(6) NOT NULL, UNIQUE KEY table_version_seq (table_id, version, seq_no), KEY table_create_time (table_id, create_time, seq_no), KEY idx_create_time (create_time) );"] [2025/04/04 10:53:15.535 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:53:15.715 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:15.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:15.715 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:15.576 +0000 UTC, 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/04 10:53:15.754 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:15.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:15.949 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=12.065507ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:15.965 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:15.965 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/04 10:53:15.965 +00:00] [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"=30.233455ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:15.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:15.996 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:15.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:16.104 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/04 10:53:16.108 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.562410194\n# Parse_time: 0\n# Compile_time: 0.006139833\n# Rewrite_time: 0.000013189\n# Optimize_time: 0\n# Wait_TS: 0.000212942\n# DB: mysql\n# Is_internal: true\n# Digest: 752363602773b9b875eec93769301ada55a059e0b28c5434de98fdbbc6af54cb\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta_history ( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL, count bigint(64) NOT NULL, version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', source varchar(40) NOT NULL, create_time datetime(6) NOT NULL, UNIQUE KEY table_version (table_id, version), KEY table_create_time (table_id, create_time), KEY idx_create_time (create_time) );"] [2025/04/04 10:53:16.110 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:53:16.371 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:16.203 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:16.377 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:16.203 +0000 UTC, 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/04 10:53:16.411 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:16.203 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:16.733 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=6.470314ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:16.751 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:16.751 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/04 10:53:16.751 +00:00] [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"=26.14215ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:16.203 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:16.787 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:16.203 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:16.982 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/04 10:53:16.997 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.876566729\n# Parse_time: 0\n# Compile_time: 0.016436216\n# Rewrite_time: 0.000015209\n# Optimize_time: 0\n# Wait_TS: 0.026613144\n# DB: mysql\n# Is_internal: true\n# Digest: e43210dfb790a213e9535afaf9c321b9c50cd9c52fc4ea248c8239abe958ff67\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_jobs ( id BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, table_schema CHAR(64) NOT NULL DEFAULT '', table_name CHAR(64) NOT NULL DEFAULT '', partition_name CHAR(64) NOT NULL DEFAULT '', job_info TEXT NOT NULL, processed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, start_time TIMESTAMP, end_time TIMESTAMP, state ENUM('pending', 'running', 'finished', 'failed') NOT NULL, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job', process_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job', PRIMARY KEY (id), KEY (update_time), INDEX idx_schema_table_state (table_schema, table_name, state), INDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state) );"] [2025/04/04 10:53:16.998 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/04 10:53:17.055 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:17.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:17.056 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:17.024 +0000 UTC, 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/04 10:53:17.072 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:17.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:17.143 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=2.138843ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:17.161 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:17.161 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/04 10:53:17.161 +00:00] [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"=21.208119ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:17.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:17.209 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:17.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:17.300 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/04 10:53:17.301 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/04 10:53:17.442 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:17.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:17.442 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:17.351 +0000 UTC, 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/04 10:53:17.460 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:17.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:17.625 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=4.003616ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:53:17.659 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:17.659 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/04 10:53:17.660 +00:00] [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"=40.858324ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:17.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:17.718 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:17.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:17.958 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/04 10:53:17.976 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.648849249\n# Parse_time: 0\n# Compile_time: 0.015926475\n# Rewrite_time: 0.006541199\n# Optimize_time: 0\n# Wait_TS: 0.000207157\n# DB: mysql\n# Is_internal: true\n# Digest: 21116016d77c522c611ad3a280af29e3d82340ed19bc91481dd117f25aeda403\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as ( SELECT tidb_mdl_info.job_id, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query, session_id, cluster_tidb_trx.start_time, tidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS FROM mysql.tidb_ddl_job, mysql.tidb_mdl_info, information_schema.cluster_tidb_trx WHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id AND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0 );"] [2025/04/04 10:53:18.117 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:18.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:18.118 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:18.041 +0000 UTC, 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/04 10:53:18.169 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:18.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:18.455 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=3.665483ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:18.502 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:18.502 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/04 10:53:18.504 +00:00] [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"=53.227277ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:18.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:18.556 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:18.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:18.765 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/04 10:53:18.766 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.763650935\n# Parse_time: 0\n# Compile_time: 0.009445283\n# Rewrite_time: 0.000014558\n# Optimize_time: 0\n# Wait_TS: 0.000167148\n# DB: mysql\n# Is_internal: true\n# Digest: d88a70e9c5bb5a28f5a1d1f52613093328fd73c5e78668fab2b1a9c260ab506b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_status ( sql_digest VARCHAR(128), plan_digest VARCHAR(128), origin_sql TEXT, token VARCHAR(128), update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/04 10:53:18.766 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/04 10:53:18.847 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:18.794 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:18.848 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:18.794 +0000 UTC, 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/04 10:53:18.899 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:18.794 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:19.081 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=2.696746ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:19.120 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:19.123 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/04 10:53:19.126 +00:00] [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"=49.159699ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:18.794 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:19.179 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:18.794 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:19.268 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/04 10:53:19.269 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.500255931\n# Parse_time: 0\n# Compile_time: 0.002490831\n# Rewrite_time: 0.000013441\n# Optimize_time: 0\n# Wait_TS: 0.001313612\n# DB: mysql\n# Is_internal: true\n# Digest: 1ce2bb4fd69df5a5aeb254910aeeab700c1408b8c2de8f7dbe3ebbc11a4b1542\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_task ( sql_digest VARCHAR(128) NOT NULL, plan_digest VARCHAR(128) NOT NULL, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (sql_digest,plan_digest));"] [2025/04/04 10:53:19.270 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2025/04/04 10:53:19.422 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:19.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:19.423 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:19.321 +0000 UTC, 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/04 10:53:19.444 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:19.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:19.657 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=3.852473ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:19.675 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:19.675 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/04 10:53:19.676 +00:00] [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"=24.710423ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:19.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:19.709 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:19.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:19.872 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/04 10:53:19.873 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.598703842\n# Parse_time: 0\n# Compile_time: 0.026866025\n# Rewrite_time: 0.000019783\n# Optimize_time: 0\n# Wait_TS: 0.000154698\n# DB: mysql\n# Is_internal: true\n# Digest: f2c0bd78cfe8f7e6b4f8b30f83a48ff4c49a1a9de1c1a0c721ec3561ac42865a\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_table_locked( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL DEFAULT 0, count bigint(64) NOT NULL DEFAULT 0, version bigint(64) UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (table_id));"] [2025/04/04 10:53:19.874 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2025/04/04 10:53:20.089 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:19.958 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:20.089 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:19.958 +0000 UTC, 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/04 10:53:20.113 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:19.958 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:20.504 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=36.76044ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:20.551 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:20.552 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/04 10:53:20.554 +00:00] [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"=88.324464ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:19.958 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:20.638 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:19.958 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:20.845 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/04 10:53:20.848 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.958464669\n# Parse_time: 0\n# Compile_time: 0.032580328\n# Rewrite_time: 0.000014401\n# Optimize_time: 0\n# Wait_TS: 0.000171168\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status ( table_id bigint(64) PRIMARY KEY, parent_table_id bigint(64), table_statistics text DEFAULT NULL, last_job_id varchar(64) DEFAULT NULL, last_job_start_time timestamp NULL DEFAULT NULL, last_job_finish_time timestamp NULL DEFAULT NULL, last_job_ttl_expire timestamp NULL DEFAULT NULL, last_job_summary text DEFAULT NULL, current_job_id varchar(64) DEFAULT NULL, current_job_owner_id varchar(64) DEFAULT NULL, current_job_owner_addr varchar(256) DEFAULT NULL, current_job_owner_hb_time timestamp, current_job_start_time timestamp NULL DEFAULT NULL, current_job_ttl_expire timestamp NULL DEFAULT NULL, current_job_state text DEFAULT NULL, current_job_status varchar(64) DEFAULT NULL, current_job_status_update_time timestamp NULL DEFAULT NULL);"] [2025/04/04 10:53:20.849 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2025/04/04 10:53:21.060 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:20.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:21.064 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:20.881 +0000 UTC, 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/04 10:53:21.099 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:20.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:21.451 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=27.570198ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:21.478 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:21.478 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/04 10:53:21.480 +00:00] [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"=78.336125ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:20.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:21.569 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:20.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:21.758 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/04 10:53:21.760 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.904027068\n# Parse_time: 0\n# Compile_time: 0.005207318\n# Rewrite_time: 0.000014345\n# Optimize_time: 0\n# Wait_TS: 0.00014513\n# DB: mysql\n# Is_internal: true\n# Digest: 99a5c0e89a0b881a0fa10de262495ae25955edb2a7ef8776054ab57aca80e0d7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task ( job_id varchar(64) NOT NULL, table_id bigint(64) NOT NULL, scan_id int NOT NULL, scan_range_start BLOB, scan_range_end BLOB, expire_time timestamp NOT NULL, owner_id varchar(64) DEFAULT NULL, owner_addr varchar(64) DEFAULT NULL, owner_hb_time timestamp DEFAULT NULL, status varchar(64) DEFAULT 'waiting', status_update_time timestamp NULL DEFAULT NULL, state text, created_time timestamp NOT NULL, primary key(job_id, scan_id), key(created_time));"] [2025/04/04 10:53:21.762 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2025/04/04 10:53:22.027 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:21.846 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:22.026 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:21.846 +0000 UTC, 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/04 10:53:22.048 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:21.846 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:22.256 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=6.777629ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:22.273 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:22.273 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/04 10:53:22.275 +00:00] [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"=26.176523ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:21.846 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:22.343 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:21.846 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:22.582 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/04 10:53:22.582 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.79264529\n# Parse_time: 0\n# Compile_time: 0.022089135\n# Rewrite_time: 0.000014863\n# Optimize_time: 0\n# Wait_TS: 0.000650734\n# DB: mysql\n# Is_internal: true\n# Digest: a59d1fe47cade4697d39b0374d27cfee2fa302a4c752a5ae5073cecda386a0e8\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history ( job_id varchar(64) PRIMARY KEY, table_id bigint(64) NOT NULL, parent_table_id bigint(64) NOT NULL, table_schema varchar(64) NOT NULL, table_name varchar(64) NOT NULL, partition_name varchar(64) DEFAULT NULL, create_time timestamp NOT NULL, finish_time timestamp NOT NULL, ttl_expire timestamp NOT NULL, summary_text text, expired_rows bigint(64) DEFAULT NULL, deleted_rows bigint(64) DEFAULT NULL, error_delete_rows bigint(64) DEFAULT NULL, status varchar(64) NOT NULL, key(table_schema, table_name, create_time), key(parent_table_id, create_time), key(create_time) );"] [2025/04/04 10:53:22.583 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2025/04/04 10:53:22.791 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:22.651 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:22.792 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:22.651 +0000 UTC, 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/04 10:53:22.843 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:22.651 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:23.221 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=7.09112ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:23.273 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:23.274 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/04 10:53:23.276 +00:00] [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"=63.08799ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:22.651 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:23.344 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:22.651 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:23.519 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/04 10:53:23.520 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.929667577\n# Parse_time: 0\n# Compile_time: 0.004708113\n# Rewrite_time: 0.000014072\n# Optimize_time: 0\n# Wait_TS: 0.000160265\n# DB: mysql\n# Is_internal: true\n# Digest: 87a919aee92342a6b954c4ed4dd8cc629fccf29087b4eee86bc91114590f3e5c\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:53:23.521 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:53:23.814 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:23.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:23.814 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:23.618 +0000 UTC, 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/04 10:53:23.837 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:23.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:24.223 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=7.208821ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:24.242 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:24.243 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/04 10:53:24.247 +00:00] [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"=32.67363ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:23.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:24.301 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:23.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:24.469 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/04 10:53:24.471 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.931816136\n# Parse_time: 0\n# Compile_time: 0.009756483\n# Rewrite_time: 0.000013304\n# Optimize_time: 0\n# Wait_TS: 0.00015909\n# DB: mysql\n# Is_internal: true\n# Digest: 35cf2ce48ba5e71b82858e4e3f3a03750eb81dc6d2c5dee011ea0f91b9a9599e\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:53:24.473 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:53:24.628 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:24.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:24.631 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:24.512 +0000 UTC, 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/04 10:53:24.655 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:24.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:25.015 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=11.287083ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:25.047 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:25.048 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/04 10:53:25.049 +00:00] [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"=46.268113ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:24.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:25.078 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:24.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:25.268 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/04 10:53:25.269 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.788186792\n# Parse_time: 0\n# Compile_time: 0.006612184\n# Rewrite_time: 0.000013278\n# Optimize_time: 0\n# Wait_TS: 0.000171764\n# DB: mysql\n# Is_internal: true\n# Digest: 1865863db4761960f0296bcf5386c3bb0c98aa299ac12888aa8054dc66681ee3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs ( id bigint(64) NOT NULL AUTO_INCREMENT, create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), start_time TIMESTAMP(6) NULL DEFAULT NULL, update_time TIMESTAMP(6) NULL DEFAULT NULL, end_time TIMESTAMP(6) NULL DEFAULT NULL, table_schema VARCHAR(64) NOT NULL, table_name VARCHAR(64) NOT NULL, table_id bigint(64) NOT NULL, created_by VARCHAR(300) NOT NULL, parameters text NOT NULL, source_file_size bigint(64) NOT NULL, status VARCHAR(64) NOT NULL, step VARCHAR(64) NOT NULL, summary text DEFAULT NULL, error_message TEXT DEFAULT NULL, PRIMARY KEY (id), KEY (created_by), KEY (status));"] [2025/04/04 10:53:25.269 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2025/04/04 10:53:25.479 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:25.319 +0000 UTC, 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/04 10:53:25.500 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:25.319 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:25.505 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:25.319 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:25.707 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=6.008833ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:25.746 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:25.746 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/04 10:53:25.747 +00:00] [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"=46.325171ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:25.319 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:25.785 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:25.319 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:25.905 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/04 10:53:25.912 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.624721158\n# Parse_time: 0\n# Compile_time: 0.014680638\n# Rewrite_time: 0.000015256\n# Optimize_time: 0\n# Wait_TS: 0.000135253\n# DB: mysql\n# Is_internal: true\n# Digest: e0bf00610662023227b3e4a7d5f58b03cae01c95aeaf892c603785420b5a5d10\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', INDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\", INDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:53:25.913 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:53:26.142 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:25.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:26.142 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:25.993 +0000 UTC, 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/04 10:53:26.192 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:25.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:26.368 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=4.813339ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:26.399 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:26.400 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/04 10:53:26.400 +00:00] [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"=38.158839ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:25.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:26.445 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:25.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:26.556 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/04 10:53:26.558 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.635839521\n# Parse_time: 0\n# Compile_time: 0.00477735\n# Rewrite_time: 0.000015094\n# Optimize_time: 0\n# Wait_TS: 0.00014568\n# DB: mysql\n# Is_internal: true\n# Digest: 90a827f5aeb9baa2131bf6ef107c623b745894733d5936771bed7e5e4aa2a0ff\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries ( resource_group_name varchar(32) not null, start_time TIMESTAMP NOT NULL, repeats int default 1, match_type varchar(12) NOT NULL, action varchar(64) NOT NULL, sample_sql TEXT NOT NULL, sql_digest varchar(64) NOT NULL, plan_digest varchar(64) NOT NULL, tidb_server varchar(512), rule VARCHAR(512) DEFAULT '', INDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\", INDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:53:26.559 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:53:26.780 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:26.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:26.784 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:26.624 +0000 UTC, 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/04 10:53:26.804 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:26.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:27.114 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=10.756387ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:27.134 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:27.135 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/04 10:53:27.147 +00:00] [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"=45.270023ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:26.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:27.239 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:26.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:27.501 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/04 10:53:27.505 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.927407729\n# Parse_time: 0\n# Compile_time: 0.012105922\n# Rewrite_time: 0.000016755\n# Optimize_time: 0\n# Wait_TS: 0.000137785\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` ( ID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, NAMESPACE VARCHAR(256) NOT NULL, TIMER_KEY VARCHAR(256) NOT NULL, TIMER_DATA BLOB, TIMEZONE VARCHAR(64) NOT NULL, SCHED_POLICY_TYPE VARCHAR(32) NOT NULL, SCHED_POLICY_EXPR VARCHAR(256) NOT NULL, HOOK_CLASS VARCHAR(64) NOT NULL, WATERMARK TIMESTAMP DEFAULT NULL, ENABLE TINYINT(2) NOT NULL, TIMER_EXT JSON NOT NULL, EVENT_STATUS VARCHAR(32) NOT NULL, EVENT_ID VARCHAR(64) NOT NULL, EVENT_DATA BLOB, EVENT_START TIMESTAMP DEFAULT NULL, SUMMARY_DATA BLOB, CREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, UPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, VERSION BIGINT(64) UNSIGNED NOT NULL, PRIMARY KEY (ID), UNIQUE KEY timer_key(NAMESPACE, TIMER_KEY), KEY hook_class(HOOK_CLASS) );"] [2025/04/04 10:53:27.506 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2025/04/04 10:53:27.709 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:27.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:27.713 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:27.574 +0000 UTC, 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/04 10:53:27.731 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:27.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:27.954 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=4.985746ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:27.971 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:27.971 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/04 10:53:27.972 +00:00] [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"=23.841925ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:27.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:28.009 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:27.574 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:28.139 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/04 10:53:28.140 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.619868675\n# Parse_time: 0\n# Compile_time: 0.023321224\n# Rewrite_time: 0.000014681\n# Optimize_time: 0\n# Wait_TS: 0.000238746\n# DB: mysql\n# Is_internal: true\n# Digest: 0756c368a062ed6f6fcf06118c0f681502d85d0c56147973918b699deb186db7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, record_id BIGINT(20) not null, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', done_time TIMESTAMP(6) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:53:28.140 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:53:28.226 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:53:28.226 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:53:28.226 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:53:28.227 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:53:28.244 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:28.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:28.245 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:28.176 +0000 UTC, 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/04 10:53:28.262 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:28.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:28.374 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=2.889573ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:28.390 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:28.390 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/04 10:53:28.391 +00:00] [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"=20.364531ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:28.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:28.429 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:28.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:28.544 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/04 10:53:28.546 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.402086704\n# Parse_time: 0\n# Compile_time: 0.002205171\n# Rewrite_time: 0.000023451\n# Optimize_time: 0\n# Wait_TS: 0.000138535\n# DB: mysql\n# Is_internal: true\n# Digest: d7aca5b8f7b6ebbd013778d4a0451e0b59954ffc0090d361b1f71722be496608\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.dist_framework_meta ( host VARCHAR(261) NOT NULL PRIMARY KEY, role VARCHAR(64), cpu_count int default 0, keyspace_id bigint(8) NOT NULL DEFAULT -1 );"] [2025/04/04 10:53:28.547 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2025/04/04 10:53:28.753 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:28.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:28.754 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:28.618 +0000 UTC, 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/04 10:53:28.771 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:28.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:28.889 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=3.365438ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:28.908 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:28.908 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/04 10:53:28.909 +00:00] [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"=24.848413ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:28.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:28.940 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:28.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:29.020 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/04 10:53:29.022 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.4707018\n# Parse_time: 0\n# Compile_time: 0.01253763\n# Rewrite_time: 0.000016392\n# Optimize_time: 0\n# Wait_TS: 0.000292603\n# DB: mysql\n# Is_internal: true\n# Digest: 5ca9dd4b3efdb0fd8b4c7af3016f911e048fc356c5b2a241e06c5bc30f085ce7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.request_unit_by_group ( start_time TIMESTAMP(6) NOT NULL, end_time TIMESTAMP(6) NOT NULL, resource_group VARCHAR(32) NOT null, total_ru bigint(64) UNSIGNED NOT NULL, PRIMARY KEY (start_time, end_time, resource_group), KEY (resource_group) );"] [2025/04/04 10:53:29.022 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2025/04/04 10:53:29.032 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:53:29.140 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:29.081 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:29.140 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:29.081 +0000 UTC, 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/04 10:53:29.163 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:29.081 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:29.425 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=4.87038ms] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:29.456 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:29.456 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/04 10:53:29.456 +00:00] [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"=42.198074ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:29.081 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:29.501 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:29.081 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:29.637 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/04 10:53:29.638 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.612145984\n# Parse_time: 0\n# Compile_time: 0.005201152\n# Rewrite_time: 0.00001299\n# Optimize_time: 0\n# Wait_TS: 0.000146624\n# DB: mysql\n# Is_internal: true\n# Digest: c3f2b12f28890accfe7e3cd6df43661468be7bca7e24b853661916ce164d8160\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map ( restored_ts BIGINT NOT NULL, upstream_cluster_id BIGINT NOT NULL, segment_id BIGINT NOT NULL, id_map BLOB(524288) NOT NULL, update_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/04 10:53:29.639 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/04 10:53:29.729 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:29.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 10:53:29.727 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:29.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:29.756 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:29.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:29.808 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=678.738ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 10:53:29.851 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:29.853 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/04 10:53:29.856 +00:00] [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"=48.928875ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:29.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:29.903 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:29.697 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:29.953 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/04 10:53:29.954 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.313737383\n# Parse_time: 0\n# Compile_time: 0.001021622\n# Rewrite_time: 0.000011948\n# Optimize_time: 0\n# Wait_TS: 0.000121138\n# DB: mysql\n# Is_internal: true\n# Digest: 28d51e3d698da98c60f20a53b5051c7b2d219978d014ce863413788ed5d6649b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 10:53:29.955 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/04 10:53:30.088 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:29.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:30.089 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:29.999 +0000 UTC, 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/04 10:53:30.119 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:29.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:30.259 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=2.7073ms] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:53:30.275 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:30.275 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/04 10:53:30.277 +00:00] [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"=20.901007ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:29.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:30.323 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:29.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:30.427 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/04 10:53:30.429 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.468950079\n# Parse_time: 0\n# Compile_time: 0.006426425\n# Rewrite_time: 0.003243234\n# Optimize_time: 0\n# Wait_TS: 0.000247316\n# DB: mysql\n# Is_internal: true\n# Digest: 04175714d714f771531a56c7ae3f097cec113655220f87ac336c5ae44d3d3f8f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE VIEW sys.schema_unused_indexes AS SELECT table_schema as object_schema, table_name as object_name, index_name FROM information_schema.cluster_tidb_index_usage WHERE table_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and index_name != 'PRIMARY' GROUP BY table_schema, table_name, index_name HAVING sum(last_access_time) is null;"] [2025/04/04 10:53:30.601 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:30.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:30.606 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:30.466 +0000 UTC, 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/04 10:53:30.627 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:30.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:30.976 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=5.742982ms] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:31.000 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:31.000 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/04 10:53:31.001 +00:00] [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"=58.230328ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:30.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:31.083 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:30.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:31.251 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/04 10:53:31.252 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.815405167\n# Parse_time: 0\n# Compile_time: 0.005254484\n# Rewrite_time: 0.000025464\n# Optimize_time: 0\n# Wait_TS: 0.000226806\n# DB: mysql\n# Is_internal: true\n# Digest: 70367647c92c5d0f8c232f2767a57dfe16b6ba8abad6fa939d6846291e8fa94c\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.index_advisor_results ( id bigint primary key not null auto_increment, created_at datetime not null, updated_at datetime not null, schema_name varchar(64) not null, table_name varchar(64) not null, index_name varchar(127) not null, index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"', index_details json, -- est_index_size, reason, DDL to create this index, ... top_impacted_queries json, -- improvement, plan before and after this index, ... workload_impact json, -- improvement and more details, ... extra json, -- for the cloud env to save more info like RU, cost_saving, ... index idx_create(created_at), index idx_update(updated_at), unique index idx(schema_name, table_name, index_columns));"] [2025/04/04 10:53:31.253 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/04 10:53:31.526 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:31.361 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:31.527 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:31.361 +0000 UTC, 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/04 10:53:31.592 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:31.361 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:31.747 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=3.587843ms] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:31.764 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:31.764 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/04 10:53:31.764 +00:00] [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"=22.098895ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:31.361 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:31.822 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:31.361 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:31.920 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/04 10:53:31.921 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.653097224\n# Parse_time: 0\n# Compile_time: 0.033550468\n# Rewrite_time: 0.000013783\n# Optimize_time: 0\n# Wait_TS: 0.000300788\n# DB: mysql\n# Is_internal: true\n# Digest: 4f6cb23bc55d76683beb221b33d4e5d78047d43c500f2001fe11206811779076\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options ( module varchar(128), name varchar(128), value varchar(128), updated_at datetime, status varchar(128), description text, primary key(module, name));"] [2025/04/04 10:53:31.922 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/04 10:53:32.105 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:31.971 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:32.105 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:31.971 +0000 UTC, 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/04 10:53:32.126 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:31.971 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:32.345 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=22.292837ms] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:32.363 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:32.363 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/04 10:53:32.363 +00:00] [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"=42.069821ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:31.971 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:32.420 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:31.971 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:32.523 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/04 10:53:32.524 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.598418853\n# Parse_time: 0\n# Compile_time: 0.004256019\n# Rewrite_time: 0.000013387\n# Optimize_time: 0\n# Wait_TS: 0.000140388\n# DB: mysql\n# Is_internal: true\n# Digest: 22e991e019befcd18128737c6c7e27c9e600ee33f309f16473f3b2e432b493a4\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_workload_values ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, version bigint(20) NOT NULL, category varchar(64) NOT NULL, type varchar(64) NOT NULL, table_id bigint(20) NOT NULL, value json NOT NULL, index idx_version_category_type (version, category, type), index idx_table_id (table_id));"] [2025/04/04 10:53:32.525 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/04 10:53:34.207 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117273300140032\n# Query_time: 1.204998178\n# Parse_time: 0\n# Compile_time: 0.577021793\n# Rewrite_time: 0.017327624\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Mem_max: 382104\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('vAPwvDAJMjdfMQkwCTAJTi9BCTAJdGltZTo2MDIuNm1zLCBvcGVuOjI5LjTCtXMsIGNsb3NlOjY4wrVzLCBsb29wczoxLCBwcmVwYXJlOiB7dG90YWw6IDcxLjdtcywgYXV0b19pZF9hbGxvY2F0b3I6IHthbGxvY19jbnQ6IDEsIEdldDp7bnVtX3JwYzoxLCB0b3RhbF90aW1lOjUuMjZtc30sIGNvbW1pdF90eG46IHtwcmV3cml0ZTo2NjAuNAWIGGdldF9jb20FJBRzOjI2LjYFFwkTEDo2LjM4Ackkc2xvd2VzdF9wcglBAF8BcgQgew2ybDAuMDAxcywgcmVnaW9uX2lkOiAyLCBzdG9yZToJBwwxLCB9FYwYcHJpbWFyeUZEAAA2ikQADWQIbnVtIT0kd3JpdGVfa2V5cxkOnGJ5dGU6MzJ9fX0sIGluc2VydDo1MzAuOW1zCTEyNS4xIEtCCU4vQQo=')\n# Resource_group: default\nINSERT HIGH_PRIORITY INTO mysql.GLOBAL_VARIABLES VALUES (\"tidb_opt_enable_three_stage_multi_distinct_agg\", \"OFF\"), (\"net_buffer_length\", \"16384\"), (\"character_set_database\", \"utf8mb4\"), (\"log_syslog_facility\", \"\"), (\"tidb_ddl_error_count_limit\", \"512\"), (\"max_prepared_stmt_count\", \"-1\"), (\"table_definition_cache\", \"2000\"), (\"tidb_streamagg_concurrency\", \"1\"), (\"authentication_ldap_simple_auth_method_name\", \"SIMPLE\"), (\"tidb_guarantee_linearizability\", \"ON\"), (\"tidb_enable_index_merge\", \"ON\"), (\"innodb_autoextend_increment\", \"64\"), (\"secure_auth\", \"ON\"), (\"tidb_max_auto_analyze_time\", \"43200\"), (\"require_secure_transport\", \"OFF\"), (\"tidb_batch_pending_tiflash_count\", \"4000\"), (\"tidb_evolve_plan_task_start_time\", \"00:00 +0000\"), (\"authentication_ldap_simple_ca_path\", \"\"), (\"tidb_committer_concurrency\", \"128\"), (\"relay_log_purge\", \"ON\"), (\"tidb_store_limit\", \"0\"), (\"authentication_ldap_simple_server_host\", \"\"), (\"slave_max_allowed_packet\", \"1073741824\"), (\"max_binlog_size\", \"1073741824\"), (\"authentication_ldap_sasl_server_port\", \"389\"), (\"optimizer_search_depth\", \"62\"), (\"tidb_pipelined_dml_resource_policy\", \"standard\"), (\"big_tables\", \"OFF\"), (\"tidb_enable_index_merge_join\", \"OFF\"), (\"tidb_txn_assertion_level\", \"FAST\"), (\"tidb_opt_network_factor\", \"1\"), (\"tidb_executor_concurrency\", \"5\"), (\"slave_transaction_retries\", \"10\"), (\"validate_password.length\", \"8\"), (\"log_timestamps\", \"\"), (\"transaction_read_only\", \"OFF\"), (\"binlog_stmt_cache_size\", \"32768\"), (\"tidb_enable_fast_create_table\", \"ON\"), (\"binlog_cache_size\", \"32768\"), (\"tidb_merge_partition_stats_concurrency\", \"1\"), (\"slow_query_log\", \"0\"), (\"innodb_stats_auto_recalc\", \"1\"), (\"tidb_opt_prefer_range_scan\", \"ON\"), (\"sha256_password_proxy_users\", \"\"), (\"tidb_low_resolution_tso_update_interval\", \"2000\"), (\"tidb_enable_local_txn\", \"OFF\"), (\"tidb_analyze_partition_concurrency\", \"2\"), (\"tidb_multi_statement_mode\", \"OFF\"), (\"authentication_ldap_simple_server_port\", \"389\"), (\"transaction_write_set_extraction\", \"\"), (\"max_seeks_for_key\", \"18446744073709551615\"), (\"innodb_purge_batch_size\", \"300\"), (\"thread_pool_size\", \"16\"), (\"ndb_index_stat_option\", \"\"), (\"max_relay_log_size\", \"0\"), (\"ndb_optimization_delay\", \"\"), (\"tidb_window_concurrency\", \"-1\"), (\"innodb_api_trx_level\", \"0\"), (\"log_queries_not_using_indexes\", \"OFF\"), (\"tidb_enable_foreign_key\", \"ON\"), (\"authentication_ldap_sasl_bind_base_dn\", \"\"), (\"tiflash_fastscan\", \"OFF\"), (\"binlog_group_commit_sync_delay\", \"\"), (\"innodb_buffer_pool_load_abort\", \"OFF\"), (\"max_statement_time\", \"\"), (\"log_error_verbosity\", \"\"), (\"ndb_distribution\", \"\"), (\"slow_launch_time\", \"2\"), (\"innodb_ft_result_cache_limit\", \"2000000000\"), (\"binlog_checksum\", \"CRC32\"), (\"tidb_opt_fix_control\", \"\"), (\"innodb_ft_enable_diag_print\", \"OFF\"), (\"tidb_enable_historical_stats\", \"OFF\"), (\"join_buffer_size\", \"262144\"), (\"tidb_analyze_version\", \"2\"), (\"authentication_ldap_simple_init_pool_size\", \"10\"), (\"skip_name_resolve\", \"OFF\"), (\"session_track_system_variables\", \"\"), (\"collation_connection\", \"utf8mb4_bin\"), (\"innodb_compression_pad_pct_max\", \"50\"), (\"innodb_checksum_algorithm\", \"innodb\"), (\"innodb_adaptive_max_sleep_delay\", \"150000\"), (\"validate_password.mixed_case_count\", \"1\"), (\"validate_password.special_char_count\", \"1\"), (\"innodb_io_capacity\", \"200\"), (\"tidb_prepared_plan_cache_size\", \"100\"), (\"tidb_opt_copcpu_factor\", \"3\"), (\"query_alloc_block_size\", \"8192\"), (\"tidb_skip_ascii_check\", \"OFF\"), (\"tidb_enable_rate_limit_action\", \"OFF\"), (\"sql_notes\", \"1\"), (\"tidb_top_sql_max_time_series_count\", \"100\"), (\"innodb_buffer_pool_size\", \"4294967296\"), (\"tidb_enable_list_partition\", \"ON\"), (\"tidb_opt_correlation_threshold\", \"0.9\"), (\"tidb_mpp_store_fail_ttl\", \"60s\"), (\"binlog_error_action\", \"IGNORE_ERROR\"), (\"innodb_undo_log_truncate\", \"\"), (\"tidb_opt_desc_factor\", \"3\"), (\"net_read_timeout\", \"30\"), (\"delay_key_write\", \"ON\"), (\"unique_checks\", \"ON\"), (\"innodb_ft_server_stopword_table\", \"\"), (\"max_binlog_stmt_cache_size\", \"18446744073709547520\"), (\"query_prealloc_size\", \"8192\"), (\"tidb_hash_exchange_with_new_collation\", \"ON\"), (\"tidb_tso_client_rpc_mode\", \"DEFAULT\")(len:25902);"] [2025/04/04 10:53:34.722 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117273300140032\n# Query_time: 0.302935468\n# Parse_time: 0\n# Compile_time: 0.000777581\n# Rewrite_time: 0.000007081\n# Optimize_time: 0\n# Wait_TS: 0\n# Prewrite_time: 0.209325408 Commit_time: 0.049597766 Get_commit_ts_time: 0.000025905 Slowest_prewrite_rpc_detail: {total:0.205s, region_id: 2, store: store1, } Commit_primary_rpc_detail: {total:0.048s, region_id: 2, store: store1, } Write_keys: 1343 Write_size: 102443 Prewrite_region: 1\n# DB: mysql\n# Is_internal: true\n# Digest: 9505cacb7c710ed17125fcc6cb3669e8ddca6c8cd8af6a31f6b3cd64604c3098\n# Mem_max: 253952\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Resource_group: default\n# Prev_stmt: INSERT HIGH_PRIORITY INTO `mysql`.`tidb` VALUES ('cluster_id', 1, \"TiDB Cluster ID.\") ON DUPLICATE KEY UPDATE VARIABLE_VALUE= 1\nCOMMIT;"] [2025/04/04 10:53:34.722 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=36.572111099s] [2025/04/04 10:53:34.737 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=63df5b24-9724-4ade-bf89-49ad7217f6dc] [2025/04/04 10:53:34.762 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:53:34.762 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:53:34.762 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:53:34.763 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=853.524ยตs] [2025/04/04 10:53:34.763 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=143.703ยตs] [2025/04/04 10:53:34.765 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=437.409ยตs] [2025/04/04 10:53:34.766 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=219.352ยตs] [2025/04/04 10:53:34.777 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=10.663563ms] [2025/04/04 10:53:34.777 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=163.701ยตs] [2025/04/04 10:53:34.777 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=101.092ยตs] [2025/04/04 10:53:34.777 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=120.095ยตs] [2025/04/04 10:53:34.777 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=104.317ยตs] [2025/04/04 10:53:34.778 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=208.439ยตs] [2025/04/04 10:53:34.778 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=63df5b24-9724-4ade-bf89-49ad7217f6dc] [2025/04/04 10:53:34.778 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:53:34.778 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:53:34.843 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=63df5b24-9724-4ade-bf89-49ad7217f6dc] ["take time"=106.609404ms] [2025/04/04 10:53:34.843 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=63df5b24-9724-4ade-bf89-49ad7217f6dc] [2025/04/04 10:53:34.843 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:53:34.843 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:53:34.844 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:53:34.844 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:53:34.844 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:53:34.844 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:53:34.844 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:53:34.844 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:53:34.844 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:53:34.844 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:53:34.844 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:53:34.844 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:53:34.844 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:53:34.844 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:53:34.844 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:53:34.845 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=108.479218ms] [2025/04/04 10:53:34.845 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=01b11f6d-6160-4cec-8dc3-a45b5ca62147] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:53:35.201 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:53:35.201 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:53:36.000 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=796.125367ms] [2025/04/04 10:53:36.000 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:53:36.000 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=797.917827ms] [2025/04/04 10:53:36.001 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=55] ["reload ts"=457117274210566144] [2025/04/04 10:53:36.067 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=11211515-98b7-4136-b765-4bcb17cac6a6] [runWorker=true] [jobVersion=v2] [2025/04/04 10:53:36.068 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:53:36.068 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:53:36.069 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:53:36.069 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:53:36.069 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:53:36.069 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:53:36.069 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:53:36.070 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:53:36.070 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:53:36.070 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:53:36.070 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:53:36.071 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:53:36.071 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:53:36.075 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:53:36.075 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=11211515-98b7-4136-b765-4bcb17cac6a6] [2025/04/04 10:53:36.076 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:53:36.076 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:53:36.078 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:53:36.078 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:53:36.133 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=11211515-98b7-4136-b765-4bcb17cac6a6] [2025/04/04 10:53:36.133 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:53:36.134 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 10:53:36.279 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/04 10:53:36.286 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:53:36.288 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:53:36.422 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:53:36.453 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:53:36.455 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 10:53:36.457 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:53:36.457 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=11211515-98b7-4136-b765-4bcb17cac6a6] [2025/04/04 10:53:36.468 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/04 10:53:36.468 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 10:53:36.468 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:53:36.468 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:53:36.468 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:53:36.469 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:53:36.478 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/04 10:53:36.504 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 10:53:36.504 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/04 10:53:36.505 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] testkit.go:123: RefreshSession rand seed: 1743764016505097424 [2025/04/04 10:53:36.509 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=11211515-98b7-4136-b765-4bcb17cac6a6] [ttl-worker=task-manager] [ttl-worker=11211515-98b7-4136-b765-4bcb17cac6a6] [originalCount=0] [newCount=4] [2025/04/04 10:53:36.509 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=11211515-98b7-4136-b765-4bcb17cac6a6] [ttl-worker=task-manager] [ttl-worker=11211515-98b7-4136-b765-4bcb17cac6a6] [originalCount=0] [newCount=4] [2025/04/04 10:53:36.509 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=11211515-98b7-4136-b765-4bcb17cac6a6] [2025/04/04 10:53:36.699 +00:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_schema_cache_size] [val=0] [2025/04/04 10:53:36.740 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=test] [sql="drop table if exists t"] [user=] [2025/04/04 10:53:36.974 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=false] [currentSchemaVersion=55] [neededSchemaVersion=55] ["elapsed time"=389.395857ms] [2025/04/04 10:53:36.974 +00:00] [INFO] [domain.go:431] ["infoschema v1/v2 switch"] [2025/04/04 10:53:36.974 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:53:36.974 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=391.427476ms] [2025/04/04 10:53:36.975 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=55] ["reload ts"=457117274465894400] [2025/04/04 10:53:37.117 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:53:37.117 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:53:37.117 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:53:37.117 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:53:37.351 +00:00] [INFO] [mvcc.go:1279] ["trying to commit with smaller commitTs than minCommitTs"] ["commit ts"=457117274433126400] ["min commit ts"=457117274562363393] [key=bU5leHRHbG9i/2FsSUQAAAAA+wAAAAAAAABz] [2025/04/04 10:53:37.351 +00:00] [INFO] [commit.go:160] ["2PC commitTS rejected by TiKV, retry with a newer commitTS"] [txnStartTS=457117274410582016] [info="{StartTs:457117274410582016 AttemptedCommitTs:457117274433126400 Key:6d4e657874476c6f62ff616c494400000000fb0000000000000073 MinCommitTs:457117274562363393}"] [2025/04/04 10:53:37.353 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:36.763 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:53:37.354 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:36.763 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t(a int)"] [2025/04/04 10:53:37.378 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:36.763 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:37.392 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t)"] [2025/04/04 10:53:37.506 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2025/04/04 10:53:37.520 +00:00] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [groupID=ttl] [2025/04/04 10:53:37.521 +00:00] [INFO] [runtime.go:450] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2025/04/04 10:53:37.562 +00:00] [INFO] [scheduler_manager.go:198] ["schedule task loop start"] [server-id=:4000] [2025/04/04 10:53:37.562 +00:00] [INFO] [scheduler_manager.go:302] ["subtask table gc loop start"] [server-id=:4000] [2025/04/04 10:53:37.562 +00:00] [INFO] [scheduler_manager.go:366] ["cleanup loop start"] [server-id=:4000] [2025/04/04 10:53:37.562 +00:00] [INFO] [scheduler_manager.go:442] ["collect loop start"] [server-id=:4000] [2025/04/04 10:53:37.704 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=1.461633ms] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:37.750 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/04 10:53:37.752 +00:00] [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"=50.134872ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:36.763 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:37.785 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-04 10:53:36.763 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:53:37.856 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/04 10:53:37.857 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Conn_ID: 1\n# Query_time: 1.116181673\n# Parse_time: 0.000596945\n# Compile_time: 0.001154793\n# Rewrite_time: 0.000014389\n# Optimize_time: 0.00062871\n# Wait_TS: 0.000151766\n# DB: test\n# Is_internal: false\n# Digest: 502809fb762949a45126a72a5116ca0a2c46abd120256786223833b61a389de9\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse test;\ncreate table t(a int);"] [2025/04/04 10:53:37.857 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t(a int)"] [user=] [2025/04/04 10:53:38.046 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:53:38.089 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:53:38.906 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117274770767872\n# Query_time: 0.520133914\n# Parse_time: 0\n# Compile_time: 0.509864783\n# Rewrite_time: 0.001077789\n# Optimize_time: 0.000490775\n# Wait_TS: 0\n# LockKeys_time: 0.001021973\n# Is_internal: true\n# Digest: ea80d74ba05c4c55bd81dbb49a7b6b9bf86983f659468ac21a0b61ec0c8c317d\n# Mem_max: 62393\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('5gTwWDAJMjdfMQkwCTAJTi9BCTAJdGltZTo5LjMzbXMsIG9wZW46MTAxLjXCtXMsIGNsb3NlOjIwLjLCtXMsIGxvb3BzOjIsIGF1dG9faWRfYWxsb2NhdG9yOiB7BQx4X2NudDogMSwgR2V0OntudW1fcnBjOjEsIHRvdGFsXwVskDE5MS44wrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjQ4OS4BIRQsIGdldF8RJBRzOjE4LjMFiAkTEDo0LjE0AbUcc2xvd2VzdF8RQQV0BCB7BXN0OiAwLjAwMHMsIHJlZ2lvbl9pZDogMiwgc3RvcmU6CQcIMSwgGYwYcHJpbWFyeUZEAAA0ikQADWQIbnVtAfQFzhBfa2V5cxkOZGJ5dGU6MzJ9fSwgcHJlZmV0Y2g6IDU2Mi40BdohLhgge0JhdGNoakIBEDI5Ni45IUIYfSwgbG9jawlkBCB7KV8ILjAyIRYJjAF6BYIB9C0oCWU9HwAxitsABWgBOhQ2ODcuNDYBfwAsAa9UX2NvdW50OjF9CTIwLjkgS0IJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('8wTwYQruBAoISW5zZXJ0XzE4AUABUgNOL0FaMnRpbWU6OS4zM21zLCBvcGVuOjEwMS41wrVzLCBjbG9zZToyMC4ywrVzLCBsb29wczoyYokDYXV0b19pZF9hbGxvY2F0b3I6IHthAQx4X2NudDogMSwgR2V0OntudW1fcnBjOjEsIHRvdGFsXwVtkDE5MS44wrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjQ4OS4BIRQsIGdldF8RJBRzOjE4LjMJmAU3EDo0LjE0AbYcc2xvd2VzdF8RQQV0BCB7BXN0OiAwLjAwMHMsIHJlZ2lvbl9pZDogMiwgc3RvcmU6CQcIMSwgGYwYcHJpbWFyeUZEAAA0ikQADWQIbnVtAfQFzhBfa2V5cxkOZGJ5dGU6MzJ9fSwgcHJlZmV0Y2g6IDU2Mi40BdohLhgge0JhdGNoakIBEDI5Ni45IUIcfWKJAWxvY2sJZQQgeylgCC4wMiEXCY0BewWDAfUtKQlmPSAAMYrcAAVoAToUNjg3LjQ2AYAALAGwZF9jb3VudDoxfXC5pwF4////////////ARgB')\n# Resource_group: default\n# Tikv_cpu_time: 0.001\nreplace into mysql.stats_histograms (table_id, is_index, hist_id, distinct_count, version, null_count, cm_sketch, tot_col_size, stats_ver, correlation) values (112, 0, 1, 20, 457117274770767872, 0, _binary'\\n? \u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008(len:30880);"] [2025/04/04 10:53:39.206 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:53:38.067 +00:00] ["end time"=2025/04/04 10:53:39.170 +00:00] [cost=1.103509584s] ["sample rate reason"=] [2025/04/04 10:53:39.418 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117274741145600\n# Conn_ID: 1\n# Query_time: 1.395024224\n# Parse_time: 0.000565415\n# Compile_time: 0.001379926\n# Rewrite_time: 0.000121869\n# Optimize_time: 0.00062871\n# Wait_TS: 0.000156898\n# DB: test\n# Is_internal: false\n# Digest: 880dfb08746db969a4629414b6efe5284230d9dfeeebcb42221b2014b7df8821\n# Mem_max: 20837\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table t with 30 samples;"] [2025/04/04 10:53:39.440 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:53:39.719 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:53:39.462 +00:00] ["end time"=2025/04/04 10:53:39.702 +00:00] [cost=240.291596ms] ["sample rate reason"=] [2025/04/04 10:53:39.873 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117275107360768\n# Conn_ID: 1\n# Query_time: 0.453853085\n# Parse_time: 0.0009912\n# Compile_time: 0.001994409\n# Rewrite_time: 0.000087759\n# Optimize_time: 0.00062871\n# Wait_TS: 0.000196669\n# DB: test\n# Is_internal: false\n# Digest: 74d90334899151bba46b69fec08ed8ef6ab717e558afd05f8a33a376ba603fc0\n# Mem_max: 378\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table t with 4 buckets, 0 topn, 4 cmsketch width, 4 cmsketch depth;"] [2025/04/04 10:53:39.915 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:53:51.975 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117275774255104] [newTTL=30009] [isPipelinedTxn=false] [2025/04/04 10:54:01.974 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117275774255104] [newTTL=40008] [isPipelinedTxn=false] [2025/04/04 10:54:11.974 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117275774255104] [newTTL=50008] [isPipelinedTxn=false] [2025/04/04 10:54:21.977 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117275774255104] [newTTL=60011] [isPipelinedTxn=false] [2025/04/04 10:54:31.974 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117275774255104] [newTTL=70008] [isPipelinedTxn=false] [2025/04/04 10:54:41.973 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117275774255104] [newTTL=80007] [isPipelinedTxn=false] [2025/04/04 10:54:51.260 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117275774255104\n# Query_time: 47.044258494\n# Parse_time: 0\n# Compile_time: 47.007456592\n# Rewrite_time: 0.001860648\n# Optimize_time: 0.003276404\n# Wait_TS: 0\n# LockKeys_time: 0.00126304\n# Is_internal: true\n# Digest: ea80d74ba05c4c55bd81dbb49a7b6b9bf86983f659468ac21a0b61ec0c8c317d\n# Mem_max: 6720021\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('nwLwUjAJMjdfMQkwCTAJTi9BCTAJdGltZTozNS41bXMsIG9wZW46MTE2LjXCtXMsIGNsb3NlOjE4LjnCtXMsIGxvb3BzOjIsIHByZWZldGNoOiAxLjM5ATlYcnBjOiB7QmF0Y2hHZXQ6e251bV9ycGMBLRR0b3RhbF8FZ1w4ODMuMsK1c319LCBsb2NrX2tleXM6IHsFHQwxLjI2BUsgZWdpb246MSwgBR4kMywgc2xvd2VzdAVRBCB7BVAkOiAwLjAwMXMsIAkvNF9pZDogMiwgc3RvcmU6CQcIMSwgEWgBixg5MjMuNzc4BcpgcnBjX2NvdW50OjF9CTIuNDAgTUIJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('rALw/QqnAgoISW5zZXJ0XzE4AUABUgNOL0FaMnRpbWU6MzUuNW1zLCBvcGVuOjExNi41wrVzLCBjbG9zZToxOC45wrVzLCBsb29wczoyYkJwcmVmZXRjaDogMS4zOW1zLCBycGM6IHtCYXRjaEdldDp7bnVtX3JwYzoyLCB0b3RhbF90aW1lOjg4My4ywrVzfX1iiQFsb2NrX2tleXM6IHt0aW1lOjEuMjZtcywgcmVnaW9uOjEsIGtleXM6Mywgc2xvd2VzdF9ycGM6IHt0b3RhbDogMC4wMDFzLCByZWdpb25faWQ6IDIsIHN0b3JlOiBzdG9yZTEsIH0sIGxvY2tfAYwYOTIzLjc3OAXadHJwY19jb3VudDoxfXCV1JkBeP///////////wEYAQ==')\n# Resource_group: default\n# Tikv_cpu_time: 0.009\nreplace into mysql.stats_histograms (table_id, is_index, hist_id, distinct_count, version, null_count, cm_sketch, tot_col_size, stats_ver, correlation) values (112, 0, 1, 20, 457117275774255104, 0, _binary'\\n?ฬ™\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\(len:3775094);"] [2025/04/04 10:54:51.596 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:53:39.952 +00:00] ["end time"=2025/04/04 10:54:51.548 +00:00] [cost=1m11.596197354s] ["sample rate reason"=] [2025/04/04 10:54:53.176 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117275228209152\n# Conn_ID: 1\n# Query_time: 73.298890614\n# Parse_time: 0.000957488\n# Compile_time: 0.004653063\n# Rewrite_time: 0.003017111\n# Optimize_time: 0.00062871\n# Wait_TS: 0.000180524\n# DB: test\n# Is_internal: false\n# Digest: adcababdea983bce92ac7910cb654139de5086948938b70822ca3e9196b14c9b\n# Mem_max: 2516932\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table t with 1258291 cmsketch width, 1 cmsketch depth;"] [2025/04/04 10:54:53.192 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:55:04.905 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117294892941312] [newTTL=30007] [isPipelinedTxn=false] [2025/04/04 10:55:05.593 +00:00] [INFO] [select.go:515] ["limit executor close takes a long time"] [elapsed=1.011328ms] [2025/04/04 10:55:06.581 +00:00] [INFO] [select.go:515] ["limit executor close takes a long time"] [elapsed=1.358234ms] [2025/04/04 10:55:14.906 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117294892941312] [newTTL=40008] [isPipelinedTxn=false] [2025/04/04 10:55:24.905 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117294892941312] [newTTL=50007] [isPipelinedTxn=false] -- Test timed out at 2025-04-04 10:55:25 UTC -- ================================================================================ ==================== Test output for //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49): === RUN TestAnalyzeParameters [2025/04/04 10:55:27.704 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/04 10:55:27.723 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:27.724 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:27.739 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:27.739 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:27.746 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:27.778 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=ee5eae59-b18d-404c-aa2f-a4d466c45cc5] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:55:28.398 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:55:28.398 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:55:28.401 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\tpkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\tpkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:222\npkg/executor/test/analyzetest/analyzetest_test.TestAnalyzeParameters\n\tpkg/executor/test/analyzetest/analyze_test.go:144\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:55:28.980 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=578.817482ms] [2025/04/04 10:55:28.980 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:55:28.980 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=580.779702ms] [2025/04/04 10:55:28.981 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=0] ["reload ts"=457117303827333120] [2025/04/04 10:55:28.982 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=c083df98-e73f-4e62-a23f-32a6f8329739] [runWorker=true] [jobVersion=v2] [2025/04/04 10:55:28.982 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:55:28.984 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:55:28.984 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:55:28.984 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:55:28.984 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:55:28.984 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:55:28.984 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=c083df98-e73f-4e62-a23f-32a6f8329739] [2025/04/04 10:55:28.984 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:55:28.984 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:55:28.984 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:55:28.984 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:55:28.985 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:55:28.985 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:55:28.984 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:55:28.987 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:55:28.987 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:55:28.987 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:55:28.989 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\tpkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\tpkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\tpkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:55:28.989 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:55:28.990 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:55:29.069 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:29.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:29.072 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:29.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/04 10:55:29.106 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:29.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:29.702 +00:00] [INFO] [pd.go:432] ["adaptive update ts interval state transition"] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/04/04 10:55:29.994 +00:00] [WARN] [runaway.go:85] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:152\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:69\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:2019\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1984\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.ExecRCRestrictedSQL\n\tpkg/resourcegroup/runaway/record.go:382\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*systemTableReader).Read\n\tpkg/resourcegroup/runaway/syncer.go:192\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.getRunawayWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:76\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:67\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getNewWatchRecords\n\tpkg/resourcegroup/runaway/syncer.go:59\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*Manager).UpdateNewAndDoneWatch\n\tpkg/resourcegroup/runaway/manager.go:402\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:75\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 10:55:30.067 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=912.399479ms] [2025/04/04 10:55:30.067 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:55:30.068 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=913.808734ms] [2025/04/04 10:55:30.068 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=1] ["reload ts"=457117304112545792] [2025/04/04 10:55:30.089 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:30.089 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/04 10:55:30.093 +00:00] [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"=939.640874ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:29.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:30.150 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:29.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:30.205 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/04 10:55:30.206 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.205566714\n# Parse_time: 0\n# Compile_time: 0.001021275\n# Rewrite_time: 0.000046561\n# Optimize_time: 0\n# Wait_TS: 0.000164835\n# DB: mysql\n# Is_internal: true\n# Digest: 0a22979ad136f741465cf206b13e5717b9758dda34f7cae5a7a925f91711d6a0\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\nCREATE DATABASE IF NOT EXISTS test;"] [2025/04/04 10:55:30.206 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/04 10:55:30.210 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/04 10:55:30.291 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Shanghai] [2025/04/04 10:55:30.631 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:30.311 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:30.633 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:30.311 +0000 UTC, 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/04 10:55:30.660 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:30.311 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:31.018 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:55:31.465 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=15.706044ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:31.490 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:31.491 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/04 10:55:31.493 +00:00] [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"=44.533374ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:30.311 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:31.582 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:30.311 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:32.067 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/04 10:55:32.085 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.831154255\n# Parse_time: 0\n# Compile_time: 0.02618672\n# Rewrite_time: 0.000015662\n# Optimize_time: 0\n# Wait_TS: 0.000220454\n# DB: mysql\n# Is_internal: true\n# Digest: e91164512a559e22fb969664cb70b57fc6c45f94b9334cd6586cce7ffc743131\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.user ( Host CHAR(255), User CHAR(32), authentication_string TEXT, plugin CHAR(64), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Process_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_db_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Super_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_user_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_slave_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_client_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Account_locked ENUM('N','Y') NOT NULL DEFAULT 'N', Shutdown_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Reload_priv ENUM('N','Y') NOT NULL DEFAULT 'N', FILE_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Config_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N', Password_reuse_history smallint unsigned DEFAULT NULL, Password_reuse_time smallint unsigned DEFAULT NULL, User_attributes json, Token_issuer VARCHAR(255), Password_expired ENUM('N','Y') NOT NULL DEFAULT 'N', Password_last_changed TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), Password_lifetime SMALLINT UNSIGNED DEFAULT NULL, Max_user_connections INT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (Host, User), KEY i_user (User));"] [2025/04/04 10:55:32.086 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:55:32.165 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:32.115 +0000 UTC, 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/04 10:55:32.166 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:32.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:32.224 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:32.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:32.373 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=3.486856ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:32.398 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:32.399 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/04 10:55:32.399 +00:00] [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"=30.417157ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:32.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:32.436 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:32.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:32.606 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/04 10:55:32.609 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.516893468\n# Parse_time: 0\n# Compile_time: 0.003406191\n# Rewrite_time: 0.000019709\n# Optimize_time: 0\n# Wait_TS: 0.000192541\n# DB: mysql\n# Is_internal: true\n# Digest: eeb59bc0d98f65a2a5aef8eaa99596260e746b00eed183baf856558ef03533ac\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.password_history ( Host char(255) NOT NULL DEFAULT '', User char(32) NOT NULL DEFAULT '', Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), Password text, PRIMARY KEY (Host,User,Password_timestamp ) ) COMMENT='Password history for user accounts' ;"] [2025/04/04 10:55:32.609 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/04 10:55:32.741 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:32.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:32.742 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:32.689 +0000 UTC, 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/04 10:55:32.769 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:32.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:32.890 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=3.175574ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:32.934 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:32.935 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/04 10:55:32.944 +00:00] [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"=58.392939ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:32.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:33.015 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:32.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:33.161 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/04 10:55:33.163 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.549564952\n# Parse_time: 0\n# Compile_time: 0.030632457\n# Rewrite_time: 0.000020313\n# Optimize_time: 0\n# Wait_TS: 0.000163597\n# DB: mysql\n# Is_internal: true\n# Digest: 3753c1a38721ac350706b476f2d0089d05a691a3e194d21afaf2010b2e79e8dd\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# Warnings: [{\"Level\":\"Warning\",\"Message\":\"BLOB/TEXT/JSON column 'Priv' can't have a default value\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE 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/04 10:55:33.164 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/04 10:55:33.461 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:33.248 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:33.462 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:33.248 +0000 UTC, 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/04 10:55:33.523 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:33.248 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:34.063 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=8.926905ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:34.079 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:34.079 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/04 10:55:34.106 +00:00] [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"=53.347356ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:33.248 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:34.172 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:33.248 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:34.444 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/04 10:55:34.476 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.286388056\n# Parse_time: 0\n# Compile_time: 0.008996856\n# Rewrite_time: 0.000013662\n# Optimize_time: 0\n# Wait_TS: 0.000154365\n# DB: mysql\n# Is_internal: true\n# Digest: 84b17ce35846b1ddbb79e94fffb3f020ff85b9efe6dfa83a14a44027adfe16ec\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.db ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (Host, DB, User), KEY i_user (User));"] [2025/04/04 10:55:34.477 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:55:34.610 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:34.521 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:34.610 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:34.521 +0000 UTC, 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/04 10:55:34.633 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:34.521 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:34.869 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=8.028588ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:34.885 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:34.885 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/04 10:55:34.886 +00:00] [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"=25.311158ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:34.521 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:34.916 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:34.521 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:35.021 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/04 10:55:35.022 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.540015129\n# Parse_time: 0\n# Compile_time: 0.009756556\n# Rewrite_time: 0.000012096\n# Optimize_time: 0\n# Wait_TS: 0.000176125\n# DB: mysql\n# Is_internal: true\n# Digest: 66ad48e3a61958e491f9b86629424276e884c5dc2c82d0493baa1e569d861f3d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tables_priv ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Grantor CHAR(77), Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Table_priv SET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'), Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name), KEY i_user (User));"] [2025/04/04 10:55:35.023 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:55:35.165 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:35.077 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:35.167 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:35.077 +0000 UTC, 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/04 10:55:35.187 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:35.077 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:35.418 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=4.479377ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:35.451 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:35.451 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/04 10:55:35.453 +00:00] [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"=40.708753ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:35.077 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:35.485 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:35.077 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:35.678 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/04 10:55:35.680 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.651085809\n# Parse_time: 0\n# Compile_time: 0.009116034\n# Rewrite_time: 0.000012807\n# Optimize_time: 0\n# Wait_TS: 0.000193877\n# DB: mysql\n# Is_internal: true\n# Digest: 6128346bea9e9b35a140e9be46b85be39f5c8ff508888c85bba4bf88b49a6572\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.columns_priv( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Column_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name, Column_name), KEY i_user (User));"] [2025/04/04 10:55:35.682 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:55:35.876 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:35.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:35.876 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:35.752 +0000 UTC, 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/04 10:55:35.913 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:35.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:36.108 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=3.667829ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:36.163 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:36.163 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/04 10:55:36.165 +00:00] [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"=62.418323ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:35.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:36.195 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:35.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:36.314 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/04 10:55:36.316 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.629033786\n# Parse_time: 0\n# Compile_time: 0.00259848\n# Rewrite_time: 0.000025016\n# Optimize_time: 0\n# Wait_TS: 0.004192065\n# DB: mysql\n# Is_internal: true\n# Digest: 1b59564c29970a0a8880792322e02b7df09888f7d0a2dfc190f3ed0ff12369d4\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/04 10:55:36.320 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/04 10:55:36.460 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:36.406 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:36.460 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:36.406 +0000 UTC, 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/04 10:55:36.482 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:36.406 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:36.705 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=8.458469ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:36.736 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:36.736 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/04 10:55:36.742 +00:00] [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"=48.900992ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:36.406 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:36.775 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:36.406 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:36.889 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/04 10:55:36.890 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.554441035\n# Parse_time: 0\n# Compile_time: 0.026393235\n# Rewrite_time: 0.00001476\n# Optimize_time: 0\n# Wait_TS: 0.000137247\n# DB: mysql\n# Is_internal: true\n# Digest: ade124588c0253b12ce82702300a98a0ff778787142ce450039efbd6347664dc\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(1024) DEFAULT NULL, COMMENT VARCHAR(1024));"] [2025/04/04 10:55:36.890 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/04 10:55:37.042 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:36.94 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:37.042 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:36.94 +0000 UTC, 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/04 10:55:37.059 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:36.94 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:37.222 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=3.473354ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:37.255 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:37.255 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/04 10:55:37.257 +00:00] [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"=38.825132ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:36.94 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:37.295 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:36.94 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:37.478 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/04 10:55:37.479 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.581375285\n# Parse_time: 0\n# Compile_time: 0.007423899\n# Rewrite_time: 0.000023044\n# Optimize_time: 0\n# Wait_TS: 0.00014859\n# DB: mysql\n# Is_internal: true\n# Digest: be740d9d66f07e7842e3b48027d6fb3ef54623295384e63dcbf3e1c8a9f15c10\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.help_topic ( help_topic_id INT(10) UNSIGNED NOT NULL, name CHAR(64) NOT NULL, help_category_id SMALLINT(5) UNSIGNED NOT NULL, description TEXT NOT NULL, example TEXT NOT NULL, url TEXT NOT NULL, PRIMARY KEY (help_topic_id) clustered, UNIQUE KEY name (name) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/04 10:55:37.480 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/04 10:55:37.595 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:37.52 +0000 UTC, 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/04 10:55:37.595 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:37.52 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:37.611 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:37.52 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:37.783 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=3.666374ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:37.817 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:37.817 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/04 10:55:37.818 +00:00] [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"=60.332161ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:37.52 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:37.889 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:37.52 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:38.035 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/04 10:55:38.036 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.550761916\n# Parse_time: 0\n# Compile_time: 0.003314076\n# Rewrite_time: 0.000015162\n# Optimize_time: 0\n# Wait_TS: 0.000175538\n# DB: mysql\n# Is_internal: true\n# Digest: 2db2929397c955d277d1b5400209b98787aa0797f979b9c213e3924c27b82ea9\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta ( version BIGINT(64) UNSIGNED NOT NULL, table_id BIGINT(64) NOT NULL, modify_count BIGINT(64) NOT NULL DEFAULT 0, count BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, snapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, INDEX idx_ver(version), UNIQUE INDEX tbl(table_id) );"] [2025/04/04 10:55:38.036 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/04 10:55:38.077 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:38.233 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:38.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:38.234 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:38.115 +0000 UTC, 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/04 10:55:38.265 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:38.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:38.532 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=5.779101ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:38.575 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:38.576 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/04 10:55:38.577 +00:00] [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"=52.108619ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:38.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:38.622 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:38.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:39.018 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/04 10:55:39.031 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.965882143\n# Parse_time: 0\n# Compile_time: 0.010364405\n# Rewrite_time: 0.000015024\n# Optimize_time: 0\n# Wait_TS: 0.000186239\n# DB: mysql\n# Is_internal: true\n# Digest: e038e634a5f1b7e5429d1252be7edf0ffb0922e8636032b9c68fd59f0484f6ef\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_histograms ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, distinct_count BIGINT(64) NOT NULL, null_count BIGINT(64) NOT NULL DEFAULT 0, tot_col_size BIGINT(64) NOT NULL DEFAULT 0, modify_count BIGINT(64) NOT NULL DEFAULT 0, version BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, cm_sketch BLOB(6291456), stats_ver BIGINT(64) NOT NULL DEFAULT 0, flag BIGINT(64) NOT NULL DEFAULT 0, correlation DOUBLE NOT NULL DEFAULT 0, last_analyze_pos LONGBLOB DEFAULT NULL, UNIQUE INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:55:39.032 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:55:39.277 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:39.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:39.280 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:39.167 +0000 UTC, 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/04 10:55:39.302 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:39.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:39.499 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=15.930984ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:39.550 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:39.550 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/04 10:55:39.551 +00:00] [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"=68.516443ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:39.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:39.636 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:39.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:39.755 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/04 10:55:39.757 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.711403671\n# Parse_time: 0\n# Compile_time: 0.018932992\n# Rewrite_time: 0.000014351\n# Optimize_time: 0\n# Wait_TS: 0.000159675\n# DB: mysql\n# Is_internal: true\n# Digest: 84a28596914df45e10de865c11a515d8595f2c38a422f5c8d8fb86a470ba5cad\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_buckets ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, bucket_id BIGINT(64) NOT NULL, count BIGINT(64) NOT NULL, repeats BIGINT(64) NOT NULL, upper_bound LONGBLOB NOT NULL, lower_bound LONGBLOB , ndv BIGINT NOT NULL DEFAULT 0, UNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id) );"] [2025/04/04 10:55:39.758 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/04 10:55:39.880 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:39.794 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:39.884 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:39.794 +0000 UTC, 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/04 10:55:39.902 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:39.794 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:40.013 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=3.617312ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:40.032 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:40.032 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/04 10:55:40.034 +00:00] [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"=32.227257ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:39.794 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:40.065 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:39.794 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:40.263 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/04 10:55:40.265 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.502681121\n# Parse_time: 0\n# Compile_time: 0.003584518\n# Rewrite_time: 0.000028568\n# Optimize_time: 0\n# Wait_TS: 0.000181604\n# DB: mysql\n# Is_internal: true\n# Digest: 4407fc98c36858aed19a41d8ab6383e7885e71a2edd2716950a8847ee0c4ccd2\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_index (job_id, element_id) );"] [2025/04/04 10:55:40.265 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:55:40.471 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:40.318 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:40.471 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:40.318 +0000 UTC, 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/04 10:55:40.495 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:40.318 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:40.649 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=3.353282ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:40.667 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:40.667 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/04 10:55:40.669 +00:00] [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"=24.218915ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:40.318 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:40.728 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:40.318 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:40.932 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/04 10:55:40.934 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.651736281\n# Parse_time: 0\n# Compile_time: 0.003663543\n# Rewrite_time: 0.000018962\n# Optimize_time: 0\n# Wait_TS: 0.000234765\n# DB: mysql\n# Is_internal: true\n# Digest: 6f80e6944eacefde08a31e8364b171d37e77c4bebc7757ae375b47812ca371cb\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_done_index (job_id, element_id) );"] [2025/04/04 10:55:40.935 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:55:41.032 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:40.964 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:41.033 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:40.964 +0000 UTC, 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/04 10:55:41.060 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:40.964 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:41.188 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=3.327649ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:41.220 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:41.221 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/04 10:55:41.222 +00:00] [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"=38.890737ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:40.964 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:41.262 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:40.964 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:41.346 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/04 10:55:41.347 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.40825213\n# Parse_time: 0\n# Compile_time: 0.002588952\n# Rewrite_time: 0.000014184\n# Optimize_time: 0\n# Wait_TS: 0.000194381\n# DB: mysql\n# Is_internal: true\n# Digest: ae00140f19e8173091b9a44ece06f4d51ecf640b3c9c924a7be8a7394182215f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_feedback ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, feedback BLOB NOT NULL, INDEX hist(table_id, is_index, hist_id) );"] [2025/04/04 10:55:41.348 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:55:41.603 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:41.419 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:41.603 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:41.419 +0000 UTC, 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/04 10:55:41.653 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:41.419 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:41.792 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=11.376666ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:41.813 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:41.813 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/04 10:55:41.814 +00:00] [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"=34.280904ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:41.419 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:41.869 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:41.419 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:41.995 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/04 10:55:41.997 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.632321511\n# Parse_time: 0\n# Compile_time: 0.007093311\n# Rewrite_time: 0.000016566\n# Optimize_time: 0\n# Wait_TS: 0.000185597\n# DB: mysql\n# Is_internal: true\n# Digest: b0ac22a8699b953eeb48be3f830e94a20801551f37159b586c40d30dc883661d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.role_edges ( FROM_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', FROM_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', TO_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', TO_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', WITH_ADMIN_OPTION ENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N', PRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER) );"] [2025/04/04 10:55:41.997 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/04 10:55:42.129 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:42.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:42.130 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:42.071 +0000 UTC, 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/04 10:55:42.158 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:42.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:42.280 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=3.417046ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:42.299 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:42.299 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/04 10:55:42.301 +00:00] [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"=32.915796ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:42.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:42.351 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:42.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:42.531 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/04 10:55:42.532 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.527249879\n# Parse_time: 0\n# Compile_time: 0.004563347\n# Rewrite_time: 0.000012711\n# Optimize_time: 0\n# Wait_TS: 0.000132735\n# DB: mysql\n# Is_internal: true\n# Digest: 8b707c584d1e112e8e8ec868861b803577fee329c3c9393a6b510ee14fe94302\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.default_roles ( HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', DEFAULT_ROLE_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%', DEFAULT_ROLE_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER), KEY i_user (USER));"] [2025/04/04 10:55:42.533 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/04 10:55:42.728 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:42.596 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:42.729 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:42.596 +0000 UTC, 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/04 10:55:42.770 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:42.596 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:43.125 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=5.744375ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:43.147 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:43.147 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/04 10:55:43.152 +00:00] [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"=34.017478ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:42.596 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:43.186 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:42.596 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:43.415 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/04 10:55:43.435 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.890167571\n# Parse_time: 0\n# Compile_time: 0.016553846\n# Rewrite_time: 0.000015497\n# Optimize_time: 0\n# Wait_TS: 0.000538649\n# DB: mysql\n# Is_internal: true\n# Digest: c355115b20710cd210d1922674f220e73f613065f32d62aaabd2d1ecf698841b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.bind_info ( original_sql LONGTEXT NOT NULL, bind_sql LONGTEXT NOT NULL, default_db TEXT NOT NULL, status TEXT NOT NULL, create_time TIMESTAMP(3) NOT NULL, update_time TIMESTAMP(3) NOT NULL, charset TEXT NOT NULL, collation TEXT NOT NULL, source VARCHAR(10) NOT NULL DEFAULT 'unknown', sql_digest varchar(64) DEFAULT NULL, plan_digest varchar(64) DEFAULT NULL, INDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\", INDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\", UNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:55:43.436 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:55:43.584 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:43.527 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:43.584 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:43.527 +0000 UTC, 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/04 10:55:43.605 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:43.527 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:43.779 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=3.943215ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:43.817 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:43.817 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/04 10:55:43.819 +00:00] [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"=51.198383ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:43.527 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:43.870 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:43.527 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:43.962 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/04 10:55:43.963 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.49268586\n# Parse_time: 0\n# Compile_time: 0.002799108\n# Rewrite_time: 0.000015398\n# Optimize_time: 0\n# Wait_TS: 0.006717111\n# DB: mysql\n# Is_internal: true\n# Digest: df1a9dde39341a07eb2fb8ef599e6652770203b79af3e1800917053820a3b51c\n# Mem_max: 4096\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_top_n ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, count BIGINT(64) UNSIGNED NOT NULL, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:55:43.967 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:55:44.079 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:44.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:44.080 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:44.026 +0000 UTC, 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/04 10:55:44.100 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:44.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:44.241 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=2.65625ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:44.260 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:44.274 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/04 10:55:44.276 +00:00] [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"=38.935775ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:44.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:44.309 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:44.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:44.383 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/04 10:55:44.384 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.411082151\n# Parse_time: 0\n# Compile_time: 0.011964172\n# Rewrite_time: 0.000015807\n# Optimize_time: 0\n# Wait_TS: 0.000168835\n# DB: mysql\n# Is_internal: true\n# Digest: 988ff7e96344f475621bfec9765ba7b507e76d86daa1e3fdf0f9eadbd538afd0\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist ( name CHAR(100) NOT NULL, store_type CHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb', reason VARCHAR(200) );"] [2025/04/04 10:55:44.385 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/04 10:55:44.525 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:44.472 +0000 UTC, 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/04 10:55:44.525 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:44.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:44.557 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:44.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:44.650 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=2.13606ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:44.678 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:44.678 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/04 10:55:44.679 +00:00] [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"=32.109321ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:44.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:44.717 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:44.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:44.786 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/04 10:55:44.787 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.40052596\n# Parse_time: 0\n# Compile_time: 0.001443157\n# Rewrite_time: 0.00001234\n# Optimize_time: 0\n# Wait_TS: 0.00017112\n# DB: mysql\n# Is_internal: true\n# Digest: 58329d63c08bcbc761a6b408e882dc874ae0220c9a2aaaeab91d992543fef52b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist ( name CHAR(100) NOT NULL );"] [2025/04/04 10:55:44.787 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/04 10:55:44.952 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:44.86 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:44.953 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:44.86 +0000 UTC, 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/04 10:55:45.007 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:44.86 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:45.404 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=8.233067ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:45.424 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:45.425 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/04 10:55:45.426 +00:00] [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"=32.285705ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:44.86 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:45.502 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:44.86 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:45.618 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/04 10:55:45.619 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.825935667\n# Parse_time: 0\n# Compile_time: 0.00366515\n# Rewrite_time: 0.0000182\n# Optimize_time: 0\n# Wait_TS: 0.000178888\n# DB: mysql\n# Is_internal: true\n# Digest: 9c4f6672f019f6d6c588a6b2eb00b13f041ee54cb97f253f85d7ae52df9d23c6\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_extended ( name varchar(32) NOT NULL, type tinyint(4) NOT NULL, table_id bigint(64) NOT NULL, column_ids varchar(32) NOT NULL, stats blob DEFAULT NULL, version bigint(64) unsigned NOT NULL, status tinyint(4) NOT NULL, PRIMARY KEY(name, table_id), KEY idx_1 (table_id, status, version), KEY idx_2 (status, version) );"] [2025/04/04 10:55:45.620 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/04 10:55:45.746 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:45.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:45.747 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:45.644 +0000 UTC, 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/04 10:55:45.761 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:45.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:45.952 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=8.459554ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:45.984 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:45.986 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/04 10:55:46.007 +00:00] [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"=65.670623ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:45.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:46.049 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:45.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:46.167 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/04 10:55:46.169 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.546059784\n# Parse_time: 0\n# Compile_time: 0.002428119\n# Rewrite_time: 0.000012988\n# Optimize_time: 0\n# Wait_TS: 0.000148178\n# DB: mysql\n# Is_internal: true\n# Digest: 9e692f90f6e351e4eecf3fbff7177acf0a166d0cd79badb0ce0ced2bb754eb99\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:55:46.169 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:55:46.340 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:46.241 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:46.340 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:46.241 +0000 UTC, 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/04 10:55:46.380 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:46.241 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:46.565 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=3.594738ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:46.594 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:46.594 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/04 10:55:46.595 +00:00] [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"=34.210479ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:46.241 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:46.631 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:46.241 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:46.811 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/04 10:55:46.812 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.636306862\n# Parse_time: 0\n# Compile_time: 0.003096588\n# Rewrite_time: 0.000012282\n# Optimize_time: 0\n# Wait_TS: 0.000213127\n# DB: mysql\n# Is_internal: true\n# Digest: 752215fdcd8e21124ccfe3a90f4511f2e72581c4c48a751cc8571209fdee15f6\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.global_grants ( USER char(32) NOT NULL DEFAULT '', HOST char(255) NOT NULL DEFAULT '', PRIV char(32) NOT NULL DEFAULT '', WITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (USER,HOST,PRIV), KEY i_user (USER) );"] [2025/04/04 10:55:46.812 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/04 10:55:46.932 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:46.864 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:46.932 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:46.864 +0000 UTC, 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/04 10:55:46.972 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:46.864 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:47.122 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=2.755417ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:47.154 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:47.155 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/04 10:55:47.158 +00:00] [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"=39.649597ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:46.864 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:47.186 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:46.864 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:47.304 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/04 10:55:47.307 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.482703006\n# Parse_time: 0\n# Compile_time: 0.005595515\n# Rewrite_time: 0.000016805\n# Optimize_time: 0\n# Wait_TS: 0.00021748\n# DB: mysql\n# Is_internal: true\n# Digest: 1fac41a3d4a89e3e4da2393e1f69d1aacfec8886db749d6329e9bf677df777b8\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist ( id bigint(64) auto_increment, filter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\", filter_value varchar(32) NOT NULL, key idx(filter_type), primary key(id) );"] [2025/04/04 10:55:47.308 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/04 10:55:47.394 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:47.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:47.394 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:47.35 +0000 UTC, 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/04 10:55:47.410 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:47.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:47.523 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=2.962968ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:47.576 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:47.577 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/04 10:55:47.578 +00:00] [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"=70.327786ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:47.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:47.616 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:47.35 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:47.733 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/04 10:55:47.734 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.419913851\n# Parse_time: 0\n# Compile_time: 0.011278423\n# Rewrite_time: 0.000018352\n# Optimize_time: 0\n# Wait_TS: 0.000144226\n# DB: mysql\n# Is_internal: true\n# Digest: 06962f34c69b85ab590c2556bdffd68d7705d56a70a3b0522b0ba5bc55363fd3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.column_stats_usage ( table_id BIGINT(64) NOT NULL, column_id BIGINT(64) NOT NULL, last_used_at TIMESTAMP, last_analyzed_at TIMESTAMP, PRIMARY KEY (table_id, column_id) CLUSTERED );"] [2025/04/04 10:55:47.734 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:55:47.859 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:47.794 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:47.859 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:47.794 +0000 UTC, 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/04 10:55:47.890 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:47.794 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:48.123 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=2.820091ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:48.139 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:48.139 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/04 10:55:48.142 +00:00] [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"=22.815633ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:47.794 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:48.180 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:47.794 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:48.332 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/04 10:55:48.334 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.595150197\n# Parse_time: 0\n# Compile_time: 0.004080838\n# Rewrite_time: 0.000017041\n# Optimize_time: 0\n# Wait_TS: 0.00024319\n# DB: mysql\n# Is_internal: true\n# Digest: a30fd7e284f356f111cb15459926cdbebb3d6f24c950b6f3b9729d8b5f13ee4f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.table_cache_meta ( tid bigint(11) NOT NULL DEFAULT 0, lock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE', lease bigint(20) NOT NULL DEFAULT 0, oldReadLease bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (tid) );"] [2025/04/04 10:55:48.335 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/04 10:55:48.394 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:48.626 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:48.463 +0000 UTC, 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/04 10:55:48.626 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:48.463 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:48.655 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:48.463 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:48.788 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=3.836627ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:48.806 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:48.806 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/04 10:55:48.807 +00:00] [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"=24.205103ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:48.463 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:48.850 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:48.463 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:48.940 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/04 10:55:48.941 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.601136677\n# Parse_time: 0\n# Compile_time: 0.044659911\n# Rewrite_time: 0.000025047\n# Optimize_time: 0\n# Wait_TS: 0.000218656\n# DB: mysql\n# Is_internal: true\n# Digest: c862b6db4c0b104bd6ade1db78bbe1f6a12a30584d750044f3eec57a1a86580e\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_options ( table_id BIGINT(64) NOT NULL, sample_num BIGINT(64) NOT NULL DEFAULT 0, sample_rate DOUBLE NOT NULL DEFAULT -1, buckets BIGINT(64) NOT NULL DEFAULT 0, topn BIGINT(64) NOT NULL DEFAULT -1, column_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT', column_ids TEXT(19372), PRIMARY KEY (table_id) CLUSTERED );"] [2025/04/04 10:55:48.941 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:55:49.042 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:48.972 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:49.043 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:48.972 +0000 UTC, 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/04 10:55:49.088 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:48.972 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:49.235 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=4.259097ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:49.268 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:49.268 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/04 10:55:49.269 +00:00] [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"=40.190513ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:48.972 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:49.321 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:48.972 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:49.461 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/04 10:55:49.465 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.516013694\n# Parse_time: 0\n# Compile_time: 0.00416234\n# Rewrite_time: 0.000014524\n# Optimize_time: 0\n# Wait_TS: 0.00013966\n# DB: mysql\n# Is_internal: true\n# Digest: eceb528bf68c7d9b100b120b5113005ea7f5a4c6c1f4834403330ff156d0a3aa\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_history ( table_id bigint(64) NOT NULL, stats_data longblob NOT NULL, seq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice', version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', create_time datetime(6) NOT NULL, UNIQUE KEY table_version_seq (table_id, version, seq_no), KEY table_create_time (table_id, create_time, seq_no), KEY idx_create_time (create_time) );"] [2025/04/04 10:55:49.466 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:55:49.677 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:49.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:49.677 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:49.56 +0000 UTC, 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/04 10:55:49.725 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:49.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:50.052 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=4.465747ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:50.101 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:50.102 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/04 10:55:50.103 +00:00] [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"=56.789846ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:49.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:50.180 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:49.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:50.368 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/04 10:55:50.370 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.891406855\n# Parse_time: 0\n# Compile_time: 0.011880179\n# Rewrite_time: 0.000015649\n# Optimize_time: 0\n# Wait_TS: 0.002392056\n# DB: mysql\n# Is_internal: true\n# Digest: 752363602773b9b875eec93769301ada55a059e0b28c5434de98fdbbc6af54cb\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta_history ( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL, count bigint(64) NOT NULL, version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', source varchar(40) NOT NULL, create_time datetime(6) NOT NULL, UNIQUE KEY table_version (table_id, version), KEY table_create_time (table_id, create_time), KEY idx_create_time (create_time) );"] [2025/04/04 10:55:50.370 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:55:50.695 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:50.508 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:50.696 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:50.508 +0000 UTC, 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/04 10:55:50.752 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:50.508 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:51.133 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=6.252804ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:51.151 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:51.151 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/04 10:55:51.155 +00:00] [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"=29.386643ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:50.508 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:51.213 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:50.508 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:51.477 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/04 10:55:51.479 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.059552598\n# Parse_time: 0\n# Compile_time: 0.023151275\n# Rewrite_time: 0.000018616\n# Optimize_time: 0\n# Wait_TS: 0.000193024\n# DB: mysql\n# Is_internal: true\n# Digest: e43210dfb790a213e9535afaf9c321b9c50cd9c52fc4ea248c8239abe958ff67\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_jobs ( id BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, table_schema CHAR(64) NOT NULL DEFAULT '', table_name CHAR(64) NOT NULL DEFAULT '', partition_name CHAR(64) NOT NULL DEFAULT '', job_info TEXT NOT NULL, processed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, start_time TIMESTAMP, end_time TIMESTAMP, state ENUM('pending', 'running', 'finished', 'failed') NOT NULL, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job', process_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job', PRIMARY KEY (id), KEY (update_time), INDEX idx_schema_table_state (table_schema, table_name, state), INDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state) );"] [2025/04/04 10:55:51.480 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/04 10:55:51.632 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:51.572 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:51.633 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:51.572 +0000 UTC, 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/04 10:55:51.685 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:51.572 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:51.771 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=2.341681ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:51.790 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:51.790 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/04 10:55:51.792 +00:00] [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"=27.120128ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:51.572 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:51.863 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:51.572 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:51.974 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/04 10:55:51.975 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.490204612\n# Parse_time: 0\n# Compile_time: 0.032841966\n# Rewrite_time: 0.000015304\n# Optimize_time: 0\n# Wait_TS: 0.000163813\n# DB: mysql\n# Is_internal: true\n# Digest: 6eab04864600dfa37145d44689995984eecc83e3dc6ce49c1e75d23567f8bac3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.advisory_locks ( lock_name VARCHAR(64) NOT NULL PRIMARY KEY );"] [2025/04/04 10:55:51.975 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/04 10:55:52.083 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:52.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:52.083 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:52.018 +0000 UTC, 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/04 10:55:52.106 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:52.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:52.292 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=3.801096ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:55:52.311 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:52.311 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/04 10:55:52.313 +00:00] [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"=26.543676ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:52.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:52.365 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:52.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:52.511 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/04 10:55:52.513 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.527618585\n# Parse_time: 0\n# Compile_time: 0.012513793\n# Rewrite_time: 0.007129338\n# Optimize_time: 0\n# Wait_TS: 0.000138588\n# DB: mysql\n# Is_internal: true\n# Digest: 21116016d77c522c611ad3a280af29e3d82340ed19bc91481dd117f25aeda403\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as ( SELECT tidb_mdl_info.job_id, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query, session_id, cluster_tidb_trx.start_time, tidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS FROM mysql.tidb_ddl_job, mysql.tidb_mdl_info, information_schema.cluster_tidb_trx WHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id AND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0 );"] [2025/04/04 10:55:52.718 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:52.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:52.719 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:52.604 +0000 UTC, 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/04 10:55:52.748 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:52.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:52.967 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=11.636898ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:52.998 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:52.998 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/04 10:55:52.999 +00:00] [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"=44.585685ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:52.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:53.048 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:52.604 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:53.149 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/04 10:55:53.165 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.626005852\n# Parse_time: 0\n# Compile_time: 0.026350949\n# Rewrite_time: 0.000015205\n# Optimize_time: 0\n# Wait_TS: 0.001428684\n# DB: mysql\n# Is_internal: true\n# Digest: d88a70e9c5bb5a28f5a1d1f52613093328fd73c5e78668fab2b1a9c260ab506b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_status ( sql_digest VARCHAR(128), plan_digest VARCHAR(128), origin_sql TEXT, token VARCHAR(128), update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/04 10:55:53.166 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/04 10:55:53.405 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:53.251 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:53.406 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:53.251 +0000 UTC, 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/04 10:55:53.494 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:53.251 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:53.663 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=2.785686ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:53.693 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:53.693 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/04 10:55:53.693 +00:00] [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"=34.159135ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:53.251 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:53.787 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:53.251 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:53.889 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/04 10:55:53.891 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.721005303\n# Parse_time: 0\n# Compile_time: 0.006575161\n# Rewrite_time: 0.000015424\n# Optimize_time: 0\n# Wait_TS: 0.000166034\n# DB: mysql\n# Is_internal: true\n# Digest: 1ce2bb4fd69df5a5aeb254910aeeab700c1408b8c2de8f7dbe3ebbc11a4b1542\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_task ( sql_digest VARCHAR(128) NOT NULL, plan_digest VARCHAR(128) NOT NULL, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (sql_digest,plan_digest));"] [2025/04/04 10:55:53.891 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2025/04/04 10:55:54.097 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:53.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:54.097 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:53.988 +0000 UTC, 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/04 10:55:54.165 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:53.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:54.364 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=3.13945ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:54.415 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:54.415 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/04 10:55:54.417 +00:00] [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"=57.692606ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:53.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:54.482 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:53.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:54.605 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/04 10:55:54.606 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.711766476\n# Parse_time: 0\n# Compile_time: 0.004124261\n# Rewrite_time: 0.00001757\n# Optimize_time: 0\n# Wait_TS: 0.000166868\n# DB: mysql\n# Is_internal: true\n# Digest: f2c0bd78cfe8f7e6b4f8b30f83a48ff4c49a1a9de1c1a0c721ec3561ac42865a\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_table_locked( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL DEFAULT 0, count bigint(64) NOT NULL DEFAULT 0, version bigint(64) UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (table_id));"] [2025/04/04 10:55:54.607 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2025/04/04 10:55:54.922 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:54.661 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:54.921 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:54.661 +0000 UTC, 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/04 10:55:54.947 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:54.661 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:55.597 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=14.404642ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:55.634 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:55.634 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/04 10:55:55.637 +00:00] [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"=55.507069ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:54.661 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:55.690 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:54.661 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:55.936 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/04 10:55:55.939 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.321394345\n# Parse_time: 0\n# Compile_time: 0.006290031\n# Rewrite_time: 0.00001645\n# Optimize_time: 0\n# Wait_TS: 0.000191135\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status ( table_id bigint(64) PRIMARY KEY, parent_table_id bigint(64), table_statistics text DEFAULT NULL, last_job_id varchar(64) DEFAULT NULL, last_job_start_time timestamp NULL DEFAULT NULL, last_job_finish_time timestamp NULL DEFAULT NULL, last_job_ttl_expire timestamp NULL DEFAULT NULL, last_job_summary text DEFAULT NULL, current_job_id varchar(64) DEFAULT NULL, current_job_owner_id varchar(64) DEFAULT NULL, current_job_owner_addr varchar(256) DEFAULT NULL, current_job_owner_hb_time timestamp, current_job_start_time timestamp NULL DEFAULT NULL, current_job_ttl_expire timestamp NULL DEFAULT NULL, current_job_state text DEFAULT NULL, current_job_status varchar(64) DEFAULT NULL, current_job_status_update_time timestamp NULL DEFAULT NULL);"] [2025/04/04 10:55:55.940 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2025/04/04 10:55:56.211 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:56.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:56.211 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:56.055 +0000 UTC, 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/04 10:55:56.234 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:56.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:56.661 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=6.082802ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:56.685 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:56.685 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/04 10:55:56.690 +00:00] [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"=36.219954ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:56.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:56.779 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:56.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:56.959 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/04 10:55:56.960 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.97859711\n# Parse_time: 0\n# Compile_time: 0.011685201\n# Rewrite_time: 0.00002163\n# Optimize_time: 0\n# Wait_TS: 0.000165495\n# DB: mysql\n# Is_internal: true\n# Digest: 99a5c0e89a0b881a0fa10de262495ae25955edb2a7ef8776054ab57aca80e0d7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task ( job_id varchar(64) NOT NULL, table_id bigint(64) NOT NULL, scan_id int NOT NULL, scan_range_start BLOB, scan_range_end BLOB, expire_time timestamp NOT NULL, owner_id varchar(64) DEFAULT NULL, owner_addr varchar(64) DEFAULT NULL, owner_hb_time timestamp DEFAULT NULL, status varchar(64) DEFAULT 'waiting', status_update_time timestamp NULL DEFAULT NULL, state text, created_time timestamp NOT NULL, primary key(job_id, scan_id), key(created_time));"] [2025/04/04 10:55:56.961 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2025/04/04 10:55:57.271 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:57.087 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:57.272 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:57.087 +0000 UTC, 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/04 10:55:57.307 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:57.087 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:57.798 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=7.073515ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:57.824 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:57.824 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/04 10:55:57.825 +00:00] [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"=34.366521ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:57.087 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:57.865 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:57.087 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:58.064 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/04 10:55:58.065 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.094347219\n# Parse_time: 0\n# Compile_time: 0.005160114\n# Rewrite_time: 0.000016601\n# Optimize_time: 0\n# Wait_TS: 0.000197729\n# DB: mysql\n# Is_internal: true\n# Digest: a59d1fe47cade4697d39b0374d27cfee2fa302a4c752a5ae5073cecda386a0e8\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history ( job_id varchar(64) PRIMARY KEY, table_id bigint(64) NOT NULL, parent_table_id bigint(64) NOT NULL, table_schema varchar(64) NOT NULL, table_name varchar(64) NOT NULL, partition_name varchar(64) DEFAULT NULL, create_time timestamp NOT NULL, finish_time timestamp NOT NULL, ttl_expire timestamp NOT NULL, summary_text text, expired_rows bigint(64) DEFAULT NULL, deleted_rows bigint(64) DEFAULT NULL, error_delete_rows bigint(64) DEFAULT NULL, status varchar(64) NOT NULL, key(table_schema, table_name, create_time), key(parent_table_id, create_time), key(create_time) );"] [2025/04/04 10:55:58.066 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2025/04/04 10:55:58.452 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:58.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:58.452 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:58.117 +0000 UTC, 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/04 10:55:58.465 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:58.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:58.938 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=7.34584ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:58.982 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:58.982 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/04 10:55:58.985 +00:00] [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"=55.076627ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:58.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:59.087 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:58.117 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:59.406 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/04 10:55:59.409 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.322642557\n# Parse_time: 0\n# Compile_time: 0.005158862\n# Rewrite_time: 0.000015505\n# Optimize_time: 0\n# Wait_TS: 0.000221932\n# DB: mysql\n# Is_internal: true\n# Digest: 87a919aee92342a6b954c4ed4dd8cc629fccf29087b4eee86bc91114590f3e5c\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:55:59.410 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:55:59.623 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:59.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:59.626 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:59.475 +0000 UTC, 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/04 10:55:59.660 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:59.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:00.228 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=14.133552ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:56:00.301 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:00.301 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/04 10:56:00.301 +00:00] [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"=88.469626ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:59.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:00.368 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:59.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:00.691 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/04 10:56:00.693 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.25284169\n# Parse_time: 0\n# Compile_time: 0.004710666\n# Rewrite_time: 0.000022037\n# Optimize_time: 0\n# Wait_TS: 0.000149461\n# DB: mysql\n# Is_internal: true\n# Digest: 35cf2ce48ba5e71b82858e4e3f3a03750eb81dc6d2c5dee011ea0f91b9a9599e\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:56:00.693 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:56:00.973 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:00.732 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:56:00.973 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:00.732 +0000 UTC, 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/04 10:56:01.020 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:00.732 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:01.388 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=6.605825ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:56:01.459 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:01.459 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/04 10:56:01.462 +00:00] [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"=98.67688ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:00.732 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:01.537 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:00.732 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:01.819 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/04 10:56:01.824 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.117383987\n# Parse_time: 0\n# Compile_time: 0.005841604\n# Rewrite_time: 0.00001608\n# Optimize_time: 0\n# Wait_TS: 0.000248765\n# DB: mysql\n# Is_internal: true\n# Digest: 1865863db4761960f0296bcf5386c3bb0c98aa299ac12888aa8054dc66681ee3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs ( id bigint(64) NOT NULL AUTO_INCREMENT, create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), start_time TIMESTAMP(6) NULL DEFAULT NULL, update_time TIMESTAMP(6) NULL DEFAULT NULL, end_time TIMESTAMP(6) NULL DEFAULT NULL, table_schema VARCHAR(64) NOT NULL, table_name VARCHAR(64) NOT NULL, table_id bigint(64) NOT NULL, created_by VARCHAR(300) NOT NULL, parameters text NOT NULL, source_file_size bigint(64) NOT NULL, status VARCHAR(64) NOT NULL, step VARCHAR(64) NOT NULL, summary text DEFAULT NULL, error_message TEXT DEFAULT NULL, PRIMARY KEY (id), KEY (created_by), KEY (status));"] [2025/04/04 10:56:01.824 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2025/04/04 10:56:02.098 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:01.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:56:02.099 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:01.908 +0000 UTC, 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/04 10:56:02.140 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:01.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:02.563 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=5.898328ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:56:02.586 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:02.586 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/04 10:56:02.588 +00:00] [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"=48.421606ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:01.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:02.630 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:01.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:02.879 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/04 10:56:02.888 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.042576344\n# Parse_time: 0\n# Compile_time: 0.010159847\n# Rewrite_time: 0.000015614\n# Optimize_time: 0\n# Wait_TS: 0.000184603\n# DB: mysql\n# Is_internal: true\n# Digest: e0bf00610662023227b3e4a7d5f58b03cae01c95aeaf892c603785420b5a5d10\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', INDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\", INDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:56:02.889 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:56:03.092 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:02.95 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:56:03.092 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:02.95 +0000 UTC, 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/04 10:56:03.132 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:02.95 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:03.390 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=4.966279ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:56:03.420 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:03.421 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/04 10:56:03.423 +00:00] [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"=38.640234ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:02.95 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:03.470 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:02.95 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:03.714 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/04 10:56:03.716 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.811843316\n# Parse_time: 0\n# Compile_time: 0.024378698\n# Rewrite_time: 0.000017504\n# Optimize_time: 0\n# Wait_TS: 0.00017689\n# DB: mysql\n# Is_internal: true\n# Digest: 90a827f5aeb9baa2131bf6ef107c623b745894733d5936771bed7e5e4aa2a0ff\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries ( resource_group_name varchar(32) not null, start_time TIMESTAMP NOT NULL, repeats int default 1, match_type varchar(12) NOT NULL, action varchar(64) NOT NULL, sample_sql TEXT NOT NULL, sql_digest varchar(64) NOT NULL, plan_digest varchar(64) NOT NULL, tidb_server varchar(512), rule VARCHAR(512) DEFAULT '', INDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\", INDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:56:03.717 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:56:04.000 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:03.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:56:04.000 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:03.801 +0000 UTC, 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/04 10:56:04.018 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:03.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:04.401 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=7.928108ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:56:04.420 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:04.420 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/04 10:56:04.421 +00:00] [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"=28.327054ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:03.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:04.490 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:03.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:04.716 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/04 10:56:04.721 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.968545691\n# Parse_time: 0\n# Compile_time: 0.013238798\n# Rewrite_time: 0.000015397\n# Optimize_time: 0\n# Wait_TS: 0.000096011\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` ( ID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, NAMESPACE VARCHAR(256) NOT NULL, TIMER_KEY VARCHAR(256) NOT NULL, TIMER_DATA BLOB, TIMEZONE VARCHAR(64) NOT NULL, SCHED_POLICY_TYPE VARCHAR(32) NOT NULL, SCHED_POLICY_EXPR VARCHAR(256) NOT NULL, HOOK_CLASS VARCHAR(64) NOT NULL, WATERMARK TIMESTAMP DEFAULT NULL, ENABLE TINYINT(2) NOT NULL, TIMER_EXT JSON NOT NULL, EVENT_STATUS VARCHAR(32) NOT NULL, EVENT_ID VARCHAR(64) NOT NULL, EVENT_DATA BLOB, EVENT_START TIMESTAMP DEFAULT NULL, SUMMARY_DATA BLOB, CREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, UPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, VERSION BIGINT(64) UNSIGNED NOT NULL, PRIMARY KEY (ID), UNIQUE KEY timer_key(NAMESPACE, TIMER_KEY), KEY hook_class(HOOK_CLASS) );"] [2025/04/04 10:56:04.724 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2025/04/04 10:56:04.937 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:04.818 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:56:04.937 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:04.818 +0000 UTC, 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/04 10:56:04.969 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:04.818 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:05.211 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=4.713376ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:56:05.230 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:05.230 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/04 10:56:05.231 +00:00] [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"=16.438721ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:04.818 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:05.305 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:04.818 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:05.469 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/04 10:56:05.470 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.737242408\n# Parse_time: 0\n# Compile_time: 0.032771913\n# Rewrite_time: 0.000016312\n# Optimize_time: 0\n# Wait_TS: 0.000156226\n# DB: mysql\n# Is_internal: true\n# Digest: 0756c368a062ed6f6fcf06118c0f681502d85d0c56147973918b699deb186db7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, record_id BIGINT(20) not null, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', done_time TIMESTAMP(6) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:56:05.471 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:56:05.560 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:05.518 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:56:05.563 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:05.518 +0000 UTC, 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/04 10:56:05.581 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:05.518 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:05.761 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=3.896999ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:56:05.794 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:05.794 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/04 10:56:05.797 +00:00] [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"=44.957635ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:05.518 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:05.848 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:05.518 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:05.987 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/04 10:56:05.988 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.514331833\n# Parse_time: 0\n# Compile_time: 0.003660897\n# Rewrite_time: 0.000012719\n# Optimize_time: 0\n# Wait_TS: 0.000149212\n# DB: mysql\n# Is_internal: true\n# Digest: d7aca5b8f7b6ebbd013778d4a0451e0b59954ffc0090d361b1f71722be496608\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.dist_framework_meta ( host VARCHAR(261) NOT NULL PRIMARY KEY, role VARCHAR(64), cpu_count int default 0, keyspace_id bigint(8) NOT NULL DEFAULT -1 );"] [2025/04/04 10:56:06.024 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2025/04/04 10:56:06.084 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:56:06.084 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:56:06.084 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:56:06.084 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:56:06.145 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:06.08 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:56:06.146 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:06.08 +0000 UTC, 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/04 10:56:06.157 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:06.08 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:06.326 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=3.574814ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:56:06.354 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:06.354 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/04 10:56:06.354 +00:00] [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"=32.385322ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:06.08 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:06.386 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:06.08 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:06.489 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/04 10:56:06.509 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.48122133\n# Parse_time: 0\n# Compile_time: 0.010910028\n# Rewrite_time: 0.000013711\n# Optimize_time: 0\n# Wait_TS: 0.000208683\n# DB: mysql\n# Is_internal: true\n# Digest: 5ca9dd4b3efdb0fd8b4c7af3016f911e048fc356c5b2a241e06c5bc30f085ce7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.request_unit_by_group ( start_time TIMESTAMP(6) NOT NULL, end_time TIMESTAMP(6) NOT NULL, resource_group VARCHAR(32) NOT null, total_ru bigint(64) UNSIGNED NOT NULL, PRIMARY KEY (start_time, end_time, resource_group), KEY (resource_group) );"] [2025/04/04 10:56:06.513 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2025/04/04 10:56:06.532 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:56:06.770 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:06.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:56:06.770 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:06.608 +0000 UTC, 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/04 10:56:06.811 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:06.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:07.042 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=12.38372ms] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:56:07.071 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:07.072 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/04 10:56:07.079 +00:00] [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"=74.68644ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:06.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:07.163 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:06.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:07.342 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/04 10:56:07.348 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.830990683\n# Parse_time: 0\n# Compile_time: 0.011755922\n# Rewrite_time: 0.000013738\n# Optimize_time: 0\n# Wait_TS: 0.002371793\n# DB: mysql\n# Is_internal: true\n# Digest: c3f2b12f28890accfe7e3cd6df43661468be7bca7e24b853661916ce164d8160\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map ( restored_ts BIGINT NOT NULL, upstream_cluster_id BIGINT NOT NULL, segment_id BIGINT NOT NULL, id_map BLOB(524288) NOT NULL, update_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/04 10:56:07.354 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/04 10:56:07.427 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:07.404 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:56:07.427 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:07.404 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 10:56:07.450 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:07.404 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:07.527 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=793.452ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 10:56:07.574 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:07.575 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/04 10:56:07.613 +00:00] [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"=108.139009ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:07.404 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:07.733 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:07.404 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:07.823 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/04 10:56:07.825 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.468957691\n# Parse_time: 0\n# Compile_time: 0.000991051\n# Rewrite_time: 0.000013451\n# Optimize_time: 0\n# Wait_TS: 0.000168988\n# DB: mysql\n# Is_internal: true\n# Digest: 28d51e3d698da98c60f20a53b5051c7b2d219978d014ce863413788ed5d6649b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 10:56:07.831 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/04 10:56:07.975 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:07.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:56:07.975 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:07.876 +0000 UTC, 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/04 10:56:08.058 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:07.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:08.275 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=2.605588ms] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:56:08.326 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:08.327 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/04 10:56:08.327 +00:00] [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"=62.639153ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:07.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:08.370 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:07.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:08.459 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/04 10:56:08.461 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.624596157\n# Parse_time: 0\n# Compile_time: 0.006222443\n# Rewrite_time: 0.002932728\n# Optimize_time: 0\n# Wait_TS: 0.000147787\n# DB: mysql\n# Is_internal: true\n# Digest: 04175714d714f771531a56c7ae3f097cec113655220f87ac336c5ae44d3d3f8f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE VIEW sys.schema_unused_indexes AS SELECT table_schema as object_schema, table_name as object_name, index_name FROM information_schema.cluster_tidb_index_usage WHERE table_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and index_name != 'PRIMARY' GROUP BY table_schema, table_name, index_name HAVING sum(last_access_time) is null;"] [2025/04/04 10:56:08.632 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:08.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:56:08.632 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:08.509 +0000 UTC, 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/04 10:56:08.656 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:08.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:08.995 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=5.60657ms] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:56:09.013 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:09.014 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/04 10:56:09.015 +00:00] [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"=26.353672ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:08.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:09.054 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:08.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:09.303 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/04 10:56:09.304 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.823178302\n# Parse_time: 0\n# Compile_time: 0.005878957\n# Rewrite_time: 0.000014163\n# Optimize_time: 0\n# Wait_TS: 0.000193814\n# DB: mysql\n# Is_internal: true\n# Digest: 70367647c92c5d0f8c232f2767a57dfe16b6ba8abad6fa939d6846291e8fa94c\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.index_advisor_results ( id bigint primary key not null auto_increment, created_at datetime not null, updated_at datetime not null, schema_name varchar(64) not null, table_name varchar(64) not null, index_name varchar(127) not null, index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"', index_details json, -- est_index_size, reason, DDL to create this index, ... top_impacted_queries json, -- improvement, plan before and after this index, ... workload_impact json, -- improvement and more details, ... extra json, -- for the cloud env to save more info like RU, cost_saving, ... index idx_create(created_at), index idx_update(updated_at), unique index idx(schema_name, table_name, index_columns));"] [2025/04/04 10:56:09.305 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/04 10:56:09.466 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:09.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:56:09.466 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:09.343 +0000 UTC, 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/04 10:56:09.494 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:09.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:09.684 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=3.630706ms] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:56:09.729 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:09.729 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/04 10:56:09.732 +00:00] [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"=53.453068ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:09.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:09.799 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:09.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:09.889 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/04 10:56:09.898 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.590382237\n# Parse_time: 0\n# Compile_time: 0.002626981\n# Rewrite_time: 0.000022567\n# Optimize_time: 0\n# Wait_TS: 0.001457635\n# DB: mysql\n# Is_internal: true\n# Digest: 4f6cb23bc55d76683beb221b33d4e5d78047d43c500f2001fe11206811779076\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options ( module varchar(128), name varchar(128), value varchar(128), updated_at datetime, status varchar(128), description text, primary key(module, name));"] [2025/04/04 10:56:09.899 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/04 10:56:10.083 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:09.965 +0000 UTC, 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/04 10:56:10.084 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:09.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:56:10.125 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:09.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:10.316 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=4.024023ms] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:56:10.333 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:10.334 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/04 10:56:10.334 +00:00] [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"=22.481601ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:09.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:10.378 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:09.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:10.487 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/04 10:56:10.488 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.581122763\n# Parse_time: 0\n# Compile_time: 0.010735499\n# Rewrite_time: 0.000013652\n# Optimize_time: 0\n# Wait_TS: 0.001941099\n# DB: mysql\n# Is_internal: true\n# Digest: 22e991e019befcd18128737c6c7e27c9e600ee33f309f16473f3b2e432b493a4\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_workload_values ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, version bigint(20) NOT NULL, category varchar(64) NOT NULL, type varchar(64) NOT NULL, table_id bigint(20) NOT NULL, value json NOT NULL, index idx_version_category_type (version, category, type), index idx_table_id (table_id));"] [2025/04/04 10:56:10.489 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/04 10:56:11.678 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117314709192704\n# Query_time: 0.891787067\n# Parse_time: 0\n# Compile_time: 0.353656369\n# Rewrite_time: 0.009248264\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Mem_max: 369488\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('wgPwcTAJMjdfMQkwCTAJTi9BCTAJdGltZTo1MTMuOG1zLCBvcGVuOjI5LjTCtXMsIGNsb3NlOjY4LjLCtXMsIGxvb3BzOjEsIHByZXBhcmU6IHt0b3RhbDogNTguN21zLCBhdXRvX2lkX2FsbG9jYXRvcjogewUMUF9jbnQ6IDEsIEdldDp7bnVtX3JwYwFLAHQBQQBfBYWYMjM4LjPCtXN9LCBjb21taXRfdHhuOiB7cHJld3JpdGU6Njc4LjLCAZkMZ2V0XxEkEHM6MjUuDbAFNxQ6NTc4LjcFshxzbG93ZXN0XxFDBXYVtmAwLjAwMXMsIHJlZ2lvbl9pZDogMiwgc3RvAdsFBwgxLCAZjhhwcmltYXJ5RkQAADCKRAANZAhudW0B9gXQEF9rZXlzGQ6cYnl0ZTozMn19fSwgaW5zZXJ0OjQ1NS4ybXMJMTEyLjggS0IJTi9BCg==')\n# Resource_group: default\nINSERT HIGH_PRIORITY INTO mysql.GLOBAL_VARIABLES VALUES (\"tidb_sysproc_scan_concurrency\", \"1\"), (\"key_cache_age_threshold\", \"300\"), (\"tidb_backoff_weight\", \"2\"), (\"internal_tmp_disk_storage_engine\", \"\"), (\"tidb_enable_index_merge_join\", \"OFF\"), (\"tidb_query_log_max_len\", \"4096\"), (\"tidb_max_tiflash_threads\", \"-1\"), (\"slave_rows_search_algorithms\", \"TABLE_SCAN,INDEX_SCAN\"), (\"tidb_txn_commit_batch_size\", \"16384\"), (\"tidb_gogc_tuner_max_value\", \"500\"), (\"tidb_max_bytes_before_tiflash_external_sort\", \"-1\"), (\"sql_big_selects\", \"ON\"), (\"tidb_broadcast_join_threshold_count\", \"10240\"), (\"tidb_enable_table_partition\", \"ON\"), (\"innodb_concurrency_tickets\", \"5000\"), (\"validate_password.enable\", \"OFF\"), (\"binlog_stmt_cache_size\", \"32768\"), (\"tidb_gc_concurrency\", \"-1\"), (\"binlog_rows_query_log_events\", \"OFF\"), (\"tidb_txn_mode\", \"pessimistic\"), (\"rpl_semi_sync_master_timeout\", \"10000\"), (\"log_bin_trust_function_creators\", \"OFF\"), (\"authentication_ldap_sasl_max_pool_size\", \"1000\"), (\"thread_pool_size\", \"16\"), (\"innodb_adaptive_hash_index\", \"ON\"), (\"tidb_mem_quota_analyze\", \"-1\"), (\"slave_compressed_protocol\", \"OFF\"), (\"innodb_compression_failure_threshold_pct\", \"5\"), (\"sql_notes\", \"1\"), (\"tidb_opt_prefix_index_single_scan\", \"ON\"), (\"sql_slave_skip_counter\", \"0\"), (\"tidb_retry_limit\", \"10\"), (\"tidb_skip_missing_partition_stats\", \"ON\"), (\"tidb_enable_parallel_apply\", \"OFF\"), (\"binlog_group_commit_sync_no_delay_count\", \"\"), (\"tidb_placement_mode\", \"STRICT\"), (\"max_execution_time\", \"0\"), (\"tidb_resource_control_strict_mode\", \"ON\"), (\"tidb_enable_strict_double_type_check\", \"ON\"), (\"group_concat_max_len\", \"1024\"), (\"innodb_ft_enable_stopword\", \"ON\"), (\"tidb_ddl_reorg_max_write_speed\", \"0\"), (\"tidb_opt_memory_factor\", \"0.001\"), (\"tiflash_query_spill_ratio\", \"0.7\"), (\"tidb_index_merge_intersection_concurrency\", \"-1\"), (\"max_sort_length\", \"1024\"), (\"innodb_buffer_pool_dump_pct\", \"\"), (\"tidb_hash_exchange_with_new_collation\", \"ON\"), (\"rpl_stop_slave_timeout\", \"31536000\"), (\"tidb_stmt_summary_max_sql_length\", \"4096\"), (\"authentication_ldap_sasl_bind_root_dn\", \"\"), (\"tidb_opt_join_reorder_threshold\", \"0\"), (\"tidb_store_batch_size\", \"4\"), (\"tidb_non_prepared_plan_cache_size\", \"100\"), (\"tidb_enable_check_constraint\", \"OFF\"), (\"check_proxy_users\", \"OFF\"), (\"tidb_server_memory_limit_sess_min_size\", \"134217728\"), (\"myisam_sort_buffer_size\", \"8388608\"), (\"sql_require_primary_key\", \"OFF\"), (\"tidb_index_join_batch_size\", \"25000\"), (\"authentication_ldap_simple_bind_base_dn\", \"\"), (\"tmp_table_size\", \"16777216\"), (\"tidb_skip_ascii_check\", \"OFF\"), (\"tidb_ddl_disk_quota\", \"107374182400\"), (\"tidb_analyze_skip_column_types\", \"json,blob,mediumblob,longblob,mediumtext,longtext\"), (\"max_heap_table_size\", \"16777216\"), (\"tidb_auto_build_stats_concurrency\", \"1\"), (\"tidb_default_string_match_selectivity\", \"0.8\"), (\"tidb_enable_exchange_partition\", \"ON\"), (\"tidb_multi_statement_mode\", \"OFF\"), (\"tidb_enable_list_partition\", \"ON\"), (\"max_allowed_packet\", \"67108864\"), (\"tidb_max_chunk_size\", \"1024\"), (\"tidb_enable_mutation_checker\", \"ON\"), (\"tidb_enable_window_function\", \"ON\"), (\"tidb_opt_concurrency_factor\", \"3\"), (\"ndb_index_stat_enable\", \"\"), (\"session_track_schema\", \"\"), (\"default_week_format\", \"0\"), (\"slave_parallel_type\", \"\"), (\"ndb_log_binlog_index\", \"\"), (\"authentication_ldap_sasl_auth_method_name\", \"SCRAM-SHA-1\"), (\"tidb_enable_row_level_checksum\", \"OFF\"), (\"tidb_enable_telemetry\", \"OFF\"), (\"binlog_order_commits\", \"ON\"), (\"innodb_ft_user_stopword_table\", \"\"), (\"tidb_ddl_reorg_worker_cnt\", \"4\"), (\"tidb_enable_auto_increment_in_generated\", \"OFF\"), (\"tidb_enable_resource_control\", \"ON\"), (\"tidb_enable_plan_replayer_capture\", \"ON\"), (\"max_sp_recursion_depth\", \"0\"), (\"max_binlog_cache_size\", \"18446744073709547520\"), (\"innodb_api_bk_commit_interval\", \"5\"), (\"tidb_runtime_filter_mode\", \"OFF\"), (\"tidb_enable_outer_join_reorder\", \"ON\"), (\"authentication_ldap_sasl_ca_path\", \"\"), (\"delayed_insert_timeout\", \"300\"), (\"tidb_enable_prepared_plan_cache_memory_monitor\", \"ON\"), (\"innodb_lru_scan_depth\", \"1024\"), (\"mpp_version\", \"UNSPECIFIED\"), (\"tidb_dml_batch_size\", \"0\"), (\"tid(len:25902);"] [2025/04/04 10:56:12.198 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=43.210004271s] [2025/04/04 10:56:12.216 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:56:12.216 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=c083df98-e73f-4e62-a23f-32a6f8329739] [2025/04/04 10:56:12.216 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:56:12.217 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:56:12.217 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=144.407ยตs] [2025/04/04 10:56:12.217 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=103.989ยตs] [2025/04/04 10:56:12.217 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=117.026ยตs] [2025/04/04 10:56:12.217 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=112.267ยตs] [2025/04/04 10:56:12.218 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=97.566ยตs] [2025/04/04 10:56:12.218 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=104.291ยตs] [2025/04/04 10:56:12.218 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=95.989ยตs] [2025/04/04 10:56:12.218 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=114.527ยตs] [2025/04/04 10:56:12.218 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=118.172ยตs] [2025/04/04 10:56:12.219 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=138.665ยตs] [2025/04/04 10:56:12.219 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=c083df98-e73f-4e62-a23f-32a6f8329739] [2025/04/04 10:56:12.219 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:56:12.219 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:56:12.309 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=c083df98-e73f-4e62-a23f-32a6f8329739] ["take time"=93.625623ms] [2025/04/04 10:56:12.309 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=c083df98-e73f-4e62-a23f-32a6f8329739] [2025/04/04 10:56:12.310 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:56:12.310 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:56:12.310 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:56:12.310 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:56:12.310 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:56:12.310 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:56:12.310 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:56:12.310 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:56:12.310 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:56:12.310 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:56:12.310 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:56:12.310 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:56:12.311 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:56:12.311 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:56:12.311 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:56:12.311 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=95.2883ms] [2025/04/04 10:56:12.323 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=ee5eae59-b18d-404c-aa2f-a4d466c45cc5] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:56:12.693 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:56:12.693 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:56:13.324 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=629.024108ms] [2025/04/04 10:56:13.325 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:56:13.325 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=631.037199ms] [2025/04/04 10:56:13.326 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=55] ["reload ts"=457117315452108800] [2025/04/04 10:56:13.348 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=3490ac69-1807-4cdc-9ad4-39638ff604b2] [runWorker=true] [jobVersion=v2] [2025/04/04 10:56:13.369 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:56:13.369 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:56:13.370 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:56:13.370 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:56:13.370 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:56:13.371 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:56:13.370 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=3490ac69-1807-4cdc-9ad4-39638ff604b2] [2025/04/04 10:56:13.371 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:56:13.372 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:56:13.373 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:56:13.373 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:56:13.375 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:56:13.375 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:56:13.375 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:56:13.376 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:56:13.376 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:56:13.376 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:56:13.376 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:56:13.377 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:56:13.403 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=3490ac69-1807-4cdc-9ad4-39638ff604b2] [2025/04/04 10:56:13.404 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:56:13.405 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 10:56:13.505 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/04 10:56:13.514 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:56:13.516 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:56:13.617 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:56:13.668 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:56:13.670 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 10:56:13.672 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:56:13.673 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/04 10:56:13.673 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 10:56:13.673 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=3490ac69-1807-4cdc-9ad4-39638ff604b2] [2025/04/04 10:56:13.686 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:56:13.687 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:56:13.688 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:56:13.688 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:56:13.694 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/04 10:56:13.717 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] testkit.go:123: RefreshSession rand seed: 1743764173718800484 [2025/04/04 10:56:13.719 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/04 10:56:13.719 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/04 10:56:13.719 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=3490ac69-1807-4cdc-9ad4-39638ff604b2] [ttl-worker=task-manager] [ttl-worker=3490ac69-1807-4cdc-9ad4-39638ff604b2] [originalCount=0] [newCount=4] [2025/04/04 10:56:13.719 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=3490ac69-1807-4cdc-9ad4-39638ff604b2] [ttl-worker=task-manager] [ttl-worker=3490ac69-1807-4cdc-9ad4-39638ff604b2] [originalCount=0] [newCount=4] [2025/04/04 10:56:13.719 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=3490ac69-1807-4cdc-9ad4-39638ff604b2] [2025/04/04 10:56:13.767 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=test] [sql="drop table if exists t"] [user=] [2025/04/04 10:56:13.822 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:13.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:56:13.822 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:13.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t(a int)"] [2025/04/04 10:56:13.874 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:13.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:13.882 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t)"] [2025/04/04 10:56:14.033 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=10.004289ms] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:56:14.090 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/04 10:56:14.093 +00:00] [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"=71.27207ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:56:13.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:14.214 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-04 10:56:13.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:56:14.340 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/04 10:56:14.349 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Conn_ID: 1\n# Query_time: 0.573872132\n# Parse_time: 0.000697513\n# Compile_time: 0.001358942\n# Rewrite_time: 0.000014113\n# Optimize_time: 0.000656511\n# Wait_TS: 0.00014495\n# DB: test\n# Is_internal: false\n# Digest: 502809fb762949a45126a72a5116ca0a2c46abd120256786223833b61a389de9\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse test;\ncreate table t(a int);"] [2025/04/04 10:56:14.350 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t(a int)"] [user=] [2025/04/04 10:56:14.458 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:56:14.458 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:56:14.458 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:56:14.459 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:56:14.611 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:56:14.721 +00:00] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [groupID=ttl] [2025/04/04 10:56:14.721 +00:00] [INFO] [runtime.go:450] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2025/04/04 10:56:14.721 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2025/04/04 10:56:14.757 +00:00] [INFO] [scheduler_manager.go:198] ["schedule task loop start"] [server-id=:4000] [2025/04/04 10:56:14.758 +00:00] [INFO] [scheduler_manager.go:302] ["subtask table gc loop start"] [server-id=:4000] [2025/04/04 10:56:14.758 +00:00] [INFO] [scheduler_manager.go:442] ["collect loop start"] [server-id=:4000] [2025/04/04 10:56:14.758 +00:00] [INFO] [scheduler_manager.go:366] ["cleanup loop start"] [server-id=:4000] [2025/04/04 10:56:15.371 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:56:15.406 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117315828285440\n# Query_time: 0.368520058\n# Parse_time: 0\n# Compile_time: 0.342138219\n# Rewrite_time: 0.000978209\n# Optimize_time: 0.001603292\n# Wait_TS: 0\n# LockKeys_time: 0.001033846\n# Is_internal: true\n# Digest: ea80d74ba05c4c55bd81dbb49a7b6b9bf86983f659468ac21a0b61ec0c8c317d\n# Mem_max: 62393\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('4QTwWDAJMjdfMQkwCTAJTi9BCTAJdGltZToyNS40bXMsIG9wZW46OTYuM8K1cywgY2xvc2U6MjAuMsK1cywgbG9vcHM6MiwgYXV0b19pZF9hbGxvY2F0b3I6IHthAQx4X2NudDogMSwgR2V0OntudW1fcnBjOjEsIHRvdGFsXwlrgDMzwrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjQ4OAV8DGdldF8RIgBzAYQANwUXCRMQOjEuOTkBsBxzbG93ZXN0XxE/BXAEIHsFb3Q6IDAuMDAwcywgcmVnaW9uX2lkOiAyLCBzdG9yZToJBwgxLCAZihhwcmltYXJ5RkQAADKKRAANZAhudW0B8AXMEF9rZXlzGQ5gYnl0ZTozMn19LCBwcmVmZXRjaDogNjE5LgnxISoYIHtCYXRjaGo+ARAzMzkuNSFAAH0hkARjawlkBCB7JVsMMS4wMyEWCYwBegWCAfQtKAllPR8AMYrbAABsAWgBOhg3MjUuNzIxJYlgcnBjX2NvdW50OjF9CTIwLjkgS0IJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('7gTwqgrpBAoISW5zZXJ0XzE4AUABUgNOL0FaMXRpbWU6MjUuNG1zLCBvcGVuOjk2LjPCtXMsIGNsb3NlOjIwLjLCtXMsIGxvb3BzOjJihQNhdXRvX2lkX2FsbG9jYXRvcjoge2FsbG9jX2NudDogMSwgR2V0OntudW1fcnBjOjEsIHRvdGFsX3RpbWU6MjMzwrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjQ4OAVuHGdldF9jb21tASIUczoyMC43BRcJExA6MS45OQGxIHNsb3dlc3RfcA0/BXAEIHsFb3Q6IDAuMDAwcywgcmVnaW9uX2lkOiAyLCBzdG9yZToJBxAxLCB9LA1VHF9wcmltYXJ5RkQAADKKRAANZAhudW0B8CR3cml0ZV9rZXlzGQ5kYnl0ZTozMn19LCBwcmVmZXRjaDogNjE5LjgF2ihycGM6IHtCYXRjaGo+ARAzMzkuNSFAHH1iiQFsb2NrCWUEIHslyAwxLjAzIRcJjQF7BYMB9S0pAHIFZj0gADGK3AAFaAE6GDcyNS43MjERsGRfY291bnQ6MX1wuacBeP///////////wEYAQ==')\n# Resource_group: default\n# Tikv_cpu_time: 0.002\nreplace into mysql.stats_histograms (table_id, is_index, hist_id, distinct_count, version, null_count, cm_sketch, tot_col_size, stats_ver, correlation) values (112, 0, 1, 20, 457117315828285440, 0, _binary'\\n? \u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008(len:30880);"] [2025/04/04 10:56:15.643 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:56:14.703 +00:00] ["end time"=2025/04/04 10:56:15.625 +00:00] [cost=922.380968ms] ["sample rate reason"=] [2025/04/04 10:56:15.906 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117315785555968\n# Conn_ID: 1\n# Query_time: 1.31130327\n# Parse_time: 0.00066526\n# Compile_time: 0.001768812\n# Rewrite_time: 0.000320498\n# Optimize_time: 0.000656511\n# Wait_TS: 0.00016251\n# DB: test\n# Is_internal: false\n# Digest: 880dfb08746db969a4629414b6efe5284230d9dfeeebcb42221b2014b7df8821\n# Mem_max: 20837\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table t with 30 samples;"] [2025/04/04 10:56:15.922 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:56:16.307 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:56:15.950 +00:00] ["end time"=2025/04/04 10:56:16.269 +00:00] [cost=319.716159ms] ["sample rate reason"=] [2025/04/04 10:56:16.583 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117316129751040\n# Conn_ID: 1\n# Query_time: 0.676381215\n# Parse_time: 0.001007039\n# Compile_time: 0.001979889\n# Rewrite_time: 0.000076594\n# Optimize_time: 0.000656511\n# Wait_TS: 0.000170704\n# DB: test\n# Is_internal: false\n# Digest: 74d90334899151bba46b69fec08ed8ef6ab717e558afd05f8a33a376ba603fc0\n# Mem_max: 378\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table t with 4 buckets, 0 topn, 4 cmsketch width, 4 cmsketch depth;"] [2025/04/04 10:56:16.606 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:56:28.711 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117316862443520] [newTTL=30006] [isPipelinedTxn=false] [2025/04/04 10:56:36.738 +00:00] [INFO] [select.go:515] ["limit executor close takes a long time"] [elapsed=1.22314ms] [2025/04/04 10:56:38.719 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117316862443520] [newTTL=40014] [isPipelinedTxn=false] [2025/04/04 10:56:48.714 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117316862443520] [newTTL=50009] [isPipelinedTxn=false] [2025/04/04 10:56:58.712 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117316862443520] [newTTL=60007] [isPipelinedTxn=false] [2025/04/04 10:57:08.712 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117316862443520] [newTTL=70007] [isPipelinedTxn=false] [2025/04/04 10:57:18.712 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117316862443520] [newTTL=80007] [isPipelinedTxn=false] [2025/04/04 10:57:27.507 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117316862443520\n# Query_time: 45.84397767\n# Parse_time: 0\n# Compile_time: 45.783429728\n# Rewrite_time: 0.00162521\n# Optimize_time: 0.017726413\n# Wait_TS: 0\n# LockKeys_time: 0.001251655\n# Is_internal: true\n# Digest: ea80d74ba05c4c55bd81dbb49a7b6b9bf86983f659468ac21a0b61ec0c8c317d\n# Mem_max: 6720021\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('nQLwUjAJMjdfMQkwCTAJTi9BCTAJdGltZTo1NC4xbXMsIG9wZW46MTEyLjTCtXMsIGNsb3NlOjE4LjbCtXMsIGxvb3BzOjIsIHByZWZldGNoOiAxMy43ATlYcnBjOiB7QmF0Y2hHZXQ6e251bV9ycGMBLRR0b3RhbF8FZ1QxMy4ybXN9fSwgbG9ja19rZXlzOiB7CRsILjI1BUkgZWdpb246MSwgBR4kMywgc2xvd2VzdAVPBCB7BU4kOiAwLjAwMXMsIAkvNF9pZDogMiwgc3RvcmU6CQcIMSwgEWgBiRg5MjcuMjcyBchgcnBjX2NvdW50OjF9CTIuNDAgTUIJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('qgLwmgqlAgoISW5zZXJ0XzE4AUABUgNOL0FaMnRpbWU6NTQuMW1zLCBvcGVuOjExMi40wrVzLCBjbG9zZToxOC42wrVzLCBsb29wczoyYkBwcmVmZXRjaDogMTMuN21zLCBycGM6IHtCYXRjaEdldDp7bnVtX3JwYzoyLCB0b3RhbF90aW1lOjEzLjJtc319YokBbG9ja19rZXlzOiB7BYMMMS4yNQGDZHJlZ2lvbjoxLCBrZXlzOjMsIHNsb3dlc3RfAVAIIHt0AU8gOiAwLjAwMXMsDS80X2lkOiAyLCBzdG9yZToJBwwxLCB9AbQEY2sFOhg5MjcuMjcyBdh0cnBjX2NvdW50OjF9cJXUmQF4////////////ARgB')\n# Resource_group: default\n# Tikv_cpu_time: 0.015\nreplace into mysql.stats_histograms (table_id, is_index, hist_id, distinct_count, version, null_count, cm_sketch, tot_col_size, stats_ver, correlation) values (112, 0, 1, 20, 457117316862443520, 0, _binary'\\n?ฬ™\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\(len:3775094);"] [2025/04/04 10:57:27.980 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:56:16.623 +00:00] ["end time"=2025/04/04 10:57:27.957 +00:00] [cost=1m11.333581848s] ["sample rate reason"=] [2025/04/04 10:57:29.409 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117316307222528\n# Conn_ID: 1\n# Query_time: 72.823988734\n# Parse_time: 0.000697654\n# Compile_time: 0.001784759\n# Rewrite_time: 0.000073635\n# Optimize_time: 0.000656511\n# Wait_TS: 0.0001869\n# DB: test\n# Is_internal: false\n# Digest: adcababdea983bce92ac7910cb654139de5086948938b70822ca3e9196b14c9b\n# Mem_max: 2516932\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table t with 1258291 cmsketch width, 1 cmsketch depth;"] [2025/04/04 10:57:29.439 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:57:41.573 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117335962255360] [newTTL=30008] [isPipelinedTxn=false] [2025/04/04 10:57:43.705 +00:00] [INFO] [select.go:515] ["limit executor close takes a long time"] [elapsed=1.779838ms] [2025/04/04 10:57:46.813 +00:00] [INFO] [select.go:515] ["limit executor close takes a long time"] [elapsed=5.8386ms] [2025/04/04 10:57:51.573 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117335962255360] [newTTL=40008] [isPipelinedTxn=false] -- Test timed out at 2025-04-04 10:57:56 UTC -- ================================================================================ ==================== Test output for //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49): === RUN TestAnalyzeParameters [2025/04/04 10:57:58.574 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/04 10:57:58.591 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:57:58.591 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:57:58.627 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:57:58.627 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:57:58.642 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:57:58.734 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=7f5d7f12-cc85-4a71-be53-4a63d4e08f4b] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:57:59.358 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:57:59.358 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:57:59.361 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\tpkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\tpkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:222\npkg/executor/test/analyzetest/analyzetest_test.TestAnalyzeParameters\n\tpkg/executor/test/analyzetest/analyze_test.go:144\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:57:59.943 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=581.223158ms] [2025/04/04 10:57:59.944 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:57:59.944 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=584.041729ms] [2025/04/04 10:57:59.944 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=0] ["reload ts"=457117343401639936] [2025/04/04 10:57:59.946 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=182a0ba6-bc01-4eab-ac6f-685bee4cc974] [runWorker=true] [jobVersion=v2] [2025/04/04 10:57:59.946 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:57:59.947 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:57:59.947 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:57:59.947 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:57:59.947 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:57:59.948 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:57:59.948 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:57:59.948 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:57:59.948 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:57:59.948 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:57:59.949 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:57:59.949 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:57:59.949 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:57:59.950 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:57:59.951 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=182a0ba6-bc01-4eab-ac6f-685bee4cc974] [2025/04/04 10:57:59.951 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:57:59.951 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:57:59.952 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\tpkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\tpkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\tpkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:57:59.953 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:57:59.954 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:58:00.051 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:57:59.998 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:00.058 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:57:59.998 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/04 10:58:00.079 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:57:59.998 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:00.583 +00:00] [INFO] [pd.go:432] ["adaptive update ts interval state transition"] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/04/04 10:58:00.959 +00:00] [WARN] [runaway.go:85] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:152\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:69\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:2019\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1984\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.ExecRCRestrictedSQL\n\tpkg/resourcegroup/runaway/record.go:382\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*systemTableReader).Read\n\tpkg/resourcegroup/runaway/syncer.go:192\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.getRunawayWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:76\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:67\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getNewWatchRecords\n\tpkg/resourcegroup/runaway/syncer.go:59\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*Manager).UpdateNewAndDoneWatch\n\tpkg/resourcegroup/runaway/manager.go:402\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:75\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 10:58:01.016 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=893.083009ms] [2025/04/04 10:58:01.017 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:58:01.017 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=895.316068ms] [2025/04/04 10:58:01.024 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=1] ["reload ts"=457117343682920448] [2025/04/04 10:58:01.070 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:01.070 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/04 10:58:01.073 +00:00] [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"=951.439978ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:57:59.998 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:01.142 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:57:59.998 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:01.202 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/04 10:58:01.203 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.241543461\n# Parse_time: 0\n# Compile_time: 0.001173821\n# Rewrite_time: 0.000045641\n# Optimize_time: 0\n# Wait_TS: 0.000435347\n# DB: mysql\n# Is_internal: true\n# Digest: 0a22979ad136f741465cf206b13e5717b9758dda34f7cae5a7a925f91711d6a0\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\nCREATE DATABASE IF NOT EXISTS test;"] [2025/04/04 10:58:01.203 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/04 10:58:01.206 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/04 10:58:01.276 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Tokyo] [2025/04/04 10:58:01.656 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:01.308 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:01.656 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:01.308 +0000 UTC, 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/04 10:58:01.677 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:01.308 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:01.954 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:58:02.267 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=20.79449ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:02.286 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:02.286 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/04 10:58:02.288 +00:00] [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"=42.802827ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:01.308 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:02.336 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:01.308 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:02.733 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/04 10:58:02.735 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.4966638159999999\n# Parse_time: 0\n# Compile_time: 0.018754597\n# Rewrite_time: 0.000015531\n# Optimize_time: 0\n# Wait_TS: 0.000154027\n# DB: mysql\n# Is_internal: true\n# Digest: e91164512a559e22fb969664cb70b57fc6c45f94b9334cd6586cce7ffc743131\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.user ( Host CHAR(255), User CHAR(32), authentication_string TEXT, plugin CHAR(64), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Process_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_db_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Super_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_user_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_slave_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_client_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Account_locked ENUM('N','Y') NOT NULL DEFAULT 'N', Shutdown_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Reload_priv ENUM('N','Y') NOT NULL DEFAULT 'N', FILE_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Config_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N', Password_reuse_history smallint unsigned DEFAULT NULL, Password_reuse_time smallint unsigned DEFAULT NULL, User_attributes json, Token_issuer VARCHAR(255), Password_expired ENUM('N','Y') NOT NULL DEFAULT 'N', Password_last_changed TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), Password_lifetime SMALLINT UNSIGNED DEFAULT NULL, Max_user_connections INT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (Host, User), KEY i_user (User));"] [2025/04/04 10:58:02.750 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:58:02.854 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:02.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:02.854 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:02.78 +0000 UTC, 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/04 10:58:02.879 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:02.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:03.041 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=3.739473ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:03.059 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:03.059 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/04 10:58:03.059 +00:00] [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"=23.385485ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:02.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:03.097 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:02.78 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:03.239 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/04 10:58:03.240 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.485063509\n# Parse_time: 0\n# Compile_time: 0.003052417\n# Rewrite_time: 0.000015325\n# Optimize_time: 0\n# Wait_TS: 0.000166235\n# DB: mysql\n# Is_internal: true\n# Digest: eeb59bc0d98f65a2a5aef8eaa99596260e746b00eed183baf856558ef03533ac\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.password_history ( Host char(255) NOT NULL DEFAULT '', User char(32) NOT NULL DEFAULT '', Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), Password text, PRIMARY KEY (Host,User,Password_timestamp ) ) COMMENT='Password history for user accounts' ;"] [2025/04/04 10:58:03.241 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/04 10:58:03.430 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:03.312 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:03.430 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:03.312 +0000 UTC, 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/04 10:58:03.463 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:03.312 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:03.647 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=3.096092ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:03.666 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:03.666 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/04 10:58:03.667 +00:00] [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"=23.806331ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:03.312 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:03.721 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:03.312 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:03.812 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/04 10:58:03.814 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.563057459\n# Parse_time: 0\n# Compile_time: 0.024587226\n# Rewrite_time: 0.00001503\n# Optimize_time: 0\n# Wait_TS: 0.000163982\n# DB: mysql\n# Is_internal: true\n# Digest: 3753c1a38721ac350706b476f2d0089d05a691a3e194d21afaf2010b2e79e8dd\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# Warnings: [{\"Level\":\"Warning\",\"Message\":\"BLOB/TEXT/JSON column 'Priv' can't have a default value\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE 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/04 10:58:03.837 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/04 10:58:04.096 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:03.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:04.096 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:03.93 +0000 UTC, 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/04 10:58:04.122 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:03.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:04.593 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=8.892254ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:04.616 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:04.616 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/04 10:58:04.623 +00:00] [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"=39.580836ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:03.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:04.669 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:03.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:04.919 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/04 10:58:04.920 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.033873591\n# Parse_time: 0\n# Compile_time: 0.00998353\n# Rewrite_time: 0.000014927\n# Optimize_time: 0\n# Wait_TS: 0.000345999\n# DB: mysql\n# Is_internal: true\n# Digest: 84b17ce35846b1ddbb79e94fffb3f020ff85b9efe6dfa83a14a44027adfe16ec\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.db ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (Host, DB, User), KEY i_user (User));"] [2025/04/04 10:58:04.921 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:58:05.090 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:04.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:05.091 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:04.989 +0000 UTC, 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/04 10:58:05.127 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:04.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:05.357 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=17.235741ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:05.375 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:05.375 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/04 10:58:05.380 +00:00] [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"=42.019102ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:04.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:05.415 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:04.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:05.537 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/04 10:58:05.541 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.586535568\n# Parse_time: 0\n# Compile_time: 0.00990984\n# Rewrite_time: 0.000014448\n# Optimize_time: 0\n# Wait_TS: 0.000165917\n# DB: mysql\n# Is_internal: true\n# Digest: 66ad48e3a61958e491f9b86629424276e884c5dc2c82d0493baa1e569d861f3d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tables_priv ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Grantor CHAR(77), Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Table_priv SET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'), Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name), KEY i_user (User));"] [2025/04/04 10:58:05.542 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:58:05.657 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:05.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:05.657 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:05.577 +0000 UTC, 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/04 10:58:05.679 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:05.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:05.861 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=4.473145ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:05.888 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:05.888 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/04 10:58:05.890 +00:00] [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"=34.850089ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:05.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:05.938 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:05.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:06.114 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/04 10:58:06.116 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.568750302\n# Parse_time: 0\n# Compile_time: 0.005733396\n# Rewrite_time: 0.000027289\n# Optimize_time: 0\n# Wait_TS: 0.000151068\n# DB: mysql\n# Is_internal: true\n# Digest: 6128346bea9e9b35a140e9be46b85be39f5c8ff508888c85bba4bf88b49a6572\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.columns_priv( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Column_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name, Column_name), KEY i_user (User));"] [2025/04/04 10:58:06.120 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:58:06.247 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:06.178 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:06.247 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:06.178 +0000 UTC, 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/04 10:58:06.270 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:06.178 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:06.372 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=2.555229ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:06.395 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:06.395 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/04 10:58:06.395 +00:00] [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"=26.428392ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:06.178 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:06.429 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:06.178 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:06.554 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/04 10:58:06.555 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.416719682\n# Parse_time: 0\n# Compile_time: 0.003091805\n# Rewrite_time: 0.000013797\n# Optimize_time: 0\n# Wait_TS: 0.000167845\n# DB: mysql\n# Is_internal: true\n# Digest: 1b59564c29970a0a8880792322e02b7df09888f7d0a2dfc190f3ed0ff12369d4\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/04 10:58:06.556 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/04 10:58:06.645 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:06.58 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:06.645 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:06.58 +0000 UTC, 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/04 10:58:06.671 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:06.58 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:06.798 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=18.814569ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:06.831 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:06.831 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/04 10:58:06.833 +00:00] [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"=55.480303ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:06.58 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:06.927 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:06.58 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:07.030 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/04 10:58:07.034 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.47526632\n# Parse_time: 0\n# Compile_time: 0.001982599\n# Rewrite_time: 0.000014347\n# Optimize_time: 0\n# Wait_TS: 0.000167272\n# DB: mysql\n# Is_internal: true\n# Digest: ade124588c0253b12ce82702300a98a0ff778787142ce450039efbd6347664dc\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(1024) DEFAULT NULL, COMMENT VARCHAR(1024));"] [2025/04/04 10:58:07.034 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/04 10:58:07.129 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:07.071 +0000 UTC, 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/04 10:58:07.129 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:07.174 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:07.356 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=3.716587ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:07.376 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:07.377 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/04 10:58:07.377 +00:00] [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"=26.13554ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:07.417 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:07.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:07.510 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/04 10:58:07.511 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.471497823\n# Parse_time: 0\n# Compile_time: 0.004121981\n# Rewrite_time: 0.000072938\n# Optimize_time: 0\n# Wait_TS: 0.000167611\n# DB: mysql\n# Is_internal: true\n# Digest: be740d9d66f07e7842e3b48027d6fb3ef54623295384e63dcbf3e1c8a9f15c10\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.help_topic ( help_topic_id INT(10) UNSIGNED NOT NULL, name CHAR(64) NOT NULL, help_category_id SMALLINT(5) UNSIGNED NOT NULL, description TEXT NOT NULL, example TEXT NOT NULL, url TEXT NOT NULL, PRIMARY KEY (help_topic_id) clustered, UNIQUE KEY name (name) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/04 10:58:07.511 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/04 10:58:07.590 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:07.539 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:07.591 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:07.539 +0000 UTC, 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/04 10:58:07.624 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:07.539 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:07.826 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=13.795808ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:07.861 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:07.861 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/04 10:58:07.864 +00:00] [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"=53.330997ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:07.539 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:07.936 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:07.539 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:08.094 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/04 10:58:08.095 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.579567003\n# Parse_time: 0\n# Compile_time: 0.003313042\n# Rewrite_time: 0.000012479\n# Optimize_time: 0\n# Wait_TS: 0.00014185\n# DB: mysql\n# Is_internal: true\n# Digest: 2db2929397c955d277d1b5400209b98787aa0797f979b9c213e3924c27b82ea9\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta ( version BIGINT(64) UNSIGNED NOT NULL, table_id BIGINT(64) NOT NULL, modify_count BIGINT(64) NOT NULL DEFAULT 0, count BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, snapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, INDEX idx_ver(version), UNIQUE INDEX tbl(table_id) );"] [2025/04/04 10:58:08.095 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/04 10:58:08.143 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:58:08.313 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:08.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:08.313 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:08.165 +0000 UTC, 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/04 10:58:08.330 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:08.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:08.694 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=4.853656ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:08.712 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:08.713 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/04 10:58:08.715 +00:00] [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"=26.952525ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:08.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:08.749 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:08.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:08.984 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/04 10:58:08.992 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.873265299\n# Parse_time: 0\n# Compile_time: 0.022325502\n# Rewrite_time: 0.000018499\n# Optimize_time: 0\n# Wait_TS: 0.000164312\n# DB: mysql\n# Is_internal: true\n# Digest: e038e634a5f1b7e5429d1252be7edf0ffb0922e8636032b9c68fd59f0484f6ef\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_histograms ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, distinct_count BIGINT(64) NOT NULL, null_count BIGINT(64) NOT NULL DEFAULT 0, tot_col_size BIGINT(64) NOT NULL DEFAULT 0, modify_count BIGINT(64) NOT NULL DEFAULT 0, version BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, cm_sketch BLOB(6291456), stats_ver BIGINT(64) NOT NULL DEFAULT 0, flag BIGINT(64) NOT NULL DEFAULT 0, correlation DOUBLE NOT NULL DEFAULT 0, last_analyze_pos LONGBLOB DEFAULT NULL, UNIQUE INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:58:08.993 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:58:09.135 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:09.038 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:09.135 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:09.038 +0000 UTC, 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/04 10:58:09.161 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:09.038 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:09.359 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=4.822304ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:09.376 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:09.376 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/04 10:58:09.377 +00:00] [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"=24.485644ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:09.038 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:09.420 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:09.038 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:09.544 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/04 10:58:09.546 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.547980413\n# Parse_time: 0\n# Compile_time: 0.004020858\n# Rewrite_time: 0.000016278\n# Optimize_time: 0\n# Wait_TS: 0.000190696\n# DB: mysql\n# Is_internal: true\n# Digest: 84a28596914df45e10de865c11a515d8595f2c38a422f5c8d8fb86a470ba5cad\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_buckets ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, bucket_id BIGINT(64) NOT NULL, count BIGINT(64) NOT NULL, repeats BIGINT(64) NOT NULL, upper_bound LONGBLOB NOT NULL, lower_bound LONGBLOB , ndv BIGINT NOT NULL DEFAULT 0, UNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id) );"] [2025/04/04 10:58:09.547 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/04 10:58:09.643 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:09.579 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:09.648 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:09.579 +0000 UTC, 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/04 10:58:09.668 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:09.579 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:09.839 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=3.494945ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:09.874 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:09.874 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/04 10:58:09.875 +00:00] [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"=40.137604ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:09.579 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:09.915 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:09.579 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:10.083 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/04 10:58:10.084 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.531966029\n# Parse_time: 0\n# Compile_time: 0.004018825\n# Rewrite_time: 0.000015872\n# Optimize_time: 0\n# Wait_TS: 0.000244843\n# DB: mysql\n# Is_internal: true\n# Digest: 4407fc98c36858aed19a41d8ab6383e7885e71a2edd2716950a8847ee0c4ccd2\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_index (job_id, element_id) );"] [2025/04/04 10:58:10.085 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:58:10.195 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:10.14 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:10.196 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:10.14 +0000 UTC, 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/04 10:58:10.216 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:10.14 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:10.347 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=3.366896ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:10.370 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:10.370 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/04 10:58:10.371 +00:00] [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"=28.381044ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:10.14 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:10.404 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:10.14 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:10.525 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/04 10:58:10.526 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.436511719\n# Parse_time: 0\n# Compile_time: 0.008874228\n# Rewrite_time: 0.000014963\n# Optimize_time: 0\n# Wait_TS: 0.00086313\n# DB: mysql\n# Is_internal: true\n# Digest: 6f80e6944eacefde08a31e8364b171d37e77c4bebc7757ae375b47812ca371cb\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_done_index (job_id, element_id) );"] [2025/04/04 10:58:10.527 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/04 10:58:10.640 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:10.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:10.640 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:10.571 +0000 UTC, 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/04 10:58:10.666 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:10.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:10.805 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=3.044025ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:10.836 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:10.837 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/04 10:58:10.843 +00:00] [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"=41.704423ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:10.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:10.901 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:10.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:11.017 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/04 10:58:11.018 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.487863814\n# Parse_time: 0\n# Compile_time: 0.002503631\n# Rewrite_time: 0.000013203\n# Optimize_time: 0\n# Wait_TS: 0.000149868\n# DB: mysql\n# Is_internal: true\n# Digest: ae00140f19e8173091b9a44ece06f4d51ecf640b3c9c924a7be8a7394182215f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_feedback ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, feedback BLOB NOT NULL, INDEX hist(table_id, is_index, hist_id) );"] [2025/04/04 10:58:11.019 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:58:11.177 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:11.073 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:11.177 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:11.073 +0000 UTC, 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/04 10:58:11.200 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:11.073 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:11.315 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=4.615732ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:11.336 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:11.336 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/04 10:58:11.338 +00:00] [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"=28.326739ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:11.073 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:11.384 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:11.073 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:11.516 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/04 10:58:11.517 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.48843484\n# Parse_time: 0\n# Compile_time: 0.010123578\n# Rewrite_time: 0.000012999\n# Optimize_time: 0\n# Wait_TS: 0.000228658\n# DB: mysql\n# Is_internal: true\n# Digest: b0ac22a8699b953eeb48be3f830e94a20801551f37159b586c40d30dc883661d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.role_edges ( FROM_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', FROM_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', TO_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', TO_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', WITH_ADMIN_OPTION ENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N', PRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER) );"] [2025/04/04 10:58:11.518 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/04 10:58:11.631 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:11.548 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:11.631 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:11.548 +0000 UTC, 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/04 10:58:11.667 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:11.548 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:11.860 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=3.376786ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:11.902 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:11.902 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/04 10:58:11.902 +00:00] [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"=46.051164ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:11.548 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:11.944 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:11.548 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:12.051 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/04 10:58:12.052 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.529641256\n# Parse_time: 0\n# Compile_time: 0.004289557\n# Rewrite_time: 0.000014101\n# Optimize_time: 0\n# Wait_TS: 0.000153783\n# DB: mysql\n# Is_internal: true\n# Digest: 8b707c584d1e112e8e8ec868861b803577fee329c3c9393a6b510ee14fe94302\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.default_roles ( HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', DEFAULT_ROLE_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%', DEFAULT_ROLE_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER), KEY i_user (USER));"] [2025/04/04 10:58:12.054 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/04 10:58:12.212 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:12.1 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:12.213 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:12.1 +0000 UTC, 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/04 10:58:12.248 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:12.1 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:12.483 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=5.198221ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:12.500 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:12.500 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/04 10:58:12.500 +00:00] [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"=29.454947ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:12.1 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:12.546 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:12.1 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:12.726 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/04 10:58:12.727 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.664116999\n# Parse_time: 0\n# Compile_time: 0.007782085\n# Rewrite_time: 0.000012996\n# Optimize_time: 0\n# Wait_TS: 0.000144567\n# DB: mysql\n# Is_internal: true\n# Digest: c355115b20710cd210d1922674f220e73f613065f32d62aaabd2d1ecf698841b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.bind_info ( original_sql LONGTEXT NOT NULL, bind_sql LONGTEXT NOT NULL, default_db TEXT NOT NULL, status TEXT NOT NULL, create_time TIMESTAMP(3) NOT NULL, update_time TIMESTAMP(3) NOT NULL, charset TEXT NOT NULL, collation TEXT NOT NULL, source VARCHAR(10) NOT NULL DEFAULT 'unknown', sql_digest varchar(64) DEFAULT NULL, plan_digest varchar(64) DEFAULT NULL, INDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\", INDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\", UNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:58:12.728 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:58:12.884 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:12.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:12.884 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:12.796 +0000 UTC, 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/04 10:58:12.906 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:12.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:13.019 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=3.545884ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:13.049 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:13.050 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/04 10:58:13.051 +00:00] [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"=37.28992ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:12.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:13.084 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:12.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:13.210 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/04 10:58:13.211 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.455545641\n# Parse_time: 0\n# Compile_time: 0.002841912\n# Rewrite_time: 0.00001383\n# Optimize_time: 0\n# Wait_TS: 0.000158339\n# DB: mysql\n# Is_internal: true\n# Digest: df1a9dde39341a07eb2fb8ef599e6652770203b79af3e1800917053820a3b51c\n# Mem_max: 4096\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_top_n ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, count BIGINT(64) UNSIGNED NOT NULL, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:58:13.212 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:58:13.298 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:13.254 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:13.299 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:13.254 +0000 UTC, 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/04 10:58:13.324 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:13.254 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:13.464 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=13.358198ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:13.489 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:13.490 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/04 10:58:13.490 +00:00] [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"=40.358122ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:13.254 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:13.545 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:13.254 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:13.639 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/04 10:58:13.642 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.427340172\n# Parse_time: 0\n# Compile_time: 0.001873602\n# Rewrite_time: 0.000014447\n# Optimize_time: 0\n# Wait_TS: 0.000141824\n# DB: mysql\n# Is_internal: true\n# Digest: 988ff7e96344f475621bfec9765ba7b507e76d86daa1e3fdf0f9eadbd538afd0\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist ( name CHAR(100) NOT NULL, store_type CHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb', reason VARCHAR(200) );"] [2025/04/04 10:58:13.642 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/04 10:58:13.701 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:13.673 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:13.701 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:13.673 +0000 UTC, 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/04 10:58:13.738 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:13.673 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:13.827 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=2.094772ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:13.846 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:13.846 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/04 10:58:13.847 +00:00] [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"=24.049307ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:13.673 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:13.881 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:13.673 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:13.933 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/04 10:58:13.933 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/04 10:58:14.064 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:13.969 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:14.064 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:13.969 +0000 UTC, 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/04 10:58:14.080 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:13.969 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:14.352 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=12.412884ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:14.445 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:14.445 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/04 10:58:14.447 +00:00] [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"=108.594389ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:13.969 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:14.531 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:13.969 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:14.721 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/04 10:58:14.722 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.783967076\n# Parse_time: 0\n# Compile_time: 0.003600253\n# Rewrite_time: 0.000014159\n# Optimize_time: 0\n# Wait_TS: 0.000133106\n# DB: mysql\n# Is_internal: true\n# Digest: 9c4f6672f019f6d6c588a6b2eb00b13f041ee54cb97f253f85d7ae52df9d23c6\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_extended ( name varchar(32) NOT NULL, type tinyint(4) NOT NULL, table_id bigint(64) NOT NULL, column_ids varchar(32) NOT NULL, stats blob DEFAULT NULL, version bigint(64) unsigned NOT NULL, status tinyint(4) NOT NULL, PRIMARY KEY(name, table_id), KEY idx_1 (table_id, status, version), KEY idx_2 (status, version) );"] [2025/04/04 10:58:14.723 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/04 10:58:14.833 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:14.758 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:14.837 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:14.758 +0000 UTC, 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/04 10:58:14.864 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:14.758 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:15.046 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=14.099754ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:15.068 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:15.068 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/04 10:58:15.070 +00:00] [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"=39.759323ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:14.758 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:15.163 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:14.758 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:15.335 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/04 10:58:15.337 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.610699784\n# Parse_time: 0\n# Compile_time: 0.006615396\n# Rewrite_time: 0.000018653\n# Optimize_time: 0\n# Wait_TS: 0.000294127\n# DB: mysql\n# Is_internal: true\n# Digest: 9e692f90f6e351e4eecf3fbff7177acf0a166d0cd79badb0ce0ced2bb754eb99\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:58:15.338 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/04 10:58:15.481 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:15.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:15.482 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:15.397 +0000 UTC, 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/04 10:58:15.514 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:15.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:15.741 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=3.463321ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:15.780 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:15.780 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/04 10:58:15.780 +00:00] [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"=72.491472ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:15.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:15.884 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:15.397 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:15.996 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/04 10:58:15.998 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.656042493\n# Parse_time: 0\n# Compile_time: 0.003119971\n# Rewrite_time: 0.000013429\n# Optimize_time: 0\n# Wait_TS: 0.000146105\n# DB: mysql\n# Is_internal: true\n# Digest: 752215fdcd8e21124ccfe3a90f4511f2e72581c4c48a751cc8571209fdee15f6\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.global_grants ( USER char(32) NOT NULL DEFAULT '', HOST char(255) NOT NULL DEFAULT '', PRIV char(32) NOT NULL DEFAULT '', WITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (USER,HOST,PRIV), KEY i_user (USER) );"] [2025/04/04 10:58:15.998 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/04 10:58:16.097 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:16.041 +0000 UTC, 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/04 10:58:16.097 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:16.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:16.130 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:16.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:16.330 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=2.988503ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:16.348 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:16.348 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/04 10:58:16.348 +00:00] [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"=22.081131ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:16.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:16.376 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:16.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:16.445 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/04 10:58:16.446 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.442656311\n# Parse_time: 0\n# Compile_time: 0.004160229\n# Rewrite_time: 0.000013385\n# Optimize_time: 0\n# Wait_TS: 0.000179332\n# DB: mysql\n# Is_internal: true\n# Digest: 1fac41a3d4a89e3e4da2393e1f69d1aacfec8886db749d6329e9bf677df777b8\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist ( id bigint(64) auto_increment, filter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\", filter_value varchar(32) NOT NULL, key idx(filter_type), primary key(id) );"] [2025/04/04 10:58:16.447 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/04 10:58:16.667 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:16.516 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:16.667 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:16.516 +0000 UTC, 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/04 10:58:16.680 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:16.516 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:16.797 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=3.138163ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:16.815 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:16.816 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/04 10:58:16.816 +00:00] [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"=22.545266ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:16.516 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:16.850 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:16.516 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:16.928 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/04 10:58:16.945 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.495934131\n# Parse_time: 0\n# Compile_time: 0.002453123\n# Rewrite_time: 0.000011394\n# Optimize_time: 0\n# Wait_TS: 0.000157125\n# DB: mysql\n# Is_internal: true\n# Digest: 06962f34c69b85ab590c2556bdffd68d7705d56a70a3b0522b0ba5bc55363fd3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.column_stats_usage ( table_id BIGINT(64) NOT NULL, column_id BIGINT(64) NOT NULL, last_used_at TIMESTAMP, last_analyzed_at TIMESTAMP, PRIMARY KEY (table_id, column_id) CLUSTERED );"] [2025/04/04 10:58:16.946 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:58:17.036 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:16.982 +0000 UTC, 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/04 10:58:17.037 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:16.982 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:17.063 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:16.982 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:17.189 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=2.868088ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:17.217 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:17.218 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/04 10:58:17.219 +00:00] [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"=34.840027ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:16.982 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:17.249 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:16.982 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:17.363 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/04 10:58:17.364 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.415278239\n# Parse_time: 0\n# Compile_time: 0.013149027\n# Rewrite_time: 0.000013628\n# Optimize_time: 0\n# Wait_TS: 0.000132512\n# DB: mysql\n# Is_internal: true\n# Digest: a30fd7e284f356f111cb15459926cdbebb3d6f24c950b6f3b9729d8b5f13ee4f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.table_cache_meta ( tid bigint(11) NOT NULL DEFAULT 0, lock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE', lease bigint(20) NOT NULL DEFAULT 0, oldReadLease bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (tid) );"] [2025/04/04 10:58:17.365 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/04 10:58:17.378 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:58:17.530 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:17.399 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:17.531 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:17.399 +0000 UTC, 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/04 10:58:17.564 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:17.399 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:17.733 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=3.720198ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:17.753 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:17.753 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/04 10:58:17.753 +00:00] [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"=34.170459ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:17.399 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:17.791 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:17.399 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:17.923 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/04 10:58:17.924 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.554710638\n# Parse_time: 0\n# Compile_time: 0.00408526\n# Rewrite_time: 0.000013469\n# Optimize_time: 0\n# Wait_TS: 0.000167015\n# DB: mysql\n# Is_internal: true\n# Digest: c862b6db4c0b104bd6ade1db78bbe1f6a12a30584d750044f3eec57a1a86580e\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_options ( table_id BIGINT(64) NOT NULL, sample_num BIGINT(64) NOT NULL DEFAULT 0, sample_rate DOUBLE NOT NULL DEFAULT -1, buckets BIGINT(64) NOT NULL DEFAULT 0, topn BIGINT(64) NOT NULL DEFAULT -1, column_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT', column_ids TEXT(19372), PRIMARY KEY (table_id) CLUSTERED );"] [2025/04/04 10:58:17.924 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/04 10:58:18.073 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:17.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:18.077 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:17.989 +0000 UTC, 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/04 10:58:18.127 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:17.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:18.276 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=4.631893ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:18.296 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:18.296 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/04 10:58:18.311 +00:00] [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"=41.113831ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:17.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:18.365 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:17.989 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:18.589 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/04 10:58:18.589 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.653052807\n# Parse_time: 0\n# Compile_time: 0.006631666\n# Rewrite_time: 0.000013232\n# Optimize_time: 0\n# Wait_TS: 0.000158632\n# DB: mysql\n# Is_internal: true\n# Digest: eceb528bf68c7d9b100b120b5113005ea7f5a4c6c1f4834403330ff156d0a3aa\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_history ( table_id bigint(64) NOT NULL, stats_data longblob NOT NULL, seq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice', version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', create_time datetime(6) NOT NULL, UNIQUE KEY table_version_seq (table_id, version, seq_no), KEY table_create_time (table_id, create_time, seq_no), KEY idx_create_time (create_time) );"] [2025/04/04 10:58:18.590 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:58:18.768 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:18.645 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:18.769 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:18.645 +0000 UTC, 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/04 10:58:18.833 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:18.645 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:19.187 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=4.180001ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:19.219 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:19.219 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/04 10:58:19.222 +00:00] [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"=40.062293ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:18.645 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:19.278 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:18.645 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:19.378 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/04 10:58:19.379 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.776645425\n# Parse_time: 0\n# Compile_time: 0.01662383\n# Rewrite_time: 0.000011765\n# Optimize_time: 0\n# Wait_TS: 0.000154038\n# DB: mysql\n# Is_internal: true\n# Digest: 752363602773b9b875eec93769301ada55a059e0b28c5434de98fdbbc6af54cb\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta_history ( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL, count bigint(64) NOT NULL, version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', source varchar(40) NOT NULL, create_time datetime(6) NOT NULL, UNIQUE KEY table_version (table_id, version), KEY table_create_time (table_id, create_time), KEY idx_create_time (create_time) );"] [2025/04/04 10:58:19.380 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/04 10:58:19.595 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:19.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:19.595 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:19.434 +0000 UTC, 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/04 10:58:19.618 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:19.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:20.020 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=6.439161ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:20.070 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:20.070 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/04 10:58:20.071 +00:00] [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"=58.361985ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:19.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:20.144 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:19.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:20.388 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/04 10:58:20.390 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.998064537\n# Parse_time: 0\n# Compile_time: 0.008020821\n# Rewrite_time: 0.000014954\n# Optimize_time: 0\n# Wait_TS: 0.000226422\n# DB: mysql\n# Is_internal: true\n# Digest: e43210dfb790a213e9535afaf9c321b9c50cd9c52fc4ea248c8239abe958ff67\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_jobs ( id BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, table_schema CHAR(64) NOT NULL DEFAULT '', table_name CHAR(64) NOT NULL DEFAULT '', partition_name CHAR(64) NOT NULL DEFAULT '', job_info TEXT NOT NULL, processed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, start_time TIMESTAMP, end_time TIMESTAMP, state ENUM('pending', 'running', 'finished', 'failed') NOT NULL, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job', process_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job', PRIMARY KEY (id), KEY (update_time), INDEX idx_schema_table_state (table_schema, table_name, state), INDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state) );"] [2025/04/04 10:58:20.390 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/04 10:58:20.489 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:20.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:20.492 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:20.435 +0000 UTC, 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/04 10:58:20.517 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:20.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:20.611 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=2.128099ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:20.629 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:20.629 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/04 10:58:20.630 +00:00] [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"=22.131227ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:20.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:20.671 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:20.435 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:20.802 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/04 10:58:20.803 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.410477785\n# Parse_time: 0\n# Compile_time: 0.001484095\n# Rewrite_time: 0.00001264\n# Optimize_time: 0\n# Wait_TS: 0.000154383\n# DB: mysql\n# Is_internal: true\n# Digest: 6eab04864600dfa37145d44689995984eecc83e3dc6ce49c1e75d23567f8bac3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.advisory_locks ( lock_name VARCHAR(64) NOT NULL PRIMARY KEY );"] [2025/04/04 10:58:20.803 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/04 10:58:21.026 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:20.899 +0000 UTC, 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/04 10:58:21.026 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:20.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:21.062 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:20.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:21.317 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=4.748221ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:58:21.354 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:21.355 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/04 10:58:21.355 +00:00] [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"=44.538872ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:20.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:21.431 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:20.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:21.539 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/04 10:58:21.540 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.702480654\n# Parse_time: 0\n# Compile_time: 0.032676861\n# Rewrite_time: 0.006470212\n# Optimize_time: 0\n# Wait_TS: 0.000153571\n# DB: mysql\n# Is_internal: true\n# Digest: 21116016d77c522c611ad3a280af29e3d82340ed19bc91481dd117f25aeda403\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as ( SELECT tidb_mdl_info.job_id, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query, session_id, cluster_tidb_trx.start_time, tidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS FROM mysql.tidb_ddl_job, mysql.tidb_mdl_info, information_schema.cluster_tidb_trx WHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id AND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0 );"] [2025/04/04 10:58:21.641 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:21.572 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:21.641 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:21.572 +0000 UTC, 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/04 10:58:21.673 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:21.572 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:21.864 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=8.719754ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:21.891 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:21.892 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/04 10:58:21.895 +00:00] [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"=40.766258ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:21.572 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:21.933 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:21.572 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:22.013 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/04 10:58:22.014 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.469744838\n# Parse_time: 0\n# Compile_time: 0.002934583\n# Rewrite_time: 0.00001494\n# Optimize_time: 0\n# Wait_TS: 0.000211877\n# DB: mysql\n# Is_internal: true\n# Digest: d88a70e9c5bb5a28f5a1d1f52613093328fd73c5e78668fab2b1a9c260ab506b\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_status ( sql_digest VARCHAR(128), plan_digest VARCHAR(128), origin_sql TEXT, token VARCHAR(128), update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/04 10:58:22.015 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/04 10:58:22.132 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:22.072 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:22.133 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:22.072 +0000 UTC, 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/04 10:58:22.160 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:22.072 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:22.313 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=3.091382ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:22.332 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:22.332 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/04 10:58:22.333 +00:00] [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"=25.072328ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:22.072 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:22.376 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:22.072 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:22.472 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/04 10:58:22.473 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.454857005\n# Parse_time: 0\n# Compile_time: 0.007569919\n# Rewrite_time: 0.000016258\n# Optimize_time: 0\n# Wait_TS: 0.000156974\n# DB: mysql\n# Is_internal: true\n# Digest: 1ce2bb4fd69df5a5aeb254910aeeab700c1408b8c2de8f7dbe3ebbc11a4b1542\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_task ( sql_digest VARCHAR(128) NOT NULL, plan_digest VARCHAR(128) NOT NULL, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (sql_digest,plan_digest));"] [2025/04/04 10:58:22.474 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2025/04/04 10:58:22.550 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:22.502 +0000 UTC, 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/04 10:58:22.564 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:22.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:22.572 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:22.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:22.676 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=2.71352ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:22.693 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:22.694 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/04 10:58:22.696 +00:00] [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"=23.076542ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:22.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:22.749 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:22.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:22.829 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/04 10:58:22.830 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.353607971\n# Parse_time: 0\n# Compile_time: 0.002278116\n# Rewrite_time: 0.000011665\n# Optimize_time: 0\n# Wait_TS: 0.000159938\n# DB: mysql\n# Is_internal: true\n# Digest: f2c0bd78cfe8f7e6b4f8b30f83a48ff4c49a1a9de1c1a0c721ec3561ac42865a\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_table_locked( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL DEFAULT 0, count bigint(64) NOT NULL DEFAULT 0, version bigint(64) UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (table_id));"] [2025/04/04 10:58:22.831 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2025/04/04 10:58:22.992 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:22.868 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:22.996 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:22.868 +0000 UTC, 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/04 10:58:23.035 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:22.868 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:23.340 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=6.286648ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:23.385 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:23.385 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/04 10:58:23.391 +00:00] [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"=57.897381ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:22.868 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:23.450 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:22.868 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:23.650 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/04 10:58:23.654 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.815928756\n# Parse_time: 0\n# Compile_time: 0.005780018\n# Rewrite_time: 0.00001366\n# Optimize_time: 0\n# Wait_TS: 0.002249759\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status ( table_id bigint(64) PRIMARY KEY, parent_table_id bigint(64), table_statistics text DEFAULT NULL, last_job_id varchar(64) DEFAULT NULL, last_job_start_time timestamp NULL DEFAULT NULL, last_job_finish_time timestamp NULL DEFAULT NULL, last_job_ttl_expire timestamp NULL DEFAULT NULL, last_job_summary text DEFAULT NULL, current_job_id varchar(64) DEFAULT NULL, current_job_owner_id varchar(64) DEFAULT NULL, current_job_owner_addr varchar(256) DEFAULT NULL, current_job_owner_hb_time timestamp, current_job_start_time timestamp NULL DEFAULT NULL, current_job_ttl_expire timestamp NULL DEFAULT NULL, current_job_state text DEFAULT NULL, current_job_status varchar(64) DEFAULT NULL, current_job_status_update_time timestamp NULL DEFAULT NULL);"] [2025/04/04 10:58:23.656 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2025/04/04 10:58:23.953 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:23.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:23.953 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:23.801 +0000 UTC, 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/04 10:58:23.968 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:23.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:24.254 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=10.110995ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:24.288 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:24.289 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/04 10:58:24.289 +00:00] [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"=64.620477ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:23.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:24.355 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:23.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:24.464 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/04 10:58:24.465 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.801939572\n# Parse_time: 0\n# Compile_time: 0.016770666\n# Rewrite_time: 0.000017821\n# Optimize_time: 0\n# Wait_TS: 0.000181591\n# DB: mysql\n# Is_internal: true\n# Digest: 99a5c0e89a0b881a0fa10de262495ae25955edb2a7ef8776054ab57aca80e0d7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task ( job_id varchar(64) NOT NULL, table_id bigint(64) NOT NULL, scan_id int NOT NULL, scan_range_start BLOB, scan_range_end BLOB, expire_time timestamp NOT NULL, owner_id varchar(64) DEFAULT NULL, owner_addr varchar(64) DEFAULT NULL, owner_hb_time timestamp DEFAULT NULL, status varchar(64) DEFAULT 'waiting', status_update_time timestamp NULL DEFAULT NULL, state text, created_time timestamp NOT NULL, primary key(job_id, scan_id), key(created_time));"] [2025/04/04 10:58:24.465 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2025/04/04 10:58:24.618 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:24.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:24.619 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:24.509 +0000 UTC, 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/04 10:58:24.658 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:24.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:24.874 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=6.204477ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:24.896 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:24.897 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/04 10:58:24.910 +00:00] [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"=43.172499ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:24.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:24.944 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:24.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:25.131 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/04 10:58:25.133 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.649371448\n# Parse_time: 0\n# Compile_time: 0.005198101\n# Rewrite_time: 0.000013533\n# Optimize_time: 0\n# Wait_TS: 0.000134155\n# DB: mysql\n# Is_internal: true\n# Digest: a59d1fe47cade4697d39b0374d27cfee2fa302a4c752a5ae5073cecda386a0e8\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history ( job_id varchar(64) PRIMARY KEY, table_id bigint(64) NOT NULL, parent_table_id bigint(64) NOT NULL, table_schema varchar(64) NOT NULL, table_name varchar(64) NOT NULL, partition_name varchar(64) DEFAULT NULL, create_time timestamp NOT NULL, finish_time timestamp NOT NULL, ttl_expire timestamp NOT NULL, summary_text text, expired_rows bigint(64) DEFAULT NULL, deleted_rows bigint(64) DEFAULT NULL, error_delete_rows bigint(64) DEFAULT NULL, status varchar(64) NOT NULL, key(table_schema, table_name, create_time), key(parent_table_id, create_time), key(create_time) );"] [2025/04/04 10:58:25.135 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2025/04/04 10:58:25.493 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:25.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:25.494 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:25.195 +0000 UTC, 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/04 10:58:25.515 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:25.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:25.926 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=17.384811ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:25.941 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:25.941 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/04 10:58:25.942 +00:00] [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"=34.653375ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:25.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:26.007 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:25.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:26.204 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/04 10:58:26.207 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.059568577\n# Parse_time: 0\n# Compile_time: 0.008742779\n# Rewrite_time: 0.000050372\n# Optimize_time: 0\n# Wait_TS: 0.00015754\n# DB: mysql\n# Is_internal: true\n# Digest: 87a919aee92342a6b954c4ed4dd8cc629fccf29087b4eee86bc91114590f3e5c\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:58:26.211 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:58:26.395 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:26.26 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:26.395 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:26.26 +0000 UTC, 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/04 10:58:26.417 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:26.26 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:26.680 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=13.935642ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:26.699 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:26.699 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/04 10:58:26.699 +00:00] [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"=34.139232ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:26.26 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:26.757 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:26.26 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:26.988 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/04 10:58:26.989 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.757821129\n# Parse_time: 0\n# Compile_time: 0.00896268\n# Rewrite_time: 0.000012299\n# Optimize_time: 0\n# Wait_TS: 0.000124699\n# DB: mysql\n# Is_internal: true\n# Digest: 35cf2ce48ba5e71b82858e4e3f3a03750eb81dc6d2c5dee011ea0f91b9a9599e\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:58:26.990 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:58:27.147 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:27.058 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:27.148 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:27.058 +0000 UTC, 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/04 10:58:27.180 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:27.058 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:27.469 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=18.692892ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:27.513 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:27.513 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/04 10:58:27.515 +00:00] [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"=66.320482ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:27.058 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:27.559 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:27.058 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:27.757 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/04 10:58:27.759 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.740988516\n# Parse_time: 0\n# Compile_time: 0.009164174\n# Rewrite_time: 0.000011784\n# Optimize_time: 0\n# Wait_TS: 0.000152722\n# DB: mysql\n# Is_internal: true\n# Digest: 1865863db4761960f0296bcf5386c3bb0c98aa299ac12888aa8054dc66681ee3\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs ( id bigint(64) NOT NULL AUTO_INCREMENT, create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), start_time TIMESTAMP(6) NULL DEFAULT NULL, update_time TIMESTAMP(6) NULL DEFAULT NULL, end_time TIMESTAMP(6) NULL DEFAULT NULL, table_schema VARCHAR(64) NOT NULL, table_name VARCHAR(64) NOT NULL, table_id bigint(64) NOT NULL, created_by VARCHAR(300) NOT NULL, parameters text NOT NULL, source_file_size bigint(64) NOT NULL, status VARCHAR(64) NOT NULL, step VARCHAR(64) NOT NULL, summary text DEFAULT NULL, error_message TEXT DEFAULT NULL, PRIMARY KEY (id), KEY (created_by), KEY (status));"] [2025/04/04 10:58:27.759 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2025/04/04 10:58:28.018 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:27.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.018 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:27.812 +0000 UTC, 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/04 10:58:28.033 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:27.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.271 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=6.038237ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:28.290 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:28.290 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/04 10:58:28.301 +00:00] [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"=37.516501ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:27.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.370 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:27.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:28.532 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/04 10:58:28.533 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.748037524\n# Parse_time: 0\n# Compile_time: 0.00809221\n# Rewrite_time: 0.000014286\n# Optimize_time: 0\n# Wait_TS: 0.000153959\n# DB: mysql\n# Is_internal: true\n# Digest: e0bf00610662023227b3e4a7d5f58b03cae01c95aeaf892c603785420b5a5d10\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', INDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\", INDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:58:28.533 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:58:28.799 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.584 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:28.799 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.584 +0000 UTC, 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/04 10:58:28.838 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.584 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.142 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=9.89835ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:29.159 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:29.159 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/04 10:58:29.162 +00:00] [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"=30.541467ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:28.584 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.200 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:28.584 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:29.440 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/04 10:58:29.441 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.901604521\n# Parse_time: 0\n# Compile_time: 0.005129611\n# Rewrite_time: 0.00001379\n# Optimize_time: 0\n# Wait_TS: 0.000167276\n# DB: mysql\n# Is_internal: true\n# Digest: 90a827f5aeb9baa2131bf6ef107c623b745894733d5936771bed7e5e4aa2a0ff\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries ( resource_group_name varchar(32) not null, start_time TIMESTAMP NOT NULL, repeats int default 1, match_type varchar(12) NOT NULL, action varchar(64) NOT NULL, sample_sql TEXT NOT NULL, sql_digest varchar(64) NOT NULL, plan_digest varchar(64) NOT NULL, tidb_server varchar(512), rule VARCHAR(512) DEFAULT '', INDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\", INDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:58:29.441 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:58:29.794 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:29.795 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.57 +0000 UTC, 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/04 10:58:29.831 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:30.259 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=8.929716ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:30.276 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:30.276 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/04 10:58:30.276 +00:00] [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"=26.806323ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:29.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:30.311 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:29.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:30.492 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/04 10:58:30.493 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.038757912\n# Parse_time: 0\n# Compile_time: 0.011346538\n# Rewrite_time: 0.000020359\n# Optimize_time: 0\n# Wait_TS: 0.000183217\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` ( ID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, NAMESPACE VARCHAR(256) NOT NULL, TIMER_KEY VARCHAR(256) NOT NULL, TIMER_DATA BLOB, TIMEZONE VARCHAR(64) NOT NULL, SCHED_POLICY_TYPE VARCHAR(32) NOT NULL, SCHED_POLICY_EXPR VARCHAR(256) NOT NULL, HOOK_CLASS VARCHAR(64) NOT NULL, WATERMARK TIMESTAMP DEFAULT NULL, ENABLE TINYINT(2) NOT NULL, TIMER_EXT JSON NOT NULL, EVENT_STATUS VARCHAR(32) NOT NULL, EVENT_ID VARCHAR(64) NOT NULL, EVENT_DATA BLOB, EVENT_START TIMESTAMP DEFAULT NULL, SUMMARY_DATA BLOB, CREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, UPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, VERSION BIGINT(64) UNSIGNED NOT NULL, PRIMARY KEY (ID), UNIQUE KEY timer_key(NAMESPACE, TIMER_KEY), KEY hook_class(HOOK_CLASS) );"] [2025/04/04 10:58:30.494 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2025/04/04 10:58:30.652 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:30.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:30.654 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:30.571 +0000 UTC, 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/04 10:58:30.691 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:30.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:31.156 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=8.008796ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:31.214 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:31.214 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/04 10:58:31.214 +00:00] [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"=67.613038ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:30.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:31.280 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:30.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:31.435 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/04 10:58:31.440 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.920520464\n# Parse_time: 0\n# Compile_time: 0.019049196\n# Rewrite_time: 0.000012416\n# Optimize_time: 0\n# Wait_TS: 0.000136333\n# DB: mysql\n# Is_internal: true\n# Digest: 0756c368a062ed6f6fcf06118c0f681502d85d0c56147973918b699deb186db7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, record_id BIGINT(20) not null, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', done_time TIMESTAMP(6) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:58:31.440 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:58:31.575 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:31.503 +0000 UTC, 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/04 10:58:31.575 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:31.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:31.658 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:31.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:32.006 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=2.827016ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:32.010 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:58:32.011 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:58:32.011 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:58:32.012 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:58:32.028 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:32.028 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/04 10:58:32.030 +00:00] [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"=26.952288ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:31.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:32.066 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:31.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:32.164 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/04 10:58:32.164 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.721631294\n# Parse_time: 0\n# Compile_time: 0.002364226\n# Rewrite_time: 0.000014275\n# Optimize_time: 0\n# Wait_TS: 0.000146528\n# DB: mysql\n# Is_internal: true\n# Digest: d7aca5b8f7b6ebbd013778d4a0451e0b59954ffc0090d361b1f71722be496608\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.dist_framework_meta ( host VARCHAR(261) NOT NULL PRIMARY KEY, role VARCHAR(64), cpu_count int default 0, keyspace_id bigint(8) NOT NULL DEFAULT -1 );"] [2025/04/04 10:58:32.165 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2025/04/04 10:58:32.289 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:32.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:32.294 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:32.199 +0000 UTC, 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/04 10:58:32.310 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:32.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:32.452 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=3.384618ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:32.485 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:32.485 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/04 10:58:32.487 +00:00] [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"=38.59346ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:32.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:32.536 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:32.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:32.616 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/04 10:58:32.617 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.449282615\n# Parse_time: 0\n# Compile_time: 0.003016486\n# Rewrite_time: 0.000018223\n# Optimize_time: 0\n# Wait_TS: 0.000181383\n# DB: mysql\n# Is_internal: true\n# Digest: 5ca9dd4b3efdb0fd8b4c7af3016f911e048fc356c5b2a241e06c5bc30f085ce7\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.request_unit_by_group ( start_time TIMESTAMP(6) NOT NULL, end_time TIMESTAMP(6) NOT NULL, resource_group VARCHAR(32) NOT null, total_ru bigint(64) UNSIGNED NOT NULL, PRIMARY KEY (start_time, end_time, resource_group), KEY (resource_group) );"] [2025/04/04 10:58:32.618 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2025/04/04 10:58:32.625 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:58:32.745 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:32.671 +0000 UTC, 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/04 10:58:32.747 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:32.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:32.770 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:32.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:33.015 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=4.693761ms] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:33.034 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:33.034 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/04 10:58:33.038 +00:00] [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"=28.338647ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:32.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:33.089 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:32.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:33.252 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/04 10:58:33.254 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.632134342\n# Parse_time: 0\n# Compile_time: 0.002623448\n# Rewrite_time: 0.000013686\n# Optimize_time: 0\n# Wait_TS: 0.000166658\n# DB: mysql\n# Is_internal: true\n# Digest: c3f2b12f28890accfe7e3cd6df43661468be7bca7e24b853661916ce164d8160\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map ( restored_ts BIGINT NOT NULL, upstream_cluster_id BIGINT NOT NULL, segment_id BIGINT NOT NULL, id_map BLOB(524288) NOT NULL, update_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/04 10:58:33.254 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/04 10:58:33.308 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:33.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:33.308 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:33.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 10:58:33.330 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:33.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:33.361 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=662.874ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 10:58:33.377 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:33.377 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/04 10:58:33.381 +00:00] [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"=18.296061ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:33.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:33.417 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:33.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:33.453 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/04 10:58:33.462 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/04 10:58:33.580 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:33.534 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:33.580 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:33.534 +0000 UTC, 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/04 10:58:33.609 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:33.534 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:33.749 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=2.610022ms] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:58:33.766 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:33.766 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/04 10:58:33.766 +00:00] [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"=20.67167ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:33.534 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:33.818 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:33.534 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:33.918 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/04 10:58:33.919 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.430310987\n# Parse_time: 0\n# Compile_time: 0.021577585\n# Rewrite_time: 0.008399787\n# Optimize_time: 0\n# Wait_TS: 0.000153656\n# DB: mysql\n# Is_internal: true\n# Digest: 04175714d714f771531a56c7ae3f097cec113655220f87ac336c5ae44d3d3f8f\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE VIEW sys.schema_unused_indexes AS SELECT table_schema as object_schema, table_name as object_name, index_name FROM information_schema.cluster_tidb_index_usage WHERE table_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and index_name != 'PRIMARY' GROUP BY table_schema, table_name, index_name HAVING sum(last_access_time) is null;"] [2025/04/04 10:58:34.080 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:33.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:34.080 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:33.953 +0000 UTC, 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/04 10:58:34.110 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:33.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:34.397 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=25.044737ms] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:34.452 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:34.452 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/04 10:58:34.453 +00:00] [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"=82.536892ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:33.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:34.505 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:33.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:34.670 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/04 10:58:34.671 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.74482409\n# Parse_time: 0\n# Compile_time: 0.005161098\n# Rewrite_time: 0.000014076\n# Optimize_time: 0\n# Wait_TS: 0.000234631\n# DB: mysql\n# Is_internal: true\n# Digest: 70367647c92c5d0f8c232f2767a57dfe16b6ba8abad6fa939d6846291e8fa94c\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.index_advisor_results ( id bigint primary key not null auto_increment, created_at datetime not null, updated_at datetime not null, schema_name varchar(64) not null, table_name varchar(64) not null, index_name varchar(127) not null, index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"', index_details json, -- est_index_size, reason, DDL to create this index, ... top_impacted_queries json, -- improvement, plan before and after this index, ... workload_impact json, -- improvement and more details, ... extra json, -- for the cloud env to save more info like RU, cost_saving, ... index idx_create(created_at), index idx_update(updated_at), unique index idx(schema_name, table_name, index_columns));"] [2025/04/04 10:58:34.672 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/04 10:58:34.772 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:34.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:34.772 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:34.709 +0000 UTC, 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/04 10:58:34.797 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:34.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:34.906 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=3.495247ms] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:34.922 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:34.923 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/04 10:58:34.924 +00:00] [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"=22.492954ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:34.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:34.972 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:34.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:35.114 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/04 10:58:35.115 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.438448452\n# Parse_time: 0\n# Compile_time: 0.002651511\n# Rewrite_time: 0.000017112\n# Optimize_time: 0\n# Wait_TS: 0.000174033\n# DB: mysql\n# Is_internal: true\n# Digest: 4f6cb23bc55d76683beb221b33d4e5d78047d43c500f2001fe11206811779076\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options ( module varchar(128), name varchar(128), value varchar(128), updated_at datetime, status varchar(128), description text, primary key(module, name));"] [2025/04/04 10:58:35.115 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/04 10:58:35.197 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:35.141 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:35.197 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:35.141 +0000 UTC, 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/04 10:58:35.241 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:35.141 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:35.401 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=3.721996ms] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:35.437 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:35.437 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/04 10:58:35.442 +00:00] [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"=45.829033ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:35.141 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:35.500 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:35.141 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:35.638 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/04 10:58:35.639 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.519902619\n# Parse_time: 0\n# Compile_time: 0.003321126\n# Rewrite_time: 0.000023937\n# Optimize_time: 0\n# Wait_TS: 0.000168246\n# DB: mysql\n# Is_internal: true\n# Digest: 22e991e019befcd18128737c6c7e27c9e600ee33f309f16473f3b2e432b493a4\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_workload_values ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, version bigint(20) NOT NULL, category varchar(64) NOT NULL, type varchar(64) NOT NULL, table_id bigint(20) NOT NULL, value json NOT NULL, index idx_version_category_type (version, category, type), index idx_table_id (table_id));"] [2025/04/04 10:58:35.640 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/04 10:58:37.435 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117352760967168\n# Query_time: 1.405706247\n# Parse_time: 0\n# Compile_time: 0.665737298\n# Rewrite_time: 0.014124457\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Mem_max: 377456\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('wQPwWDAJMjdfMQkwCTAJTi9BCTAJdGltZTo2OTQuM21zLCBvcGVuOjI1LjnCtXMsIGNsb3NlOjY4wrVzLCBsb29wczoxLCBwcmVwYXJlOiB7dG90YWw6IDEzMi40AT5MYXV0b19pZF9hbGxvY2F0b3I6IHsFDFBfY250OiAxLCBHZXQ6e251bV9ycGMBTAVCAF8FhJgyMTUuMcK1c30sIGNvbW1pdF90eG46IHtwcmV3cml0ZTo2MTYuNMIBmAxnZXRfESQQczoyMS4JFwkTGDo2MjAuM8IBKBxzbG93ZXN0XxFDBXYEIHsFdXQ6IDAuMDAxcywgcmVnaW9uX2lkOiAyLCBzdG9yZToJBwgxLCAZjhhwcmltYXJ51kQADWQIbnVtAfYF0BBfa2V5cxkOnGJ5dGU6MzJ9fX0sIGluc2VydDo1NjEuOG1zCTEyMC42IEtCCU4vQQo=')\n# Resource_group: default\nINSERT HIGH_PRIORITY INTO mysql.GLOBAL_VARIABLES VALUES (\"tidb_pipelined_dml_resource_policy\", \"standard\"), (\"tidb_server_memory_limit\", \"80%\"), (\"binlog_row_image\", \"FULL\"), (\"rewriter_enabled\", \"\"), (\"tidb_enable_instance_plan_cache\", \"OFF\"), (\"tidb_tso_client_batch_max_wait_time\", \"0\"), (\"tidb_opt_memory_factor\", \"0.001\"), (\"tidb_enable_global_index\", \"ON\"), (\"init_slave\", \"\"), (\"tidb_enable_async_merge_global_stats\", \"ON\"), (\"tidb_resource_control_strict_mode\", \"ON\"), (\"profiling_history_size\", \"15\"), (\"tidb_window_concurrency\", \"-1\"), (\"innodb_adaptive_flushing_lwm\", \"10\"), (\"tidb_ddl_enable_fast_reorg\", \"ON\"), (\"session_track_state_change\", \"\"), (\"innodb_spin_wait_delay\", \"6\"), (\"session_track_schema\", \"\"), (\"ndb_eventbuffer_free_percent\", \"\"), (\"tidb_enable_rate_limit_action\", \"OFF\"), (\"innodb_fast_shutdown\", \"1\"), (\"tidb_enable_new_only_full_group_by_check\", \"OFF\"), (\"tidb_opt_ordering_index_selectivity_threshold\", \"0\"), (\"tidb_opt_agg_push_down\", \"OFF\"), (\"innodb_change_buffer_max_size\", \"25\"), (\"tidb_index_merge_intersection_concurrency\", \"-1\"), (\"tidb_enable_prepared_plan_cache_memory_monitor\", \"ON\"), (\"character_set_server\", \"utf8mb4\"), (\"tmp_table_size\", \"16777216\"), (\"slave_sql_verify_checksum\", \"ON\"), (\"tidb_enable_tiflash_pipeline_model\", \"ON\"), (\"tidb_instance_plan_cache_max_size\", \"104857600\"), (\"max_points_in_geometry\", \"65536\"), (\"tidb_gogc_tuner_max_value\", \"500\"), (\"allow_auto_random_explicit_insert\", \"OFF\"), (\"authentication_ldap_simple_tls\", \"OFF\"), (\"innodb_concurrency_tickets\", \"5000\"), (\"innodb_adaptive_flushing\", \"ON\"), (\"tidb_enable_pipelined_window_function\", \"ON\"), (\"tidb_stmt_summary_history_size\", \"24\"), (\"validate_password.number_count\", \"1\"), (\"binlog_group_commit_sync_delay\", \"\"), (\"delayed_insert_limit\", \"100\"), (\"slave_parallel_type\", \"\"), (\"tidb_opt_limit_push_down_threshold\", \"100\"), (\"lc_time_names\", \"en_US\"), (\"session_track_gtids\", \"OFF\"), (\"sql_warnings\", \"OFF\"), (\"tidb_generate_binary_plan\", \"ON\"), (\"tidb_super_read_only\", \"OFF\"), (\"tidb_opt_prefix_index_single_scan\", \"ON\"), (\"tidb_guarantee_linearizability\", \"ON\"), (\"tidb_enable_prepared_plan_cache\", \"ON\"), (\"tidb_tso_client_rpc_mode\", \"DEFAULT\"), (\"rewriter_verbose\", \"\"), (\"authentication_ldap_simple_server_port\", \"389\"), (\"read_only\", \"OFF\"), (\"log_syslog\", \"\"), (\"host_cache_size\", \"279\"), (\"sha256_password_proxy_users\", \"\"), (\"binlog_checksum\", \"CRC32\"), (\"tidb_ttl_job_schedule_window_end_time\", \"23:59 +0000\"), (\"tidb_enable_exchange_partition\", \"ON\"), (\"key_cache_division_limit\", \"100\"), (\"tidb_mem_quota_query\", \"1073741824\"), (\"innodb_stats_method\", \"nulls_equal\"), (\"innodb_ft_num_word_optimize\", \"2000\"), (\"tidb_enable_mutation_checker\", \"ON\"), (\"tidb_gc_life_time\", \"10m0s\"), (\"join_buffer_size\", \"262144\"), (\"log_syslog_facility\", \"\"), (\"slow_query_log\", \"0\"), (\"tidb_table_cache_lease\", \"3\"), (\"tidb_evolve_plan_task_max_time\", \"600\"), (\"validate_password.special_char_count\", \"1\"), (\"tidb_replica_read\", \"leader\"), (\"cte_max_recursion_depth\", \"1000\"), (\"authentication_ldap_simple_bind_base_dn\", \"\"), (\"pd_enable_follower_handle_region\", \"ON\"), (\"max_relay_log_size\", \"0\"), (\"innodb_ft_user_stopword_table\", \"\"), (\"innodb_flush_neighbors\", \"1\"), (\"executed_gtids_compression_period\", \"\"), (\"tidb_stats_load_pseudo_timeout\", \"ON\"), (\"tidb_skip_ascii_check\", \"OFF\"), (\"myisam_sort_buffer_size\", \"8388608\"), (\"innodb_print_all_deadlocks\", \"OFF\"), (\"innodb_max_purge_lag\", \"0\"), (\"tidb_partition_prune_mode\", \"dynamic\"), (\"tidb_pessimistic_txn_fair_locking\", \"ON\"), (\"tidb_enable_table_partition\", \"ON\"), (\"innodb_thread_sleep_delay\", \"10000\"), (\"tidb_enable_plan_replayer_continuous_capture\", \"OFF\"), (\"innodb_ft_enable_diag_print\", \"OFF\"), (\"tidb_txn_entry_size_limit\", \"0\"), (\"tidb_distsql_scan_concurrency\", \"15\"), (\"tidb_gc_scan_lock_mode\", \"LEGACY\"), (\"tidb_enable_1pc\", \"OFF\"), (\"tiflash_mem_quota_query_per_node\", \"0\"), (\"innodb_max_undo_log_size\", \"\"), (\"innodb_change_buffering\", \"all\"), (\"tidb_merge_join_concurrency\", \"1\"), (\"rpl_semi_sync_master_wait_point\", \"AFTER_SYNC\"), (\"tidb_batch_pending_tiflash_count\", \"4000\"), (\"innodb_file_p(len:25902);"] [2025/04/04 10:58:38.013 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117352760967168\n# Query_time: 0.356915906\n# Parse_time: 0\n# Compile_time: 0.000689692\n# Rewrite_time: 0.000009341\n# Optimize_time: 0\n# Wait_TS: 0\n# Prewrite_time: 0.244885349 Commit_time: 0.093570261 Get_commit_ts_time: 0.000040717 Slowest_prewrite_rpc_detail: {total:0.203s, region_id: 2, store: store1, } Commit_primary_rpc_detail: {total:0.092s, region_id: 2, store: store1, } Write_keys: 1343 Write_size: 102443 Prewrite_region: 1\n# DB: mysql\n# Is_internal: true\n# Digest: 9505cacb7c710ed17125fcc6cb3669e8ddca6c8cd8af6a31f6b3cd64604c3098\n# Mem_max: 253952\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Resource_group: default\n# Prev_stmt: INSERT HIGH_PRIORITY INTO `mysql`.`tidb` VALUES ('cluster_id', 1, \"TiDB Cluster ID.\") ON DUPLICATE KEY UPDATE VARIABLE_VALUE= 1\nCOMMIT;"] [2025/04/04 10:58:38.014 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=38.064364752s] [2025/04/04 10:58:38.016 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=182a0ba6-bc01-4eab-ac6f-685bee4cc974] [2025/04/04 10:58:38.030 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:58:38.030 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:58:38.030 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:58:38.031 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=211.973ยตs] [2025/04/04 10:58:38.031 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=200.757ยตs] [2025/04/04 10:58:38.032 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=148.496ยตs] [2025/04/04 10:58:38.032 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=169.419ยตs] [2025/04/04 10:58:38.033 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=181.094ยตs] [2025/04/04 10:58:38.033 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=157.998ยตs] [2025/04/04 10:58:38.033 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=167.908ยตs] [2025/04/04 10:58:38.034 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=232.764ยตs] [2025/04/04 10:58:38.034 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=184.503ยตs] [2025/04/04 10:58:38.035 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=206.03ยตs] [2025/04/04 10:58:38.035 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=182a0ba6-bc01-4eab-ac6f-685bee4cc974] [2025/04/04 10:58:38.035 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:58:38.035 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:58:38.116 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=182a0ba6-bc01-4eab-ac6f-685bee4cc974] ["take time"=100.253406ms] [2025/04/04 10:58:38.117 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=182a0ba6-bc01-4eab-ac6f-685bee4cc974] [2025/04/04 10:58:38.117 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:58:38.117 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:58:38.118 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:58:38.118 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:58:38.118 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:58:38.118 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:58:38.118 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:58:38.118 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:58:38.118 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:58:38.118 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:58:38.118 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:58:38.118 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:58:38.118 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:58:38.118 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:58:38.119 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:58:38.120 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=103.89328ms] [2025/04/04 10:58:38.120 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=7f5d7f12-cc85-4a71-be53-4a63d4e08f4b] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:58:38.424 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:58:38.425 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:58:39.069 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=642.27382ms] [2025/04/04 10:58:39.069 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:58:39.069 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=643.509175ms] [2025/04/04 10:58:39.069 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=55] ["reload ts"=457117353658023936] [2025/04/04 10:58:39.091 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=77f32bae-7869-4824-91ca-3a93a65c1f55] [runWorker=true] [jobVersion=v2] [2025/04/04 10:58:39.092 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:58:39.092 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:58:39.093 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:58:39.093 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:58:39.093 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:58:39.093 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:58:39.094 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:58:39.094 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:58:39.094 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:58:39.094 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:58:39.094 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:58:39.095 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:58:39.095 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:58:39.097 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:58:39.098 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=77f32bae-7869-4824-91ca-3a93a65c1f55] [2025/04/04 10:58:39.099 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:58:39.099 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:58:39.100 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:58:39.101 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:58:39.123 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:58:39.124 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=77f32bae-7869-4824-91ca-3a93a65c1f55] [2025/04/04 10:58:39.124 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 10:58:39.209 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/04 10:58:39.222 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:58:39.224 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:58:39.420 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:58:39.449 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:58:39.450 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 10:58:39.453 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:58:39.453 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=77f32bae-7869-4824-91ca-3a93a65c1f55] [2025/04/04 10:58:39.453 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/04 10:58:39.454 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 10:58:39.455 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:58:39.455 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:58:39.455 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:58:39.455 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:58:39.473 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/04 10:58:39.490 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=77f32bae-7869-4824-91ca-3a93a65c1f55] [ttl-worker=task-manager] [ttl-worker=77f32bae-7869-4824-91ca-3a93a65c1f55] [originalCount=0] [newCount=4] [2025/04/04 10:58:39.491 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=77f32bae-7869-4824-91ca-3a93a65c1f55] [ttl-worker=task-manager] [ttl-worker=77f32bae-7869-4824-91ca-3a93a65c1f55] [originalCount=0] [newCount=4] [2025/04/04 10:58:39.491 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=77f32bae-7869-4824-91ca-3a93a65c1f55] [2025/04/04 10:58:39.499 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 10:58:39.500 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/04 10:58:39.500 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] testkit.go:123: RefreshSession rand seed: 1743764319500783803 [2025/04/04 10:58:39.741 +00:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_schema_cache_size] [val=0] [2025/04/04 10:58:39.761 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=test] [sql="drop table if exists t"] [user=] [2025/04/04 10:58:39.846 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:39.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:58:39.847 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:39.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t(a int)"] [2025/04/04 10:58:39.878 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:39.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:39.893 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t)"] [2025/04/04 10:58:39.912 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=false] [currentSchemaVersion=55] [neededSchemaVersion=55] ["elapsed time"=306.905829ms] [2025/04/04 10:58:39.913 +00:00] [INFO] [domain.go:431] ["infoschema v1/v2 switch"] [2025/04/04 10:58:39.913 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:58:39.913 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=308.520263ms] [2025/04/04 10:58:40.079 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=1.440787ms] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:40.113 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/04 10:58:40.116 +00:00] [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"=40.357692ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:39.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:40.160 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:58:40.160 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:58:40.160 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:58:40.160 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:58:40.292 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-04 10:58:39.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:58:40.445 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/04 10:58:40.446 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Conn_ID: 1\n# Query_time: 0.684787824\n# Parse_time: 0.000514336\n# Compile_time: 0.013259107\n# Rewrite_time: 0.000013807\n# Optimize_time: 0.000676368\n# Wait_TS: 0.000156321\n# DB: test\n# Is_internal: false\n# Digest: 502809fb762949a45126a72a5116ca0a2c46abd120256786223833b61a389de9\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse test;\ncreate table t(a int);"] [2025/04/04 10:58:40.447 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t(a int)"] [user=] [2025/04/04 10:58:40.489 +00:00] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [groupID=ttl] [2025/04/04 10:58:40.489 +00:00] [INFO] [runtime.go:450] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2025/04/04 10:58:40.501 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2025/04/04 10:58:40.553 +00:00] [INFO] [scheduler_manager.go:198] ["schedule task loop start"] [server-id=:4000] [2025/04/04 10:58:40.555 +00:00] [INFO] [scheduler_manager.go:442] ["collect loop start"] [server-id=:4000] [2025/04/04 10:58:40.555 +00:00] [INFO] [scheduler_manager.go:302] ["subtask table gc loop start"] [server-id=:4000] [2025/04/04 10:58:40.556 +00:00] [INFO] [scheduler_manager.go:366] ["cleanup loop start"] [server-id=:4000] [2025/04/04 10:58:40.830 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:58:41.102 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:58:41.679 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117354146922496\n# Query_time: 0.355342845\n# Parse_time: 0\n# Compile_time: 0.34916108\n# Rewrite_time: 0.000964037\n# Optimize_time: 0.000472346\n# Wait_TS: 0\n# LockKeys_time: 0.0008427\n# Is_internal: true\n# Digest: ea80d74ba05c4c55bd81dbb49a7b6b9bf86983f659468ac21a0b61ec0c8c317d\n# Mem_max: 62393\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('5wTwWDAJMjdfMQkwCTAJTi9BCTAJdGltZTo1LjMxbXMsIG9wZW46ODQuMcK1cywgY2xvc2U6MTguOMK1cywgbG9vcHM6MiwgYXV0b19pZF9hbGxvY2F0b3I6IHthAQx4X2NudDogMSwgR2V0OntudW1fcnBjOjEsIHRvdGFsXwVrDDE2Ny4BUGx9LCBjb21taXRfdHhuOiB7cHJld3JpdGU6NTQ0BSEULCBnZXRfESQMczoxOQmVBTUMOjUwOA2mHHNsb3dlc3RfEUEFdAQgewVzdDogMC4wMDBzLCByZWdpb25faWQ6IDIsIHN0b3JlOgkHCDEsIBmMGHByaW1hcnnWRAANZAhudW0B9AXOEF9rZXlzGQ5gYnl0ZTozMn19LCBwcmVmZXRjaDogNTk3LgncIS4YIHtCYXRjaGpCAQgzMTQFMAFGDGxvY2sJZAQgeyVfEDg0Mi43JSkJjgF8BYQB9i0qCWc9IQAxiiEBBWoBOhg1NjMuODE2CWRccGNfY291bnQ6MX0JMjAuOSBLQglOL0EK')\n# Binary_plan: tidb_decode_binary_plan('9ATwiwrvBAoISW5zZXJ0XzE4AUABUgNOL0FaMXRpbWU6NS4zMW1zLCBvcGVuOjg0LjHCtXMsIGNsb3NlOjE4LjjCtXMsIGxvb3BzOjJiiQNhdXRvX2lkX2FsbG9jYXRvcjoge2FsbG9jX2NudDogMSwgR2V0OntudW1fcnBjOjEsIHRvdGFsX3RpbWU6MTY3BVFsfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjU0NAUhFCwgZ2V0XxEkDHM6MTkFhwkREDo1MDguCaccc2xvd2VzdF8RQQV0BCB7BXN0OiAwLjAwMHMsIHJlZ2lvbl9pZDogMiwgc3RvcmU6CQcIMSwgGYwYcHJpbWFyedZEAA1kCG51bQH0Bc4QX2tleXMZDmBieXRlOjMyfX0sIHByZWZldGNoOiA1OTcuCdwocnBjOiB7QmF0Y2hqQgEIMzE0BTAgfX1iiwFsb2NrCWUEIHslzBA4NDIuNyUqCY8BfQWFAfctKwByBWg9IgAxiiIBBWoBOhg1NjMuODE2CWRscGNfY291bnQ6MX1wuacBeP///////////wEYAQ==')\n# Resource_group: default\n# Tikv_cpu_time: 0.001\nreplace into mysql.stats_histograms (table_id, is_index, hist_id, distinct_count, version, null_count, cm_sketch, tot_col_size, stats_ver, correlation) values (112, 0, 1, 20, 457117354146922496, 0, _binary'\\n? \u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008(len:30880);"] [2025/04/04 10:58:41.867 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:58:40.869 +00:00] ["end time"=2025/04/04 10:58:41.807 +00:00] [cost=937.514555ms] ["sample rate reason"=] [2025/04/04 10:58:42.113 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117354111533056\n# Conn_ID: 1\n# Query_time: 1.315909515\n# Parse_time: 0.000561204\n# Compile_time: 0.001230423\n# Rewrite_time: 0.000116501\n# Optimize_time: 0.000676368\n# Wait_TS: 0.000147521\n# DB: test\n# Is_internal: false\n# Digest: 880dfb08746db969a4629414b6efe5284230d9dfeeebcb42221b2014b7df8821\n# Mem_max: 20837\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table t with 30 samples;"] [2025/04/04 10:58:42.162 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:58:42.379 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:58:42.173 +00:00] ["end time"=2025/04/04 10:58:42.364 +00:00] [cost=191.069614ms] ["sample rate reason"=] [2025/04/04 10:58:42.573 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117354458873856\n# Conn_ID: 1\n# Query_time: 0.459017228\n# Parse_time: 0.000883669\n# Compile_time: 0.001507847\n# Rewrite_time: 0.000091011\n# Optimize_time: 0.000676368\n# Wait_TS: 0.000152545\n# DB: test\n# Is_internal: false\n# Digest: 74d90334899151bba46b69fec08ed8ef6ab717e558afd05f8a33a376ba603fc0\n# Mem_max: 378\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table t with 4 buckets, 0 topn, 4 cmsketch width, 4 cmsketch depth;"] [2025/04/04 10:58:42.587 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:58:54.389 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117355048173568] [newTTL=30017] [isPipelinedTxn=false] [2025/04/04 10:59:04.389 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117355048173568] [newTTL=40017] [isPipelinedTxn=false] [2025/04/04 10:59:14.389 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117355048173568] [newTTL=50017] [isPipelinedTxn=false] [2025/04/04 10:59:24.388 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117355048173568] [newTTL=60016] [isPipelinedTxn=false] [2025/04/04 10:59:34.389 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117355048173568] [newTTL=70017] [isPipelinedTxn=false] [2025/04/04 10:59:41.612 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117355048173568\n# Query_time: 38.091721443\n# Parse_time: 0\n# Compile_time: 38.046079967\n# Rewrite_time: 0.001121511\n# Optimize_time: 0.002706323\n# Wait_TS: 0\n# LockKeys_time: 0.001194557\n# Is_internal: true\n# Digest: ea80d74ba05c4c55bd81dbb49a7b6b9bf86983f659468ac21a0b61ec0c8c317d\n# Mem_max: 6720021\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: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('nwLwUjAJMjdfMQkwCTAJTi9BCTAJdGltZTo0My40bXMsIG9wZW46MTY0LjnCtXMsIGNsb3NlOjE4LjbCtXMsIGxvb3BzOjIsIHByZWZldGNoOiAyLjE4ATlYcnBjOiB7QmF0Y2hHZXQ6e251bV9ycGMBLRR0b3RhbF8JZ1g4My4xwrVzfX0sIGxvY2tfa2V5czogewUdDDEuMTkFSyBlZ2lvbjoxLCAFHiQzLCBzbG93ZXN0BVEEIHsFUCQ6IDAuMDAxcywgCS80X2lkOiAyLCBzdG9yZToJBwgxLCARaChycGM6ODc0LjU2NwXKYHJwY19jb3VudDoxfQkyLjQwIE1CCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('rALw/QqnAgoISW5zZXJ0XzE4AUABUgNOL0FaMnRpbWU6NDMuNG1zLCBvcGVuOjE2NC45wrVzLCBjbG9zZToxOC42wrVzLCBsb29wczoyYkJwcmVmZXRjaDogMi4xOG1zLCBycGM6IHtCYXRjaEdldDp7bnVtX3JwYzoyLCB0b3RhbF90aW1lOjQ4My4xwrVzfX1iiQFsb2NrX2tleXM6IHt0aW1lOjEuMTltcywgcmVnaW9uOjEsIGtleXM6Mywgc2xvd2VzdF9ycGM6IHt0b3RhbDogMC4wMDFzLCByZWdpb25faWQ6IDIsIHN0b3JlOiBzdG9yZTEsIH0sIGxvY2tfAYwYODc0LjU2NwXadHJwY19jb3VudDoxfXCV1JkBeP///////////wEYAQ==')\n# Resource_group: default\n# Tikv_cpu_time: 0.034\nreplace into mysql.stats_histograms (table_id, is_index, hist_id, distinct_count, version, null_count, cm_sketch, tot_col_size, stats_ver, correlation) values (112, 0, 1, 20, 457117355048173568, 0, _binary'\\n?ฬ™\u0001\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\0\u0008\\(len:3775094);"] [2025/04/04 10:59:41.990 +00:00] [INFO] [analyze.go:593] ["analyze table `test`.`t` has finished"] [partition=] ["job info"="analyze columns"] ["start time"=2025/04/04 10:58:42.609 +00:00] ["end time"=2025/04/04 10:59:41.928 +00:00] [cost=59.318961483s] ["sample rate reason"=] [2025/04/04 10:59:42.954 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117354577362944\n# Conn_ID: 1\n# Query_time: 60.379337399\n# Parse_time: 0.000647573\n# Compile_time: 0.001344027\n# Rewrite_time: 0.000070834\n# Optimize_time: 0.000676368\n# Wait_TS: 0.000154309\n# DB: test\n# Is_internal: false\n# Digest: adcababdea983bce92ac7910cb654139de5086948938b70822ca3e9196b14c9b\n# Mem_max: 2516932\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: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nanalyze table t with 1258291 cmsketch width, 1 cmsketch depth;"] [2025/04/04 10:59:42.969 +00:00] [INFO] [analyze.go:421] ["save analyze results in single-thread"] [buildStatsConcurrency=1] [saveStatsConcurrency=1] [2025/04/04 10:59:54.440 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117370792280064] [newTTL=30009] [isPipelinedTxn=false] [2025/04/04 11:00:04.440 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117370792280064] [newTTL=40009] [isPipelinedTxn=false] [2025/04/04 11:00:04.569 +00:00] [INFO] [select.go:515] ["limit executor close takes a long time"] [elapsed=2.228804ms] [2025/04/04 11:00:14.440 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117370792280064] [newTTL=50009] [isPipelinedTxn=false] [2025/04/04 11:00:24.442 +00:00] [INFO] [2pc.go:1331] ["send TxnHeartBeat"] [startTS=457117370792280064] [newTTL=60011] [isPipelinedTxn=false] -- Test timed out at 2025-04-04 11:00:27 UTC -- ================================================================================ [28,137 / 28,456] 379 / 457 tests, 1 failed; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 324s remote-cache, linux-sandbox ... (4 actions running) ERROR: Test failed, aborting INFO: Elapsed time: 1733.841s, Critical Path: 884.49s INFO: 27835 processes: 19425 remote cache hit, 1820 internal, 6590 linux-sandbox. INFO: Build completed, 1 test FAILED, 27835 total actions //br/pkg/aws:aws_test (cached) PASSED in 17.1s Stats over 3 runs: max = 17.1s, min = 1.5s, avg = 6.7s, dev = 7.3s PASSED aws.TestWaitSnapshotsCreated (15.0s) PASSED aws.TestHandleDescribeVolumesResponse (0.0s) PASSED aws.TestEC2SessionExtractSnapProgress (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/aws/aws_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/aws/aws_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/aws/aws_test/shard_1_of_3/coverage.dat //br/pkg/backup/prepare_snap:prepare_snap_test (cached) PASSED in 3.4s Stats over 10 runs: max = 3.4s, min = 1.2s, avg = 1.7s, dev = 0.6s PASSED prepare_snap_test.TestManyMessagesWhenFinalizing (0.3s) PASSED prepare_snap_test.TestHooks (0.1s) PASSED prepare_snap_test.TestConnectionDelay (0.0s) PASSED prepare_snap_test.TestSplitEnv (0.0s) PASSED prepare_snap_test.TestRetryEnv (0.0s) PASSED prepare_snap_test.TestLeaseTimeoutWhileTakingSnapshot (2.0s) PASSED prepare_snap_test.TestLeaseTimeout (0.0s) PASSED prepare_snap_test.TestError (0.0s) PASSED prepare_snap_test.TestFailDueToErr (0.4s) PASSED prepare_snap_test.TestBasic (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_1_of_10/coverage.dat //br/pkg/config:config_test (cached) PASSED in 1.6s PASSED config.TestParseConfig (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/config/config_test/coverage.dat //br/pkg/conn:conn_test (cached) PASSED in 2.0s Stats over 8 runs: max = 2.0s, min = 1.4s, avg = 1.7s, dev = 0.2s PASSED conn.TestHandleTiKVAddress (0.0s) PASSED conn.TestIsLogBackupEnabled (0.0s) PASSED conn.TestGetMergeRegionSizeAndCount (0.0s) PASSED conn.TestGetConnOnCanceledContext (0.0s) PASSED conn.TestGetAllTiKVStores (0.0s) PASSED conn.TestCheckStoresAlive (0.0s) PASSED conn.TestGetAllTiKVStoresWithUnknown (0.1s) PASSED conn.TestGetAllTiKVStoresWithRetryCancel (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_1_of_8/coverage.dat //br/pkg/encryption/master_key:master_key_test (cached) PASSED in 1.3s Stats over 11 runs: max = 1.3s, min = 1.1s, avg = 1.2s, dev = 0.1s PASSED master_key.TestMultiMasterKeyBackendDecrypt (0.0s) PASSED master_key.TestMultiMasterKeyBackendDecrypt/all_backends_fail (0.0s) PASSED master_key.TestMultiMasterKeyBackendDecrypt/no_backends (0.0s) PASSED master_key.TestMultiMasterKeyBackendDecrypt/success_first_backend (0.0s) PASSED master_key.TestMultiMasterKeyBackendDecrypt/success_second_backend (0.0s) PASSED master_key.TestEncryptDecryptLargeData (0.0s) PASSED master_key.TestDecryptWithMissingMetadata (0.0s) PASSED master_key.TestDecryptWithTamperedCiphertext (0.0s) PASSED master_key.TestDecryptWithWrongKey (0.0s) PASSED master_key.TestEncryptDecrypt (0.0s) PASSED master_key.TestNewMemAesGcmBackend (0.0s) PASSED master_key.TestKmsBackendDecryptErrors (0.0s) PASSED master_key.TestKmsBackendDecryptErrors/KMS_vendor_mismatch (0.0s) PASSED master_key.TestKmsBackendDecryptErrors/missing_KMS_vendor (0.0s) PASSED master_key.TestKmsBackendDecryptErrors/missing_ciphertext_key (0.0s) PASSED master_key.TestKmsBackendDecrypt (0.0s) PASSED master_key.TestFileBackendAuthenticate (0.0s) PASSED master_key.TestFileBackendAes256Gcm (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_1_of_11/coverage.dat //br/pkg/errors:errors_test (cached) PASSED in 0.5s PASSED errors_test.TestEqual (0.0s) PASSED errors_test.TestIsContextCanceled (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/errors/errors_test/coverage.dat //br/pkg/glue:glue_test (cached) PASSED in 1.8s PASSED glue_test.TestColorfulTUIFunctions (0.0s) PASSED glue_test.TestColorfulTUIFunctions/TestPrettyString (0.0s) PASSED glue_test.TestColorfulTUIFunctions/TestPrettyStringSlicing (0.0s) PASSED glue_test.TestColorfulTUIFunctions/TestPrintFrame (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/glue/glue_test/coverage.dat //br/pkg/logutil:logutil_test (cached) PASSED in 1.2s Stats over 11 runs: max = 1.2s, min = 1.0s, avg = 1.1s, dev = 0.1s PASSED logutil_test.TestContextual (0.0s) PASSED logutil_test.TestRater (0.0s) PASSED logutil_test.TestShortError (0.0s) PASSED logutil_test.TestSSTMeta (0.0s) PASSED logutil_test.TestFile (0.0s) PASSED logutil_test.TestLeader (0.0s) PASSED logutil_test.TestFiles (0.0s) PASSED logutil_test.TestRegion (0.0s) PASSED logutil_test.TestKey (0.0s) PASSED logutil_test.TestKeys (0.0s) PASSED logutil_test.TestRewriteRule (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_1_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_6_of_11/coverage.dat //br/pkg/metautil:metautil_test (cached) PASSED in 1.7s Stats over 10 runs: max = 1.7s, min = 1.2s, avg = 1.5s, dev = 0.1s PASSED metautil.TestStatsWriter (0.0s) PASSED metautil.TestMetaFileSize (0.0s) PASSED metautil.TestEncryptAndDecrypt (0.0s) PASSED metautil.TestWalkMetaFile (0.0s) PASSED metautil.TestWalkMetaFileInvalid (0.0s) PASSED metautil.TestWalkMetaFileLeaf (0.0s) PASSED metautil.TestWalkMetaFileEmpty (0.0s) PASSED metautil.TestLoadBackupMetaPartionTable (0.0s) PASSED metautil.TestLoadBackupMeta (0.0s) PASSED metautil.TestDecodeMetaFile (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_1_of_10/coverage.dat //br/pkg/pdutil:pdutil_test (cached) PASSED in 4.3s Stats over 4 runs: max = 4.3s, min = 1.1s, avg = 2.1s, dev = 1.3s PASSED pdutil.TestPauseSchedulersByKeyRange (3.0s) PASSED pdutil.TestPDResetTSCompatibility (0.0s) PASSED pdutil.TestPDVersion (0.0s) PASSED pdutil.TestScheduler (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/pdutil/pdutil_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/pdutil/pdutil_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/pdutil/pdutil_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/pdutil/pdutil_test/shard_1_of_4/coverage.dat //br/pkg/restore/data:data_test (cached) PASSED in 1.8s Stats over 6 runs: max = 1.8s, min = 1.5s, avg = 1.6s, dev = 0.1s PASSED data_test.TestSelectRegionLeader (0.0s) PASSED data_test.TestLeaderCandidates (0.0s) PASSED data_test.TestCheckConsistencyAndValidPeer (0.0s) PASSED data_test.TestSortRecoverRegions (0.0s) PASSED data_test.TestMakeRecoveryPlan (0.0s) PASSED data_test.TestGetTotalRegions (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_1_of_6/coverage.dat //br/pkg/restore/internal/import_client:import_client_test (cached) PASSED in 1.6s PASSED import_client_test.TestImportClient (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/internal/import_client/import_client_test/coverage.dat //br/pkg/restore/internal/rawkv:rawkv_test (cached) PASSED in 1.2s PASSED rawkv_test.TestRawKVBatchClient (0.0s) PASSED rawkv_test.TestRawKVBatchClientDuplicated (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/internal/rawkv/rawkv_test/coverage.dat //br/pkg/restore/split:split_test (cached) PASSED in 1.9s Stats over 26 runs: max = 1.9s, min = 1.2s, avg = 1.6s, dev = 0.2s PASSED split.TestSumSorted (0.0s) PASSED split.TestSplitPoint2 (0.0s) PASSED split.TestSplitPoint (0.0s) PASSED split.TestBatchSplit (0.0s) PASSED split.TestRawSplit (0.0s) PASSED split.TestSplitScatter (0.0s) PASSED split.TestSplitScatterEmptyEndKey (0.0s) PASSED split.TestSplitAndScatter (0.0s) PASSED split.TestSplitScatterRawKV (0.0s) PASSED split.TestScanRegionEmptyResult (0.4s) PASSED split.TestSplitMeetErrorAndRetry (0.5s) PASSED split.TestSplitEmptyRegion (0.0s) PASSED split.TestScanRegionBackOfferWithSuccess (0.1s) PASSED split.TestScanEmptyRegion (0.0s) PASSED split.TestScanRegionBackOfferWithFail (0.3s) PASSED split.TestScanRegionBackOfferWithStopRetry (0.0s) PASSED split.TestScatterSequentiallyRetryCnt (0.0s) PASSED split.TestScanRegionsWithRetry (0.0s) PASSED split.TestScatterBackwardCompatibility (0.0s) PASSED split.TestWaitForScatterRegions (0.4s) PASSED split.TestSplitCheckPartRegionConsistency (0.0s) PASSED split.TestBackoffMayNotCountBackoffer (0.0s) PASSED split.TestSplitCtxCancel (0.0s) PASSED split.TestGetSplitKeyPerRegion (0.0s) PASSED split.TestRegionConsistency (0.0s) PASSED split.TestPaginateScanRegion (0.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_26_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_25_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_24_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_1_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_23_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_2_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_4_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_22_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_3_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_5_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_6_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_21_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_7_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_20_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_8_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_9_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_10_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_19_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_11_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_12_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_18_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_13_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_14_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_15_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_17_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_16_of_26/coverage.dat //br/pkg/restore/tiflashrec:tiflashrec_test (cached) PASSED in 1.4s Stats over 3 runs: max = 1.4s, min = 1.1s, avg = 1.2s, dev = 0.1s PASSED tiflashrec_test.TestGenResetSql (0.0s) PASSED tiflashrec_test.TestGenSql (0.0s) PASSED tiflashrec_test.TestRecorder (0.0s) PASSED tiflashrec_test.TestRecorder/#0 (0.0s) PASSED tiflashrec_test.TestRecorder/#1 (0.0s) PASSED tiflashrec_test.TestRecorder/#2 (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/tiflashrec/tiflashrec_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/tiflashrec/tiflashrec_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/tiflashrec/tiflashrec_test/shard_1_of_3/coverage.dat //br/pkg/restore/utils:utils_test (cached) PASSED in 2.1s Stats over 15 runs: max = 2.1s, min = 1.5s, avg = 1.7s, dev = 0.1s PASSED utils_test.TestSetTimeRangeFilter (0.0s) PASSED utils_test.TestSetTimeRangeFilter/default_cf_with_valid_timestamps (0.0s) PASSED utils_test.TestSetTimeRangeFilter/invalid_cf_name (0.0s) PASSED utils_test.TestSetTimeRangeFilter/invalid_shift_start_ts_(greater_than_start_ts) (0.0s) PASSED utils_test.TestSetTimeRangeFilter/write_cf_valid_shift_start_ts_(greater_than_start_ts) (0.0s) PASSED utils_test.TestSetTimeRangeFilter/write_cf_with_valid_timestamps (0.0s) PASSED utils_test.TestSetTimeRangeFilter/zero_timestamps_should_skip_filter (0.0s) PASSED utils_test.TestGetRewriteKeyWithDifferentTable (0.0s) PASSED utils_test.TestFindMatchedRewriteRule (0.0s) PASSED utils_test.TestGetRewriteRuleOfTable (0.0s) PASSED utils_test.TestGetRewriteRulesMap (0.0s) PASSED utils_test.TestGetRewriteRules (0.0s) PASSED utils_test.TestGetRewriteTableID (0.0s) PASSED utils_test.TestRewriteRange (0.0s) PASSED utils_test.TestRewriteFileKeys (0.0s) PASSED utils_test.TestValidateFileRewriteRule (0.0s) PASSED utils_test.TestEncodeKeyPrefix (0.0s) PASSED utils_test.TestTruncateTS (0.0s) PASSED utils_test.TestInvalidRanges (0.0s) PASSED utils_test.TestMergeRawKVRanges (0.0s) PASSED utils_test.TestMergeRanges (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_15_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_14_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_13_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_12_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_11_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_10_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_9_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_8_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_7_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_6_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_5_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_4_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_3_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_2_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_1_of_15/coverage.dat //br/pkg/rtree:rtree_test (cached) PASSED in 17.5s Stats over 6 runs: max = 17.5s, min = 4.2s, avg = 6.6s, dev = 4.9s PASSED rtree_test.FuzzMerge (0.0s) PASSED rtree_test.FuzzMerge/seed#0 (0.0s) PASSED rtree_test.TestProgreeRangeTreeCallBack (0.0s) PASSED rtree_test.FuzzMerge (0.0s) PASSED rtree_test.FuzzMerge/seed#0 (0.0s) PASSED rtree_test.TestProgressRangeTree (0.0s) PASSED rtree_test.FuzzMerge (0.0s) PASSED rtree_test.FuzzMerge/seed#0 (0.0s) PASSED rtree_test.TestRangeTreeMerge (0.4s) PASSED rtree_test.FuzzMerge (0.0s) PASSED rtree_test.FuzzMerge/seed#0 (0.0s) PASSED rtree_test.TestRangeIntersect (0.0s) PASSED rtree_test.FuzzMerge (0.0s) PASSED rtree_test.FuzzMerge/seed#0 (0.0s) PASSED rtree_test.TestLogRanges (0.0s) PASSED rtree_test.FuzzMerge (0.0s) PASSED rtree_test.FuzzMerge/seed#0 (0.0s) PASSED rtree_test.TestRangeTree (6.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_2_of_6/coverage.dat //br/pkg/stream:stream_test (cached) PASSED in 1.9s Stats over 50 runs: max = 1.9s, min = 1.3s, avg = 1.5s, dev = 0.1s PASSED stream.TestParseMetaKvAndUpdateIdMapping (0.0s) PASSED stream.TestReplaceTemporaryIDs (0.0s) PASSED stream.TestReplaceTemporaryIDs/complex_structure_with_multiple_temporary_IDs (0.0s) PASSED stream.TestReplaceTemporaryIDs/error_generating_global_IDs (0.0s) PASSED stream.TestReplaceTemporaryIDs/mixed_temporary_and_global_IDs (0.0s) PASSED stream.TestReplaceTemporaryIDs/no_temporary_IDs (0.0s) PASSED stream.TestReplaceTemporaryIDs/non-consecutive_temporary_IDs (0.0s) PASSED stream.TestReplaceTemporaryIDs/replace_all_temporary_IDs (0.0s) PASSED stream.TestFilterDBReplaceMap (0.0s) PASSED stream.TestFilterDBReplaceMap/empty_filter_marks_all_as_filtered_out (0.0s) PASSED stream.TestFilterDBReplaceMap/filter_specific_database (0.0s) PASSED stream.TestFilterDBReplaceMap/filter_specific_tables_within_database (0.0s) PASSED stream.TestFilterDBReplaceMap/filter_tables_with_partitions (0.0s) PASSED stream.TestFilterDBReplaceMap/filter_with_multiple_databases_and_tables (0.0s) PASSED stream.TestMergeBaseDBReplace (0.0s) PASSED stream.TestMergeBaseDBReplace/merge_empty_base_map (0.0s) PASSED stream.TestMergeBaseDBReplace/merge_existing_database_with_multiple_tables (0.0s) PASSED stream.TestMergeBaseDBReplace/merge_into_empty_existing_map (0.0s) PASSED stream.TestMergeBaseDBReplace/merge_multiple_databases_with_mixed_states (0.0s) PASSED stream.TestMergeBaseDBReplace/merge_new_database_with_partitions (0.0s) PASSED stream.TestMergeBaseDBReplace/merge_with_complex_partition_updates (0.0s) PASSED stream.TestMergeBaseDBReplace/merge_with_filtered_fields (0.0s) PASSED stream.TestToProto (0.0s) PASSED stream.TestMetadataHelperReadFile (0.0s) PASSED stream.TestGetCheckpointOfTask (0.0s) PASSED stream.TestGroupedExtFullBackup (0.0s) PASSED stream.TestGroupedExtFullBackup/#0 (0.0s) PASSED stream.TestGroupedExtFullBackup/#1 (0.0s) PASSED stream.TestGroupedExtFullBackup/#2 (0.0s) PASSED stream.TestGroupedExtFullBackup/#3 (0.0s) PASSED stream.TestGroupedExtFullBackup/#4 (0.0s) PASSED stream.TestGroupedExtFullBackup/#5 (0.0s) PASSED stream.TestGroupedExtFullBackup/#6 (0.0s) PASSED stream.TestCreator (0.0s) PASSED stream.TestUnsupportedVersion (0.0s) PASSED stream.TestUserAbort (0.0s) PASSED stream.TestAppendingMigs (0.0s) PASSED stream.TestWithSimpleTruncate (0.0s) PASSED stream.TestRetryRemoveCompaction (0.0s) PASSED stream.TestRetry (0.0s) PASSED stream.TestRemoveCompaction (0.0s) PASSED stream.TestMergeAndMigrateTo (0.0s) PASSED stream.TestBasicMigration (0.0s) PASSED stream.TestCalculateShiftTS (0.0s) PASSED stream.TestTruncate3 (0.1s) PASSED stream.TestTruncate3/case_0,_param_0,_until_2 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_10 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_11 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_12 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_13 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_14 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_15 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_16 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_18 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_3 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_4 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_5 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_6 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_7 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_8 (0.0s) PASSED stream.TestTruncate3/case_0,_param_2,_until_19 (0.0s) PASSED stream.TestTruncate3/case_0,_param_2,_until_20 (0.0s) PASSED stream.TestTruncate3/case_0,_param_3,_until_25 (0.0s) PASSED stream.TestTruncate3/case_1,_param_0,_until_1 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_10 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_11 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_12 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_13 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_14 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_15 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_16 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_18 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_2 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_3 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_4 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_5 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_6 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_7 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_8 (0.0s) PASSED stream.TestTruncate3/case_1,_param_2,_until_19 (0.0s) PASSED stream.TestTruncate3/case_1,_param_2,_until_20 (0.0s) PASSED stream.TestTruncate3/case_1,_param_3,_until_25 (0.0s) PASSED stream.TestTruncate3/case_2,_param_0,_until_1 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_10 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_11 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_12 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_13 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_14 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_15 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_16 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_18 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_2 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_3 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_4 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_5 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_6 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_7 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_8 (0.0s) PASSED stream.TestTruncate3/case_2,_param_2,_until_19 (0.0s) PASSED stream.TestTruncate3/case_2,_param_2,_until_20 (0.0s) PASSED stream.TestTruncate3/case_2,_param_3,_until_25 (0.0s) PASSED stream.TestTruncate3/case_3,_param_0,_until_1 (0.0s) PASSED stream.TestTruncate3/case_3,_param_1,_until_2 (0.0s) PASSED stream.TestTruncate3/case_3,_param_1,_until_3 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_10 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_4 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_5 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_6 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_7 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_8 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_9 (0.0s) PASSED stream.TestTruncate3/case_3,_param_3,_until_12 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_14 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_15 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_16 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_17 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_18 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_19 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_20 (0.0s) PASSED stream.TestTruncate3/case_3,_param_5,_until_25 (0.0s) PASSED stream.TestTruncate3/case_4,_param_0,_until_1 (0.0s) PASSED stream.TestTruncate3/case_4,_param_0,_until_2 (0.0s) PASSED stream.TestTruncate3/case_4,_param_0,_until_3 (0.0s) PASSED stream.TestTruncate3/case_4,_param_0,_until_6 (0.0s) PASSED stream.TestTruncate3/case_4,_param_1,_until_7 (0.0s) PASSED stream.TestTruncate3/case_4,_param_1,_until_8 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_10 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_11 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_14 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_15 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_16 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_17 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_18 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_9 (0.0s) PASSED stream.TestTruncate3/case_4,_param_3,_until_19 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_20 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_21 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_22 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_23 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_24 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_25 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_26 (0.0s) PASSED stream.TestTruncate3/case_4,_param_5,_until_28 (0.0s) PASSED stream.TestTruncate2 (0.2s) PASSED stream.TestTruncate1 (0.1s) PASSED stream.TestReplaceMetadataTs (0.0s) PASSED stream.TestTruncateSafepointForGCS (0.5s) PASSED stream.TestTruncateSafepoint (0.0s) PASSED stream.TestTruncateLogV2 (0.0s) PASSED stream.TestTruncateLog (0.0s) PASSED stream.TestMergeCFEntries (0.0s) PASSED stream.TestSearchFromDataFile (0.0s) PASSED stream.TestStartWithComparator (0.0s) PASSED stream.TestCompatibleAlert (0.0s) PASSED stream.TestDeleteRangeForMDDLJob2 (0.0s) PASSED stream.TestDeleteRangeForMDDLJob (0.0s) PASSED stream.TestRewriteTableInfoForTTLTable (0.0s) PASSED stream.TestRewriteTableInfoForExchangePartition (0.0s) PASSED stream.TestRewriteTableInfoForPartitionTable (0.0s) PASSED stream.TestRewriteTableInfo (0.0s) PASSED stream.TestRewriteKeyForTable (0.0s) PASSED stream.TestRewriteDBInfo (0.0s) PASSED stream.TestRewriteKeyForDB (0.0s) PASSED stream.TestWriteCFValueWithGcFence (0.0s) PASSED stream.TestWriteCFValueWithDelete (0.0s) PASSED stream.TestWriteCFValueWithRollback (0.0s) PASSED stream.TestWriteCFValueWithShortValue (0.0s) PASSED stream.TestWriteCFValueNoShortValue (0.0s) PASSED stream.TestWriteType (0.0s) PASSED stream.TestRawMetaKeyForTable (0.0s) PASSED stream.TestRawMetaKeyForDB (0.0s) PASSED stream.TestDecodeKVEntryError (0.0s) PASSED stream.TestDecodeKVEntry (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_1_of_50/coverage.dat //br/pkg/streamhelper:streamhelper_test (cached) PASSED in 47.9s Stats over 36 runs: max = 47.9s, min = 5.1s, avg = 8.0s, dev = 8.5s PASSED streamhelper_test.TestEncounterError (0.1s) PASSED streamhelper_test.TestBasic (0.0s) PASSED streamhelper_test.TestSomeOfStoreUnsupported (0.2s) PASSED streamhelper_test.TestTick (0.0s) PASSED streamhelper_test.TestStoreRemoved (0.2s) PASSED streamhelper_test.TestWithFailure (0.0s) PASSED streamhelper_test.TestCollectorFailure (27.7s) PASSED streamhelper_test.TestStoreOffline (0.0s) PASSED streamhelper_test.TestOneStoreFailure (15.2s) PASSED streamhelper_test.TestGCServiceSafePoint (0.1s) PASSED streamhelper_test.TestHasFailureStores (0.0s) PASSED streamhelper_test.TestNormalError (0.2s) PASSED streamhelper_test.TestTaskRanges (0.0s) PASSED streamhelper_test.TestTaskRangesWithSplit (0.0s) PASSED streamhelper_test.TestClearCache (0.0s) PASSED streamhelper_test.TestBlocked (0.0s) PASSED streamhelper_test.TestSubBasic (0.2s) PASSED streamhelper_test.TestOwnerDropped (0.0s) PASSED streamhelper_test.TestResolveLock (0.1s) PASSED streamhelper_test.TestEnableCheckPointLimit (0.0s) PASSED streamhelper_test.TestRegionIterator (2.0s) PASSED streamhelper_test.TestRegionIterator/case#0 (0.0s) PASSED streamhelper_test.TestRegionIterator/case#1 (0.0s) PASSED streamhelper_test.TestRegionIterator/case#2 (0.5s) PASSED streamhelper_test.TestRegionIterator/case#3 (0.9s) PASSED streamhelper_test.TestRegionIterator/case#4 (0.4s) PASSED streamhelper_test.TestRemoveTaskAndFlush (0.2s) PASSED streamhelper_test.TestChecking (0.0s) PASSED streamhelper_test.TestOwnerChangeCheckPointLagged (0.1s) PASSED streamhelper_test.TestCheckPointLagged (0.1s) PASSED streamhelper_test.TestCheckPointResume (0.2s) PASSED streamhelper_test.TestIntegration (0.9s) PASSED streamhelper_test.TestIntegration/TestBasic (0.0s) PASSED streamhelper_test.TestIntegration/TestPauseTaskWithErr (0.0s) PASSED streamhelper_test.TestIntegration/TestStreamCheckpoint (0.0s) PASSED streamhelper_test.TestIntegration/TestStreamClose (0.0s) PASSED streamhelper_test.TestIntegration/TestStreamListening (0.0s) PASSED streamhelper_test.TestIntegration/testGetGlobalCheckPointTS (0.0s) PASSED streamhelper_test.TestIntegration/testGetStorageCheckpoint (0.0s) PASSED streamhelper_test.TestIntegration/testStoptask (0.0s) PASSED streamhelper_test.TestUnregisterAfterPause (0.4s) PASSED streamhelper_test.TestAddTaskWithLongRunTask0 (0.0s) PASSED streamhelper_test.TestRedactBackend (0.0s) PASSED streamhelper_test.TestAddTaskWithLongRunTask2 (0.0s) PASSED streamhelper_test.TestAddTaskWithLongRunTask1 (0.0s) PASSED streamhelper_test.TestAddTaskWithLongRunTask3 (0.3s) PASSED streamhelper_test.TestGCCheckpoint (0.0s) PASSED streamhelper_test.TestOwnershipLost (42.2s) PASSED streamhelper_test.TestSubscriptionPanic (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_36_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_1_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_35_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_2_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_34_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_3_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_4_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_33_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_5_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_6_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_32_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_31_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_7_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_8_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_9_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_10_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_30_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_12_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_11_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_14_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_29_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_13_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_28_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_15_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_16_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_17_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_27_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_18_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_19_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_26_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_21_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_20_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_22_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_25_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_23_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_24_of_36/coverage.dat //br/pkg/streamhelper/daemon:daemon_test (cached) PASSED in 2.5s PASSED daemon_test.TestDaemon (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/daemon/daemon_test/coverage.dat //br/pkg/streamhelper/spans:spans_test (cached) PASSED in 1.2s Stats over 4 runs: max = 1.2s, min = 1.1s, avg = 1.1s, dev = 0.0s PASSED spans_test.TestSortedBasic (0.0s) PASSED spans_test.TestSortedBasic/#1 (0.0s) PASSED spans_test.TestSortedBasic/#2 (0.0s) PASSED spans_test.TestSortedBasic/#3 (0.0s) PASSED spans_test.TestSortedBasic/#4 (0.0s) PASSED spans_test.TestValuedEquals (0.0s) PASSED spans_test.TestValuedEquals/#1 (0.0s) PASSED spans_test.TestValuedEquals/#2 (0.0s) PASSED spans_test.TestValuedEquals/#3 (0.0s) PASSED spans_test.TestValuedEquals/#4 (0.0s) PASSED spans_test.TestValuedEquals/#5 (0.0s) PASSED spans_test.TestValuedEquals/#6 (0.0s) PASSED spans_test.TestValuedEquals/#7 (0.0s) PASSED spans_test.TestValuedEquals/#8 (0.0s) PASSED spans_test.TestValuedEquals/#9 (0.0s) PASSED spans_test.TestSubRange (0.0s) PASSED spans_test.TestSubRange/#1 (0.0s) PASSED spans_test.TestSubRange/#2 (0.0s) PASSED spans_test.TestSubRange/#3 (0.0s) PASSED spans_test.TestSubRange/#4 (0.0s) PASSED spans_test.TestBasic (0.0s) PASSED spans_test.TestBasic/#1 (0.0s) PASSED spans_test.TestBasic/#2 (0.0s) PASSED spans_test.TestBasic/#3 (0.0s) PASSED spans_test.TestBasic/#4 (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/spans/spans_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/spans/spans_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/spans/spans_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/spans/spans_test/shard_1_of_4/coverage.dat //br/pkg/summary:summary_test (cached) PASSED in 0.5s PASSED summary.TestSumDurationInt (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/summary/summary_test/coverage.dat //br/pkg/trace:trace_test (cached) PASSED in 0.8s PASSED trace.TestSpan (0.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/trace/trace_test/coverage.dat //br/pkg/utils:utils_test (cached) PASSED in 21.3s Stats over 38 runs: max = 21.3s, min = 0.9s, avg = 3.3s, dev = 5.1s PASSED utils.TestStartServiceSafePointKeeper (0.0s) PASSED utils.TestCheckUpdateServiceSafepoint (0.0s) PASSED utils.TestCheckGCSafepoint (0.0s) PASSED utils.TestFailNowIf (0.0s) PASSED utils.TestRetryAdapter (0.3s) PASSED utils.TestBackoffWithSuccess (0.0s) PASSED utils.TestBackoffWithUnknownErrorSuccess (0.0s) PASSED utils.TestTaskRegisterFailedReput (20.1s) PASSED utils.TestBackoffWithFatalError (0.0s) PASSED utils.TestWithRetryReturnLastErr (0.0s) PASSED utils.TestTaskRegisterFailedGrant (20.1s) PASSED utils.TestBackoffWithRetryableError (0.0s) PASSED utils.TestBackoffWithFatalRawGRPCError (0.0s) PASSED utils.TestTaskRegisterOnce (3.1s) PASSED utils.TestPdBackoffWithRetryableError (5.1s) PASSED utils.TestNewImportSSTBackofferWithSucess (2.5s) PASSED utils.TestTaskRegister (0.1s) PASSED utils.TestNewBackupSSTBackofferWithCancel (9.0s) PASSED utils.TestNewDownloadSSTBackofferWithCancel (10.0s) PASSED utils.TestProgress (12.0s) PASSED utils.TestConstantBackoff (0.1s) PASSED utils.TestConstantBackoff/backedOff (0.1s) PASSED utils.TestConstantBackoff/infRetry (0.0s) PASSED utils.TestCheckLogBackupTaskExist (0.0s) PASSED utils.TestWithCleanUp (0.0s) PASSED utils.TestGc (0.0s) PASSED utils.TestRegionSplitInfo (0.0s) PASSED utils.TestIsTypeCompatible (0.0s) PASSED utils.TestHandleErrorMsg (0.0s) PASSED utils.TestHandleError (0.0s) PASSED utils.TestBRConfigProvider (0.0s) PASSED utils.TestPiTRTableTracker (0.0s) PASSED utils.TestPiTRTableTracker/test_new_tracker (0.0s) PASSED utils.TestPiTRTableTracker/test_update_and_contains_table (0.0s) PASSED utils.TestEncodeAndDecodeForBackupMeta (0.0s) PASSED utils.TestPrefix (0.0s) PASSED utils.TestEncodeAndDecodeForStatsFile (0.0s) PASSED utils.TestEncodeAndDecodeForMetaFile (0.0s) PASSED utils.TestDateFormat (0.0s) PASSED utils.TestParseKey (0.0s) PASSED utils.TestCompareEndKey (0.0s) PASSED utils.TestClampKeyRanges (0.0s) PASSED utils.TestClampKeyRanges/#0 (0.0s) PASSED utils.TestClampKeyRanges/#1 (0.0s) PASSED utils.TestClampKeyRanges/#2 (0.0s) PASSED utils.TestClampKeyRanges/#3 (0.0s) PASSED utils.TestClampKeyRanges/#4 (0.0s) PASSED utils.TestClampKeyRanges/#5 (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_38_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_37_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_36_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_35_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_34_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_1_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_2_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_33_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_3_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_4_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_32_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_6_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_5_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_31_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_7_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_8_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_30_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_10_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_9_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_29_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_11_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_12_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_28_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_13_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_14_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_27_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_16_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_15_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_26_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_17_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_18_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_25_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_20_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_19_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_24_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_21_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_22_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_23_of_38/coverage.dat //br/pkg/utils/iter:iter_test (cached) PASSED in 4.7s Stats over 8 runs: max = 4.7s, min = 4.0s, avg = 4.2s, dev = 0.2s PASSED iter_test.TestErrorDuringTransforming (0.0s) PASSED iter_test.TestSome (0.0s) PASSED iter_test.TestTapping (0.0s) PASSED iter_test.TestCollect (0.0s) PASSED iter_test.TestFailure (0.0s) PASSED iter_test.TestEnumerate (0.0s) PASSED iter_test.TestParTrans (0.4s) PASSED iter_test.TestFilter (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_2_of_8/coverage.dat //br/pkg/utils/storewatch:storewatch_test (cached) PASSED in 2.0s Stats over 3 runs: max = 2.0s, min = 1.6s, avg = 1.8s, dev = 0.1s PASSED storewatch_test.TestOnReboot (0.0s) PASSED storewatch_test.TestOnOffline (0.0s) PASSED storewatch_test.TestOnRegister (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/storewatch/storewatch_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/storewatch/storewatch_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/storewatch/storewatch_test/shard_1_of_3/coverage.dat //br/pkg/version:version_test (cached) PASSED in 1.5s Stats over 10 runs: max = 1.5s, min = 1.2s, avg = 1.4s, dev = 0.1s PASSED version.TestEnsureSupportVersion (0.0s) PASSED version.TestCheckClusterVersion (0.0s) PASSED version.TestFetchVersionWithCommitID (0.0s) PASSED version.TestCompareVersion (0.0s) PASSED version.TestFetchVersion (0.0s) PASSED version.TestNextMajorVersion (0.0s) PASSED version.TestDetectServerInfo (0.0s) PASSED version.TestExtractTiDBVersion (0.0s) PASSED version.TestNormalizeBackupVersion (0.0s) PASSED version.TestCheckVersion (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_1_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_5_of_10/coverage.dat //br/pkg/version/build:build_test (cached) PASSED in 0.3s PASSED build.TestInfo (0.0s) PASSED build.TestLogInfo (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/build/build_test/coverage.dat //build/linter/constructor:constructor_test (cached) PASSED in 0.5s //build/linter/printexpression:printexpression_test (cached) PASSED in 0.5s //build/linter/util:util_test (cached) PASSED in 0.3s PASSED util.TestShouldRun (0.0s) //dumpling/export:export_test (cached) PASSED in 8.2s Stats over 50 runs: max = 8.2s, min = 1.2s, avg = 1.7s, dev = 1.0s PASSED export.TestBuildWhereCondition (0.0s) PASSED export.TestBuildPartitionClauses (0.0s) PASSED export.TestBuildTableSampleQueries (0.0s) PASSED export.TestSelectTiDBRowID (0.5s) PASSED export.TestGetSuitableRows (0.0s) PASSED export.TestListPolicyNames (0.5s) PASSED export.TestShowCreatePolicy (0.0s) PASSED export.TestShowCreateSequence (0.0s) PASSED export.TestShowCreateView (0.0s) PASSED export.TestParseSnapshotToTSO (0.0s) PASSED export.TestBuildSelectField (0.3s) PASSED export.TestBuildOrderByClause (0.3s) PASSED export.TestBuildSelectAllQuery (0.0s) PASSED export.TestBuildRegionQueriesWithoutPartition (0.5s) PASSED export.TestFilterTables (0.0s) PASSED export.TestValidateResolveAutoConsistency (0.0s) PASSED export.TestBuildRegionQueriesWithPartitions (0.0s) PASSED export.TestFilterDatabaseWithNoTable (0.0s) PASSED export.TestCheckTiDBWithTiKV (0.0s) PASSED export.TestMatchMysqlBugVersion (0.0s) PASSED export.TestConfigValidation (0.0s) PASSED export.TestBuildVersion3RegionQueries (0.0s) PASSED export.TestCreateExternalStorage (0.0s) PASSED export.TestGetConfTables (0.0s) PASSED export.TestPickupPossibleField (0.5s) PASSED export.TestListAllTablesByShowFullTables (0.0s) PASSED export.TestCheckIfSeqExists (0.0s) PASSED export.TestConsistencyController (0.0s) PASSED export.TestConsistencyLockControllerRetry (0.0s) PASSED export.TestGetCharsetAndDefaultCollation (0.0s) PASSED export.TestListAllTablesByTableStatus (0.0s) PASSED export.TestConsistencyLockControllerEmpty (0.0s) PASSED export.TestGetSpecifiedColumnValueAndClose (0.0s) PASSED export.TestGetSpecifiedColumnValuesAndClose (0.0s) PASSED export.TestResolveAutoConsistency (0.0s) PASSED export.TestListAllTables (0.0s) PASSED export.TestConsistencyControllerError (0.0s) PASSED export.TestEscape (0.0s) PASSED export.TestConsistencyLockTiDBCheck (0.0s) PASSED export.TestGetParameters (0.0s) PASSED export.TestPrepareDumpingDatabases (0.0s) PASSED export.TestDumpExit (1.0s) PASSED export.TestSpeedRecorder (6.0s) PASSED export.TestDumpTableMeta (0.0s) PASSED export.TestRepeatableRead (0.0s) PASSED export.TestMetricsRegistration (0.0s) PASSED export.TestGetListTableTypeByConf (0.0s) PASSED export.TestInfiniteChan (0.0s) PASSED export.TestAdjustDatabaseCollation (0.0s) PASSED export.TestWriteMeta (0.0s) PASSED export.TestNoPrivilege (0.0s) PASSED export.TestWriteTableDataWithStatementSize (0.0s) PASSED export.TestAdjustTableCollation (0.0s) PASSED export.TestWriteInsert (0.0s) PASSED export.TestUnregisterMetrics (0.0s) PASSED export.TestWriteInsertReturnsError (0.0s) PASSED export.TestSetDefaultSessionParams (0.0s) PASSED export.TestWriteInsertInCsv (0.0s) PASSED export.TestTiDBSnapshotMetaData (0.0s) PASSED export.TestWriteTableDataWithFileSizeAndRows (0.0s) PASSED export.TestSetSessionParams (0.0s) PASSED export.TestWriteInsertInCsvReturnsError (0.0s) PASSED export.TestRowIter (0.0s) PASSED export.TestWriteInsertInCsvWithDialect (0.0s) PASSED export.TestChunkRowIter (0.0s) PASSED export.TestSQLDataTypes (0.0s) PASSED export.TestEarlierMysqlMetaData (0.0s) PASSED export.TestWriteTableDataWithFileSize (0.0s) PASSED export.TestMysqlMetaData (0.0s) PASSED export.TestWrite (0.0s) PASSED export.TestMysqlWithFollowersMetaData (0.0s) PASSED export.TestWritePolicyMeta (0.0s) PASSED export.TestMetaDataAfterConn (0.0s) PASSED export.TestWriteDatabaseMeta (0.0s) PASSED export.TestMariaDBWithFollowersMetaData (0.0s) PASSED export.TestWriteTableData (0.0s) PASSED export.TestMysqlWithNullFollowersMetaData (0.0s) PASSED export.TestWriteTableMeta (0.0s) PASSED export.TestMariaDBMetaData (0.0s) PASSED export.TestWriteViewMeta (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_26_of_50/coverage.dat //pkg/config:config_test (cached) PASSED in 1.9s Stats over 26 runs: max = 1.9s, min = 1.1s, avg = 1.5s, dev = 0.2s PASSED config.TestStoreType (0.0s) PASSED config.TestFlattenConfig (0.0s) PASSED config.TestMergeConfigItems (0.0s) PASSED config.TestCloneConf (0.0s) PASSED config.TestInvalidConfigWithDeprecatedConfig (0.0s) PASSED config.TestAutoScalerConfig (0.0s) PASSED config.TestGetGlobalKeyspaceName (0.0s) PASSED config.TestStatsLoadLimit (0.1s) PASSED config.TestConfigExample (0.0s) PASSED config.TestGetJSONConfig (0.0s) PASSED config.TestTcpNoDelay (0.0s) PASSED config.TestSecurityValid (0.0s) PASSED config.TestModifyThroughLDFlags (0.0s) PASSED config.TestEncodeDefTempStorageDir (0.0s) PASSED config.TestTokenLimit (0.0s) PASSED config.TestTableColumnCountLimit (0.0s) PASSED config.TestIndexLimit (0.0s) PASSED config.TestMaxIndexLength (0.0s) PASSED config.TestDeprecatedConfig (0.0s) PASSED config.TestConflictInstanceConfig (0.0s) PASSED config.TestTxnTotalSizeLimitValid (0.0s) PASSED config.TestConfig (0.0s) PASSED config.TestRemovedVariableCheck (0.0s) PASSED config.TestLogConfig (0.0s) PASSED config.TestNullableBoolUnmarshal (0.0s) PASSED config.TestAtomicBoolUnmarshal (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_26_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_25_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_24_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_23_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_22_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_21_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_20_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_19_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_18_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_17_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_16_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_15_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_14_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_13_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_12_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_11_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_10_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_9_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_8_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_7_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_6_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_5_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_4_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_3_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_2_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_1_of_26/coverage.dat //pkg/ddl/copr:copr_test (cached) PASSED in 1.8s Stats over 3 runs: max = 1.8s, min = 1.3s, avg = 1.5s, dev = 0.2s PASSED copr.TestCollectVirtualColumnOffsetsAndTypes (0.0s) PASSED copr.TestCollectVirtualColumnOffsetsAndTypes/Basic_1 (0.0s) PASSED copr.TestCollectVirtualColumnOffsetsAndTypes/Basic_2 (0.0s) PASSED copr.TestNewCopContextSingleIndex (0.0s) PASSED copr.TestResolveIndicesForHandle (0.0s) PASSED copr.TestResolveIndicesForHandle/Basic_1 (0.0s) PASSED copr.TestResolveIndicesForHandle/Basic_2 (0.0s) PASSED copr.TestResolveIndicesForHandle/Basic_3 (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/copr/copr_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/copr/copr_test/shard_1_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/copr/copr_test/shard_2_of_3/coverage.dat //pkg/ddl/label:label_test (cached) PASSED in 1.0s Stats over 8 runs: max = 1.0s, min = 0.8s, avg = 0.9s, dev = 0.1s PASSED label.TestReset (0.0s) PASSED label.TestDefaultOrEmpty (0.0s) PASSED label.TestApplyAttributesSpec (0.0s) PASSED label.TestRestoreLabels (0.0s) PASSED label.TestRestoreLabels/normal1 (0.0s) PASSED label.TestRestoreLabels/normal2 (0.0s) PASSED label.TestRestoreLabels/normal3 (0.0s) PASSED label.TestRestoreLabels/normal4 (0.0s) PASSED label.TestNewLabel (0.0s) PASSED label.TestNewLabel/normal (0.0s) PASSED label.TestNewLabel/normal_with_space (0.0s) PASSED label.TestAddLabels (0.0s) PASSED label.TestAddLabels/conflict_attributes (0.0s) PASSED label.TestAddLabels/duplicated_attributes,_skip (0.0s) PASSED label.TestAddLabels/duplicated_attributes,_skip#01 (0.0s) PASSED label.TestAddLabels/normal (0.0s) PASSED label.TestRestoreLabel (0.0s) PASSED label.TestRestoreLabel/normal (0.0s) PASSED label.TestRestoreLabel/normal_with_spaces (0.0s) PASSED label.TestNewLabels (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_3_of_8/coverage.dat //pkg/ddl/placement:placement_test (cached) PASSED in 6.1s Stats over 25 runs: max = 6.1s, min = 5.0s, avg = 5.5s, dev = 0.3s PASSED placement.TestNewRuleAndNewRules (0.0s) PASSED placement.TestClone (0.0s) PASSED placement.TestNewFullTableBundles (0.0s) PASSED placement.TestNewPartitionListBundles (0.0s) PASSED placement.TestNewPartitionBundle (0.0s) PASSED placement.TestNewTableBundle (0.0s) PASSED placement.TestRestoreConstraints (0.0s) PASSED placement.TestAdd (0.0s) PASSED placement.TestNewConstraints (0.0s) PASSED placement.TestCompatibleWith (0.0s) PASSED placement.TestRestoreConstraint (0.0s) PASSED placement.TestNewConstraint (0.0s) PASSED placement.TestNewFromYaml (0.0s) PASSED placement.TestGroup (0.0s) PASSED placement.TestTidy2 (0.0s) PASSED placement.TestTidy2/Empty_bundle (0.0s) PASSED placement.TestTidy2/Rules_with_different_constraints_are_kept_separate (0.0s) PASSED placement.TestTidy2/Rules_with_empty_constraints_are_merged (0.0s) PASSED placement.TestTidy2/Rules_with_same_constraints_and_role_are_merged,__Leader_+_Follower_+_Learner_|_Follower (0.0s) PASSED placement.TestTidy2/Rules_with_same_constraints_and_role_are_merged,__Leader_+_Follower_+_Learner_|_Voter (0.0s) PASSED placement.TestTidy2/Rules_with_same_constraints_and_role_are_merged,__Leader_+_Follower_+_Voter (0.0s) PASSED placement.TestTidy2/Rules_with_same_constraints_and_role_are_merged,__Leader_+_Follower_+_Voter_+_Learner (0.0s) PASSED placement.TestTidy2/Rules_with_same_constraints_are_merged,_Leader_+_Follower (0.0s) PASSED placement.TestTidy2/Rules_with_same_constraints_are_merged,_Leader_+_Voter (0.0s) PASSED placement.TestTidy (0.0s) PASSED placement.TestResetBundleWithMultiRules (0.0s) PASSED placement.TestResetBundleWithSingleRule (0.0s) PASSED placement.TestNewBundleFromOptions (0.0s) PASSED placement.TestNewBundle (0.0s) PASSED placement.TestString (0.0s) PASSED placement.TestEmpty (0.0s) PASSED placement.TestGetLeaderDCByBundle (0.0s) PASSED placement.TestCloneBundle (0.0s) PASSED placement.TestObjectID (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_25_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_24_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_23_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_22_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_21_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_20_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_19_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_18_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_17_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_16_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_15_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_14_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_13_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_12_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_11_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_10_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_9_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_8_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_7_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_6_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_5_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_1_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_4_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_2_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_3_of_25/coverage.dat //pkg/ddl/schemaver:schemaver_test (cached) PASSED in 2.2s Stats over 5 runs: max = 2.2s, min = 1.2s, avg = 1.6s, dev = 0.4s PASSED schemaver.TestPutKVToEtcdMono (0.2s) PASSED schemaver.TestNodeVersions (0.0s) PASSED schemaver.TestSyncerSimple (0.3s) PASSED schemaver.TestDecodeJobVersionEvent (0.0s) PASSED schemaver.TestSyncJobSchemaVerLoop (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schemaver/schemaver_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schemaver/schemaver_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schemaver/schemaver_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schemaver/schemaver_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schemaver/schemaver_test/shard_3_of_5/coverage.dat //pkg/ddl/serverstate:serverstate_test (cached) PASSED in 1.7s PASSED serverstate_test.TestStateSyncerSimple (0.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/serverstate/serverstate_test/coverage.dat //pkg/ddl/util:util_test (cached) PASSED in 1.2s PASSED util.TestFolderNotEmpty (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/util/util_test/coverage.dat //pkg/distsql:distsql_test (cached) PASSED in 6.0s Stats over 29 runs: max = 6.0s, min = 5.0s, avg = 5.3s, dev = 0.2s PASSED distsql.TestUpdateCopRuntimeStats (0.0s) PASSED distsql.TestBenchDaily (0.0s) PASSED distsql.TestRequestBuilderHandle (0.0s) PASSED distsql.TestSelectNormal (0.0s) PASSED distsql.TestBuildTableRangeCommonHandle (0.0s) PASSED distsql.TestSelectMemTracker (0.0s) PASSED distsql.TestBuildTableRangeIntHandle (0.0s) PASSED distsql.TestSelectNormalChunkSize (0.0s) PASSED distsql.TestScanLimitConcurrency (0.0s) PASSED distsql.TestScanLimitConcurrency/IdxScan_Def (0.0s) PASSED distsql.TestScanLimitConcurrency/IdxScan_SessionVars (0.0s) PASSED distsql.TestScanLimitConcurrency/TblScan_Def (0.0s) PASSED distsql.TestScanLimitConcurrency/TblScan_SessionVars (0.0s) PASSED distsql.TestIndexRangesToKVRangesWithFbs (0.0s) PASSED distsql.TestTableRangesToKVRangesWithFbs (0.0s) PASSED distsql.TestSelectWithRuntimeStats (0.0s) PASSED distsql.TestRequestBuilderMaxExecutionTime (0.0s) PASSED distsql.TestSelectResultRuntimeStats (0.0s) PASSED distsql.TestAnalyze (0.0s) PASSED distsql.TestTableHandlesToKVRanges (0.0s) PASSED distsql.TestChecksum (0.0s) PASSED distsql.TestRequestBuilderTiKVClientReadTimeout (0.0s) PASSED distsql.TestTablePartitionHandlesToKVRanges (0.0s) PASSED distsql.TestRequestBuilder8 (0.0s) PASSED distsql.TestTableRangesToKVRanges (0.0s) PASSED distsql.TestIndexRangesToKVRanges (0.0s) PASSED distsql.TestRequestBuilder1 (0.0s) PASSED distsql.TestRequestBuilder6 (0.0s) PASSED distsql.TestRequestBuilder5 (0.0s) PASSED distsql.TestRequestBuilder2 (0.0s) PASSED distsql.TestRequestBuilder7 (0.0s) PASSED distsql.TestRequestBuilder7/Follower (0.0s) PASSED distsql.TestRequestBuilder7/Leader (0.0s) PASSED distsql.TestRequestBuilder7/Mixed (0.0s) PASSED distsql.TestRequestBuilder3 (0.0s) PASSED distsql.TestRequestBuilder4 (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_29_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_1_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_28_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_2_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_27_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_3_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_26_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_4_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_25_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_24_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_23_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_5_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_22_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_6_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_7_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_9_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_8_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_21_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_10_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_20_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_11_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_12_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_13_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_18_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_17_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_14_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_19_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_15_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_16_of_29/coverage.dat //pkg/distsql/context:context_test (cached) PASSED in 1.0s PASSED context.TestContextDetach (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/context/context_test/coverage.dat //pkg/disttask/framework/proto:proto_test (cached) PASSED in 0.5s Stats over 7 runs: max = 0.5s, min = 0.4s, avg = 0.5s, dev = 0.0s PASSED proto.TestTaskType (0.0s) PASSED proto.TestTaskCompare (0.0s) PASSED proto.TestTaskIsDone (0.0s) PASSED proto.TestTaskStep (0.0s) PASSED proto.TestAllocatable (0.1s) PASSED proto.TestSubtaskIsDone (0.0s) PASSED proto.TestStep (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_1_of_7/coverage.dat //pkg/disttask/operator:operator_test (cached) PASSED in 1.0s PASSED operator.TestPipelineAsyncMultiOperators (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/operator/operator_test/coverage.dat //pkg/domain/infosync:infosync_test (cached) PASSED in 1.5s Stats over 4 runs: max = 1.5s, min = 1.3s, avg = 1.4s, dev = 0.0s PASSED infosync.TestInfoSyncerMarshal (0.0s) PASSED infosync.TestTiFlashManager (0.0s) PASSED infosync.TestPutBundlesRetry (0.0s) PASSED infosync.TestPutBundlesRetry/nonServiceErrorRetryAndFail (0.0s) PASSED infosync.TestPutBundlesRetry/nonServiceErrorShouldRetry (0.0s) PASSED infosync.TestPutBundlesRetry/serviceErrorShouldNotRetry (0.0s) PASSED infosync.TestTopology (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/infosync/infosync_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/infosync/infosync_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/infosync/infosync_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/infosync/infosync_test/shard_1_of_4/coverage.dat //pkg/errctx:errctx_test (cached) PASSED in 1.0s PASSED errctx_test.TestContext (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/errctx/errctx_test/coverage.dat //pkg/errno:errno_test (cached) PASSED in 0.5s PASSED errno.TestAllErrCodeHasMsg (0.0s) PASSED errno.TestCopySafety (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/errno/errno_test/coverage.dat //pkg/executor/aggregate:aggregate_test (cached) PASSED in 16.3s Stats over 3 runs: max = 16.3s, min = 9.9s, avg = 13.1s, dev = 2.6s PASSED aggregate_test.TestRandomFail (11.5s) PASSED aggregate_test.TestFallBackAction (14.2s) PASSED aggregate_test.TestGetCorrectResult (8.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggregate/aggregate_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggregate/aggregate_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggregate/aggregate_test/shard_1_of_3/coverage.dat //pkg/executor/internal/applycache:applycache_test (cached) PASSED in 1.0s PASSED applycache.TestApplyCache (0.0s) PASSED applycache.TestApplyCacheConcurrent (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/applycache/applycache_test/coverage.dat //pkg/executor/internal/pdhelper:pdhelper_test (cached) PASSED in 1.3s PASSED pdhelper.TestTTLCache (0.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/pdhelper/pdhelper_test/coverage.dat //pkg/executor/internal/vecgroupchecker:vecgroupchecker_test (cached) PASSED in 1.3s Stats over 4 runs: max = 1.3s, min = 1.1s, avg = 1.2s, dev = 0.1s PASSED vecgroupchecker.TestIssue53867 (0.0s) PASSED vecgroupchecker.TestVecGroupChecker (0.0s) PASSED vecgroupchecker.TestVecGroupChecker4GroupCount (0.0s) PASSED vecgroupchecker.TestVecGroupCheckerDATARACE (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/vecgroupchecker/vecgroupchecker_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/vecgroupchecker/vecgroupchecker_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/vecgroupchecker/vecgroupchecker_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/vecgroupchecker/vecgroupchecker_test/shard_1_of_4/coverage.dat //pkg/executor/lockstats:lockstats_test (cached) PASSED in 1.7s PASSED lockstats.TestPopulatePartitionIDAndNames (0.0s) PASSED lockstats.TestPopulateTableAndPartitionIDs (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/lockstats/lockstats_test/coverage.dat //pkg/executor/mppcoordmanager:mppcoordmanager_test (cached) PASSED in 5.3s PASSED mppcoordmanager.TestDetectAndDelete (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/mppcoordmanager/mppcoordmanager_test/coverage.dat //pkg/expression/aggregation:aggregation_test (cached) PASSED in 1.5s Stats over 16 runs: max = 1.5s, min = 1.1s, avg = 1.3s, dev = 0.1s PASSED aggregation.TestDistinct (0.0s) PASSED aggregation.TestTypeInfer4AvgSum (0.0s) PASSED aggregation.TestBaseFunc_InferAggRetType (0.0s) PASSED aggregation.TestClone (0.0s) PASSED aggregation.TestAggFuncDesc (0.0s) PASSED aggregation.TestMaxMin (0.0s) PASSED aggregation.TestFirstRow (0.0s) PASSED aggregation.TestConcat (0.0s) PASSED aggregation.TestAggFunc2Pb (0.0s) PASSED aggregation.TestCount (0.0s) PASSED aggregation.TestAvg (0.0s) PASSED aggregation.TestBitXor (0.0s) PASSED aggregation.TestAvgFinalMode (0.0s) PASSED aggregation.TestBitOr (0.0s) PASSED aggregation.TestSum (0.0s) PASSED aggregation.TestBitAnd (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_16_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_15_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_14_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_13_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_12_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_11_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_10_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_9_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_1_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_8_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_2_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_7_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_3_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_6_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_4_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_5_of_16/coverage.dat //pkg/expression/exprctx:exprctx_test (cached) PASSED in 1.2s Stats over 4 runs: max = 1.2s, min = 1.0s, avg = 1.1s, dev = 0.1s PASSED exprctx.TestOptionalPropKey (0.0s) PASSED exprctx.TestOptionalPropKeySetWithUnusedBits (0.0s) PASSED exprctx.TestCtxWithHandleTruncateErrLevel (0.0s) PASSED exprctx.TestOptionalPropKeySet (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprctx/exprctx_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprctx/exprctx_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprctx/exprctx_test/shard_1_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprctx/exprctx_test/shard_2_of_4/coverage.dat //pkg/expression/expropt:expropt_test (cached) PASSED in 1.3s PASSED expropt.TestOptionalEvalPropProviders (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expropt/expropt_test/coverage.dat //pkg/expression/exprstatic:exprstatic_test (cached) PASSED in 1.3s Stats over 13 runs: max = 1.3s, min = 1.0s, avg = 1.1s, dev = 0.1s PASSED exprstatic.TestExprCtxLoadSystemVars (0.0s) PASSED exprstatic.TestMakeExprContextStatic (0.0s) PASSED exprstatic.TestNewStaticEvalCtx (0.0s) PASSED exprstatic.TestExprCtxColumnIDAllocator (0.0s) PASSED exprstatic.TestStaticEvalCtxCurrentTime (0.0s) PASSED exprstatic.TestStaticExprCtxApplyOptions (0.0s) PASSED exprstatic.TestStaticEvalCtxWarnings (0.0s) PASSED exprstatic.TestNewStaticExprCtx (0.0s) PASSED exprstatic.TestStaticEvalContextOptionalProps (0.0s) PASSED exprstatic.TestEvalCtxLoadSystemVars (0.0s) PASSED exprstatic.TestUpdateStaticEvalContext (0.0s) PASSED exprstatic.TestMakeEvalContextStatic (0.0s) PASSED exprstatic.TestParamList (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_6_of_13/coverage.dat //pkg/expression/sessionexpr:sessionexpr_test (cached) PASSED in 1.2s Stats over 5 runs: max = 1.2s, min = 0.9s, avg = 1.1s, dev = 0.1s PASSED sessionexpr_test.TestSessionBuildContext (0.0s) PASSED sessionexpr_test.TestSessionEvalContextOptProps (0.0s) PASSED sessionexpr_test.TestSessionEvalContextPrivilegeCheck (0.0s) PASSED sessionexpr_test.TestSessionEvalContextCurrentTime (0.0s) PASSED sessionexpr_test.TestSessionEvalContextBasic (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/sessionexpr/sessionexpr_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/sessionexpr/sessionexpr_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/sessionexpr/sessionexpr_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/sessionexpr/sessionexpr_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/sessionexpr/sessionexpr_test/shard_1_of_5/coverage.dat //pkg/infoschema/internal:internal_test (cached) PASSED in 1.4s PASSED internal.TestSize (0.0s) PASSED internal.TestSize/Array (0.0s) PASSED internal.TestSize/Array_2 (0.0s) PASSED internal.TestSize/Map (0.0s) PASSED internal.TestSize/Slice (0.0s) PASSED internal.TestSize/String (0.0s) PASSED internal.TestSize/Struct (0.0s) PASSED internal.TestSize/string_Slice (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/internal/internal_test/coverage.dat //pkg/infoschema/test/cachetest:cachetest_test (cached) PASSED in 1.8s Stats over 8 runs: max = 1.8s, min = 1.3s, avg = 1.4s, dev = 0.1s PASSED cachetest_test.TestCacheEmptySchemaVersion (0.0s) PASSED cachetest_test.TestCacheWithSchemaTsZero (0.0s) PASSED cachetest_test.TestReSize (0.0s) PASSED cachetest_test.TestGetByTimestamp (0.0s) PASSED cachetest_test.TestGetLatest (0.0s) PASSED cachetest_test.TestGetByVersion (0.0s) PASSED cachetest_test.TestInsert (0.0s) PASSED cachetest_test.TestNewCache (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_1_of_8/coverage.dat //pkg/keyspace:keyspace_test (cached) PASSED in 1.3s PASSED keyspace.TestNoKeyspaceNameSet (0.0s) PASSED keyspace.TestSetKeyspaceNameInConf (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/keyspace/keyspace_test/coverage.dat //pkg/kv:kv_test (cached) PASSED in 1.2s Stats over 23 runs: max = 1.2s, min = 0.8s, avg = 0.9s, dev = 0.1s PASSED kv.TestExchangeCompressionMode (0.0s) PASSED kv.TestMppVersion (0.0s) PASSED kv.TestVersion (0.0s) PASSED kv.TestGetInt64 (0.0s) PASSED kv.TestIsRequestTypeSupported (0.0s) PASSED kv.TestError (0.0s) PASSED kv.TestIncInt64 (0.0s) PASSED kv.TestPartialNext (0.0s) PASSED kv.TestFaultInjectionBasic (0.0s) PASSED kv.TestInnerTxnStartTsBox (0.0s) PASSED kv.TestIsPoint (0.0s) PASSED kv.TestBasicFunc (0.0s) PASSED kv.TestHandle (0.0s) PASSED kv.TestRetryExceedCountError (0.0s) PASSED kv.TestHandleMap (0.0s) PASSED kv.TestPaddingHandle (0.0s) PASSED kv.TestHandleMapWithPartialHandle (0.0s) PASSED kv.TestSetCDCWriteSource (0.0s) PASSED kv.TestSetCDCWriteSource/cdc_write_source_is_not_set (0.0s) PASSED kv.TestSetCDCWriteSource/cdc_write_source_is_not_valid (0.0s) PASSED kv.TestSetCDCWriteSource/cdc_write_source_is_set (0.0s) PASSED kv.TestBackOff (0.1s) PASSED kv.TestKeyRangeDefinition (0.0s) PASSED kv.TestMemAwareHandleMapWithPartialHandle (0.0s) PASSED kv.TestInterface (0.0s) PASSED kv.TestSetLossyDDLReorgSource (0.0s) PASSED kv.TestSetLossyDDLReorgSource/lossy_ddl_reorg_source_is_not_set (0.0s) PASSED kv.TestSetLossyDDLReorgSource/lossy_ddl_reorg_source_is_not_valid (0.0s) PASSED kv.TestSetLossyDDLReorgSource/lossy_ddl_reorg_source_is_set (0.0s) PASSED kv.TestSetLossyDDLReorgSource/lossy_ddl_reorg_source_is_set#01 (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_15_of_23/coverage.dat //pkg/lightning/backend/external:external_test (cached) PASSED in 11.3s Stats over 50 runs: max = 11.3s, min = 1.4s, avg = 2.2s, dev = 2.0s PASSED external.TestGeneralProperties (0.0s) PASSED external.TestGlobalSortLocalWithMergeV2 (0.3s) PASSED external.TestGlobalSortLocalWithMerge (0.3s) PASSED external.TestGlobalSortLocalBasic (0.3s) PASSED external.TestReadLargeFile (0.6s) PASSED external.TestReadAllOneFile (0.1s) PASSED external.TestReadAllDataBasic (0.2s) PASSED external.TestOnefilePropOffset (0.0s) PASSED external.TestOnefileWriterManyRows (0.8s) PASSED external.TestCompareWriter (0.0s) PASSED external.TestOnlyOneGroup (0.0s) PASSED external.TestMergeOverlappingFilesInternal (9.7s) PASSED external.TestCompareReaderEvenlyDistributedContent (0.0s) PASSED external.TestSortedData (0.0s) PASSED external.TestOnefileWriterStat (0.3s) PASSED external.TestRangeSplitterStrictCase (0.0s) PASSED external.TestReadFileConcurrently (0.0s) PASSED external.TestOnefileWriterBasic (0.0s) PASSED external.TestExactlyKeyNum (0.0s) PASSED external.TestReadFileSequential (0.0s) PASSED external.TestSplitDataFiles (0.0s) PASSED external.TestSplitDataFiles/case-0 (0.0s) PASSED external.TestSplitDataFiles/case-1 (0.0s) PASSED external.TestSplitDataFiles/case-10 (0.0s) PASSED external.TestSplitDataFiles/case-11 (0.0s) PASSED external.TestSplitDataFiles/case-2 (0.0s) PASSED external.TestSplitDataFiles/case-3 (0.0s) PASSED external.TestSplitDataFiles/case-4 (0.0s) PASSED external.TestSplitDataFiles/case-5 (0.0s) PASSED external.TestSplitDataFiles/case-6 (0.0s) PASSED external.TestSplitDataFiles/case-7 (0.0s) PASSED external.TestSplitDataFiles/case-8 (0.0s) PASSED external.TestSplitDataFiles/case-9 (0.0s) PASSED external.Test3KFilesRangeSplitter (0.0s) PASSED external.TestReadMergeIterCheckHotspot (0.0s) PASSED external.TestCloseLimitSizeMergeIterHalfway (0.0s) PASSED external.TestCalRangeSize (0.0s) PASSED external.TestCalRangeSize/0-0 (0.0s) PASSED external.TestCalRangeSize/0-1 (0.0s) PASSED external.TestCalRangeSize/0-2 (0.0s) PASSED external.TestCalRangeSize/0-3 (0.0s) PASSED external.TestCalRangeSize/1-0 (0.0s) PASSED external.TestCalRangeSize/1-1 (0.0s) PASSED external.TestCalRangeSize/1-2 (0.0s) PASSED external.TestCalRangeSize/1-3 (0.0s) PASSED external.TestReadMergeIterWithoutCheckHotspot (0.0s) PASSED external.TestMergeBench (0.0s) PASSED external.TestSeekPropsOffsets (0.0s) PASSED external.TestEmptyBaseReader4LimitSizeMergeIter (0.0s) PASSED external.TestGetAllFileNames (0.0s) PASSED external.TestReadAllDataLargeFiles (0.0s) PASSED external.TestCleanUpFiles (0.0s) PASSED external.TestReadAllData (0.0s) PASSED external.TestMergePropBaseIter (4.0s) PASSED external.TestByteReader (0.0s) PASSED external.TestGetMaxOverlapping (0.0s) PASSED external.TestByteReaderAuxBuf (0.0s) PASSED external.TestSortedKVMeta (0.0s) PASSED external.TestLimitSizeMergeIterDiffWeight (0.0s) PASSED external.TestKeyMinMax (0.0s) PASSED external.TestUnexpectedEOF (0.0s) PASSED external.TestEmptyContent (0.0s) PASSED external.TestMarshalFields (0.0s) PASSED external.TestMarshalFields/- (0.0s) PASSED external.TestMarshalFields/embed (0.0s) PASSED external.TestMarshalFields/inline (0.0s) PASSED external.TestMarshalFields/int (0.0s) PASSED external.TestMarshalFields/nested (0.0s) PASSED external.TestMarshalFields/non-public (0.0s) PASSED external.TestMarshalFields/omitempty (0.0s) PASSED external.TestMarshalFields/rename (0.0s) PASSED external.TestMarshalFields/slice (0.0s) PASSED external.TestLimitSizeMergeIter (0.0s) PASSED external.TestReadWriteJSON (0.0s) PASSED external.TestSwitchMode (5.8s) PASSED external.TestExternalMetaPath (0.0s) PASSED external.TestRangePropertyCodec (0.0s) PASSED external.TestMemoryUsageWhenHotspotChange (3.8s) PASSED external.TestPropertyLengthExceptKeys (0.0s) PASSED external.TestWriter (0.0s) PASSED external.TestConcurrentRead (0.0s) PASSED external.TestWriterFlushMultiFileNames (0.0s) PASSED external.TestHotspot (0.0s) PASSED external.TestMemoryIngestData (0.0s) PASSED external.TestWriterDuplicateDetect (0.0s) PASSED external.TestReadAfterCloseConnReader (0.0s) PASSED external.TestMultiFileStat (0.0s) PASSED external.TestSplit (0.0s) PASSED external.TestGetAdjustedConcurrency (0.0s) PASSED external.TestMultiFileStatOverlap (0.0s) PASSED external.TestTryDecodeEndKey (0.0s) PASSED external.TestWriterMultiFileStat (0.0s) PASSED external.TestMergeIterSwitchMode (7.5s) PASSED external.TestGetRegionSplitKeys (0.0s) PASSED external.TestWriterSort (0.0s) PASSED external.TestAddKeyValueMaintainRangeProperty (0.0s) PASSED external.TestFlushKVsRetry (0.0s) PASSED external.TestCorruptContent (0.0s) PASSED external.TestKVReadWrite (0.0s) PASSED external.TestMergeKVIter (0.0s) PASSED external.TestAllEmpty (0.0s) PASSED external.TestOneUpstream (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_26_of_50/coverage.dat //pkg/lightning/backend/local:local_test (cached) PASSED in 29.6s Stats over 50 runs: max = 29.6s, min = 6.1s, avg = 7.7s, dev = 3.4s PASSED local.TestCheckDiskAvail (0.0s) PASSED local.TestExternalEngine (0.1s) PASSED local.TestWorkerFailedWhenGeneratingJobs (5.0s) PASSED local.TestDoChecksum (0.0s) PASSED local.TestTotalMemoryConsume (0.0s) PASSED local.TestCtxCancelIsIgnored (2.0s) PASSED local.TestDoChecksumParallel (0.1s) PASSED local.TestStoreWriteLimiter (3.2s) PASSED local.TestRegionJobResetRetryCounter (1.0s) PASSED local.TestIncreaseGCLifeTimeFail (0.0s) PASSED local.TestTuneStoreWriteLimiter (4.0s) PASSED local.TestDoImport (1.0s) PASSED local.TestDoChecksumWithTikv (23.0s) PASSED local.TestIsIngestRetryable (0.0s) PASSED local.TestSplitRangeAgain4BigRegionExternalEngine (0.0s) PASSED local.TestDoChecksumWithErrorAndLongOriginalLifetime (0.0s) PASSED local.TestRegionJobRetryer (3.5s) PASSED local.TestSplitRangeAgain4BigRegion (0.0s) PASSED local.TestGetGCLifetime (0.0s) PASSED local.TestNewRegionJobs (0.0s) PASSED local.TestPartialWriteIngestBusy (0.0s) PASSED local.TestSetGCLifetime (0.0s) PASSED local.TestStoreBalancerPick (0.0s) PASSED local.TestPartialWriteIngestErrorWontPanic (0.0s) PASSED local.TestCancelBalancer (0.0s) PASSED local.TestGcTTLManagerSingle (3.0s) PASSED local.TestNotLeaderErrorNeedUpdatePeers (0.0s) PASSED local.TestGcTTLManagerMulti (1.0s) PASSED local.TestNewWriteRequest (0.0s) PASSED local.TestPdServiceID (0.0s) PASSED local.TestStoreBalancerNoRace (0.0s) PASSED local.TestCheckPeersBusy (1.0s) PASSED local.TestGzipCompressor (0.1s) PASSED local.TestUpdateAndGetLimiterConcurrencySafety (0.0s) PASSED local.TestGzipDecompressor (1.0s) PASSED local.TestLocalIsRetryableTiKVWriteError (0.0s) PASSED local.TestCheckDiskQuota (0.0s) PASSED local.TestBuildDupTask (0.0s) PASSED local.TestRetrieveKeyAndValueFromErrFoundDuplicateKeys (0.0s) PASSED local.TestLocalWriteAndIngestPairsFailFast (0.0s) PASSED local.TestConvertToErrFoundConflictRecordsSingleColumnsIndex (0.0s) PASSED local.TestConvertToErrFoundConflictRecordsMultipleColumnsIndex (0.0s) PASSED local.TestEngineManager (0.0s) PASSED local.TestMultiIngest (5.9s) PASSED local.TestGetExternalEngineKVStatistics (0.0s) PASSED local.TestGetEngineSizeWhenImport (0.0s) PASSED local.TestIngestSSTWithClosedEngine (0.0s) PASSED local.TestMergeSSTsDuplicated (0.0s) PASSED local.TestGetFirstAndLastKey (0.0s) PASSED local.TestIterOutputHasUniqueMemorySpace (0.0s) PASSED local.TestCreateSSTWriterDefaultBlockSize (0.0s) PASSED local.TestMergeSSTs (0.0s) PASSED local.TestDupDetectIterator (0.0s) PASSED local.TestKeyAdapterEncoding (0.0s) PASSED local.TestCheckRequirementsTiFlash (0.0s) PASSED local.TestGetRegionSplitSizeKeys (0.0s) PASSED local.TestNextKey (0.0s) PASSED local.TestLocalIngestLoop (2.5s) PASSED local.TestRangeProperties (0.1s) PASSED local.TestRangePropertiesWithPebble (0.0s) PASSED local.TestEngineLocalWriter (2.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_32_of_50/coverage.dat //pkg/lightning/backend/tidb:tidb_test (cached) PASSED in 1.7s Stats over 17 runs: max = 1.7s, min = 1.3s, avg = 1.6s, dev = 0.1s PASSED tidb_test.TestWriteRowsRecordOneErrorPrepStmt (0.0s) PASSED tidb_test.TestLogicalImportBatchPrepStmt (0.0s) PASSED tidb_test.TestLogicalImportBatch (0.0s) PASSED tidb_test.TestEncodeRowForRecord (0.0s) PASSED tidb_test.TestDuplicateThreshold (0.0s) PASSED tidb_test.TestWriteRowsRecordOneError (0.0s) PASSED tidb_test.TestWriteRowsErrorDowngradingExceedThreshold (0.0s) PASSED tidb_test.TestWriteRowsErrorDowngradingAll (0.0s) PASSED tidb_test.TestWriteRowsErrorNoRetry (0.0s) PASSED tidb_test.TestFetchRemoteTableModelsConcurrency (0.0s) PASSED tidb_test.TestFetchRemoteTableModelsDropTableHalfway (0.0s) PASSED tidb_test.TestFetchRemoteTableModels_4_x_auto_random (0.0s) PASSED tidb_test.TestFetchRemoteTableModels_4_x_auto_increment (0.0s) PASSED tidb_test.TestFetchRemoteTableModels_4_0 (0.0s) PASSED tidb_test.TestWriteRowsErrorOnDup (0.0s) PASSED tidb_test.TestWriteRowsIgnoreOnDup (0.0s) PASSED tidb_test.TestWriteRowsReplaceOnDup (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_17_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_16_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_15_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_14_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_13_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_12_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_11_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_10_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_9_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_8_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_7_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_6_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_5_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_4_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_3_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_2_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_1_of_17/coverage.dat //pkg/lightning/checkpoints:checkpoints_test (cached) PASSED in 6.3s Stats over 25 runs: max = 6.3s, min = 5.7s, avg = 5.9s, dev = 0.2s PASSED checkpoints.TestTableCheckpointApplyBases (0.0s) PASSED checkpoints.TestSeparateCompletePath (0.0s) PASSED checkpoints.TestCheckpointMarshallUnmarshall (0.0s) PASSED checkpoints.TestApplyDiff (0.0s) PASSED checkpoints.TestRebaseCheckpoint (0.0s) PASSED checkpoints.TestMergeChunkCheckpoint (0.0s) PASSED checkpoints.TestMergeInvalidStatusCheckpoint (0.0s) PASSED checkpoints.TestMergeStatusCheckpoint (0.0s) PASSED checkpoints.TestMoveCheckpoints (0.0s) PASSED checkpoints.TestDump (0.0s) PASSED checkpoints.TestDestroyOneErrorCheckpoints (0.0s) PASSED checkpoints.TestGet (0.0s) PASSED checkpoints.TestGet/add-index-by-sql (0.0s) PASSED checkpoints.TestGet/normal (0.0s) PASSED checkpoints.TestDestroyAllErrorCheckpoints_SQL (0.0s) PASSED checkpoints.TestIgnoreOneErrorCheckpoint (0.0s) PASSED checkpoints.TestRemoveAllCheckpoints (0.0s) PASSED checkpoints.TestRemoveOneCheckpoint (0.0s) PASSED checkpoints.TestIgnoreAllErrorCheckpoints_SQL (0.0s) PASSED checkpoints.TestIgnoreAllErrorCheckpoints (0.0s) PASSED checkpoints.TestRemoveOneCheckpoint_SQL (0.0s) PASSED checkpoints.TestIgnoreOneErrorCheckpoints (0.0s) PASSED checkpoints.TestDestroyAllErrorCheckpoints (0.0s) PASSED checkpoints.TestRemoveAllCheckpoints_SQL (0.0s) PASSED checkpoints.TestDestroyOneErrorCheckpoint (0.0s) PASSED checkpoints.TestNormalOperations (0.0s) PASSED checkpoints.TestNormalOperationsWithAddIndexBySQL (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_25_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_24_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_23_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_22_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_21_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_20_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_19_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_18_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_17_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_16_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_15_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_1_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_14_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_13_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_2_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_3_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_12_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_4_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_11_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_5_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_6_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_10_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_7_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_8_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_9_of_25/coverage.dat //pkg/lightning/config:config_test (cached) PASSED in 2.0s Stats over 50 runs: max = 2.0s, min = 1.0s, avg = 1.5s, dev = 0.2s PASSED config.TestGetRemove (0.0s) PASSED config.TestContextCancel (0.4s) PASSED config.TestNormalPushPop (0.4s) PASSED config.TestRedactConfig (0.0s) PASSED config.TestAdjustBlockSize (0.0s) PASSED config.TestAdjustConflict (0.0s) PASSED config.TestCompressionType (0.0s) PASSED config.TestCreateSeveralConfigsWithDifferentFilters (0.0s) PASSED config.TestAdjustTikvImporter (0.0s) PASSED config.TestLoadCharsetFromConfig (0.0s) PASSED config.TestCheckpointKeepStrategy (0.0s) PASSED config.TestDataCharacterSet (0.0s) PASSED config.TestRemoveAllowAllFiles (0.0s) PASSED config.TestAdjustMaxRecordRows (0.0s) PASSED config.TestAdjustConflictStrategy (0.0s) PASSED config.TestAdjustLogicalImportPrepStmt (0.0s) PASSED config.TestAdjustDiskQuota (0.0s) PASSED config.TestCronEncodeDecode (0.0s) PASSED config.TestTomlPostRestore (0.0s) PASSED config.TestLoadFromInvalidConfig (0.0s) PASSED config.TestDefaultCouldBeOverwritten (0.0s) PASSED config.TestDefaultTidbBackendValue (0.0s) PASSED config.TestDefaultImporterBackendValue (0.0s) PASSED config.TestLoadConfig (0.0s) PASSED config.TestDuplicateResolutionAlgorithm (0.0s) PASSED config.TestDurationMarshalJSON (0.0s) PASSED config.TestMaxErrorUnmarshal (0.0s) PASSED config.TestDurationUnmarshal (0.0s) PASSED config.TestTOMLUnusedKeys (0.0s) PASSED config.TestStringOrStringSlice (0.0s) PASSED config.TestInvalidTOML (0.0s) PASSED config.TestInvalidCSV (0.0s) PASSED config.TestAdjustSecuritySection (0.0s) PASSED config.TestAdjustWillBatchImportRatioInvalid (0.0s) PASSED config.TestAdjustWillNotContactServerIfEverythingIsDefined (0.0s) PASSED config.TestInvalidPDAddr (0.0s) PASSED config.TestInvalidSetting (0.0s) PASSED config.TestDecodeError (0.0s) PASSED config.TestAdjustFileRoutePath (0.0s) PASSED config.TestCheckAndAdjustFilePath (0.0s) PASSED config.TestAdjustInvalidBackend (0.0s) PASSED config.TestAdjustBackendNotSet (0.0s) PASSED config.TestAdjustConnectRefused (0.0s) PASSED config.TestAdjustPageNotFound (0.0s) PASSED config.TestAdjustPdAddrAndPortViaAdvertiseAddr (0.0s) PASSED config.TestPausePDSchedulerScope (0.0s) PASSED config.TestStrictFormat (0.0s) PASSED config.TestAdjustPdAddrAndPort (0.0s) PASSED config.TestByteSizeTOMLAndJSONEncode (0.0s) PASSED config.TestByteSizeTOMLDecode (0.0s) PASSED config.TestMoveFrontBack (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_1_of_50/coverage.dat //pkg/lightning/duplicate:duplicate_test (cached) PASSED in 1.4s Stats over 4 runs: max = 1.4s, min = 1.0s, avg = 1.2s, dev = 0.2s PASSED duplicate.TestGenSplitKey (0.0s) PASSED duplicate.TestInternalKey (0.0s) PASSED duplicate.TestDetectorFail (0.0s) PASSED duplicate.TestDetector (0.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/duplicate/duplicate_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/duplicate/duplicate_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/duplicate/duplicate_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/duplicate/duplicate_test/shard_1_of_4/coverage.dat //pkg/lightning/errormanager:errormanager_test (cached) PASSED in 1.6s Stats over 9 runs: max = 1.6s, min = 1.3s, avg = 1.5s, dev = 0.1s PASSED errormanager.TestReplaceConflictOneUniqueKeyNonclusteredVarcharPk (0.0s) PASSED errormanager.TestReplaceConflictOneUniqueKeyNonclusteredPk (0.0s) PASSED errormanager.TestReplaceConflictOneKeyNonclusteredPk (0.0s) PASSED errormanager.TestReplaceConflictMultipleKeysNonclusteredPk (0.0s) PASSED errormanager.TestErrorMgrErrorOutput (0.0s) PASSED errormanager.TestErrorMgrHasError (0.0s) PASSED errormanager.TestReplaceConflictOneUniqueKey (0.0s) PASSED errormanager.TestReplaceConflictOneKey (0.0s) PASSED errormanager.TestInit (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_1_of_9/coverage.dat //pkg/lightning/log:log_test (cached) PASSED in 1.5s Stats over 5 runs: max = 1.5s, min = 1.2s, avg = 1.3s, dev = 0.1s PASSED log_test.TestIsContextCanceledError (0.0s) PASSED log_test.TestInitStdoutLogger (0.0s) PASSED log_test.TestTestLogger (0.0s) PASSED log_test.TestConfigAdjust (0.0s) PASSED log_test.TestFilter (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/log/log_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/log/log_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/log/log_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/log/log_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/log/log_test/shard_1_of_5/coverage.dat //pkg/lightning/membuf:membuf_test (cached) PASSED in 0.5s Stats over 7 runs: max = 0.5s, min = 0.4s, avg = 0.5s, dev = 0.1s PASSED membuf.TestWaitUpMultipleCaller (0.0s) PASSED membuf.TestLimiter (0.0s) PASSED membuf.TestGetAlignedSizeGetBlockCnt (0.0s) PASSED membuf.TestBufferMemLimit (0.0s) PASSED membuf.TestBufferIsolation (0.0s) PASSED membuf.TestPoolMemLimit (0.1s) PASSED membuf.TestBufferPool (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_1_of_7/coverage.dat //pkg/lightning/metric:metric_test (cached) PASSED in 0.5s Stats over 6 runs: max = 0.5s, min = 0.4s, avg = 0.5s, dev = 0.0s PASSED metric_test.TestReadCounter (0.0s) PASSED metric_test.TestReadHistogramSum (0.0s) PASSED metric_test.TestRecordEngineCount (0.0s) PASSED metric_test.TestMetricsRegister (0.0s) PASSED metric_test.TestMetricsUnregister (0.0s) PASSED metric_test.TestContext (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_6_of_6/coverage.dat //pkg/lightning/mydump:mydump_test (cached) PASSED in 1.9s Stats over 50 runs: max = 1.9s, min = 1.2s, avg = 1.5s, dev = 0.2s PASSED mydump.TestSampleFileCompressRatio (0.0s) PASSED mydump.TestExternalDataRoutes (0.0s) PASSED mydump.TestMaxScanFilesOption (0.0s) PASSED mydump.TestInputWithSpecialChars (0.0s) PASSED mydump.TestFileRouting (0.0s) PASSED mydump.TestBadRouterRule (0.0s) PASSED mydump.TestRoutesPanic (0.0s) PASSED mydump.TestCreateTableIfNotExistsStmt (0.0s) PASSED mydump.TestRouter (0.0s) PASSED mydump.TestSchemaImporterManyTables (0.4s) PASSED mydump.TestTablesWithDots (0.0s) PASSED mydump.TestDataWithoutSchema (0.0s) PASSED mydump.TestSchemaImporter (0.0s) PASSED mydump.TestSchemaImporter/break_on_database_error (0.0s) PASSED mydump.TestSchemaImporter/create_non_exist_database (0.0s) PASSED mydump.TestSchemaImporter/database_already_exists (0.0s) PASSED mydump.TestSchemaImporter/get_existing_schema_err (0.0s) PASSED mydump.TestSchemaImporter/table:_break_on_error (0.0s) PASSED mydump.TestSchemaImporter/table:_invalid_schema_file (0.0s) PASSED mydump.TestSchemaImporter/table:_no_schema_file_for_the_table (0.0s) PASSED mydump.TestSchemaImporter/view:_fail_on_create (0.0s) PASSED mydump.TestSchemaImporter/view:_get_existing_schema_err (0.0s) PASSED mydump.TestRouteWithCompressedParquet (0.0s) PASSED mydump.TestViewNoHostTable (0.0s) PASSED mydump.TestRouteWithPath (0.0s) PASSED mydump.TestViewNoHostDB (0.0s) PASSED mydump.TestDataNoHostTable (0.0s) PASSED mydump.TestRouteExpanding (0.0s) PASSED mydump.TestDataNoHostDB (0.0s) PASSED mydump.TestMultiRouteRule (0.0s) PASSED mydump.TestMissingTableSchema (0.0s) PASSED mydump.TestSingleRouteRule (0.0s) PASSED mydump.TestInvalidRouteRule (0.0s) PASSED mydump.TestTableUnexpectedError (0.0s) PASSED mydump.TestDefaultRouter (0.0s) PASSED mydump.TestTableInfoNotFound (0.0s) PASSED mydump.TestDuplicatedTable (0.0s) PASSED mydump.TestRouteParser (0.0s) PASSED mydump.TestSplitLargeFileSeekInsideCRLF (0.0s) PASSED mydump.TestTableNoHostDB (0.0s) PASSED mydump.TestDuplicatedDB (0.0s) PASSED mydump.TestSplitLargeFileOnlyOneChunk (0.0s) PASSED mydump.TestEmptyDB (0.0s) PASSED mydump.TestSplitLargeFileWithCustomTerminator (0.0s) PASSED mydump.TestLoader (0.0s) PASSED mydump.TestSplitLargeFileNoNewLineAtEOF (0.0s) PASSED mydump.TestHeaderSchemaMatch (0.0s) PASSED mydump.TestSplitLargeFile (0.0s) PASSED mydump.TestCharsetConversion (0.0s) PASSED mydump.TestCompressedMakeSourceFileRegion (0.0s) PASSED mydump.TestMakeTableRegionsSplitLargeFile (0.0s) PASSED mydump.TestStartingBy (0.0s) PASSED mydump.TestAllocateEngineIDs (0.0s) PASSED mydump.TestNULL (0.0s) PASSED mydump.TestReadUntilTerminator (0.0s) PASSED mydump.TestTableRegion (0.0s) PASSED mydump.TestExportStatementCompressed (0.0s) PASSED mydump.TestTerminator (0.0s) PASSED mydump.TestExportStatementHandleNonEOFError (0.0s) PASSED mydump.TestTrimLastSep (0.0s) PASSED mydump.TestExportStatementGibberishError (0.0s) PASSED mydump.TestSyntaxErrorLog (0.0s) PASSED mydump.TestExportStatementGBK (0.0s) PASSED mydump.TestReadError (0.0s) PASSED mydump.TestBackslashAsDelim (0.0s) PASSED mydump.TestExportStatementWithCommentNoTrailingNewLine (0.0s) PASSED mydump.TestBackslashAsSep (0.0s) PASSED mydump.TestExportStatementWithComment (0.0s) PASSED mydump.TestContinuationCSV (0.0s) PASSED mydump.TestExportStatementNoTrailingNewLine (0.0s) PASSED mydump.TestMoreEmptyFiles (0.0s) PASSED mydump.TestSpecialChars (0.0s) PASSED mydump.TestMoreSyntaxError (0.0s) PASSED mydump.TestTooLargeRow (0.0s) PASSED mydump.TestTooLargeRow/field_is_short,_but_whole_row_too_long (0.0s) PASSED mydump.TestTooLargeRow/too_long_field (0.0s) PASSED mydump.TestConsecutiveFields (0.0s) PASSED mydump.TestSyntaxError (0.0s) PASSED mydump.TestPseudoKeywords (0.0s) PASSED mydump.TestQuotedSeparator (0.0s) PASSED mydump.TestCRLF (0.0s) PASSED mydump.TestContinuation (0.0s) PASSED mydump.TestEmpty (0.0s) PASSED mydump.TestVariousSyntax (0.0s) PASSED mydump.TestCsvWithWhiteSpaceLine (0.0s) PASSED mydump.TestNestedRow (0.0s) PASSED mydump.TestReadChunks (0.0s) PASSED mydump.TestTSV (0.0s) PASSED mydump.TestReadRow (0.0s) PASSED mydump.TestSyntaxErrorCSV (0.0s) PASSED mydump.TestCustomEscapeChar (0.0s) PASSED mydump.TestNsecOutSideRange (0.0s) PASSED mydump.TestHiveParquetParser (0.0s) PASSED mydump.TestMySQL (0.0s) PASSED mydump.TestParquetAurora (0.0s) PASSED mydump.TestRFC4180 (0.0s) PASSED mydump.TestParquetVariousTypes (0.0s) PASSED mydump.TestTPCHMultiBytes (0.0s) PASSED mydump.TestParquetParser (0.0s) PASSED mydump.TestTPCH (0.0s) PASSED mydump.TestInvalidCharReplace (0.0s) PASSED mydump.TestSetupOptions (0.0s) PASSED mydump.TestCharsetConvertor (0.0s) PASSED mydump.TestSampleParquetDataSize (0.0s) PASSED mydump.TestSampleParquetDataSize/count=0 (0.0s) PASSED mydump.TestSampleParquetDataSize/count=1000 (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_1_of_50/coverage.dat //pkg/lightning/tikv:tikv_test (cached) PASSED in 1.9s Stats over 7 runs: max = 1.9s, min = 1.1s, avg = 1.5s, dev = 0.2s PASSED tikv.TestCheckTiKVVersion (0.0s) PASSED tikv.TestCheckPDVersion (0.0s) PASSED tikv.TestFetchModeFromMetrics (0.0s) PASSED tikv.TestForAllStores (0.0s) PASSED tikv.TestDebugReadSST (0.0s) PASSED tikv.TestPebbleWriteSST (0.0s) PASSED tikv.TestIntegrationTest (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_1_of_7/coverage.dat //pkg/lightning/verification:verification_test (cached) PASSED in 1.7s Stats over 3 runs: max = 1.7s, min = 1.2s, avg = 1.4s, dev = 0.2s PASSED verification_test.TestGroupChecksum (0.0s) PASSED verification_test.TestChecksumJSON (0.0s) PASSED verification_test.TestChecksum (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/verification/verification_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/verification/verification_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/verification/verification_test/shard_1_of_3/coverage.dat //pkg/lightning/worker:worker_test (cached) PASSED in 0.5s PASSED worker_test.TestApplyRecycle (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/worker/worker_test/coverage.dat //pkg/meta/autoid:autoid_test (cached) PASSED in 4.2s Stats over 11 runs: max = 4.2s, min = 1.1s, avg = 1.6s, dev = 0.9s PASSED autoid_test.TestConcurrentAllocSequence (0.1s) PASSED autoid_test.TestSequenceAutoid (0.0s) PASSED autoid_test.TestInMemoryAlloc (0.0s) PASSED autoid_test.TestGetAutoIDServiceLeaderEtcdPath (0.0s) PASSED autoid_test.TestIssue40584 (3.0s) PASSED autoid_test.TestAllocComputationIssue (0.0s) PASSED autoid_test.TestNextStep (0.0s) PASSED autoid_test.TestRollbackAlloc (0.0s) PASSED autoid_test.TestConcurrentAlloc (0.1s) PASSED autoid_test.TestUnsignedAutoid (0.0s) PASSED autoid_test.TestSignedAutoid (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_1_of_11/coverage.dat //pkg/meta/metabuild:metabuild_test (cached) PASSED in 1.5s PASSED metabuild_test.TestMetaBuildContext (0.0s) PASSED metabuild_test.TestMetaBuildContext/default_of_clusteredIndexDefMode (0.0s) PASSED metabuild_test.TestMetaBuildContext/default_of_enableAutoIncrementInGenerated (0.0s) PASSED metabuild_test.TestMetaBuildContext/default_of_exprCtx (0.0s) PASSED metabuild_test.TestMetaBuildContext/default_of_is (0.0s) PASSED metabuild_test.TestMetaBuildContext/default_of_preSplitRegions (0.0s) PASSED metabuild_test.TestMetaBuildContext/default_of_primaryKeyRequired (0.0s) PASSED metabuild_test.TestMetaBuildContext/default_of_shardRowIDBits (0.0s) PASSED metabuild_test.TestMetaBuildContext/default_of_suppressTooLongIndexErr (0.0s) PASSED metabuild_test.TestMetaBuildContext/option_of_clusteredIndexDefMode (0.0s) PASSED metabuild_test.TestMetaBuildContext/option_of_enableAutoIncrementInGenerated (0.0s) PASSED metabuild_test.TestMetaBuildContext/option_of_exprCtx (0.0s) PASSED metabuild_test.TestMetaBuildContext/option_of_is (0.0s) PASSED metabuild_test.TestMetaBuildContext/option_of_preSplitRegions (0.0s) PASSED metabuild_test.TestMetaBuildContext/option_of_primaryKeyRequired (0.0s) PASSED metabuild_test.TestMetaBuildContext/option_of_shardRowIDBits (0.0s) PASSED metabuild_test.TestMetaBuildContext/option_of_suppressTooLongIndexErr (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/metabuild/metabuild_test/coverage.dat //pkg/meta/model:model_test (cached) PASSED in 1.2s Stats over 50 runs: max = 1.2s, min = 0.8s, avg = 0.9s, dev = 0.1s PASSED model.TestLocation (0.0s) PASSED model.TestJobCodec (0.0s) PASSED model.TestState (0.0s) PASSED model.TestJobStartTime (0.0s) PASSED model.TestModifyColumnsArgs (0.0s) PASSED model.TestGetRenameIndexArgs (0.0s) PASSED model.TestDropIndexArguements (0.0s) PASSED model.TestActionBDRMap (0.0s) PASSED model.TestJobClone (0.0s) PASSED model.TestAddIndexArgs (0.0s) PASSED model.TestDefaultValue (0.0s) PASSED model.TestJobSize (0.0s) PASSED model.TestBackfillMetaCodec (0.0s) PASSED model.TestIsIndexPrefixCovered (0.0s) PASSED model.TestAlterTableAttributesArgs (0.0s) PASSED model.TestGetOrDecodeArgsV2 (0.0s) PASSED model.TestMayNeedReorg (0.0s) PASSED model.TestAddColumnArgs (0.0s) PASSED model.TestDropColumnArgs (0.0s) PASSED model.TestCreateSchemaArgs (0.0s) PASSED model.TestInFinalState (0.0s) PASSED model.TestFlashbackClusterArgs (0.0s) PASSED model.TestDropSchemaArgs (0.0s) PASSED model.TestSchemaState (0.0s) PASSED model.TestModifySchemaArgs (0.0s) PASSED model.TestString (0.0s) PASSED model.TestGetSetDefaultValueArgs (0.0s) PASSED model.TestCreateTableArgs (0.0s) PASSED model.TestCreateTableArgs/create_sequence (0.0s) PASSED model.TestCreateTableArgs/create_table (0.0s) PASSED model.TestCreateTableArgs/create_view (0.0s) PASSED model.TestJobEncodeV2 (0.0s) PASSED model.TestBatchCreateTableArgs (0.0s) PASSED model.TestPlacementSettingsString (0.0s) PASSED model.TestDropTableArgs (0.0s) PASSED model.TestPlacementSettingsClone (0.0s) PASSED model.TestPlacementPolicyArgs (0.0s) PASSED model.TestFinishedDropTableArgs (0.0s) PASSED model.TestPlacementPolicyClone (0.0s) PASSED model.TestRecoverArgs (0.0s) PASSED model.TestMoveColumnInfo (0.0s) PASSED model.TestTruncateTableArgs (0.0s) PASSED model.TestRepairTableArgs (0.0s) PASSED model.TestModelBasic (0.0s) PASSED model.TestTablePartitionArgs (0.0s) PASSED model.TestLockTableArgs (0.0s) PASSED model.TestGetUpdateTiFlashReplicaStatusArgs (0.0s) PASSED model.TestFinishedTablePartitionArgs (0.0s) PASSED model.TestTTLInfoClone (0.0s) PASSED model.TestGetSetTiFlashReplicaArgs (0.0s) PASSED model.TestExchangeTablePartitionArgs (0.0s) PASSED model.TestTTLJobInterval (0.0s) PASSED model.TestGetAlterTablePlacementArgs (0.0s) PASSED model.TestAlterTablePartitionArgs (0.0s) PASSED model.TestClearReorgIntermediateInfo (0.0s) PASSED model.TestCheckConstraintArgs (0.0s) PASSED model.TestRenameTableArgs (0.0s) PASSED model.TestTTLDefaultJobInterval (0.0s) PASSED model.TestAddCheckConstraintArgs (0.0s) PASSED model.TestGetRenameTablesArgs (0.0s) PASSED model.TestGetAlterTTLInfoArgs (0.0s) PASSED model.TestResourceGroupArgs (0.0s) PASSED model.TestGetAlterSequenceArgs (0.0s) PASSED model.TestGetDropForeignKeyArgs (0.0s) PASSED model.TestGetRebaseAutoIDArgs (0.0s) PASSED model.TestGetShardRowIDArgs (0.0s) PASSED model.TestGetModifyTableCommentArgs (0.0s) PASSED model.TestGetAlterIndexVisibilityArgs (0.0s) PASSED model.TestGetModifyTableAutoIDCacheArgs (0.0s) PASSED model.TestGetAddForeignKeyArgs (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_24_of_50/coverage.dat //pkg/metrics:metrics_test (cached) PASSED in 1.6s Stats over 4 runs: max = 1.6s, min = 1.4s, avg = 1.5s, dev = 0.1s PASSED metrics.TestExecuteErrorToLabel (0.0s) PASSED metrics.TestRegisterMetrics (0.0s) PASSED metrics.TestMetrics (0.0s) PASSED metrics.TestRetLabel (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/metrics/metrics_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/metrics/metrics_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/metrics/metrics_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/metrics/metrics_test/shard_1_of_4/coverage.dat //pkg/owner:owner_test (cached) PASSED in 6.8s Stats over 11 runs: max = 6.8s, min = 1.2s, avg = 2.1s, dev = 1.7s PASSED owner.TestListenersWrapper (0.0s) PASSED owner.TestAcquireDistributedLock (3.0s) PASSED owner.TestAcquireDistributedLock/acquire_distributed_lock_until_timeout (2.3s) PASSED owner.TestAcquireDistributedLock/acquire_distributed_lock_with_different_clients (0.3s) PASSED owner.TestAcquireDistributedLock/acquire_distributed_lock_with_same_client (0.3s) PASSED owner.TestImmediatelyCancel (0.1s) PASSED owner.TestWatchOwnerAfterDeleteOwnerKey (0.2s) PASSED owner.TestWatchOwner (0.4s) PASSED owner.TestCluster (0.2s) PASSED owner.TestGetOwnerOpValueBeforeSet (0.0s) PASSED owner.TestSetAndGetOwnerOpValue (0.2s) PASSED owner.TestSingle (0.3s) PASSED owner.TestSingle/retry_on_lease_revoked_before_election (0.0s) PASSED owner.TestSingle/retry_on_session_closed_before_election (0.0s) PASSED owner.TestForceToBeOwner (0.1s) PASSED owner.TestFailNewSession (5.7s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_1_of_11/coverage.dat //pkg/parser:parser_test (cached) PASSED in 0.7s Stats over 50 runs: max = 0.7s, min = 0.4s, avg = 0.4s, dev = 0.1s PASSED parser.TestDDL (0.1s) PASSED parser.TestSignedInt64OutOfRange (0.0s) PASSED parser.TestBRIE (0.0s) PASSED parser.TestHintError (0.0s) PASSED parser.TestErrorMsg (0.0s) PASSED parser.TestStatisticsOps (0.0s) PASSED parser.TestBuiltinFuncAsIdentifier (0.0s) PASSED parser.TestStartTransaction (0.0s) PASSED parser.TestHighNotPrecedenceMode (0.0s) PASSED parser.TestOptimizerHints (0.0s) PASSED parser.TestCharset (0.0s) PASSED parser.TestExpression (0.0s) PASSED parser.TestFulltextSearch (0.0s) PASSED parser.TestIdentifier (0.0s) PASSED parser.TestFlushTable (0.0s) PASSED parser.TestQuotedSystemVariables (0.0s) PASSED parser.TestFlushPrivileges (0.0s) PASSED parser.TestQuotedVariableColumnName (0.0s) PASSED parser.TestFieldText (0.0s) PASSED parser.TestSetVariable (0.0s) PASSED parser.TestBuiltin (0.0s) PASSED parser.TestUnderscoreCharset (0.0s) PASSED parser.TestDMLStmt (0.0s) PASSED parser.TestWindowFunctions (0.0s) PASSED parser.TestDBAStmt (0.0s) PASSED parser.TestVisitFrameBound (0.0s) PASSED parser.TestAdminStmt (0.0s) PASSED parser.TestWindowFunctionIdentifier (0.0s) PASSED parser.TestSpecialComments (0.0s) PASSED parser.TestTablePartitionNameList (0.0s) PASSED parser.TestNotExistsSubquery (0.0s) PASSED parser.TestRecommendIndex (0.0s) PASSED parser.TestFeatureIDs (0.0s) PASSED parser.TestSideEffect (0.0s) PASSED parser.TestSimple (0.0s) PASSED parser.TestTablePartition (0.0s) PASSED parser.TestSetTransaction (0.0s) PASSED parser.TestVersionDigits (0.0s) PASSED parser.TestOptimizerHint (0.0s) PASSED parser.TestSQLModeANSIQuotes (0.0s) PASSED parser.TestDDLStatements (0.0s) PASSED parser.TestOptimizerHintAfterCertainKeywordOnly (0.0s) PASSED parser.TestGeneratedColumn (0.0s) PASSED parser.TestIllegal (0.0s) PASSED parser.TestSQLModeANSIQuotes (0.0s) PASSED parser.TestTableSample (0.0s) PASSED parser.TestAnalyze (0.0s) PASSED parser.TestInt (0.0s) PASSED parser.TestFeatureIDsComment (0.0s) PASSED parser.TestParseShowOpenTables (0.0s) PASSED parser.TestFuncCallExprOffset (0.0s) PASSED parser.TestIdentifier (0.0s) PASSED parser.TestScanString (0.0s) PASSED parser.TestView (0.0s) PASSED parser.TestComment (0.0s) PASSED parser.TestCompatTypes (0.0s) PASSED parser.TestTrace (0.0s) PASSED parser.TestScanStringWithNoBackslashEscapesMode (0.0s) PASSED parser.TestTimestampDiffUnit (0.0s) PASSED parser.TestSessionManage (0.0s) PASSED parser.TestSpecialComment (0.0s) PASSED parser.TestExecute (0.0s) PASSED parser.TestLiteralValue (0.0s) PASSED parser.TestMultiStmt (0.0s) PASSED parser.TestBinding (0.0s) PASSED parser.TestScanQuotedIdent (0.0s) PASSED parser.TestVector (0.0s) PASSED parser.TestPrepare (0.0s) PASSED parser.TestTTLTableOption (0.0s) PASSED parser.TestUnderscoreCS (0.0s) PASSED parser.TestEscape (0.0s) PASSED parser.TestNonTransactionalDML (0.0s) PASSED parser.TestSingleCharOther (0.0s) PASSED parser.TestCharsetIntroducer (0.0s) PASSED parser.TestSQLNoCache (0.0s) PASSED parser.TestSingleChar (0.0s) PASSED parser.TestAtLeadingIdentifier (0.0s) PASSED parser.TestExplain (0.0s) PASSED parser.TestIntervalPartition (0.0s) PASSED parser.TestInsertStatementMemoryAllocation (0.0s) PASSED parser.TestSQLResult (0.0s) PASSED parser.TestTokenID (0.0s) PASSED parser.TestDeallocate (0.0s) PASSED parser.TestIssue45898 (0.0s) PASSED parser.TestLiteral (0.0s) PASSED parser.TestGBKEncoding (0.0s) PASSED parser.TestIndexHint (0.0s) PASSED parser.TestKeywordsLength (0.0s) PASSED parser.TestGB18030Encoding (0.0s) PASSED parser.TestKeywordsSorting (0.0s) PASSED parser.TestPriority (0.0s) PASSED parser.TestKeywords (0.0s) PASSED parser.TestTrafficStmt (0.0s) PASSED parser.TestWithRollup (0.0s) PASSED parser.TestLockUnlockTables (0.0s) PASSED parser.TestParseHint (0.0s) PASSED parser.TestPlanReplayer (0.0s) PASSED parser.TestNormalizeKeepHint (0.0s) PASSED parser.TestParserErrMsg (0.0s) PASSED parser.TestPartitionKeyAlgorithm (0.0s) PASSED parser.TestCTEBindings (0.0s) PASSED parser.TestGenDigest (0.0s) PASSED parser.TestLikeEscape (0.0s) PASSED parser.TestHelp (0.0s) PASSED parser.TestNormalizeDigest (0.0s) PASSED parser.TestSubquery (0.0s) PASSED parser.TestDigestHashNotEqForSimpleSQL (0.0s) PASSED parser.TestRestoreBinOpWithBrackets (0.0s) PASSED parser.TestUnionOrderBy (0.0s) PASSED parser.TestDigestHashEqForSimpleSQL (0.0s) PASSED parser.TestSetOperator (0.0s) PASSED parser.TestWithoutCharsetFlags (0.0s) PASSED parser.TestAsOfClause (0.0s) PASSED parser.TestComment (0.0s) PASSED parser.TestNormalizeRedact (0.0s) PASSED parser.TestCTE (0.0s) PASSED parser.TestKeywordConsistent (0.0s) PASSED parser.TestType (0.0s) PASSED parser.TestCTEMerge (0.0s) PASSED parser.TestNormalize (0.0s) PASSED parser.TestPrivilege (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_2_of_50/coverage.dat //pkg/parser/ast:ast_test (cached) PASSED in 0.8s Stats over 50 runs: max = 0.8s, min = 0.4s, avg = 0.4s, dev = 0.1s PASSED ast.TestCompactTableStmtRestore (0.0s) PASSED ast.TestHavingClauseRestore (0.0s) PASSED ast.TestNodeSetText (0.0s) PASSED ast.TestDDLVisitorCover (0.0s) PASSED ast.TestFrameBoundRestore (0.0s) PASSED ast.TestPlanReplayerStmtRestore (0.0s) PASSED ast.TestDDLIndexColNameRestore (0.0s) PASSED ast.TestFrameClauseRestore (0.0s) PASSED ast.TestRedactURL (0.0s) PASSED ast.TestRedactURL/#00 (0.0s) PASSED ast.TestRedactURL/: (0.0s) PASSED ast.TestRedactURL/gs://bucket/file (0.0s) PASSED ast.TestRedactURL/gs://bucket/file?access-key=123 (0.0s) PASSED ast.TestRedactURL/gs://bucket/file?secret-access-key=123 (0.0s) PASSED ast.TestRedactURL/s3://bucket/file (0.0s) PASSED ast.TestRedactURL/s3://bucket/file?access-key=123 (0.0s) PASSED ast.TestRedactURL/s3://bucket/file?access_key=123 (0.0s) PASSED ast.TestRedactURL/s3://bucket/file?other-key=123 (0.0s) PASSED ast.TestRedactURL/s3://bucket/file?secret-access-key=123 (0.0s) PASSED ast.TestRedactURL/s3://bucket/file?secret_access_key=123 (0.0s) PASSED ast.TestRedactURL/~/file (0.0s) PASSED ast.TestAddQueryWatchStmtRestore (0.0s) PASSED ast.TestDDLIndexExprRestore (0.0s) PASSED ast.TestPartitionByClauseRestore (0.0s) PASSED ast.TestDDLOnDeleteRestore (0.0s) PASSED ast.TestRedactTrafficStmt (0.0s) PASSED ast.TestWindowSpecRestore (0.0s) PASSED ast.TestDDLOnUpdateRestore (0.0s) PASSED ast.TestLoadDataRestore (0.0s) PASSED ast.TestT (0.0s) PASSED ast.TestDDLIndexOption (0.0s) PASSED ast.TestImportActions (0.0s) PASSED ast.TestUnmarshalCIStr (0.0s) PASSED ast.TestImportIntoRestore (0.0s) PASSED ast.TestProcedureVisitorCover (0.0s) PASSED ast.TestTableToTableRestore (0.0s) PASSED ast.TestDDLReferenceDefRestore (0.0s) PASSED ast.TestFulltextSearchModifier (0.0s) PASSED ast.TestProcedure (0.0s) PASSED ast.TestDDLConstraintRestore (0.0s) PASSED ast.TestImportIntoSecureText (0.0s) PASSED ast.TestShowCreateProcedure (0.0s) PASSED ast.TestDDLColumnOptionRestore (0.0s) PASSED ast.TestImportIntoFromSelectInvalidStmt (0.0s) PASSED ast.TestProcedureVisitor (0.0s) PASSED ast.TestExpresionsVisitorCover (0.0s) PASSED ast.TestGeneratedRestore (0.0s) PASSED ast.TestProcedureRestore (0.0s) PASSED ast.TestCacheable (0.0s) PASSED ast.TestDDLColumnDefRestore (0.0s) PASSED ast.TestUnaryOperationExprRestore (0.0s) PASSED ast.TestColumnNameExprRestore (0.0s) PASSED ast.TestDDLTruncateTableStmtRestore (0.0s) PASSED ast.TestUnionReadOnly (0.0s) PASSED ast.TestDDLDropTableStmtRestore (0.0s) PASSED ast.TestIsNullExprRestore (0.0s) PASSED ast.TestColumnPositionRestore (0.0s) PASSED ast.TestIsTruthRestore (0.0s) PASSED ast.TestAlterTableSpecRestore (0.0s) PASSED ast.TestBetweenExprRestore (0.0s) PASSED ast.TestAlterTableWithSpecialCommentRestore (0.0s) PASSED ast.TestCaseExpr (0.0s) PASSED ast.TestAlterTableOptionRestore (0.0s) PASSED ast.TestBinaryOperationExpr (0.0s) PASSED ast.TestAdminRepairTableRestore (0.0s) PASSED ast.TestBinaryOperationExprWithFlags (0.0s) PASSED ast.TestAdminOptimizeTableRestore (0.0s) PASSED ast.TestParenthesesExpr (0.0s) PASSED ast.TestSequenceRestore (0.0s) PASSED ast.TestWhenClause (0.0s) PASSED ast.TestDefaultExpr (0.0s) PASSED ast.TestDropIndexRestore (0.0s) PASSED ast.TestAlterDatabaseRestore (0.0s) PASSED ast.TestPatternInExprRestore (0.0s) PASSED ast.TestCreatePlacementPolicyRestore (0.0s) PASSED ast.TestPatternLikeExprRestore (0.0s) PASSED ast.TestAlterPlacementPolicyRestore (0.0s) PASSED ast.TestValuesExpr (0.0s) PASSED ast.TestDropPlacementPolicyRestore (0.0s) PASSED ast.TestPatternRegexpExprRestore (0.0s) PASSED ast.TestRemovePlacementRestore (0.0s) PASSED ast.TestRowExprRestore (0.0s) PASSED ast.TestFlashBackDatabaseRestore (0.0s) PASSED ast.TestMaxValueExprRestore (0.0s) PASSED ast.TestPositionExprRestore (0.0s) PASSED ast.TestTableOptionTTLRestore (0.0s) PASSED ast.TestExistsSubqueryExprRestore (0.0s) PASSED ast.TestTableOptionTTLRestoreWithTTLEnableOffFlag (0.0s) PASSED ast.TestPresplitIndexSpecialComments (0.0s) PASSED ast.TestVariableExpr (0.0s) PASSED ast.TestMatchAgainstExpr (0.0s) PASSED ast.TestResourceGroupDDLStmtRestore (0.0s) PASSED ast.TestOrderByClauseRestore (0.0s) PASSED ast.TestTableOptimizerHintRestore (0.0s) PASSED ast.TestDDLVisitorCoverMisc (0.0s) PASSED ast.TestDeleteTableIndexHintRestore (0.0s) PASSED ast.TestDMLVisitorCover (0.0s) PASSED ast.TestHasAggFlag (0.0s) PASSED ast.TestAssignmentRestore (0.0s) PASSED ast.TestBRIESecureText (0.0s) PASSED ast.TestGroupByClauseRestore (0.0s) PASSED ast.TestSensitiveStatement (0.0s) PASSED ast.TestByItemRestore (0.0s) PASSED ast.TestDMLVistorCover (0.0s) PASSED ast.TestGenericFuncRestore (0.0s) PASSED ast.TestTableRefsClauseRestore (0.0s) PASSED ast.TestDeleteTableListRestore (0.0s) PASSED ast.TestMiscVisitorCover (0.0s) PASSED ast.TestJoinRestore (0.0s) PASSED ast.TestWindowFuncExprRestore (0.0s) PASSED ast.TestFuncCastExprRestore (0.0s) PASSED ast.TestSelectFieldRestore (0.0s) PASSED ast.TestFlag (0.0s) PASSED ast.TestTableNameRestore (0.0s) PASSED ast.TestConvert (0.0s) PASSED ast.TestTableSourceRestore (0.0s) PASSED ast.TestFunctionsVisitorCover (0.0s) PASSED ast.TestLimitRestore (0.0s) PASSED ast.TestAggregateFuncExprRestore (0.0s) PASSED ast.TestFieldListRestore (0.0s) PASSED ast.TestFuncCallExprRestore (0.0s) PASSED ast.TestWildCardFieldRestore (0.0s) PASSED ast.TestChar (0.0s) PASSED ast.TestOnConditionRestore (0.0s) PASSED ast.TestAstFormat (0.0s) PASSED ast.TestTableNameIndexHintsRestore (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_36_of_50/coverage.dat //pkg/parser/auth:auth_test (cached) PASSED in 0.8s Stats over 16 runs: max = 0.8s, min = 0.3s, avg = 0.4s, dev = 0.1s PASSED auth.TestCheckSM3PasswordDigestTypeIncompatible (0.0s) PASSED auth.TestNewSM3Password (0.0s) PASSED auth.TestCheckSM3PasswordIterationsInvalid (0.0s) PASSED auth.TestCheckSM3PasswordShort (0.0s) PASSED auth.TestCheckSM3PasswordBad (0.0s) PASSED auth.TestSM3 (0.0s) PASSED auth.TestCheckSM3PasswordGood (0.0s) PASSED auth.TestCheckScramble (0.0s) PASSED auth.TestEncodePassword (0.0s) PASSED auth.TestNewSha2Password (0.0s) PASSED auth.TestDecodePassword (0.0s) PASSED auth.TestCheckShaPasswordIterationsInvalid (0.0s) PASSED auth.TestCheckShaPasswordDigestTypeIncompatible (0.0s) PASSED auth.TestCheckShaPasswordShort (0.0s) PASSED auth.TestCheckShaPasswordBad (0.0s) PASSED auth.TestCheckShaPasswordGood (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_14_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_16_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_15_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_13_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_12_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_10_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_11_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_9_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_7_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_6_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_8_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_5_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_4_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_3_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_2_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_1_of_16/coverage.dat //pkg/parser/charset:charset_test (cached) PASSED in 0.4s Stats over 9 runs: max = 0.4s, min = 0.3s, avg = 0.4s, dev = 0.0s PASSED charset.TestEncodingGB18030 (0.0s) PASSED charset.TestEncodingValidate (0.0s) PASSED charset.TestEncoding (0.0s) PASSED charset.TestUTF8MB3 (0.0s) PASSED charset.TestGetDefaultCollation (0.0s) PASSED charset.TestValidCharset (0.0s) PASSED charset.TestGetCharsetDesc (0.0s) PASSED charset.TestGetCollationByName (0.0s) PASSED charset.TestValidCustomCharset (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_1_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_5_of_9/coverage.dat //pkg/parser/duration:duration_test (cached) PASSED in 0.6s PASSED duration.TestParseDuration (0.0s) PASSED duration.TestParseDuration/1.5d (0.0s) PASSED duration.TestParseDuration/1d1.5h (0.0s) PASSED duration.TestParseDuration/1d10000m (0.0s) PASSED duration.TestParseDuration/1d100h (0.0s) PASSED duration.TestParseDuration/1d3.555h (0.0s) PASSED duration.TestParseDuration/1h (0.0s) PASSED duration.TestParseDuration/1h100m (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/duration/duration_test/coverage.dat //pkg/parser/format:format_test (cached) PASSED in 0.6s Stats over 3 runs: max = 0.6s, min = 0.5s, avg = 0.6s, dev = 0.0s PASSED format.TestRestoreSpecialComment (0.0s) PASSED format.TestRestoreCtx (0.0s) PASSED format.TestFormat (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/format/format_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/format/format_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/format/format_test/shard_1_of_3/coverage.dat //pkg/parser/generate_keyword:generate_keyword_test (cached) PASSED in 0.5s PASSED generate_keyword.TestParseLine (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/generate_keyword/generate_keyword_test/coverage.dat //pkg/parser/mysql:mysql_test (cached) PASSED in 0.4s Stats over 9 runs: max = 0.4s, min = 0.3s, avg = 0.4s, dev = 0.0s PASSED mysql.TestPrivAllConsistency (0.0s) PASSED mysql.TestFlags (0.0s) PASSED mysql.TestPrivColumn (0.0s) PASSED mysql.TestPrivSetString (0.0s) PASSED mysql.TestPrivsHas (0.0s) PASSED mysql.TestPrivString (0.0s) PASSED mysql.TestSQLError (0.0s) PASSED mysql.TestVersionSeparator (0.0s) PASSED mysql.TestSQLMode (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_1_of_9/coverage.dat //pkg/parser/opcode:opcode_test (cached) PASSED in 0.5s PASSED opcode.TestT (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/opcode/opcode_test/coverage.dat //pkg/parser/terror:terror_test (cached) PASSED in 0.4s Stats over 6 runs: max = 0.4s, min = 0.3s, avg = 0.4s, dev = 0.0s PASSED terror.TestLog (0.0s) PASSED terror.TestTraceAndLocation (0.0s) PASSED terror.TestErrorEqual (0.0s) PASSED terror.TestJson (0.0s) PASSED terror.TestErrCode (0.0s) PASSED terror.TestTError (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_2_of_6/coverage.dat //pkg/parser/types:types_test (cached) PASSED in 0.6s Stats over 6 runs: max = 0.6s, min = 0.4s, avg = 0.5s, dev = 0.1s PASSED types.TestFieldTypeEqual (0.0s) PASSED types.TestFieldType (0.0s) PASSED types.TestEnumSetFlen (0.0s) PASSED types.TestHasCharsetFromStmt (0.0s) PASSED types.TestCompactStr (0.0s) PASSED types.TestStrToType (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_1_of_6/coverage.dat //pkg/planner/cascades/base:base_test (cached) PASSED in 0.7s Stats over 3 runs: max = 0.7s, min = 0.5s, avg = 0.6s, dev = 0.1s PASSED base.TestStringLen (0.0s) PASSED base.TestStructType (0.0s) PASSED base.TestHash64a (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/base/base_test/shard_1_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/base/base_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/base/base_test/shard_3_of_3/coverage.dat //pkg/planner/cascades/memo:memo_test (cached) PASSED in 1.9s Stats over 12 runs: max = 1.9s, min = 1.4s, avg = 1.6s, dev = 0.1s PASSED memo.TestIteratorLogicalPlan (0.0s) PASSED memo.TestRecursiveMergeGroup (0.0s) PASSED memo.TestMergeGroup (0.0s) PASSED memo.TestInsertGE (0.0s) PASSED memo.TestMemo (0.0s) PASSED memo.TestGroupIDGenerator_NextGroupID (0.0s) PASSED memo.TestGroupParentGERefs (0.0s) PASSED memo.TestGroupExpressionHashEquals (0.0s) PASSED memo.TestGroupHashEquals (0.0s) PASSED memo.TestGroupExpressionDelete (0.0s) PASSED memo.TestGroupExpressionHashCollision (0.0s) PASSED memo.TestRawHashMap (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_1_of_12/coverage.dat //pkg/planner/cascades/pattern:pattern_test (cached) PASSED in 2.2s Stats over 5 runs: max = 2.2s, min = 1.4s, avg = 1.8s, dev = 0.3s PASSED pattern.TestPatternSetChildren (0.0s) PASSED pattern.TestNewPattern (0.0s) PASSED pattern.TestOperandMatch (0.0s) PASSED pattern.TestGetOperand (0.0s) PASSED pattern.TestEngineTypeSet (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/pattern/pattern_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/pattern/pattern_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/pattern/pattern_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/pattern/pattern_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/pattern/pattern_test/shard_1_of_5/coverage.dat //pkg/planner/cascades/rule:rule_test (cached) PASSED in 2.2s Stats over 8 runs: max = 2.2s, min = 1.1s, avg = 1.7s, dev = 0.4s PASSED rule.TestBinderMultiAny (0.0s) PASSED rule.TestBinderAny (0.0s) PASSED rule.TestBinderMultiNext (0.0s) PASSED rule.TestBinderSubTreeMatch (0.0s) PASSED rule.TestBinderOneNode (0.0s) PASSED rule.TestBinderTopNode (0.0s) PASSED rule.TestBinderFail (0.0s) PASSED rule.TestBinderSuccess (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_1_of_8/coverage.dat //pkg/planner/cascades/rule/apply/decorrelateapply:decorrelateapply_test (cached) PASSED in 1.4s PASSED decorrelateapply_test.TestXFDeCorrelateShouldDeleteIntermediaryApply (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/apply/decorrelateapply/decorrelateapply_test/coverage.dat //pkg/planner/cascades/task:task_test (cached) PASSED in 1.9s Stats over 3 runs: max = 1.9s, min = 1.6s, avg = 1.7s, dev = 0.1s PASSED task.TestTaskFunctionality (0.0s) PASSED task.TestTaskStack (0.0s) PASSED task.TestSimpleTaskScheduler (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/task/task_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/task/task_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/task/task_test/shard_1_of_3/coverage.dat //pkg/planner/core/generator/hash64_equals:hash64_equals_test (cached) PASSED in 1.8s PASSED hash64_equals.TestGenHash64EqualsField (0.0s) PASSED hash64_equals.TestHash64Equals (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/generator/hash64_equals/hash64_equals_test/coverage.dat //pkg/planner/core/generator/shallow_ref:shallow_ref_test (cached) PASSED in 1.8s PASSED shallow_ref.TestHash64Equals (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/generator/shallow_ref/shallow_ref_test/coverage.dat //pkg/planner/planctx:planctx_test (cached) PASSED in 1.2s PASSED planctx.TestContextDetach (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/planctx/planctx_test/coverage.dat //pkg/planner/property:property_test (cached) PASSED in 1.2s PASSED property.TestNeedEnforceExchangerWithHashByEquivalence (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/property/property_test/coverage.dat //pkg/privilege/privileges/ldap:ldap_test (cached) PASSED in 3.3s Stats over 4 runs: max = 3.3s, min = 1.0s, avg = 1.6s, dev = 1.0s PASSED ldap.TestLDAPStartTLSTimeout (2.0s) PASSED ldap.TestConnectWithTLS11 (0.0s) PASSED ldap.TestConnectThrough636 (0.0s) PASSED ldap.TestCanonicalizeDN (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_1_of_4/coverage.dat //pkg/resourcegroup/runaway:runaway_test (cached) PASSED in 1.5s PASSED runaway.TestConcurrentResetAndCheckThresholds (0.1s) PASSED runaway.TestRecordKey (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/runaway/runaway_test/coverage.dat //pkg/resourcemanager:resourcemanager_test (cached) PASSED in 1.1s PASSED resourcemanager.TestSchedulerOverloadTooMuch (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/resourcemanager_test/coverage.dat //pkg/resourcemanager/pool/spool:spool_test (cached) PASSED in 5.0s Stats over 6 runs: max = 5.0s, min = 4.0s, avg = 4.4s, dev = 0.4s PASSED spool.TestWithTaskManager (0.6s) PASSED spool.TestRunWithNotEnough2 (0.0s) PASSED spool.TestRunWithNotEnough (1.0s) PASSED spool.TestRunOverload (0.0s) PASSED spool.TestPoolTuneScaleUpAndDown (1.0s) PASSED spool.TestReleaseWhenRunningPool (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_1_of_6/coverage.dat //pkg/resourcemanager/pool/workerpool:workerpool_test (cached) PASSED in 4.5s Stats over 5 runs: max = 4.5s, min = 4.0s, avg = 4.2s, dev = 0.2s PASSED workerpool.TestWorkerPoolCancelContext (0.0s) PASSED workerpool.TestWorkerPoolCustomChan (0.0s) PASSED workerpool.TestWorkerPoolNoneResult (0.0s) PASSED workerpool.TestTunePoolSize (0.0s) PASSED workerpool.TestTunePoolSize/context_done_when_reduce_pool_size_and_wait (0.0s) PASSED workerpool.TestTunePoolSize/random_tune_pool_size (0.0s) PASSED workerpool.TestWorkerPool (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/workerpool/workerpool_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/workerpool/workerpool_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/workerpool/workerpool_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/workerpool/workerpool_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/workerpool/workerpool_test/shard_1_of_5/coverage.dat //pkg/resourcemanager/util:util_test (cached) PASSED in 0.5s PASSED util.TestShardPoolMap (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/util/util_test/coverage.dat //pkg/server/internal:internal_test (cached) PASSED in 1.2s Stats over 8 runs: max = 1.2s, min = 0.8s, avg = 1.0s, dev = 0.2s PASSED internal.TestSubHeaderWithWrongSequenceNumber (0.0s) PASSED internal.TestCompressedReaderLong (0.0s) PASSED internal.TestCompressedReaderLong/zlib (0.0s) PASSED internal.TestCompressedReaderLong/zstd (0.0s) PASSED internal.TestCompressedReaderShort (0.0s) PASSED internal.TestCompressedWriterLong (0.0s) PASSED internal.TestCompressedWriterLong/zlib (0.0s) PASSED internal.TestCompressedWriterLong/zstd (0.0s) PASSED internal.TestCompressedWriterShort (0.0s) PASSED internal.TestPacketIORead (0.1s) PASSED internal.TestPacketIORead/compressed_short (0.0s) PASSED internal.TestPacketIORead/uncompressed (0.1s) PASSED internal.TestPacketIORead/zlib (0.0s) PASSED internal.TestPacketIORead/zstd (0.0s) PASSED internal.TestPacketIOWriteCompressed (0.1s) PASSED internal.TestPacketIOWrite (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_1_of_8/coverage.dat //pkg/server/internal/column:column_test (cached) PASSED in 1.1s Stats over 5 runs: max = 1.1s, min = 0.9s, avg = 1.0s, dev = 0.0s PASSED column.TestResultEncoder (0.0s) PASSED column.TestDumpTextValue (0.0s) PASSED column.TestColumnNameLimit (0.0s) PASSED column.TestDumpColumnWithDefault (0.0s) PASSED column.TestDumpColumn (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_1_of_5/coverage.dat //pkg/server/internal/dump:dump_test (cached) PASSED in 1.1s Stats over 3 runs: max = 1.1s, min = 0.9s, avg = 0.9s, dev = 0.1s PASSED dump.TestDumpUint (0.0s) PASSED dump.TestDumpLengthEncodedInt (0.0s) PASSED dump.TestDumpBinaryTime (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/dump/dump_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/dump/dump_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/dump/dump_test/shard_1_of_3/coverage.dat //pkg/server/internal/parse:parse_test (cached) PASSED in 1.8s PASSED parse.TestAuthSwitchRequest (0.0s) PASSED parse.TestParseStmtFetchCmd (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/parse/parse_test/coverage.dat //pkg/server/internal/util:util_test (cached) PASSED in 1.8s Stats over 4 runs: max = 1.8s, min = 1.3s, avg = 1.6s, dev = 0.2s PASSED util.TestParseNullTermString (0.0s) PASSED util.TestParseLengthEncodedBytes (0.0s) PASSED util.TestParseLengthEncodedInt (0.0s) PASSED util.TestAppendFormatFloat (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/util/util_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/util/util_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/util/util_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/util/util_test/shard_1_of_4/coverage.dat //pkg/session/cursor:cursor_test (cached) PASSED in 2.5s Stats over 5 runs: max = 2.5s, min = 0.5s, avg = 1.0s, dev = 0.8s PASSED cursor.TestCursorTrackerConcurrentCreateDelete (2.0s) PASSED cursor.TestCursorHandleClose (0.0s) PASSED cursor.TestGetCursor (0.0s) PASSED cursor.TestRangeCursor (0.0s) PASSED cursor.TestNewCursor (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/cursor/cursor_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/cursor/cursor_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/cursor/cursor_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/cursor/cursor_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/cursor/cursor_test/shard_1_of_5/coverage.dat //pkg/sessionctx:sessionctx_test (cached) PASSED in 4.8s PASSED sessionctx.TestBasicCtxTypeToString (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionctx_test/coverage.dat //pkg/statistics/handle:handle_test (cached) PASSED in 6.2s Stats over 4 runs: max = 6.2s, min = 5.2s, avg = 5.6s, dev = 0.4s /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handle_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handle_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handle_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handle_test/shard_1_of_4/coverage.dat //pkg/statistics/handle/autoanalyze/priorityqueue/calculatoranalysis:calculatoranalysis_test (cached) PASSED in 1.2s PASSED calculatoranalysis_test.TestPriorityCalculatorWithGeneratedData (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/calculatoranalysis/calculatoranalysis_test/coverage.dat //pkg/statistics/handle/cache:cache_test (cached) PASSED in 1.5s PASSED cache.TestBenchDaily (0.0s) PASSED cache.TestCacheOfBatchUpdate (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/cache_test/coverage.dat //pkg/statistics/handle/cache/internal/lfu:lfu_test (cached) PASSED in 25.6s Stats over 10 runs: max = 25.6s, min = 4.7s, avg = 7.4s, dev = 6.1s PASSED lfu.TestMemoryControlWithUpdate (0.2s) PASSED lfu.TestMemoryControl (0.2s) PASSED lfu.TestLFUReject (3.0s) PASSED lfu.TestLFUCachePutGetWithManyConcurrencyAndSmallConcurrency (20.1s) PASSED lfu.TestLFUCachePutGetWithManyConcurrency2 (0.4s) PASSED lfu.TestLFUCachePutGetWithManyConcurrency (0.0s) PASSED lfu.TestCacheLen (0.0s) PASSED lfu.TestLFUPutTooBig (0.0s) PASSED lfu.TestLFUFreshMemUsage (0.0s) PASSED lfu.TestLFUPutGetDel (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_1_of_10/coverage.dat //pkg/statistics/handle/lockstats:lockstats_test (cached) PASSED in 1.6s Stats over 13 runs: max = 1.6s, min = 1.3s, avg = 1.4s, dev = 0.1s PASSED lockstats.TestRemoveLockedPartitionsFailedIfTheWholeTableIsLocked (0.0s) PASSED lockstats.TestRemoveLockedPartitions (0.0s) PASSED lockstats.TestRemoveLockedTables (0.0s) PASSED lockstats.TestUpdateStatsAndUnlockTable (0.0s) PASSED lockstats.TestUpdateStatsAndUnlockTable/Error (0.0s) PASSED lockstats.TestUpdateStatsAndUnlockTable/Success (0.0s) PASSED lockstats.TestGetStatsDeltaFromTableLocked (0.0s) PASSED lockstats.TestGetStatsDeltaFromTableLocked/Error (0.0s) PASSED lockstats.TestGetStatsDeltaFromTableLocked/No_rows (0.0s) PASSED lockstats.TestGetStatsDeltaFromTableLocked/One_row (0.0s) PASSED lockstats.TestQueryLockedTables (0.0s) PASSED lockstats.TestQueryLockedTables/Empty_result (0.0s) PASSED lockstats.TestQueryLockedTables/Error (0.0s) PASSED lockstats.TestQueryLockedTables/One_table (0.0s) PASSED lockstats.TestQueryLockedTables/Two_tables (0.0s) PASSED lockstats.TestGetTablesLockedStatuses (0.0s) PASSED lockstats.TestGetTablesLockedStatuses/empty (0.0s) PASSED lockstats.TestGetTablesLockedStatuses/locked (0.0s) PASSED lockstats.TestGetTablesLockedStatuses/not_locked (0.0s) PASSED lockstats.TestAddLockedPartitionsFailed (0.0s) PASSED lockstats.TestAddLockedPartitions (0.0s) PASSED lockstats.TestAddLockedTables (0.0s) PASSED lockstats.TestInsertIntoStatsTableLocked (0.0s) PASSED lockstats.TestGenerateSkippedPartitionsMessage (0.0s) PASSED lockstats.TestGenerateSkippedPartitionsMessage/all_partitions_are_duplicate_when_locking (0.0s) PASSED lockstats.TestGenerateSkippedPartitionsMessage/all_partitions_are_duplicate_when_unlocking (0.0s) PASSED lockstats.TestGenerateSkippedPartitionsMessage/multiple_duplicate_partitions_when_locking (0.0s) PASSED lockstats.TestGenerateSkippedPartitionsMessage/no_duplicate_partitions_when_locking (0.0s) PASSED lockstats.TestGenerateSkippedPartitionsMessage/one_duplicate_table_when_locking (0.0s) PASSED lockstats.TestGenerateSkippedTablesMessage (0.0s) PASSED lockstats.TestGenerateSkippedTablesMessage/all_tables_are_duplicate_when_locking (0.0s) PASSED lockstats.TestGenerateSkippedTablesMessage/all_tables_are_duplicate_when_unlocking (0.0s) PASSED lockstats.TestGenerateSkippedTablesMessage/multiple_duplicate_tables_when_locking (0.0s) PASSED lockstats.TestGenerateSkippedTablesMessage/no_duplicate_tables_when_locking (0.0s) PASSED lockstats.TestGenerateSkippedTablesMessage/one_duplicate_table_when_locking (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_1_of_13/coverage.dat //pkg/statistics/handle/usage/collector:collector_test (cached) PASSED in 0.8s Stats over 3 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s PASSED collector.TestSessionParallelSendDeltaSync (0.1s) PASSED collector.TestSessionParallelSendDelta (0.0s) PASSED collector.TestSessionSendDelta (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/collector/collector_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/collector/collector_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/collector/collector_test/shard_1_of_3/coverage.dat //pkg/statistics/handle/usage/indexusage:indexusage_test (cached) PASSED in 8.0s Stats over 4 runs: max = 8.0s, min = 1.0s, avg = 2.8s, dev = 3.0s PASSED indexusage.TestStmtIndexUsageCollector (0.0s) PASSED indexusage.TestFlushConcurrentIndexCollector (6.8s) PASSED indexusage.TestUpdateIndex (0.0s) PASSED indexusage.TestGetBucket (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/indexusage/indexusage_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/indexusage/indexusage_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/indexusage/indexusage_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/indexusage/indexusage_test/shard_1_of_4/coverage.dat //pkg/store/copr:copr_test (cached) PASSED in 47.2s Stats over 31 runs: max = 47.2s, min = 5.8s, avg = 7.8s, dev = 7.3s PASSED copr.TestMPPFailedStoreAssertFailed (0.0s) PASSED copr.TestMPPFailedStoreProbeGoroutineTask (0.0s) PASSED copr.TestMPPFailedStoreProbe (1.4s) PASSED copr.TestCopRangeSplit (0.0s) PASSED copr.TestCopRanges (0.0s) PASSED copr.TestBatchStoreCoprOnlySendToLeader (0.0s) PASSED copr.TestSmallTaskConcurrencyLimit (0.0s) PASSED copr.TestBuildCopTasksWithRowCountHint (0.0s) PASSED copr.TestBalanceBatchCopTaskWithContinuity (7.5s) PASSED copr.TestBasicSmallTaskConc (0.0s) PASSED copr.TestCalculateRemain (0.0s) PASSED copr.TestBalanceBatchCopTaskWithEmptyTaskSet (0.0s) PASSED copr.TestCalculateRetry (0.0s) PASSED copr.TestDeepCopyStoreTaskMap (0.0s) PASSED copr.TestBuildPagingTasksDisablePagingForSmallLimit (0.0s) PASSED copr.TestBuildPagingTasks (0.0s) PASSED copr.TestConsistentHash (0.8s) PASSED copr.TestDispatchPolicyRR (0.8s) PASSED copr.TestGetAllUsedTiFlashStores (0.0s) PASSED copr.TestRebuild (0.0s) PASSED copr.TestTopoFetcherBackoff (40.8s) PASSED copr.TestDisable (0.0s) PASSED copr.TestAdmission (0.0s) PASSED copr.TestBuildCacheKey (0.0s) PASSED copr.TestGetSet (0.1s) PASSED copr.TestIssue24118 (0.0s) PASSED copr.TestSplitKeyRanges (0.0s) PASSED copr.TestCacheValueLen (0.0s) PASSED copr.TestBuildTasksByBuckets (0.0s) PASSED copr.TestBuildTasksWithoutBuckets (0.0s) PASSED copr.TestSplitKeyRangesByLocationsWithoutBuckets (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_31_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_30_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_29_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_28_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_27_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_26_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_25_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_24_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_1_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_23_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_22_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_2_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_21_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_3_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_20_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_19_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_4_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_5_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_7_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_18_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_6_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_9_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_10_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_8_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_12_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_13_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_17_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_11_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_15_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_14_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_16_of_31/coverage.dat //pkg/store/driver/error:error_test (cached) PASSED in 0.9s PASSED error.TestConvertError (0.0s) PASSED error.TestMemBufferOversizeError (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/error/error_test/coverage.dat //pkg/store/driver/txn:txn_test (cached) PASSED in 1.6s Stats over 5 runs: max = 1.6s, min = 1.2s, avg = 1.4s, dev = 0.1s PASSED txn.TestUnionIterErrors (0.0s) PASSED txn.TestUnionIter (0.0s) PASSED txn.TestWriteConflictPrettyFormat (0.0s) PASSED txn.TestLockNotFoundPrint (0.0s) PASSED txn.TestBufferBatchGetter (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/txn/txn_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/txn/txn_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/txn/txn_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/txn/txn_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/txn/txn_test/shard_1_of_5/coverage.dat //pkg/store/helper:helper_test (cached) PASSED in 1.5s Stats over 6 runs: max = 1.5s, min = 1.0s, avg = 1.3s, dev = 0.2s PASSED helper.TestTableRange (0.0s) PASSED helper.TestComputeTiFlashStatus (0.0s) PASSED helper.TestTiKVStoresStat (0.0s) PASSED helper.TestTiKVRegionsInfo (0.0s) PASSED helper.TestGetRegionsTableInfo (0.0s) PASSED helper.TestHotRegion (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_1_of_6/coverage.dat //pkg/store/mockstore:mockstore_test (cached) PASSED in 2.3s PASSED mockstore.TestClusterSplit (0.0s) PASSED mockstore.TestConfig (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/mockstore_test/coverage.dat //pkg/store/mockstore/unistore:unistore_test (cached) PASSED in 1.5s Stats over 5 runs: max = 1.5s, min = 1.4s, avg = 1.4s, dev = 0.0s PASSED unistore.TestRawHandler (0.0s) PASSED unistore.TestMockPDServiceDiscovery (0.0s) PASSED unistore.TestWatch (0.0s) PASSED unistore.TestStore (0.0s) PASSED unistore.TestLoad (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/unistore_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/unistore_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/unistore_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/unistore_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/unistore_test/shard_1_of_5/coverage.dat //pkg/store/mockstore/unistore/cophandler:cophandler_test (cached) PASSED in 1.3s Stats over 4 runs: max = 1.3s, min = 1.2s, avg = 1.2s, dev = 0.1s PASSED cophandler.TestMppExecutor (0.0s) PASSED cophandler.TestClosureExecutor (0.0s) PASSED cophandler.TestPointGet (0.0s) PASSED cophandler.TestIsPrefixNext (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/cophandler/cophandler_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/cophandler/cophandler_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/cophandler/cophandler_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/cophandler/cophandler_test/shard_1_of_4/coverage.dat //pkg/store/mockstore/unistore/lockstore:lockstore_test (cached) PASSED in 10.8s Stats over 4 runs: max = 10.8s, min = 0.6s, avg = 3.4s, dev = 4.3s PASSED lockstore.TestMemStoreConcurrent (10.0s) PASSED lockstore.TestReplace (0.6s) PASSED lockstore.TestIterator (0.0s) PASSED lockstore.TestMemStore (0.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/lockstore/lockstore_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/lockstore/lockstore_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/lockstore/lockstore_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/lockstore/lockstore_test/shard_1_of_4/coverage.dat //pkg/store/mockstore/unistore/tikv:tikv_test (cached) PASSED in 1.7s Stats over 28 runs: max = 1.7s, min = 1.1s, avg = 1.3s, dev = 0.1s PASSED tikv.TestRcReadCheckTS (0.0s) PASSED tikv.TestAssertion (0.0s) PASSED tikv.TestTiKVRCRead (0.0s) PASSED tikv.TestAccessCommittedLocks (0.0s) PASSED tikv.TestAsyncCommitPrewrite (0.0s) PASSED tikv.TestScanSampleStep (0.2s) PASSED tikv.TestPessimisticLockForce (0.0s) PASSED tikv.TestOpCheckNotExist (0.0s) PASSED tikv.TestCommitPessimisticLock (0.0s) PASSED tikv.TestBatchGet (0.0s) PASSED tikv.TestResolveCommit (0.0s) PASSED tikv.TestPessimisticLock (0.0s) PASSED tikv.TestMinCommitTs (0.0s) PASSED tikv.TestCommit (0.0s) PASSED tikv.TestCleanup (0.0s) PASSED tikv.TestRollbackKey (0.0s) PASSED tikv.TestPrewriteInsert (0.0s) PASSED tikv.TestTxnPrewrite (0.0s) PASSED tikv.TestMvccTxnRead (0.0s) PASSED tikv.TestPrimaryKeyOpLock (0.0s) PASSED tikv.TestMvccGet (0.0s) PASSED tikv.TestCheckSecondaryLocksStatus (0.0s) PASSED tikv.TestCheckTxnStatus (0.0s) PASSED tikv.TestOverwritePessimisitcLock (0.0s) PASSED tikv.TestRollback (0.0s) PASSED tikv.TestPessimiticTxnTTL (0.0s) PASSED tikv.TestBasicOptimistic (0.0s) PASSED tikv.TestDeadlock (0.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_28_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_27_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_26_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_25_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_24_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_23_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_22_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_21_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_20_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_19_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_18_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_17_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_16_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_15_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_14_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_13_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_12_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_11_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_10_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_9_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_8_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_7_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_6_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_5_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_4_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_3_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_2_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_1_of_28/coverage.dat //pkg/store/mockstore/unistore/util/lockwaiter:lockwaiter_test (cached) PASSED in 0.7s PASSED lockwaiter.TestLockwaiterBasic (0.0s) PASSED lockwaiter.TestLockwaiterConcurrent (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/util/lockwaiter/lockwaiter_test/coverage.dat //pkg/table:table_test (cached) PASSED in 5.3s Stats over 10 runs: max = 5.3s, min = 4.9s, avg = 5.0s, dev = 0.1s PASSED table.TestOptions (0.0s) PASSED table.TestErrorCode (0.0s) PASSED table.TestGetDefaultValue (0.0s) PASSED table.TestCastValue (0.0s) PASSED table.TestString (0.0s) PASSED table.TestGetZeroValue (0.0s) PASSED table.TestGetZeroValue/bigint(0)_UNSIGNED (0.0s) PASSED table.TestGetZeroValue/binary(2) (0.0s) PASSED table.TestGetZeroValue/bit(1) (0.0s) PASSED table.TestGetZeroValue/blob (0.0s) PASSED table.TestGetZeroValue/char(2)_CHARACTER_SET_utf8mb4 (0.0s) PASSED table.TestGetZeroValue/date (0.0s) PASSED table.TestGetZeroValue/datetime (0.0s) PASSED table.TestGetZeroValue/decimal(10,0) (0.0s) PASSED table.TestGetZeroValue/double (0.0s) PASSED table.TestGetZeroValue/enum('') (0.0s) PASSED table.TestGetZeroValue/float (0.0s) PASSED table.TestGetZeroValue/int(11) (0.0s) PASSED table.TestGetZeroValue/json (0.0s) PASSED table.TestGetZeroValue/set('') (0.0s) PASSED table.TestGetZeroValue/time (0.0s) PASSED table.TestGetZeroValue/timestamp (0.0s) PASSED table.TestGetZeroValue/varchar(5)_CHARACTER_SET_utf8mb4_COLLATE_utf8mb4_bin (0.0s) PASSED table.TestDesc (0.0s) PASSED table.TestFind (0.0s) PASSED table.TestCheck (0.0s) PASSED table.TestHandleBadNull (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_1_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_4_of_10/coverage.dat //pkg/table/tblctx:tblctx_test (cached) PASSED in 1.4s Stats over 5 runs: max = 1.4s, min = 1.0s, avg = 1.3s, dev = 0.2s PASSED tblctx.TestEnsureCapacityAndReset (0.0s) PASSED tblctx.TestMutateBuffersGetter (0.0s) PASSED tblctx.TestEncodeRow (0.0s) PASSED tblctx.TestCheckRowBuffer (0.0s) PASSED tblctx.TestEncodeBufferReserve (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblctx/tblctx_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblctx/tblctx_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblctx/tblctx_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblctx/tblctx_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblctx/tblctx_test/shard_2_of_5/coverage.dat //pkg/table/tblsession:tblsession_test (cached) PASSED in 1.7s PASSED tblsession_test.TestSessionMutateContextFields (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblsession/tblsession_test/coverage.dat //pkg/table/temptable:temptable_test (cached) PASSED in 1.7s Stats over 16 runs: max = 1.7s, min = 1.1s, avg = 1.4s, dev = 0.1s PASSED temptable.TestOnIterReverse (0.0s) PASSED temptable.TestOnIter (0.0s) PASSED temptable.TestIterTable (0.0s) PASSED temptable.TestErrorCreateUnionIter (0.0s) PASSED temptable.TestCreateUnionIter (0.0s) PASSED temptable.TestInterceptorOnBatchGet (0.0s) PASSED temptable.TestInterceptorBatchGetTemporaryTableKeys (0.0s) PASSED temptable.TestInterceptorOnGet (0.0s) PASSED temptable.TestInterceptorTemporaryTableInfoByID (0.0s) PASSED temptable.TestGetSessionTemporaryTableKey (0.0s) PASSED temptable.TestNotTableRange (0.0s) PASSED temptable.TestGetRangeAccessedTableID (0.0s) PASSED temptable.TestGetKeyAccessedTableID (0.0s) PASSED temptable.TestTruncateLocalTemporaryTable (0.0s) PASSED temptable.TestRemoveLocalTemporaryTable (0.0s) PASSED temptable.TestAddLocalTemporaryTable (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_16_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_15_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_14_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_13_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_12_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_11_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_10_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_9_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_8_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_7_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_6_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_5_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_4_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_3_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_2_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_1_of_16/coverage.dat //pkg/tablecodec:tablecodec_test (cached) PASSED in 1.5s Stats over 23 runs: max = 1.5s, min = 0.9s, avg = 1.1s, dev = 0.1s PASSED tablecodec.TestV2TableCodec (0.0s) PASSED tablecodec.TestTempIndexValueCodec (0.0s) PASSED tablecodec.TestTempIndexKey (0.0s) PASSED tablecodec.TestUntouchedIndexKValue (0.0s) PASSED tablecodec.TestError (0.0s) PASSED tablecodec.TestDecodeAutoIDMeta (0.0s) PASSED tablecodec.TestBenchDaily (0.0s) PASSED tablecodec.TestRange (0.0s) PASSED tablecodec.TestTableCodec (0.0s) PASSED tablecodec.TestCutPrefix (0.0s) PASSED tablecodec.TestTableCodecInvalid (0.0s) PASSED tablecodec.TestDecodeIndexKey (0.0s) PASSED tablecodec.TestRowCodec (0.0s) PASSED tablecodec.TestPrefix (0.0s) PASSED tablecodec.TestDecodeColumnValue (0.0s) PASSED tablecodec.TestRecordKey (0.0s) PASSED tablecodec.TestUnflattenDatums (0.0s) PASSED tablecodec.TestIndexKey (0.0s) PASSED tablecodec.TestTimeCodec (0.0s) PASSED tablecodec.TestDecodeBadDecical (0.0s) PASSED tablecodec.TestCutRow (0.0s) PASSED tablecodec.TestCutKey (0.0s) PASSED tablecodec.TestCutKeyNew (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_9_of_23/coverage.dat //pkg/tablecodec/rowindexcodec:rowindexcodec_test (cached) PASSED in 0.6s PASSED rowindexcodec.TestGetKeyKind (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/rowindexcodec/rowindexcodec_test/coverage.dat //pkg/testkit/testfork:testfork_test (cached) PASSED in 0.5s PASSED testfork.TestForkSubTest (0.0s) PASSED testfork.TestForkSubTest/#00 (0.0s) PASSED testfork.TestForkSubTest/#01 (0.0s) PASSED testfork.TestForkSubTest/#02 (0.0s) PASSED testfork.TestForkSubTest/#03 (0.0s) PASSED testfork.TestForkSubTest/#04 (0.0s) PASSED testfork.TestForkSubTest/#05 (0.0s) PASSED testfork.TestForkSubTest/#06 (0.0s) PASSED testfork.TestForkSubTest/#07 (0.0s) PASSED testfork.TestForkSubTest/#08 (0.0s) PASSED testfork.TestForkSubTest/#09 (0.0s) PASSED testfork.TestForkSubTest/#10 (0.0s) PASSED testfork.TestForkSubTest/#11 (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/testkit/testfork/testfork_test/coverage.dat //pkg/testkit/testutil:testutil_test (cached) PASSED in 1.1s PASSED testutil.TestCompareUnorderedString (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/testkit/testutil/testutil_test/coverage.dat //pkg/timer/api:api_test (cached) PASSED in 4.4s Stats over 13 runs: max = 4.4s, min = 3.9s, avg = 4.2s, dev = 0.1s PASSED api.TestTimerNextEventTime (0.0s) PASSED api.TestTimerValidate (0.0s) PASSED api.TestGetTimerOption (0.0s) PASSED api.TestTimerUpdate (0.0s) PASSED api.TestUpdateTimerOption (0.0s) PASSED api.TestOperatorCond (0.0s) PASSED api.TestTimerRecordCond (0.0s) PASSED api.TestDefaultClient (0.0s) PASSED api.TestFieldsReflect (0.0s) PASSED api.TestDefaultClientManualTriggerRetry (0.0s) PASSED api.TestFieldOptional (0.0s) PASSED api.TestIntervalPolicy (0.0s) PASSED api.TestCronPolicy (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_6_of_13/coverage.dat //pkg/timer/runtime:runtime_test (cached) PASSED in 6.5s Stats over 24 runs: max = 6.5s, min = 4.5s, avg = 4.8s, dev = 0.4s PASSED runtime.TestHookWorkerLoopHandleRequestPanicRecover (0.0s) PASSED runtime.TestHookWorkerLoopPanicRecover (0.0s) PASSED runtime.TestWorkerProcessManualRequest (0.0s) PASSED runtime.TestWorkerProcessDelayOrErr (0.0s) PASSED runtime.TestWorkerProcessTriggeredTimerSuccess (0.0s) PASSED runtime.TestWorkerProcessIdleTimerSuccess (0.0s) PASSED runtime.TestWorkerStartStop (0.1s) PASSED runtime.TestTimerRuntimeLoopPanicRecover (0.0s) PASSED runtime.TestTimerFullProcess (2.0s) PASSED runtime.TestWatchTimerRetry (0.1s) PASSED runtime.TestCreateWatchTimerChan (0.0s) PASSED runtime.TestCloseWaitingCloseTimers (0.0s) PASSED runtime.TestBatchHandlerWatchResponses (0.0s) PASSED runtime.TestFullRefreshTimers (0.0s) PASSED runtime.TestNextTryTriggerDuration (0.0s) PASSED runtime.TestHandleHookWorkerResponse (0.0s) PASSED runtime.TestTryTriggerTimePriority (0.0s) PASSED runtime.TestTryTriggerTimer (0.0s) PASSED runtime.TestEnsureWorker (0.0s) PASSED runtime.TestRuntimeStartStop (0.0s) PASSED runtime.TestLocationChanged (0.0s) PASSED runtime.TestFullUpdateCache (0.0s) PASSED runtime.TestCacheSort (0.0s) PASSED runtime.TestCacheUpdate (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_1_of_24/coverage.dat //pkg/timer/tablestore:tablestore_test (cached) PASSED in 5.2s Stats over 8 runs: max = 5.2s, min = 4.5s, avg = 4.9s, dev = 0.2s PASSED tablestore.TestRunInTxn (0.0s) PASSED tablestore.TestTakeSession (0.0s) PASSED tablestore.TestBuildDeleteTimerSQL (0.0s) PASSED tablestore.TestBuildUpdateTimerSQL (0.0s) PASSED tablestore.TestBuildUpdateCriteria (0.0s) PASSED tablestore.TestBuildSelectTimerSQL (0.0s) PASSED tablestore.TestBuildCondCriteria (0.0s) PASSED tablestore.TestBuildInsertTimerSQL (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_1_of_8/coverage.dat //pkg/ttl/client:client_test (cached) PASSED in 1.2s PASSED client.TestCommandClient (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/client/client_test/coverage.dat //pkg/ttl/metrics:metrics_test (cached) PASSED in 0.5s PASSED metrics.TestPhaseTracer (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/metrics/metrics_test/coverage.dat //pkg/types:types_test (cached) PASSED in 1.3s Stats over 50 runs: max = 1.3s, min = 0.8s, avg = 1.1s, dev = 0.1s PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONContains (0.0s) PASSED types.TestCloneDatum (0.0s) PASSED types.TestDate (0.0s) PASSED types.TestVectorParse (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONMerge (0.0s) PASSED types.TestComputePlusAndMinus (0.0s) PASSED types.TestTimestamp (0.0s) PASSED types.TestZeroVector (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestCompareBinary (0.0s) PASSED types.TestDateTime (0.0s) PASSED types.TestToBytes (0.0s) PASSED types.TestVectorEndianess (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONRemove (0.0s) PASSED types.TestDurationConvertToYearFromNow (0.0s) PASSED types.TestIsNull (0.0s) PASSED types.TestTimeEncoding (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONModify (0.0s) PASSED types.TestMarshalTime (0.0s) PASSED types.TestSet (0.0s) PASSED types.TestSet/ParseSet (0.0s) PASSED types.TestSet/ParseSetValue (0.0s) PASSED types.TestSet/ParseSetValue_err (0.0s) PASSED types.TestSet/ParseSet_ci (0.0s) PASSED types.TestSet/ParseSet_err (0.0s) PASSED types.TestToJSON (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvertToFloat (0.0s) PASSED types.TestDiv (0.0s) PASSED types.TestParseWithTimezone (0.0s) PASSED types.TestQuoteString (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONUnquote (0.0s) PASSED types.TestGetTimezone (0.0s) PASSED types.TestMul (0.0s) PASSED types.TestToUint32 (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONType (0.0s) PASSED types.TestFromGoTime (0.0s) PASSED types.TestSub (0.0s) PASSED types.TestToInt64 (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONCopy (0.0s) PASSED types.TestBinaryLiteral (0.0s) PASSED types.TestBinaryLiteral/TestCompare (0.0s) PASSED types.TestBinaryLiteral/TestNewBinaryLiteralFromUint (0.0s) PASSED types.TestBinaryLiteral/TestParseBitStr (0.0s) PASSED types.TestBinaryLiteral/TestParseBitStr#01 (0.0s) PASSED types.TestBinaryLiteral/TestParseHexStr (0.0s) PASSED types.TestBinaryLiteral/TestParseHexStr#01 (0.0s) PASSED types.TestBinaryLiteral/TestString (0.0s) PASSED types.TestBinaryLiteral/TestToBitLiteralString (0.0s) PASSED types.TestBinaryLiteral/TestToInt (0.0s) PASSED types.TestBinaryLiteral/TestToString (0.0s) PASSED types.TestBinaryLiteral/TestTrimLeadingZeroBytes (0.0s) PASSED types.TestEstimatedMemUsage (0.0s) PASSED types.TestTime (0.0s) PASSED types.TestVectorDatum (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestChangeReverseResultByUpperLowerBound (0.0s) PASSED types.TestCompare (0.0s) PASSED types.TestDurationAdd (0.0s) PASSED types.TestGetKeys (0.0s) PASSED types.TestVectorCompare (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAdd (0.0s) PASSED types.TestBinaryJSONExtract (0.0s) PASSED types.TestFormatIntWidthN (0.0s) PASSED types.TestToBool (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONDepth (0.0s) PASSED types.TestCompareDatum (0.0s) PASSED types.TestDurationSub (0.0s) PASSED types.TestStringToMysqlBit (0.0s) PASSED types.TestStringToMysqlBit/0_1_true (0.0s) PASSED types.TestStringToMysqlBit/0_8_false (0.0s) PASSED types.TestStringToMysqlBit/1_1_true (0.0s) PASSED types.TestStringToMysqlBit/1_8_false (0.0s) PASSED types.TestStringToMysqlBit/b'0'_32_false (0.0s) PASSED types.TestStringToMysqlBit/b'1'_32_false (0.0s) PASSED types.TestStringToMysqlBit/false_1_true (0.0s) PASSED types.TestStringToMysqlBit/false_40_false (0.0s) PASSED types.TestStringToMysqlBit/true_1_true (0.0s) PASSED types.TestStringToMysqlBit/true_32_false (0.0s) PASSED types.TestVectorSerialize (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestMarshalDatum (0.0s) PASSED types.TestParseBinaryFromString (0.0s) PASSED types.TestTimeFsp (0.0s) PASSED types.TestVecCompareIntAndUint (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestCodec (0.0s) PASSED types.TestFunctions (0.0s) PASSED types.TestNULLNotEqualWithOthers (0.0s) PASSED types.TestSQLMode (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestCreateBinary (0.0s) PASSED types.TestGetSQLMode (0.0s) PASSED types.TestProduceDecWithSpecifiedTp (0.0s) PASSED types.TestYear (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONMarshalUnmarshal (0.0s) PASSED types.TestCheckMonthDay (0.0s) PASSED types.TestDatum (0.0s) PASSED types.TestMarshalMyDecimal (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONExtractCallback (0.0s) PASSED types.TestDatumsToString (0.0s) PASSED types.TestParseTimeFromNum (0.0s) PASSED types.TestServerStatus (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONWalk (0.0s) PASSED types.TestEnum (0.0s) PASSED types.TestEnum/ParseEnum (0.0s) PASSED types.TestEnum/ParseEnumValue (0.0s) PASSED types.TestEnum/ParseEnum_ci (0.0s) PASSED types.TestToNumber (0.0s) PASSED types.TestWithNewFlags (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAdjustedGoTime (0.0s) PASSED types.TestBinaryCompare (0.0s) PASSED types.TestFromStringMyDecimal (0.0s) PASSED types.TestFromStringMyDecimal/-.000000012345000098765_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/-123.45._(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/-1e1073741823_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/.00012345000098765_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/.12345000098765_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1.1.1.1.1_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/123.45._(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/12345._(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/123450.000098765_(wordBufLen:_1) (0.0s) PASSED types.TestFromStringMyDecimal/123450000098765_(wordBufLen:_1) (0.0s) PASSED types.TestFromStringMyDecimal/1234500009876.5_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/12345_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/123E-2_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/123E5_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1__1_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1___(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1asf_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1e001_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1e00_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1e1073741823_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1e18446744073709551620_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1e_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1e_-1_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1e_-_1_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1e_1dddd__(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1eabc_(wordBufLen:_9) (0.0s) PASSED types.TestTimeSub (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestDecodeEscapedUnicode (0.0s) PASSED types.TestShiftMyDecimal (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_-1,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_-6,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_-7,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_-8,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_-9,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_1,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_10,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_17,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_18,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_19,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_20,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_21,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_22,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_23,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_24,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_25,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_26,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_27,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_28,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_8,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_9,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000_(shift:_1000,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/.123_(shift:_1,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/.123_(shift:_10,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/.123_(shift:_14,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/000.000_(shift:_1000,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/000._(shift:_1000,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/000000000000000000000000123457189.123123456789000_(shift:_26,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/00000000000000000123457189.123123456789000_(shift:_28,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/00000000123457189.123123456789000_(shift:_27,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/00000087654321.123456789000_(shift:_-14,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-1,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-15,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-16,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-17,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-18,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-19,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-2,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-20,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-21,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-3,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-6,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-7,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_1,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-1,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-10,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-17,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-18,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-19,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-2,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-26,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-27,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-8,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-9,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_0,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_1,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_10,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_2,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_4,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_8,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_9,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_1,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_10,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_17,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_18,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_19,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_26,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_27,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_28,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_8,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_9,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-1,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-10,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-11,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-12,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-13,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-14,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-2,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-3,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-8,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-9,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123_(shift:_1,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123_(shift:_10,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/1_(shift:_1000,_wordBufLen:_9) (0.0s) PASSED types.TestTruncateFrac (0.0s) PASSED types.TestWeekday (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONOpaque (0.0s) PASSED types.TestError (0.0s) PASSED types.TestParseTimeFromFloatString (0.0s) PASSED types.TestSimpleOnOffFlags (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvertType (0.0s) PASSED types.TestHashValue (0.0s) PASSED types.TestIsType (0.0s) PASSED types.TestParseFrac (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAddDate (0.0s) PASSED types.TestReset (0.0s) PASSED types.TestTimeOverflow (0.0s) PASSED types.TestTruncateFloatToString (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestContainsAnyAsterisk (0.0s) PASSED types.TestContainsAnyAsterisk/$**.a[1] (0.0s) PASSED types.TestContainsAnyAsterisk/$.*[1] (0.0s) PASSED types.TestContainsAnyAsterisk/$.a[*] (0.0s) PASSED types.TestContainsAnyAsterisk/$.a[1] (0.0s) PASSED types.TestConvertToString (0.0s) PASSED types.TestRoundFrac (0.0s) PASSED types.TestTypeToStr (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvert (0.0s) PASSED types.TestConvertToStringWithCheck (0.0s) PASSED types.TestEOFAsNil (0.0s) PASSED types.TestValidatePathExpr (0.0s) PASSED types.TestValidatePathExpr/$**.a[b] (0.0s) PASSED types.TestValidatePathExpr/$."\0\ (0.0s) PASSED types.TestValidatePathExpr/$."hello_\"escaped_quotes\"_world\\n"[3][*].*.key3 (0.0s) PASSED types.TestValidatePathExpr/$."key1_string"[__3__][*].*.key3 (0.0s) PASSED types.TestValidatePathExpr/$."performance".txn-entry-size-limit (0.0s) PASSED types.TestValidatePathExpr/$."performance."txn-entry-size-limit (0.0s) PASSED types.TestValidatePathExpr/$."performance."txn-entry-size-limit" (0.0s) PASSED types.TestValidatePathExpr/$."?" (0.0s) PASSED types.TestValidatePathExpr/$."?" (0.0s) PASSED types.TestValidatePathExpr/$.*[b] (0.0s) PASSED types.TestValidatePathExpr/$.\"escaped_quotes\"[3][*].*.key3 (0.0s) PASSED types.TestValidatePathExpr/$.a[b] (0.0s) PASSED types.TestValidatePathExpr/$.b[_1_]. (0.0s) PASSED types.TestValidatePathExpr/$.hello_\"escaped_quotes\"_world[3][*].*.key3 (0.0s) PASSED types.TestValidatePathExpr/$.performance.txn-entry-size-limit (0.0s) PASSED types.TestValidatePathExpr/$.ต (0.0s) PASSED types.TestValidatePathExpr/$.? (0.0s) PASSED types.TestValidatePathExpr/$.? (0.0s) PASSED types.TestValidatePathExpr/$1a (0.0s) PASSED types.TestValidatePathExpr/$NoValidLegsHere (0.0s) PASSED types.TestValidatePathExpr/$[ (0.0s) PASSED types.TestValidatePathExpr/$[1_to_5] (0.0s) PASSED types.TestValidatePathExpr/$[1_to_last] (0.0s) PASSED types.TestValidatePathExpr/$[1to3] (0.0s) PASSED types.TestValidatePathExpr/$[2_to_1] (0.0s) PASSED types.TestValidatePathExpr/$[last] (0.0s) PASSED types.TestValidatePathExpr/$[last_-_5_to_last_-_10] (0.0s) PASSED types.TestValidatePathExpr/$________No_Valid_Legs_Here_.a.b.c (0.0s) PASSED types.TestValidatePathExpr/$a.***[3] (0.0s) PASSED types.TestValidatePathExpr/___$_.___key1__[__3__]**[*].*.key3 (0.0s) PASSED types.TestValidatePathExpr/___$_.___key1__[__3__]_[*].*.key3 (0.0s) PASSED types.TestValidatePathExpr/___$__ (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestCompare (0.0s) PASSED types.TestConvertToBinaryString (0.0s) PASSED types.TestMaxFloat (0.0s) PASSED types.TestPathExprToString (0.0s) PASSED types.TestPathExprToString/$**.a[3] (0.0s) PASSED types.TestPathExprToString/$."\"hello\"" (0.0s) PASSED types.TestPathExprToString/$."a_b" (0.0s) PASSED types.TestPathExprToString/$."one_potato" (0.0s) PASSED types.TestPathExprToString/$.*[2] (0.0s) PASSED types.TestPathExprToString/$.a[*] (0.0s) PASSED types.TestPathExprToString/$.a[1] (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestGetFixDays (0.0s) PASSED types.TestGetFracIndex (0.0s) PASSED types.TestMaxOrMinMyDecimal (0.0s) PASSED types.TestTruncate (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestDurationClock (0.0s) PASSED types.TestPushBackOneIndexLeg (0.0s) PASSED types.TestPushBackOneIndexLeg/$ (0.0s) PASSED types.TestPushBackOneIndexLeg/$**.a[3] (0.0s) PASSED types.TestPushBackOneIndexLeg/$**.a[3]#01 (0.0s) PASSED types.TestPushBackOneIndexLeg/$.*[2] (0.0s) PASSED types.TestPushBackOneIndexLeg/$.a[*] (0.0s) PASSED types.TestPushBackOneIndexLeg/$.a[1] (0.0s) PASSED types.TestPushBackOneIndexLeg/$.a[1_to_3] (0.0s) PASSED types.TestPushBackOneIndexLeg/$.a[last-3_to_last-3] (0.0s) PASSED types.TestRoundFloat (0.0s) PASSED types.TestStrToNum (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestDivModMyDecimal (0.0s) PASSED types.TestGetFormatType (0.0s) PASSED types.TestGetLastDay (0.0s) PASSED types.TestStrToInt (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestFieldTypeToStr (0.0s) PASSED types.TestParseDateFormat (0.0s) PASSED types.TestPushBackOneKeyLeg (0.0s) PASSED types.TestPushBackOneKeyLeg/$ (0.0s) PASSED types.TestPushBackOneKeyLeg/$**.a[3] (0.0s) PASSED types.TestPushBackOneKeyLeg/$.*[2] (0.0s) PASSED types.TestPushBackOneKeyLeg/$.a[*] (0.0s) PASSED types.TestPushBackOneKeyLeg/$.a[1] (0.0s) PASSED types.TestPushBackOneKeyLeg/$.a[1]#01 (0.0s) PASSED types.TestRound (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAlignFrac (0.0s) PASSED types.TestIsLeapYear (0.0s) PASSED types.TestMulMyDecimal (0.0s) PASSED types.TestParseTimeFromDecimal (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestDateFSP (0.0s) PASSED types.TestFromUint (0.0s) PASSED types.TestIsTypeTemporal (0.0s) PASSED types.TestRoundIntStr (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvert (0.0s) PASSED types.TestFromInt (0.0s) PASSED types.TestTimestampDiff (0.0s) PASSED types.TestTruncateFloat (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestMixDateAndTime (0.0s) PASSED types.TestParseFrac (0.0s) PASSED types.TestParseTimeFromFloat64 (0.0s) PASSED types.TestSubMyDecimal (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestGetValidFloat (0.0s) PASSED types.TestIsNonBinaryStr (0.0s) PASSED types.TestTimeAdd (0.0s) PASSED types.TestToUint (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvertTimeZone (0.0s) PASSED types.TestGetValidInt (0.0s) PASSED types.TestIsBinaryStr (0.0s) PASSED types.TestToInt (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAddMyDecimal (0.0s) PASSED types.TestCheckFsp (0.0s) PASSED types.TestGetDateFromDaynr (0.0s) PASSED types.TestParseTimeFromInt64 (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvertTime (0.0s) PASSED types.TestFromFloat (0.0s) PASSED types.TestIsTemporalWithDate (0.0s) PASSED types.TestTruncateOverflowMySQLTime (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestCompareTime (0.0s) PASSED types.TestIsDateFormat (0.0s) PASSED types.TestNegMyDecimal (0.0s) PASSED types.TestStrToDate (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvertJSONToFloat (0.0s) PASSED types.TestExtractDurationValue (0.0s) PASSED types.TestIsTypeFractionable (0.0s) PASSED types.TestToHashKey (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestCheckTimestamp (0.0s) PASSED types.TestConvertJSONToInt (0.0s) PASSED types.TestIsTypePrefixable (0.0s) PASSED types.TestToFloat (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestInvalidZero (0.0s) PASSED types.TestNeedRestoredData (0.0s) PASSED types.TestNumberToDuration (0.0s) PASSED types.TestRoundWithHalfEven (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestCalcTimeTimeDiff (0.0s) PASSED types.TestIsMicrosecondUnit (0.0s) PASSED types.TestMaxDecimal (0.0s) PASSED types.TestTimeFormatMethod (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestFieldType (0.0s) PASSED types.TestGetFsp (0.0s) PASSED types.TestRoundWithTruncate (0.0s) PASSED types.TestStrToDuration (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvertJSONToDecimal (0.0s) PASSED types.TestCurrentTime (0.0s) PASSED types.TestIsTypeNumeric (0.0s) PASSED types.TestRemoveTrailingZeros (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAggregateEvalType (0.0s) PASSED types.TestCalcDaynr (0.0s) PASSED types.TestCompareMyDecimal (0.0s) PASSED types.TestIsDateUnit (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAggFieldType (0.0s) PASSED types.TestConvertDecimalStrToUint (0.0s) PASSED types.TestExtractDurationNum (0.0s) PASSED types.TestToString (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvertScientificNotation (0.0s) PASSED types.TestDefaultTypeForValue (0.0s) PASSED types.TestExtractDatetimeNum (0.0s) PASSED types.TestRoundWithCeil (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAggFieldTypeForTypeFlag (0.0s) PASSED types.TestParseDurationValue (0.0s) PASSED types.TestToBinFromBin (0.0s) PASSED types.TestWeekBehaviour (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAggFieldTypeForIntegralPromotion (0.0s) PASSED types.TestDecimalBinSize (0.0s) PASSED types.TestIsClockUnit (0.0s) PASSED types.TestWeek (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_29_of_50/coverage.dat //pkg/types/parser_driver:parser_driver_test (cached) PASSED in 1.0s PASSED parser_driver.TestValueExprFormat (0.0s) PASSED parser_driver.TestValueExprFormat/'''''' (0.0s) PASSED parser_driver.TestValueExprFormat/'\\' (0.0s) PASSED parser_driver.TestValueExprFormat/'\\''''__' (0.0s) PASSED parser_driver.TestValueExprFormat/'test_`s''t"r.' (0.0s) PASSED parser_driver.TestValueExprFormat/'test_`s''t"r.'#01 (0.0s) PASSED parser_driver.TestValueExprFormat/-1 (0.0s) PASSED parser_driver.TestValueExprFormat/1 (0.0s) PASSED parser_driver.TestValueExprFormat/1#01 (0.0s) PASSED parser_driver.TestValueExprFormat/1.1e+00 (0.0s) PASSED parser_driver.TestValueExprFormat/1.1e+00#01 (0.0s) PASSED parser_driver.TestValueExprFormat/321 (0.0s) PASSED parser_driver.TestValueExprFormat/NULL (0.0s) PASSED parser_driver.TestValueExprFormat/b'11101000110010101110011011101000010000001100000011100110010011101110100001000100111001000101110' (0.0s) PASSED parser_driver.TestValueExprRestore (0.0s) PASSED parser_driver.TestValueExprRestore/'0000-00-00_00:00:00' (0.0s) PASSED parser_driver.TestValueExprRestore/'00:00:00' (0.0s) PASSED parser_driver.TestValueExprRestore/'\\' (0.0s) PASSED parser_driver.TestValueExprRestore/'test_`s''t"r.' (0.0s) PASSED parser_driver.TestValueExprRestore/'test_`s''t"r.'#01 (0.0s) PASSED parser_driver.TestValueExprRestore/-1 (0.0s) PASSED parser_driver.TestValueExprRestore/1 (0.0s) PASSED parser_driver.TestValueExprRestore/1#01 (0.0s) PASSED parser_driver.TestValueExprRestore/1.1e+00 (0.0s) PASSED parser_driver.TestValueExprRestore/1.1e+00#01 (0.0s) PASSED parser_driver.TestValueExprRestore/321 (0.0s) PASSED parser_driver.TestValueExprRestore/NULL (0.0s) PASSED parser_driver.TestValueExprRestore/b'11101000110010101110011011101000010000001100000011100110010011101110100001000100111001000101110' (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/parser_driver/parser_driver_test/coverage.dat //pkg/util:util_test (cached) PASSED in 11.0s Stats over 50 runs: max = 11.0s, min = 0.9s, avg = 1.7s, dev = 1.7s PASSED util.TestNewErrorGroupWithRecover (0.0s) PASSED util.TestWaitGroupWrapperGo (0.0s) PASSED util.TestWaitGroupWrapperCheck (1.0s) PASSED util.TestWaitGroupWrapperRunWithRecover (0.0s) PASSED util.TestWaitGroupWrapperRun (0.0s) PASSED util.TestDupProto (0.0s) PASSED util.TestIsInCorrectIdentifierName (0.0s) PASSED util.TestReadLine (0.0s) PASSED util.TestLogFormat (0.0s) PASSED util.TestParseHostPortAddr (0.0s) PASSED util.TestGetStepValue (0.0s) PASSED util.TestLongestCommonPrefixLen (0.0s) PASSED util.TestSessionPool (0.0s) PASSED util.TestCA (6.6s) PASSED util.TestTLSVersion (3.5s) PASSED util.TestVerifyCommonNameAndRotate (9.7s) PASSED util.TestInvalidTLS (0.0s) PASSED util.TestProcessInfoShallowCP (0.0s) PASSED util.TestPrefixFilter (0.0s) PASSED util.TestPrefix (0.0s) PASSED util.TestComposeURL (0.0s) PASSED util.TestToPB (0.0s) PASSED util.TestBasicFuncRandomBuf (0.0s) PASSED util.TestBasicFuncProcessInfo (0.0s) PASSED util.TestBasicFuncSyntaxWarn (0.0s) PASSED util.TestBasicFuncSyntaxError (0.0s) PASSED util.TestBasicFuncWithRecovery (0.0s) PASSED util.TestX509NameParseMatch (0.0s) PASSED util.TestRunWithRetry (0.0s) PASSED util.TestRunWithRetry/failed_result (0.0s) PASSED util.TestRunWithRetry/retry_exceeds (0.0s) PASSED util.TestRunWithRetry/success (0.0s) PASSED util.TestOriginError (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_1_of_50/coverage.dat //pkg/util/arena:arena_test (cached) PASSED in 0.5s PASSED arena.TestSimpleArenaAllocator (0.0s) PASSED arena.TestStdAllocator (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/arena/arena_test/coverage.dat //pkg/util/backoff:backoff_test (cached) PASSED in 0.5s PASSED backoff.TestExponential (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/backoff/backoff_test/coverage.dat //pkg/util/benchdaily:benchdaily_test (cached) PASSED in 0.7s PASSED benchdaily.TestBenchDaily (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/benchdaily/benchdaily_test/coverage.dat //pkg/util/bitmap:bitmap_test (cached) PASSED in 0.9s PASSED bitmap.TestConcurrentBitmapSet (0.0s) PASSED bitmap.TestConcurrentBitmapUniqueSetter (0.4s) PASSED bitmap.TestResetConcurrentBitmap (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/bitmap/bitmap_test/coverage.dat //pkg/util/cdcutil:cdcutil_test (cached) PASSED in 0.5s PASSED cdcutil.TestCDCCheckWithEmbedEtcd (0.1s) PASSED cdcutil.TestCDCCheckWithEmbedEtcd/testGEtConflictChangefeeds (0.0s) PASSED cdcutil.TestCDCCheckWithEmbedEtcd/testGetCDCChangefeedNameSet (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/cdcutil/cdcutil_test/coverage.dat //pkg/util/cgroup:cgroup_test (cached) PASSED in 0.7s PASSED cgroup.TestCgroupsGetCPU (0.1s) PASSED cgroup.TestCgroupsGetMemoryInactiveFileUsage (0.0s) PASSED cgroup.TestCgroupsGetMemoryLimit (0.0s) PASSED cgroup.TestCgroupsGetMemoryUsage (0.0s) PASSED cgroup.TestGetCgroupCPU (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/cgroup/cgroup_test/coverage.dat //pkg/util/checksum:checksum_test (cached) PASSED in 0.6s PASSED checksum.TestAddOneByte (0.0s) PASSED checksum.TestAddOneByte/encrypted (0.0s) PASSED checksum.TestAddOneByte/unencrypted (0.0s) PASSED checksum.TestChecksumReadAt (0.0s) PASSED checksum.TestChecksumWriter (0.0s) PASSED checksum.TestChecksumWriterAutoFlush (0.0s) PASSED checksum.TestDeleteOneByte (0.0s) PASSED checksum.TestDeleteOneByte/encrypted (0.0s) PASSED checksum.TestDeleteOneByte/unencrypted (0.0s) PASSED checksum.TestModifyOneByte (0.0s) PASSED checksum.TestModifyOneByte/encrypted (0.0s) PASSED checksum.TestModifyOneByte/unencrypted (0.0s) PASSED checksum.TestModifyThreeBytes (0.0s) PASSED checksum.TestModifyThreeBytes/encrypted (0.0s) PASSED checksum.TestModifyThreeBytes/unencrypted (0.0s) PASSED checksum.TestReadDifferentBlockSize (0.0s) PASSED checksum.TestReadDifferentBlockSize/encrypted (0.0s) PASSED checksum.TestReadDifferentBlockSize/unencrypted (0.0s) PASSED checksum.TestReadEmptyFile (0.0s) PASSED checksum.TestReadEmptyFile/encrypted (0.0s) PASSED checksum.TestReadEmptyFile/unencrypted (0.0s) PASSED checksum.TestWriteDifferentBlockSize (0.0s) PASSED checksum.TestWriteDifferentBlockSize/encrypted (0.0s) PASSED checksum.TestWriteDifferentBlockSize/unencrypted (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/checksum/checksum_test/coverage.dat //pkg/util/chunk:chunk_test (cached) PASSED in 55.8s Stats over 50 runs: max = 55.8s, min = 3.8s, avg = 7.0s, dev = 8.0s PASSED chunk.TestPreAllocUint64 (0.0s) PASSED chunk.TestAllocator (0.0s) PASSED chunk.TestPreAllocFloat32 (0.0s) PASSED chunk.TestNoDuplicateColumnReuse (0.0s) PASSED chunk.TestPreAllocDecimal (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncryptReaderWithCacheNoFlush (0.0s) PASSED chunk.TestPreAllocInt64 (0.0s) PASSED chunk.TestAvoidColumnReuse (0.0s) PASSED chunk.TestPreAllocTime (0.0s) PASSED chunk.TestColumnAllocator (0.0s) PASSED chunk.TestPreAllocFloat64 (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncryptReaderWithCache (0.0s) PASSED chunk.TestReconstructVarLen (0.0s) PASSED chunk.TestResizeReserve (0.0s) PASSED chunk.TestReuseHookAllocator (0.0s) PASSED chunk.TestColumnAllocatorLimit (0.0s) PASSED chunk.TestNull (0.0s) PASSED chunk.TestColumnAllocatorCheck (0.0s) PASSED chunk.TestSetNulls (0.1s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncrypt8 (13.9s) PASSED chunk.TestReconstructFixedLen (0.0s) PASSED chunk.TestGetRaw (0.0s) PASSED chunk.TestSyncAllocator (51.2s) PASSED chunk.TestDataInDiskByChunks (12.5s) PASSED chunk.TestResize (0.1s) PASSED chunk.TestAppendRow (0.0s) PASSED chunk.TestVectorizedNulls (2.5s) PASSED chunk.TestAppendChunk (0.0s) PASSED chunk.TestResetColumn (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncrypt2 (9.5s) PASSED chunk.TestNullsColumn (0.0s) PASSED chunk.TestColumnResizeInt64 (0.0s) PASSED chunk.TestTruncateTo (0.0s) PASSED chunk.TestChunkSizeControl (0.0s) PASSED chunk.TestIteratorOnSel (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncrypt1 (7.9s) PASSED chunk.TestEnumColumn (0.0s) PASSED chunk.TestCompare (0.0s) PASSED chunk.TestMultiIterator (0.0s) PASSED chunk.TestCopyTo (0.0s) PASSED chunk.TestIterator (0.0s) PASSED chunk.TestGetDecimalDatum (0.0s) PASSED chunk.TestList (0.0s) PASSED chunk.TestChunkMemoryUsage (0.0s) PASSED chunk.TestListMemoryUsage (0.0s) PASSED chunk.TestMutRow (0.0s) PASSED chunk.TestSwapColumn (0.0s) PASSED chunk.TestAppendSel (0.0s) PASSED chunk.TestIssue29947 (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumReaderWithCacheNoFlush (0.0s) PASSED chunk.TestDurationColumn (0.0s) PASSED chunk.TestMakeRefTo (0.0s) PASSED chunk.TestMutRowShallowCopyPartialRow (0.0s) PASSED chunk.TestNewPool (0.0s) PASSED chunk.TestToString (0.0s) PASSED chunk.TestCopySelectedJoinRowsDirect (0.0s) PASSED chunk.TestSpillAction (0.0s) PASSED chunk.TestAppendRows (0.0s) PASSED chunk.TestPoolGetChunk (0.0s) PASSED chunk.TestAppendRowsByColIdxs (0.0s) PASSED chunk.TestPoolPutChunk (0.0s) PASSED chunk.TestCopySelectedJoinRows (0.0s) PASSED chunk.TestNewRowContainer (0.0s) PASSED chunk.TestCodec (0.0s) PASSED chunk.TestRowContainerResetAndAction (0.0s) PASSED chunk.TestCopySelectedJoinRowsWithoutSameOuters (0.0s) PASSED chunk.TestSel (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumReaderWithCache (0.0s) PASSED chunk.TestTimeColumn (1.9s) PASSED chunk.TestCopySelectedVirtualNum (0.0s) PASSED chunk.TestNewSortedRowContainer (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksum8 (13.0s) PASSED chunk.TestJSONColumn (0.1s) PASSED chunk.TestConcurrentSpillWithRowContainerReader (2.3s) PASSED chunk.TestLargeStringColumnOffset (0.0s) PASSED chunk.TestMergeInputIdxToOutputIdxes (0.0s) PASSED chunk.TestSortedRowContainerSortSpillAction (0.0s) PASSED chunk.TestEstimateTypeWidth (0.0s) PASSED chunk.TestSpillActionDeadLock (1.0s) PASSED chunk.TestActionBlocked (0.2s) PASSED chunk.TestColumnCopy (0.0s) PASSED chunk.TestColumnCopyReconstructFixedLen (0.0s) PASSED chunk.TestRowContainerReaderInDisk (0.0s) PASSED chunk.TestF32Column (0.0s) PASSED chunk.TestPanicDuringSortedRowContainerSpill (0.0s) PASSED chunk.TestCloseRowContainerReader (0.0s) PASSED chunk.TestColumnCopyReconstructVarLen (0.0s) PASSED chunk.TestI64Column (0.0s) PASSED chunk.TestReadAfterSpillWithRowContainerReader (1.9s) PASSED chunk.TestDurationSliceColumn (0.0s) PASSED chunk.TestInterruptedDuringSpilling (2.3s) PASSED chunk.TestF64Column (0.0s) PASSED chunk.TestPanicWhenSpillToDisk (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksum2 (8.4s) PASSED chunk.TestSetColumn (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksum1 (6.6s) PASSED chunk.TestStringColumn (0.0s) PASSED chunk.TestDataInDiskByRows (0.0s) PASSED chunk.TestMyDecimal (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_39_of_50/coverage.dat //pkg/util/codec:codec_test (cached) PASSED in 1.0s PASSED codec.TestBenchDaily (0.0s) PASSED codec.TestBytes (0.0s) PASSED codec.TestBytesCodec (0.0s) PASSED codec.TestBytesCodecExt (0.0s) PASSED codec.TestCodecKey (0.0s) PASSED codec.TestCodecKeyCompare (0.0s) PASSED codec.TestCut (0.0s) PASSED codec.TestCutOneError (0.0s) PASSED codec.TestDatumHashEquals (0.0s) PASSED codec.TestDecimal (0.0s) PASSED codec.TestDecimalCodec (0.0s) PASSED codec.TestDecodeOneToChunk (0.0s) PASSED codec.TestDecodeRange (0.0s) PASSED codec.TestDuration (0.0s) PASSED codec.TestFastSlowFastReverse (0.0s) PASSED codec.TestFloatCodec (0.0s) PASSED codec.TestFrac (0.0s) PASSED codec.TestHashChunkColumns (0.0s) PASSED codec.TestHashChunkColumnsCollation (0.0s) PASSED codec.TestHashChunkRow (0.0s) PASSED codec.TestHashChunkRowCollation (0.0s) PASSED codec.TestHashGroup (0.0s) PASSED codec.TestHashGroupKeyCollation (0.0s) PASSED codec.TestJSON (0.0s) PASSED codec.TestNumberCodec (0.0s) PASSED codec.TestNumberOrder (0.0s) PASSED codec.TestSetRawValues (0.0s) PASSED codec.TestTime (0.0s) PASSED codec.TestValueSizeOfSignedInt (0.0s) PASSED codec.TestValueSizeOfUnsignedInt (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/codec/codec_test/coverage.dat //pkg/util/collate:collate_test (cached) PASSED in 0.9s PASSED collate.TestGetCollator (0.0s) PASSED collate.TestRewriteAndRestoreCollationID (0.0s) PASSED collate.TestSetNewCollateEnabled (0.0s) PASSED collate.TestUTF8CollatorCompare (0.0s) PASSED collate.TestUTF8CollatorKey (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/collate/collate_test/coverage.dat //pkg/util/collate/ucadata:ucadata_test (cached) PASSED in 0.6s PASSED ucadata.TestAllItemInLongRUneMapIsUnique (0.0s) PASSED ucadata.TestFirstIsNotZero (0.0s) PASSED ucadata.TestHangulJamoHasOnlyOneWeight (0.0s) PASSED ucadata.TestUnicode0400IsTheSame (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/collate/ucadata/ucadata_test/coverage.dat //pkg/util/column-mapping:column-mapping_test (cached) PASSED in 0.6s PASSED column-mapping.TestCaseSensitive (0.0s) PASSED column-mapping.TestComputePartitionID (0.0s) PASSED column-mapping.TestHandle (0.0s) PASSED column-mapping.TestPartitionID (0.0s) PASSED column-mapping.TestQueryColumnInfo (0.0s) PASSED column-mapping.TestRule (0.0s) PASSED column-mapping.TestSetPartitionRule (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/column-mapping/column-mapping_test/coverage.dat //pkg/util/context:context_test (cached) PASSED in 0.4s PASSED context.TestCopyWarnHandler (0.0s) PASSED context.TestIgnoreWarn (0.0s) PASSED context.TestSQLWarn (0.0s) PASSED context.TestStaticWarnHandler (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/context/context_test/coverage.dat //pkg/util/cpu:cpu_test (cached) PASSED in 5.3s Stats over 2 runs: max = 5.3s, min = 5.2s, avg = 5.2s, dev = 0.0s PASSED cpu_test.TestFailpointCPUValue (2.0s) PASSED cpu_test.TestCPUValue (2.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/cpu/cpu_test/shard_2_of_2/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/cpu/cpu_test/shard_1_of_2/coverage.dat //pkg/util/cpuprofile:cpuprofile_test (cached) PASSED in 4.5s PASSED cpuprofile.TestBasicAPI (0.0s) PASSED cpuprofile.TestGetCPUProfile (1.6s) PASSED cpuprofile.TestParallelCPUProfiler (0.8s) PASSED cpuprofile.TestProfileHTTPHandler (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/cpuprofile/cpuprofile_test/coverage.dat //pkg/util/cteutil:cteutil_test (cached) PASSED in 1.0s PASSED cteutil.TestAddAndGetChunk (0.0s) PASSED cteutil.TestOpenAndClose (0.0s) PASSED cteutil.TestReopen (0.0s) PASSED cteutil.TestSpillToDisk (0.0s) PASSED cteutil.TestStorageBasic (0.0s) PASSED cteutil.TestSwapData (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/cteutil/cteutil_test/coverage.dat //pkg/util/dbterror:dbterror_test (cached) PASSED in 0.4s PASSED dbterror.TestErrorRedact (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/dbterror/dbterror_test/coverage.dat //pkg/util/dbterror/plannererrors:plannererrors_test (cached) PASSED in 0.5s PASSED plannererrors.TestError (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/dbterror/plannererrors/plannererrors_test/coverage.dat //pkg/util/deadlockhistory:deadlockhistory_test (cached) PASSED in 0.9s PASSED deadlockhistory.TestDeadlockHistoryCollection (0.0s) PASSED deadlockhistory.TestErrDeadlockToDeadlockRecord (0.0s) PASSED deadlockhistory.TestGetDatum (0.0s) PASSED deadlockhistory.TestResize (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/deadlockhistory/deadlockhistory_test/coverage.dat //pkg/util/deeptest:deeptest_test (cached) PASSED in 0.5s PASSED deeptest.TestAssertDeepClonedEqual (0.0s) PASSED deeptest.TestAssertRecursivelyNotEqual (0.0s) PASSED deeptest.TestAssertRecursivelyNotEqualAndComparePointer (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/deeptest/deeptest_test/coverage.dat //pkg/util/disjointset:disjointset_test (cached) PASSED in 0.6s PASSED disjointset.TestDisjointSet (0.0s) PASSED disjointset.TestIntDisjointSet (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/disjointset/disjointset_test/coverage.dat //pkg/util/disk:disk_test (cached) PASSED in 0.8s PASSED disk.TestRemoveDir (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/disk/disk_test/coverage.dat //pkg/util/disttask:disttask_test (cached) PASSED in 1.3s PASSED disttask.TestGenServerID (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/disttask/disttask_test/coverage.dat //pkg/util/encrypt:encrypt_test (cached) PASSED in 0.5s PASSED encrypt.TestAESDecryptWithCBC (0.0s) PASSED encrypt.TestAESDecryptWithCFB (0.0s) PASSED encrypt.TestAESDecryptWithCTR (0.0s) PASSED encrypt.TestAESDecryptWithECB (0.0s) PASSED encrypt.TestAESDecryptWithOFB (0.0s) PASSED encrypt.TestAESECB (0.0s) PASSED encrypt.TestAESEncryptWithCBC (0.0s) PASSED encrypt.TestAESEncryptWithCFB (0.0s) PASSED encrypt.TestAESEncryptWithCTR (0.0s) PASSED encrypt.TestAESEncryptWithECB (0.0s) PASSED encrypt.TestAESEncryptWithOFB (0.0s) PASSED encrypt.TestDeriveKeyMySQL (0.0s) PASSED encrypt.TestPad (0.0s) PASSED encrypt.TestReadAt (0.0s) PASSED encrypt.TestSQLDecode (0.0s) PASSED encrypt.TestSQLEncode (0.0s) PASSED encrypt.TestUnpad (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/encrypt/encrypt_test/coverage.dat //pkg/util/engine:engine_test (cached) PASSED in 0.6s PASSED engine.TestIsTiFlashHTTPResp (0.0s) PASSED engine.TestIsTiFlashHTTPResp/Test_with_TiFlash_label (0.0s) PASSED engine.TestIsTiFlashHTTPResp/Test_with_TiFlash_label_2 (0.0s) PASSED engine.TestIsTiFlashHTTPResp/Test_with_no_labels (0.0s) PASSED engine.TestIsTiFlashHTTPResp/Test_without_TiFlash_label (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/engine/engine_test/coverage.dat //pkg/util/etcd:etcd_test (cached) PASSED in 9.5s PASSED etcd.TestCreate (0.1s) PASSED etcd.TestCreateWithKeyExist (0.1s) PASSED etcd.TestCreateWithTTL (2.1s) PASSED etcd.TestDelete (0.1s) PASSED etcd.TestDoTxn (2.1s) PASSED etcd.TestList (0.1s) PASSED etcd.TestSetEtcdCliByNamespace (0.1s) PASSED etcd.TestUpdate (4.2s) PASSED etcd.TestUpdateOrCreate (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/etcd/etcd_test/coverage.dat //pkg/util/execdetails:execdetails_test (cached) PASSED in 4.0s PASSED execdetails.TestCopRuntimeStats (0.0s) PASSED execdetails.TestCopRuntimeStats2 (0.0s) PASSED execdetails.TestCopRuntimeStatsForTiFlash (0.0s) PASSED execdetails.TestFormatDurationForExplain (0.0s) PASSED execdetails.TestRootRuntimeStats (0.0s) PASSED execdetails.TestRuntimeStatsWithCommit (0.0s) PASSED execdetails.TestString (0.0s) PASSED execdetails.TestVectorSearchStats (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/execdetails/execdetails_test/coverage.dat //pkg/util/expensivequery:expensivequery_test (cached) PASSED in 1.4s /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/expensivequery/expensivequery_test/coverage.dat //pkg/util/extsort:extsort_test (cached) PASSED in 2.9s PASSED extsort.TestBuildCompactions (0.0s) PASSED extsort.TestDiskSorterCommon (0.0s) PASSED extsort.TestDiskSorterCommonParallel (0.3s) PASSED extsort.TestDiskSorterReopen (0.1s) PASSED extsort.TestKVStatsCollector (0.0s) PASSED extsort.TestMakeFilename (0.0s) PASSED extsort.TestMergingIter (0.0s) PASSED extsort.TestParseFilename (0.0s) PASSED extsort.TestPickCompactionFiles (0.0s) PASSED extsort.TestSSTIter (0.0s) PASSED extsort.TestSSTReaderPool (0.0s) PASSED extsort.TestSSTReaderPoolParallel (1.8s) PASSED extsort.TestSSTWriter (0.0s) PASSED extsort.TestSSTWriterEmpty (0.0s) PASSED extsort.TestSSTWriterError (0.0s) PASSED extsort.TestSplitCompactionFiles (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/extsort/extsort_test/coverage.dat //pkg/util/fastrand:fastrand_test (cached) PASSED in 0.6s PASSED fastrand.TestRand (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/fastrand/fastrand_test/coverage.dat //pkg/util/filter:filter_test (cached) PASSED in 0.4s PASSED filter.TestCaseSensitive (0.0s) PASSED filter.TestCaseSensitiveApply (0.0s) PASSED filter.TestFilterOnSchema (0.0s) PASSED filter.TestInvalidRegex (0.0s) PASSED filter.TestIsSystemSchema (0.0s) PASSED filter.TestMatchReturnsBool (0.0s) PASSED filter.TestMaxBox (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/filter/filter_test/coverage.dat //pkg/util/format:format_test (cached) PASSED in 0.5s PASSED format.TestFormat (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/format/format_test/coverage.dat //pkg/util/gctuner:gctuner_test (cached) PASSED in 17.7s Stats over 5 runs: max = 17.7s, min = 4.0s, avg = 7.6s, dev = 5.2s PASSED gctuner.TestSetMemoryLimit (0.0s) PASSED gctuner.TestIssue48741 (13.7s) PASSED gctuner.TestGlobalMemoryTuner (2.4s) PASSED gctuner.TestCalcGCPercent (0.0s) PASSED gctuner.TestMem (0.0s) PASSED gctuner.TestFinalizer (0.1s) PASSED gctuner.TestTuner (0.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/gctuner/gctuner_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/gctuner/gctuner_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/gctuner/gctuner_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/gctuner/gctuner_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/gctuner/gctuner_test/shard_1_of_5/coverage.dat //pkg/util/generatedexpr:generatedexpr_test (cached) PASSED in 1.1s PASSED generatedexpr.TestParseExpression (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/generatedexpr/generatedexpr_test/coverage.dat //pkg/util/generic:generic_test (cached) PASSED in 0.5s PASSED generic_test.TestSyncMap (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/generic/generic_test/coverage.dat //pkg/util/globalconn:globalconn_test (cached) PASSED in 18.7s PASSED globalconn_test.TestAutoIncPool (0.0s) PASSED globalconn_test.TestGetReservedConnID (0.0s) PASSED globalconn_test.TestGlobalConnID (0.0s) PASSED globalconn_test.TestLockBasedPoolConcurrencySafety (0.5s) PASSED globalconn_test.TestLockFreePoolBasic (0.0s) PASSED globalconn_test.TestLockFreePoolBasicConcurrencySafety (13.1s) PASSED globalconn_test.TestLockFreePoolConcurrencySafety (4.2s) PASSED globalconn_test.TestLockFreePoolInitEmpty (0.0s) PASSED globalconn_test.TestToConnID (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/globalconn/globalconn_test/coverage.dat //pkg/util/hack:hack_test (cached) PASSED in 0.5s PASSED hack.TestByte (0.0s) PASSED hack.TestMutable (0.0s) PASSED hack.TestString (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/hack/hack_test/coverage.dat //pkg/util/intest:intest_test (cached) PASSED in 0.5s PASSED intest_test.TestAssert (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intest/intest_test/coverage.dat //pkg/util/intset:intset_test (cached) PASSED in 0.7s Stats over 5 runs: max = 0.7s, min = 0.6s, avg = 0.6s, dev = 0.1s PASSED intset.TestFastIntSetString (0.0s) PASSED intset.TestFastIntSetString/0 (0.0s) PASSED intset.TestFastIntSetString/1 (0.0s) PASSED intset.TestFastIntSetString/2 (0.0s) PASSED intset.TestFastIntSetTwoSetOps (0.1s) PASSED intset.TestFastIntSetAddRange (0.0s) PASSED intset.TestFastIntSetBasic (0.0s) PASSED intset.TestFastIntSet (0.1s) PASSED intset.TestFastIntSet/1 (0.0s) PASSED intset.TestFastIntSet/128 (0.0s) PASSED intset.TestFastIntSet/256 (0.0s) PASSED intset.TestFastIntSet/30 (0.0s) PASSED intset.TestFastIntSet/64 (0.0s) PASSED intset.TestFastIntSet/8 (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intset/intset_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intset/intset_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intset/intset_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intset/intset_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intset/intset_test/shard_2_of_5/coverage.dat //pkg/util/kvcache:kvcache_test (cached) PASSED in 0.8s PASSED kvcache.TestDelete (0.0s) PASSED kvcache.TestDeleteAll (0.0s) PASSED kvcache.TestGet (0.0s) PASSED kvcache.TestOOMGuard (0.0s) PASSED kvcache.TestPut (0.0s) PASSED kvcache.TestPutProfileName (0.0s) PASSED kvcache.TestValues (0.0s) PASSED kvcache.TestZeroQuota (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/kvcache/kvcache_test/coverage.dat //pkg/util/logutil:logutil_test (cached) PASSED in 0.9s PASSED logutil.TestCompressedLog (0.0s) PASSED logutil.TestFieldsFromTraceInfo (0.0s) PASSED logutil.TestGlobalLoggerReplace (0.0s) PASSED logutil.TestHex (0.0s) PASSED logutil.TestPrettyPrint (0.0s) PASSED logutil.TestProxyFields (0.0s) PASSED logutil.TestSampleLoggerFactory (0.0s) PASSED logutil.TestSetLevel (0.0s) PASSED logutil.TestSlowQueryLoggerAndGeneralLoggerCreation (0.0s) PASSED logutil.TestZapLoggerWithCore (0.0s) PASSED logutil.TestZapLoggerWithKeys (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/logutil/logutil_test/coverage.dat //pkg/util/mathutil:mathutil_test (cached) PASSED in 1.9s PASSED mathutil.TestClamp (0.0s) PASSED mathutil.TestDivide2Batches (0.0s) PASSED mathutil.TestExponential (0.0s) PASSED mathutil.TestNextPowerOfTwo (0.0s) PASSED mathutil.TestRandWithSeed (0.0s) PASSED mathutil.TestRandWithSeed1AndSeed2 (0.0s) PASSED mathutil.TestRandWithTime (0.0s) PASSED mathutil.TestStrLenOfUint64Fast (1.2s) PASSED mathutil.TestStrLenOfUint64Fast/ManualInput (0.0s) PASSED mathutil.TestStrLenOfUint64Fast/RandomInput (1.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/mathutil/mathutil_test/coverage.dat //pkg/util/memory:memory_test (cached) PASSED in 0.9s PASSED memory.TestAttachTo (0.0s) PASSED memory.TestBufferedConsumeAndRelease (0.0s) PASSED memory.TestConsume (0.0s) PASSED memory.TestDetach (0.0s) PASSED memory.TestErrorCode (0.0s) PASSED memory.TestFormatBytesWithPrune (0.0s) PASSED memory.TestGlobalTracker (0.0s) PASSED memory.TestMaxConsumed (0.0s) PASSED memory.TestOOMAction (0.0s) PASSED memory.TestOOMActionPriority (0.0s) PASSED memory.TestRelease (0.0s) PASSED memory.TestReplaceChild (0.0s) PASSED memory.TestSetLabel (0.0s) PASSED memory.TestSetLabel2 (0.0s) PASSED memory.TestToString (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/memory/memory_test/coverage.dat //pkg/util/memoryusagealarm:memoryusagealarm_test (cached) PASSED in 3.9s PASSED memoryusagealarm.TestGetTop10Sql (0.0s) PASSED memoryusagealarm.TestIfNeedDoRecord (0.0s) PASSED memoryusagealarm.TestUpdateVariables (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/memoryusagealarm/memoryusagealarm_test/coverage.dat //pkg/util/mock:mock_test (cached) PASSED in 1.0s PASSED mock.TestContext (0.0s) PASSED mock.TestSliceIter (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/mock/mock_test/coverage.dat //pkg/util/mvmap:mvmap_test (cached) PASSED in 0.8s PASSED mvmap.TestFNVHash (0.0s) PASSED mvmap.TestMVMap (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/mvmap/mvmap_test/coverage.dat //pkg/util/paging:paging_test (cached) PASSED in 0.6s PASSED paging.TestCalculateSeekCnt (0.0s) PASSED paging.TestGrowPagingSize (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/paging/paging_test/coverage.dat //pkg/util/parser:parser_test (cached) PASSED in 1.0s PASSED parser_test.TestCharAndAnyChar (0.0s) PASSED parser_test.TestDigit (0.0s) PASSED parser_test.TestNumber (0.0s) PASSED parser_test.TestSimpleCases (0.0s) PASSED parser_test.TestSpace (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/parser/parser_test/coverage.dat //pkg/util/partialjson:fastjson_test (cached) PASSED in 0.4s PASSED fastjson.TestIter (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/partialjson/fastjson_test/coverage.dat //pkg/util/partialjson:partialjson_test (cached) PASSED in 0.5s PASSED partialjson.TestIter (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/partialjson/partialjson_test/coverage.dat //pkg/util/password-validation:password-validation_test (cached) PASSED in 1.0s PASSED password-validation.TestValidateDictionaryPassword (0.0s) PASSED password-validation.TestValidatePassword (0.0s) PASSED password-validation.TestValidatePasswordLowPolicy (0.0s) PASSED password-validation.TestValidatePasswordMediumPolicy (0.0s) PASSED password-validation.TestValidateUserNameInPassword (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/password-validation/password-validation_test/coverage.dat //pkg/util/plancodec:plancodec_test (cached) PASSED in 0.9s PASSED plancodec.TestDecodeDiscardPlan (0.0s) PASSED plancodec.TestEncodeTaskType (0.0s) PASSED plancodec.TestPlanIDChanged (0.0s) PASSED plancodec.TestReverse (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/plancodec/plancodec_test/coverage.dat //pkg/util/prefetch:prefetch_test (cached) PASSED in 0.5s PASSED prefetch.TestBasic (0.0s) PASSED prefetch.TestCloseBeforeDrainRead (0.0s) PASSED prefetch.TestConvertUnexpectedEOF (0.0s) PASSED prefetch.TestFillPrefetchBuffer (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/prefetch/prefetch_test/coverage.dat //pkg/util/printer:printer_test (cached) PASSED in 1.3s PASSED printer.TestPrintResult (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/printer/printer_test/coverage.dat //pkg/util/promutil:promutil_test (cached) PASSED in 0.4s PASSED promutil.TestNoopRegistry (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/promutil/promutil_test/coverage.dat //pkg/util/queue:queue_test (cached) PASSED in 0.5s PASSED queue.TestQueue (0.0s) PASSED queue.TestQueue/basic_operations (0.0s) PASSED queue.TestQueue/circular_buffer_behavior (0.0s) PASSED queue.TestQueue/clear_operation (0.0s) PASSED queue.TestQueue/panic_on_empty_pop (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/queue/queue_test/coverage.dat //pkg/util/ranger/context:context_test (cached) PASSED in 1.2s PASSED context.TestContextDetach (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/context/context_test/coverage.dat //pkg/util/redact:redact_test (cached) PASSED in 0.7s PASSED redact.TestDeRedact (0.0s) PASSED redact.TestRedact (0.0s) PASSED redact.TestRedactInitAndValueAndKey (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/redact/redact_test/coverage.dat //pkg/util/regexpr-router:regexpr-router_test (cached) PASSED in 0.5s PASSED regexpr-router.TestAddRule (0.0s) PASSED regexpr-router.TestAllRule (0.0s) PASSED regexpr-router.TestCreateRouter (0.0s) PASSED regexpr-router.TestDupMatch (0.0s) PASSED regexpr-router.TestFetchExtendColumn (0.0s) PASSED regexpr-router.TestRegExprRoute (0.0s) PASSED regexpr-router.TestSchemaRoute (0.0s) PASSED regexpr-router.TestTableRoute (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/regexpr-router/regexpr-router_test/coverage.dat //pkg/util/resourcegrouptag:resourcegrouptag_test (cached) PASSED in 0.5s PASSED resourcegrouptag.TestGetFirstKeyFromRequest (0.0s) PASSED resourcegrouptag.TestGetResourceGroupLabelByKey (0.0s) PASSED resourcegrouptag.TestResourceGroupTagEncoding (0.0s) PASSED resourcegrouptag.TestResourceGroupTagEncodingPB (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/resourcegrouptag/resourcegrouptag_test/coverage.dat //pkg/util/rowcodec:rowcodec_test (cached) PASSED in 1.0s PASSED rowcodec.Test65535Bug (0.0s) PASSED rowcodec.TestBenchDaily (0.0s) PASSED rowcodec.TestCodecUtil (0.0s) PASSED rowcodec.TestColumnEncode (0.0s) PASSED rowcodec.TestColumnEncode/bigint/max/signed (0.0s) PASSED rowcodec.TestColumnEncode/bigint/max/unsigned (0.0s) PASSED rowcodec.TestColumnEncode/bigint/min/signed (0.0s) PASSED rowcodec.TestColumnEncode/bigint/neg (0.0s) PASSED rowcodec.TestColumnEncode/bigint/pos (0.0s) PASSED rowcodec.TestColumnEncode/bigint/zero (0.0s) PASSED rowcodec.TestColumnEncode/binary (0.0s) PASSED rowcodec.TestColumnEncode/binary/empty (0.0s) PASSED rowcodec.TestColumnEncode/bit (0.0s) PASSED rowcodec.TestColumnEncode/bit/truncate (0.0s) PASSED rowcodec.TestColumnEncode/blob (0.0s) PASSED rowcodec.TestColumnEncode/blob/empty (0.0s) PASSED rowcodec.TestColumnEncode/char (0.0s) PASSED rowcodec.TestColumnEncode/char/empty (0.0s) PASSED rowcodec.TestColumnEncode/date (0.0s) PASSED rowcodec.TestColumnEncode/date/max (0.0s) PASSED rowcodec.TestColumnEncode/date/min (0.0s) PASSED rowcodec.TestColumnEncode/date/zero (0.0s) PASSED rowcodec.TestColumnEncode/datetime (0.0s) PASSED rowcodec.TestColumnEncode/datetime/max (0.0s) PASSED rowcodec.TestColumnEncode/datetime/min (0.0s) PASSED rowcodec.TestColumnEncode/datetime/zero (0.0s) PASSED rowcodec.TestColumnEncode/decimal/max (0.0s) PASSED rowcodec.TestColumnEncode/decimal/min (0.0s) PASSED rowcodec.TestColumnEncode/decimal/neg (0.0s) PASSED rowcodec.TestColumnEncode/decimal/pos (0.0s) PASSED rowcodec.TestColumnEncode/decimal/zero (0.0s) PASSED rowcodec.TestColumnEncode/double (0.0s) PASSED rowcodec.TestColumnEncode/double/+inf (0.0s) PASSED rowcodec.TestColumnEncode/double/-inf (0.0s) PASSED rowcodec.TestColumnEncode/double/nan (0.0s) PASSED rowcodec.TestColumnEncode/enum (0.0s) PASSED rowcodec.TestColumnEncode/float (0.0s) PASSED rowcodec.TestColumnEncode/float/+inf (0.0s) PASSED rowcodec.TestColumnEncode/float/-inf (0.0s) PASSED rowcodec.TestColumnEncode/float/nan (0.0s) PASSED rowcodec.TestColumnEncode/geometry (0.0s) PASSED rowcodec.TestColumnEncode/int/max/signed (0.0s) PASSED rowcodec.TestColumnEncode/int/max/unsigned (0.0s) PASSED rowcodec.TestColumnEncode/int/min/signed (0.0s) PASSED rowcodec.TestColumnEncode/int/neg (0.0s) PASSED rowcodec.TestColumnEncode/int/pos (0.0s) PASSED rowcodec.TestColumnEncode/int/zero (0.0s) PASSED rowcodec.TestColumnEncode/json/1 (0.0s) PASSED rowcodec.TestColumnEncode/json/2 (0.0s) PASSED rowcodec.TestColumnEncode/json/3 (0.0s) PASSED rowcodec.TestColumnEncode/longblob (0.0s) PASSED rowcodec.TestColumnEncode/longblob/empty (0.0s) PASSED rowcodec.TestColumnEncode/longtext (0.0s) PASSED rowcodec.TestColumnEncode/longtext/empty (0.0s) PASSED rowcodec.TestColumnEncode/mediumblob (0.0s) PASSED rowcodec.TestColumnEncode/mediumblob/empty (0.0s) PASSED rowcodec.TestColumnEncode/mediumint/max/signed (0.0s) PASSED rowcodec.TestColumnEncode/mediumint/max/unsigned (0.0s) PASSED rowcodec.TestColumnEncode/mediumint/min/signed (0.0s) PASSED rowcodec.TestColumnEncode/mediumint/neg (0.0s) PASSED rowcodec.TestColumnEncode/mediumint/pos (0.0s) PASSED rowcodec.TestColumnEncode/mediumint/zero (0.0s) PASSED rowcodec.TestColumnEncode/mediumtext (0.0s) PASSED rowcodec.TestColumnEncode/mediumtext/empty (0.0s) PASSED rowcodec.TestColumnEncode/mismatch/date (0.0s) PASSED rowcodec.TestColumnEncode/mismatch/datetime (0.0s) PASSED rowcodec.TestColumnEncode/mismatch/decimal (0.0s) PASSED rowcodec.TestColumnEncode/mismatch/newdate (0.0s) PASSED rowcodec.TestColumnEncode/mismatch/timestamp (0.0s) PASSED rowcodec.TestColumnEncode/newdate (0.0s) PASSED rowcodec.TestColumnEncode/newdate/max (0.0s) PASSED rowcodec.TestColumnEncode/newdate/min (0.0s) PASSED rowcodec.TestColumnEncode/newdate/zero (0.0s) PASSED rowcodec.TestColumnEncode/null (0.0s) PASSED rowcodec.TestColumnEncode/nulldatum (0.0s) PASSED rowcodec.TestColumnEncode/set (0.0s) PASSED rowcodec.TestColumnEncode/smallint/max/signed (0.0s) PASSED rowcodec.TestColumnEncode/smallint/max/unsigned (0.0s) PASSED rowcodec.TestColumnEncode/smallint/min/signed (0.0s) PASSED rowcodec.TestColumnEncode/smallint/neg (0.0s) PASSED rowcodec.TestColumnEncode/smallint/pos (0.0s) PASSED rowcodec.TestColumnEncode/smallint/zero (0.0s) PASSED rowcodec.TestColumnEncode/text (0.0s) PASSED rowcodec.TestColumnEncode/text/empty (0.0s) PASSED rowcodec.TestColumnEncode/time (0.0s) PASSED rowcodec.TestColumnEncode/time/max (0.0s) PASSED rowcodec.TestColumnEncode/time/zero (0.0s) PASSED rowcodec.TestColumnEncode/timestamp (0.0s) PASSED rowcodec.TestColumnEncode/timestamp/max (0.0s) PASSED rowcodec.TestColumnEncode/timestamp/min (0.0s) PASSED rowcodec.TestColumnEncode/timestamp/zero (0.0s) PASSED rowcodec.TestColumnEncode/tinyblob (0.0s) PASSED rowcodec.TestColumnEncode/tinyblob/empty (0.0s) PASSED rowcodec.TestColumnEncode/tinyint/max/signed (0.0s) PASSED rowcodec.TestColumnEncode/tinyint/max/unsigned (0.0s) PASSED rowcodec.TestColumnEncode/tinyint/min/signed (0.0s) PASSED rowcodec.TestColumnEncode/tinyint/neg (0.0s) PASSED rowcodec.TestColumnEncode/tinyint/pos (0.0s) PASSED rowcodec.TestColumnEncode/tinyint/zero (0.0s) PASSED rowcodec.TestColumnEncode/tinytext (0.0s) PASSED rowcodec.TestColumnEncode/tinytext/empty (0.0s) PASSED rowcodec.TestColumnEncode/unspecified (0.0s) PASSED rowcodec.TestColumnEncode/varbinary (0.0s) PASSED rowcodec.TestColumnEncode/varbinary/empty (0.0s) PASSED rowcodec.TestColumnEncode/varchar (0.0s) PASSED rowcodec.TestColumnEncode/varchar/empty (0.0s) PASSED rowcodec.TestColumnEncode/wrong (0.0s) PASSED rowcodec.TestColumnEncode/year (0.0s) PASSED rowcodec.TestDecodeDecimalFspNotMatch (0.0s) PASSED rowcodec.TestDecodeRowWithHandle (0.0s) PASSED rowcodec.TestDecodeRowWithHandle/signed_int (0.0s) PASSED rowcodec.TestDecodeRowWithHandle/unsigned_int (0.0s) PASSED rowcodec.TestEncodeDecodeRowWithChecksum (0.0s) PASSED rowcodec.TestEncodeKindNullDatum (0.0s) PASSED rowcodec.TestEncodeLargeSmallReuseBug (0.0s) PASSED rowcodec.TestNilAndDefault (0.0s) PASSED rowcodec.TestOldRowCodec (0.0s) PASSED rowcodec.TestRowChecksum (0.0s) PASSED rowcodec.TestRowChecksum/empty (0.0s) PASSED rowcodec.TestRowChecksum/nil (0.0s) PASSED rowcodec.TestRowChecksum/nullonly (0.0s) PASSED rowcodec.TestRowChecksum/ordered (0.0s) PASSED rowcodec.TestRowChecksum/unordered (0.0s) PASSED rowcodec.TestTypesNewRowCodec (0.0s) PASSED rowcodec.TestTypesNewRowCodec/largeColID (0.0s) PASSED rowcodec.TestTypesNewRowCodec/largeData (0.0s) PASSED rowcodec.TestTypesNewRowCodec/small (0.0s) PASSED rowcodec.TestVarintCompatibility (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/rowcodec/rowcodec_test/coverage.dat //pkg/util/selection:selection_test (cached) PASSED in 1.7s PASSED selection.TestSelection (0.0s) PASSED selection.TestSelectionWithDuplicate (0.0s) PASSED selection.TestSelectionWithRandomCase (0.4s) PASSED selection.TestSelectionWithSerialCase (0.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/selection/selection_test/coverage.dat //pkg/util/sem:sem_test (cached) PASSED in 1.1s PASSED sem.TestInvisibleSchema (0.0s) PASSED sem.TestIsInvisibleStatusVar (0.0s) PASSED sem.TestIsInvisibleSysVar (0.0s) PASSED sem.TestIsInvisibleTable (0.0s) PASSED sem.TestIsRestrictedPrivilege (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/sem/sem_test/coverage.dat //pkg/util/servermemorylimit:servermemorylimit_test (cached) PASSED in 4.2s PASSED servermemorylimit.TestMemoryUsageOpsHistory (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/servermemorylimit/servermemorylimit_test/coverage.dat //pkg/util/servicescope:servicescope_test (cached) PASSED in 0.5s PASSED servicescope.TestScope (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/servicescope/servicescope_test/coverage.dat //pkg/util/set:set_test (cached) PASSED in 0.8s PASSED set.TestFloat64Set (0.0s) PASSED set.TestInt64Set (0.0s) PASSED set.TestIntSet (0.0s) PASSED set.TestSetBasic (0.0s) PASSED set.TestSetCombination (0.0s) PASSED set.TestSetOperation (0.0s) PASSED set.TestStringSet (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/set/set_test/coverage.dat //pkg/util/slice:slice_test (cached) PASSED in 0.5s PASSED slice.TestSlice (0.0s) PASSED slice.TestSlice/[1_2_3] (0.0s) PASSED slice.TestSlice/[1_3] (0.0s) PASSED slice.TestSlice/[2_2_4] (0.0s) PASSED slice.TestSlice/[] (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/slice/slice_test/coverage.dat //pkg/util/sqlescape:sqlescape_test (cached) PASSED in 0.5s PASSED sqlescape.TestEscapeBackslash (0.0s) PASSED sqlescape.TestEscapeBackslash/0 (0.0s) PASSED sqlescape.TestEscapeBackslash/back_slash (0.0s) PASSED sqlescape.TestEscapeBackslash/break_line (0.0s) PASSED sqlescape.TestEscapeBackslash/carry (0.0s) PASSED sqlescape.TestEscapeBackslash/chinese (0.0s) PASSED sqlescape.TestEscapeBackslash/double_escape (0.0s) PASSED sqlescape.TestEscapeBackslash/double_quote (0.0s) PASSED sqlescape.TestEscapeBackslash/normal (0.0s) PASSED sqlescape.TestEscapeBackslash/single_quote (0.0s) PASSED sqlescape.TestEscapeBackslash/substitute (0.0s) PASSED sqlescape.TestEscapeSQL (0.0s) PASSED sqlescape.TestEscapeSQL/%?_missing_arguments (0.0s) PASSED sqlescape.TestEscapeSQL/%_escape (0.0s) PASSED sqlescape.TestEscapeSQL/%n_missing_arguments (0.0s) PASSED sqlescape.TestEscapeSQL/bool_off (0.0s) PASSED sqlescape.TestEscapeSQL/bool_on (0.0s) PASSED sqlescape.TestEscapeSQL/byte_slice (0.0s) PASSED sqlescape.TestEscapeSQL/discard_extra_arguments (0.0s) PASSED sqlescape.TestEscapeSQL/empty_byte_slice1 (0.0s) PASSED sqlescape.TestEscapeSQL/empty_byte_slice2 (0.0s) PASSED sqlescape.TestEscapeSQL/float32 (0.0s) PASSED sqlescape.TestEscapeSQL/float32_slice (0.0s) PASSED sqlescape.TestEscapeSQL/float64 (0.0s) PASSED sqlescape.TestEscapeSQL/float64_slice (0.0s) PASSED sqlescape.TestEscapeSQL/identifier (0.0s) PASSED sqlescape.TestEscapeSQL/identifier,_wrong_arg (0.0s) PASSED sqlescape.TestEscapeSQL/int (0.0s) PASSED sqlescape.TestEscapeSQL/int16 (0.0s) PASSED sqlescape.TestEscapeSQL/int32 (0.0s) PASSED sqlescape.TestEscapeSQL/int64 (0.0s) PASSED sqlescape.TestEscapeSQL/int8 (0.0s) PASSED sqlescape.TestEscapeSQL/mixed_arguments (0.0s) PASSED sqlescape.TestEscapeSQL/myInt (0.0s) PASSED sqlescape.TestEscapeSQL/myStr (0.0s) PASSED sqlescape.TestEscapeSQL/nil (0.0s) PASSED sqlescape.TestEscapeSQL/normal_1 (0.0s) PASSED sqlescape.TestEscapeSQL/normal_2 (0.0s) PASSED sqlescape.TestEscapeSQL/raw_json (0.0s) PASSED sqlescape.TestEscapeSQL/simple_injection (0.0s) PASSED sqlescape.TestEscapeSQL/string (0.0s) PASSED sqlescape.TestEscapeSQL/string_slice (0.0s) PASSED sqlescape.TestEscapeSQL/time_0 (0.0s) PASSED sqlescape.TestEscapeSQL/time_1 (0.0s) PASSED sqlescape.TestEscapeSQL/time_2 (0.0s) PASSED sqlescape.TestEscapeSQL/time_3 (0.0s) PASSED sqlescape.TestEscapeSQL/truncated_specifier_ (0.0s) PASSED sqlescape.TestEscapeSQL/uint (0.0s) PASSED sqlescape.TestEscapeSQL/uint16 (0.0s) PASSED sqlescape.TestEscapeSQL/uint32 (0.0s) PASSED sqlescape.TestEscapeSQL/uint64 (0.0s) PASSED sqlescape.TestEscapeSQL/uint8 (0.0s) PASSED sqlescape.TestEscapeSQL/unknown_specifier (0.0s) PASSED sqlescape.TestEscapeSQL/unsupported_args (0.0s) PASSED sqlescape.TestEscapeString (0.0s) PASSED sqlescape.TestMustUtils (0.0s) PASSED sqlescape.TestReserveBuffer (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/sqlescape/sqlescape_test/coverage.dat //pkg/util/sqlexec:sqlexec_test (cached) PASSED in 1.0s /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/sqlexec/sqlexec_test/coverage.dat //pkg/util/stmtsummary:stmtsummary_test (cached) PASSED in 1.3s Stats over 23 runs: max = 1.3s, min = 0.9s, avg = 1.1s, dev = 0.1s PASSED stmtsummary.TestAccessPrivilege (0.0s) PASSED stmtsummary.TestPointGet (0.0s) PASSED stmtsummary.TestEndTime (0.0s) PASSED stmtsummary.TestPrevSQL (0.0s) PASSED stmtsummary.TestSummaryHistory (0.0s) PASSED stmtsummary.TestRefreshCurrentSummary (0.0s) PASSED stmtsummary.TestFormatBackoffTypes (0.0s) PASSED stmtsummary.TestEnableSummaryParallel (0.0s) PASSED stmtsummary.TestDisableStmtSummary (0.0s) PASSED stmtsummary.TestSetMaxStmtCountParallel (0.0s) PASSED stmtsummary.TestMaxSQLLength (0.0s) PASSED stmtsummary.TestMaxStmtCount (0.0s) PASSED stmtsummary.TestAddStatementParallel (0.0s) PASSED stmtsummary.TestToDatum (0.0s) PASSED stmtsummary.TestAddStatement (0.0s) PASSED stmtsummary.TestSetUp (0.0s) PASSED stmtsummary.TestAddInfo (0.0s) PASSED stmtsummary.TestStmtSummaryByDigestEvicted (0.0s) PASSED stmtsummary.TestNewStmtSummaryByDigestEvictedElement (0.0s) PASSED stmtsummary.TestEvictedCountDetailed (0.0s) PASSED stmtsummary.TestStmtSummaryByDigestEvictedElement (0.0s) PASSED stmtsummary.TestSimpleStmtSummaryByDigestEvicted (0.0s) PASSED stmtsummary.TestMapToEvictedCountDatum (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_1_of_23/coverage.dat //pkg/util/stmtsummary/v2:stmtsummary_test (cached) PASSED in 1.3s Stats over 13 runs: max = 1.3s, min = 0.9s, avg = 1.1s, dev = 0.1s PASSED v2.TestStmtSummaryFlush (0.0s) PASSED v2.TestStmtSummary (0.0s) PASSED v2.TestStmtWindow (0.0s) PASSED v2.TestColumn (0.0s) PASSED v2.TestStmtRecord (0.0s) PASSED v2.TestTimeRangeOverlap (0.0s) PASSED v2.TestHistoryReaderInvalidLine (0.0s) PASSED v2.TestStmtFile (0.0s) PASSED v2.TestHistoryReader (0.0s) PASSED v2.TestStmtFileInvalidLine (0.0s) PASSED v2.TestStmtFiles (0.0s) PASSED v2.TestMemReader (0.0s) PASSED v2.TestStmtChecker (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_6_of_13/coverage.dat //pkg/util/stringutil:stringutil_test (cached) PASSED in 0.4s PASSED stringutil.TestBuildStringFromLabels (0.0s) PASSED stringutil.TestCompileLike2Regexp (0.0s) PASSED stringutil.TestEscapeGlobQuestionMark (0.0s) PASSED stringutil.TestIsExactMatch (0.0s) PASSED stringutil.TestMemoizeStr (0.0s) PASSED stringutil.TestPatternMatch (0.0s) PASSED stringutil.TestUnquote (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stringutil/stringutil_test/coverage.dat //pkg/util/sys/linux:linux_test (cached) PASSED in 0.5s PASSED linux_test.TestGetOSVersion (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/sys/linux/linux_test/coverage.dat //pkg/util/sys/storage:storage_test (cached) PASSED in 0.5s PASSED storage.TestGetTargetDirectoryCapacity (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/sys/storage/storage_test/coverage.dat //pkg/util/systimemon:systimemon_test (cached) PASSED in 1.4s PASSED systimemon.TestSystimeMonitor (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/systimemon/systimemon_test/coverage.dat //pkg/util/table-filter:table-filter_test (cached) PASSED in 0.5s PASSED table-filter_test.TestAll (0.0s) PASSED table-filter_test.TestImport (0.0s) PASSED table-filter_test.TestImport2 (0.0s) PASSED table-filter_test.TestLegacyFilter (0.0s) PASSED table-filter_test.TestMatchColumns (0.0s) PASSED table-filter_test.TestMatchSchemas (0.0s) PASSED table-filter_test.TestMatchTables (0.0s) PASSED table-filter_test.TestParseFailures (0.0s) PASSED table-filter_test.TestParseFailures2 (0.0s) PASSED table-filter_test.TestParseLegacyFailures (0.0s) PASSED table-filter_test.TestRecursiveImport (0.0s) PASSED table-filter_test.TestRecursiveImport2 (0.0s) PASSED table-filter_test.TestSchemaFilter (0.0s) PASSED table-filter_test.TestTableFilter (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/table-filter/table-filter_test/coverage.dat //pkg/util/table-router:table-router_test (cached) PASSED in 0.3s PASSED table-router.TestCaseSensitive (0.0s) PASSED table-router.TestFetchExtendColumn (0.0s) PASSED table-router.TestRoute (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/table-router/table-router_test/coverage.dat //pkg/util/table-rule-selector:table-rule-selector_test (cached) PASSED in 0.5s PASSED table-rule-selector.TestSelector (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/table-rule-selector/table-rule-selector_test/coverage.dat //pkg/util/texttree:texttree_test (cached) PASSED in 0.6s PASSED texttree.TestIndent4Child (0.0s) PASSED texttree.TestPrettyIdentifier (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/texttree/texttree_test/coverage.dat //pkg/util/timeutil:timeutil_test (cached) PASSED in 1.0s PASSED timeutil.TestConstructTimeZone (0.0s) PASSED timeutil.TestGetTZNameFromFileName (0.0s) PASSED timeutil.TestInferOneStepLinkForPath (0.0s) PASSED timeutil.TestLocal (0.0s) PASSED timeutil.TestParseTimeZone (0.0s) PASSED timeutil.TestSleep (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/timeutil/timeutil_test/coverage.dat //pkg/util/topsql:topsql_test (cached) PASSED in 6.4s Stats over 5 runs: max = 6.4s, min = 1.0s, avg = 2.9s, dev = 2.0s PASSED topsql.TestPubSubWhenReporterIsStopped (0.0s) PASSED topsql.TestTopSQLPubSub (5.4s) PASSED topsql.TestMaxSQLAndPlanTest (0.0s) PASSED topsql.TestTopSQLReporter (2.5s) PASSED topsql.TestTopSQLCPUProfile (1.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/topsql_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/topsql_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/topsql_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/topsql_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/topsql_test/shard_1_of_5/coverage.dat //pkg/util/topsql/collector:collector_test (cached) PASSED in 4.6s Stats over 3 runs: max = 4.6s, min = 1.1s, avg = 3.2s, dev = 1.5s PASSED collector.TestSQLStatsTune (0.0s) PASSED collector.TestPProfCPUProfile (2.7s) PASSED collector.TestProcessProfCPUProfile (3.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/collector/collector_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/collector/collector_test/shard_1_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/collector/collector_test/shard_2_of_3/coverage.dat //pkg/util/topsql/reporter:reporter_test (cached) PASSED in 6.9s Stats over 36 runs: max = 6.9s, min = 0.8s, avg = 1.4s, dev = 1.1s PASSED reporter.TestSingleTargetDataSink (0.0s) PASSED reporter.TestReporterWorker (3.1s) PASSED reporter.TestMultipleDataSinks (0.0s) PASSED reporter.TestCollectInternal (0.0s) PASSED reporter.TestCollectCapacity (0.2s) PASSED reporter.TestCollectAndTopN (0.0s) PASSED reporter.TestCollectAndEvicted (5.7s) PASSED reporter.TestCollectAndSendBatch (2.5s) PASSED reporter.TestPubSubDataSink (1.0s) PASSED reporter.TestDefaultDataSinkRegisterer (0.0s) PASSED reporter.TestRemoveInvalidPlanRecord (0.0s) PASSED reporter.Test_encodeKey (0.0s) PASSED reporter.Test_tsItem_toProto (0.0s) PASSED reporter.Test_tsItems_Sort (0.0s) PASSED reporter.Test_normalizedPlanMap_toProto (0.0s) PASSED reporter.Test_tsItems_toProto (0.0s) PASSED reporter.Test_record_Sort (0.0s) PASSED reporter.Test_normalizedPlanMap_take (0.0s) PASSED reporter.Test_record_append (0.0s) PASSED reporter.Test_record_merge (0.0s) PASSED reporter.Test_record_rebuildTsIndex (0.0s) PASSED reporter.Test_record_toProto (0.0s) PASSED reporter.Test_normalizedPlanMap_register (0.0s) PASSED reporter.Test_records_Sort (0.0s) PASSED reporter.Test_records_topN (0.0s) PASSED reporter.Test_records_toProto (0.0s) PASSED reporter.Test_collecting_getOrCreateRecord (0.0s) PASSED reporter.Test_normalizedSQLMap_toProto (0.0s) PASSED reporter.Test_collecting_markAsEvicted_hasEvicted (0.0s) PASSED reporter.Test_collecting_appendOthers (0.0s) PASSED reporter.Test_collecting_getReportRecords (0.0s) PASSED reporter.Test_collecting_take (0.0s) PASSED reporter.Test_normalizedSQLMap_take (0.0s) PASSED reporter.Test_cpuRecords_Sort (0.0s) PASSED reporter.Test_cpuRecords_topN (0.0s) PASSED reporter.Test_normalizedSQLMap_register (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_36_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_35_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_34_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_33_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_32_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_31_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_30_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_29_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_28_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_27_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_26_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_25_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_1_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_2_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_24_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_3_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_4_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_23_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_5_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_6_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_7_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_8_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_22_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_9_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_10_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_11_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_12_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_21_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_13_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_14_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_15_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_16_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_20_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_17_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_18_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_19_of_36/coverage.dat //pkg/util/topsql/stmtstats:stmtstats_test (cached) PASSED in 1.3s Stats over 11 runs: max = 1.3s, min = 0.8s, avg = 1.0s, dev = 0.2s PASSED stmtstats.TestExecCounter_AddExecCount_Take (0.0s) PASSED stmtstats.TestCreateStatementStats (0.0s) PASSED stmtstats.TestStatementStatsMap_Merge (0.0s) PASSED stmtstats.Test_SetupCloseAggregator (0.6s) PASSED stmtstats.TestStatementsStatsItem_Merge (0.0s) PASSED stmtstats.Test_RegisterUnregisterCollector (0.1s) PASSED stmtstats.TestKvStatementStatsItem_Merge (0.0s) PASSED stmtstats.Test_aggregator_register_collect (0.0s) PASSED stmtstats.TestKvExecCounter (0.0s) PASSED stmtstats.Test_aggregator_run_close (0.1s) PASSED stmtstats.TestAggregatorDisableAggregate (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_1_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_5_of_11/coverage.dat //pkg/util/tracing:tracing_test (cached) PASSED in 0.5s PASSED tracing.TestChildSpanFromContext (0.0s) PASSED tracing.TestCreateSapnBeforeSetupGlobalTracer (0.0s) PASSED tracing.TestFlattenLogicalPlanTrace (0.0s) PASSED tracing.TestFollowFrom (0.0s) PASSED tracing.TestSpanFromContext (0.0s) PASSED tracing.TestTraceInfoFromContext (0.0s) PASSED tracing.TestTreeRelationship (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/tracing/tracing_test/coverage.dat //pkg/util/vitess:vitess_test (cached) PASSED in 0.5s PASSED vitess.TestVitessHash (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/vitess/vitess_test/coverage.dat //pkg/util/watcher:watcher_test (cached) PASSED in 0.6s PASSED watcher.TestWatcher (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/watcher/watcher_test/coverage.dat //pkg/util/zeropool:zeropool_test (cached) PASSED in 1.2s PASSED zeropool_test.TestPool (0.7s) PASSED zeropool_test.TestPool/does_not_allocate (0.0s) PASSED zeropool_test.TestPool/is_not_racy (0.7s) PASSED zeropool_test.TestPool/provides_correct_values (0.0s) PASSED zeropool_test.TestPool/zero_value_is_valid (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/zeropool/zeropool_test/coverage.dat //tests/llmtest:llmtest_test (cached) PASSED in 0.6s PASSED llmtest_test.TestAllTestCaseInGroup (0.0s) PASSED llmtest_test.TestAllTestCasePassOrKnown (0.0s) //br/pkg/checksum:checksum_test NO STATUS //br/pkg/mock:mock_test NO STATUS //br/pkg/restore:restore_test NO STATUS //br/pkg/restore/internal/prealloc_db:prealloc_db_test NO STATUS //br/pkg/restore/internal/prealloc_table_id:prealloc_table_id_test NO STATUS //br/pkg/restore/log_client:log_client_test NO STATUS //br/pkg/restore/snap_client:snap_client_test NO STATUS //br/pkg/storage:storage_test NO STATUS //br/pkg/task:task_test NO STATUS //lightning/pkg/importer:importer_test NO STATUS //pkg/ddl:ddl_test NO STATUS //pkg/ddl/tests/fastcreatetable:fastcreatetable_test NO STATUS //pkg/ddl/tests/metadatalock:metadatalock_test NO STATUS //pkg/ddl/tests/partition:partition_test NO STATUS //pkg/ddl/tests/serial:serial_test NO STATUS //pkg/ddl/tests/tiflash:tiflash_test NO STATUS //pkg/domain:domain_test NO STATUS //pkg/executor:executor_test NO STATUS //pkg/executor/internal/calibrateresource:calibrateresource_test NO STATUS //pkg/executor/internal/querywatch:querywatch_test NO STATUS //pkg/executor/sortexec:sortexec_test NO STATUS //pkg/executor/test/analyzetest/panictest:panictest_test NO STATUS //pkg/executor/test/cte:cte_test NO STATUS //pkg/executor/test/ddl:ddl_test NO STATUS //pkg/executor/test/executor:executor_test NO STATUS //pkg/executor/test/issuetest:issuetest_test NO STATUS //pkg/executor/test/loadremotetest:loadremotetest_test NO STATUS //pkg/executor/test/passwordtest:passwordtest_test NO STATUS //pkg/executor/test/showtest:showtest_test NO STATUS //pkg/executor/test/txn:txn_test NO STATUS //pkg/executor/test/unstabletest:unstabletest_test NO STATUS //pkg/executor/test/writetest:writetest_test NO STATUS //pkg/expression/integration_test:integration_test_test NO STATUS //pkg/expression/test/multivaluedindex:multivaluedindex_test NO STATUS //pkg/extension:extension_test NO STATUS //pkg/extension/enterprise/audit:audit_test NO STATUS //pkg/infoschema/test/clustertablestest:clustertablestest_test NO STATUS //pkg/infoschema/test/infoschemav2test:infoschemav2test_test NO STATUS //pkg/lightning/backend:backend_test NO STATUS //pkg/plugin:plugin_test NO STATUS //pkg/server:server_test NO STATUS //pkg/server/handler/extractorhandler:extractorhandler_test NO STATUS //pkg/server/handler/optimizor:optimizor_test NO STATUS //pkg/server/tests:tests_test NO STATUS //pkg/server/tests/commontest:commontest_test NO STATUS //pkg/session/schematest:schematest_test NO STATUS //pkg/session/test/meta:meta_test NO STATUS //pkg/sessionctx/sessionstates:sessionstates_test NO STATUS //pkg/statistics/handle/handletest/lockstats:lockstats_test NO STATUS //pkg/statistics/handle/storage:storage_test NO STATUS //pkg/statistics/handle/updatetest:updatetest_test NO STATUS //pkg/statistics/handle/usage:usage_test NO STATUS //pkg/statistics/handle/util:util_test NO STATUS //pkg/store/copr/copr_test:copr_test_test NO STATUS //pkg/store/mockstore/mockcopr:mockcopr_test NO STATUS //pkg/structure:structure_test NO STATUS //pkg/table/tables:tables_test NO STATUS //br/cmd/br:br_test PASSED in 2.7s PASSED br.TestCalculateMemoryLimit (0.0s) PASSED br.TestRunMain (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/cmd/br/br_test/coverage.dat //br/pkg/gluetidb:gluetidb_test PASSED in 5.1s PASSED gluetidb.TestTheSessionIsoation (2.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/gluetidb/gluetidb_test/coverage.dat //br/pkg/gluetikv:gluetikv_test PASSED in 2.7s PASSED gluetikv.TestGetVersion (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/gluetikv/gluetikv_test/coverage.dat //lightning/cmd/tidb-lightning:tidb-lightning_test PASSED in 2.7s PASSED tidb-lightning.TestRunMain (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/cmd/tidb-lightning/tidb-lightning_test/coverage.dat //lightning/cmd/tidb-lightning-ctl:tidb-lightning-ctl_test PASSED in 3.1s PASSED tidb-lightning-ctl.TestRunMain (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/cmd/tidb-lightning-ctl/tidb-lightning-ctl_test/coverage.dat //lightning/pkg/importer/mock:mock_test PASSED in 2.8s PASSED mock.TestMockImportSourceBasic (0.0s) PASSED mock.TestMockTargetInfoBasic (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/mock/mock_test/coverage.dat //pkg/ddl/session:session_test PASSED in 7.5s PASSED session_test.TestPessimisticTxn (2.2s) PASSED session_test.TestSessionPool (2.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/session/session_test/coverage.dat //pkg/ddl/systable:systable_test PASSED in 6.6s PASSED systable.TestManager (2.8s) PASSED systable.TestManager/GetJobByID (0.0s) PASSED systable.TestManager/GetMDLVer (0.0s) PASSED systable.TestManager/GetMinJobID (0.0s) PASSED systable.TestManager/HasFlashbackClusterJob (0.0s) PASSED systable.TestRefreshMinJobID (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/systable/systable_test/coverage.dat //pkg/ddl/tests/multivaluedindex:multivaluedindex_test PASSED in 5.8s PASSED multivaluedindex_test.TestCreateMultiValuedIndexHasBinaryCollation (2.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/multivaluedindex/multivaluedindex_test/coverage.dat //pkg/disttask/example:example_test PASSED in 9.1s PASSED example.TestExampleApplication (5.7s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/example/example_test/coverage.dat //pkg/disttask/framework/handle:handle_test PASSED in 7.2s PASSED handle_test.TestHandle (3.3s) PASSED handle_test.TestRunWithRetry (0.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/handle/handle_test/coverage.dat //pkg/disttask/framework/planner:planner_test PASSED in 5.2s PASSED planner_test.TestPhysicalPlan (0.0s) PASSED planner_test.TestPlanner (2.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/planner/planner_test/coverage.dat //pkg/domain/globalconfigsync:globalconfigsync_test PASSED in 5.8s PASSED globalconfigsync_test.TestGlobalConfigSyncer (0.1s) PASSED globalconfigsync_test.TestStoreGlobalConfig (2.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/globalconfigsync/globalconfigsync_test/coverage.dat //pkg/executor/internal/mpp:mpp_test PASSED in 1.1s PASSED mpp.TestNeedReportExecutionSummary (0.0s) PASSED mpp.TestZoneHelperTryQuickFill (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/mpp/mpp_test/coverage.dat //pkg/executor/test/distsqltest:distsqltest_test PASSED in 52.0s PASSED distsqltest_test.TestDistsqlPartitionTableConcurrency (43.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/distsqltest/distsqltest_test/coverage.dat //pkg/executor/test/memtest:memtest_test PASSED in 48.3s PASSED memtest_test.TestInsertUpdateTrackerOnCleanUp (38.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/memtest/memtest_test/coverage.dat //pkg/planner/cascades:cascades_test PASSED in 7.4s PASSED cascades_test.TestCascadesDrive (1.9s) PASSED cascades_test.TestXFormedOperatorShouldDeriveTheirStatsOwn (2.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/cascades_test/coverage.dat //pkg/planner/core/casetest/binaryplan:binaryplan_test PASSED in 5.2s PASSED binaryplan_test.TestBinaryPlanInExplainAndSlowLog (2.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/binaryplan/binaryplan_test/coverage.dat //pkg/planner/core/casetest/cascades:cascades_test PASSED in 7.2s PASSED cascades_test.TestDeriveStats (2.3s) PASSED cascades_test.TestGroupNDVCols (1.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cascades/cascades_test/coverage.dat //pkg/planner/core/casetest/correlated:correlated_test PASSED in 6.0s PASSED correlated_test.TestCorrelatedSubquery (3.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/correlated/correlated_test/coverage.dat //pkg/planner/core/casetest/flatplan:flatplan_test PASSED in 5.5s PASSED flatplan_test.TestFlatPhysicalPlan (2.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/flatplan/flatplan_test/coverage.dat //pkg/planner/core/casetest/join:join_test PASSED in 4.8s PASSED join_test.TestSemiJoinOrder (2.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/join/join_test/coverage.dat //pkg/planner/core/casetest/parallelapply:parallelapply_test PASSED in 4.9s PASSED parallelapply_test.TestParallelApplyWarnning (2.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/parallelapply/parallelapply_test/coverage.dat //pkg/planner/core/casetest/scalarsubquery:scalarsubquery_test PASSED in 5.6s PASSED scalarsubquery_test.TestExplainNonEvaledSubquery (2.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/scalarsubquery/scalarsubquery_test/coverage.dat //pkg/planner/core/generator/plan_cache:plan_cache_test PASSED in 1.1s PASSED plan_cache.TestPlanClone (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/generator/plan_cache/plan_cache_test/coverage.dat //pkg/planner/core/tests/analyze:analyze_test PASSED in 8.1s PASSED analyze_test.TestAnalyzeVirtualColumns (2.5s) PASSED analyze_test.TestAutoAnalyzeForMissingPartition (2.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/analyze/analyze_test/coverage.dat //pkg/planner/core/tests/cte:cte_test PASSED in 5.4s PASSED cte_test.TestCTEWithDifferentSchema (2.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/cte/cte_test/coverage.dat //pkg/planner/core/tests/null:null_test PASSED in 7.6s PASSED null_test.TestIssue54803 (2.2s) PASSED null_test.TestIssue56745 (2.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/null/null_test/coverage.dat //pkg/planner/core/tests/partition:partition_test PASSED in 3.3s PASSED partition_test.TestBenchDaily (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/partition/partition_test/coverage.dat //pkg/planner/implementation:implementation_test PASSED in 1.1s PASSED implementation.TestBaseImplementation (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/implementation/implementation_test/coverage.dat //pkg/planner/util/fixcontrol:fixcontrol_test PASSED in 5.6s PASSED fixcontrol_test.TestFixControl (2.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/util/fixcontrol/fixcontrol_test/coverage.dat //pkg/plugin/conn_ip_example:conn_ip_example_test PASSED in 1.5s PASSED conn_ip_example.TestLoadPlugin (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/conn_ip_example/conn_ip_example_test/coverage.dat //pkg/session/resourcegrouptest:resourcegrouptest_test PASSED in 6.0s PASSED resourcegrouptest_test.TestResourceGroupHintInTxn (2.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/resourcegrouptest/resourcegrouptest_test/coverage.dat //pkg/session/test/privileges:privileges_test PASSED in 8.6s PASSED privileges_test.TestSessionAuth (2.1s) PASSED privileges_test.TestSkipWithGrant (2.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/privileges/privileges_test/coverage.dat //pkg/statistics/handle/autoanalyze/exec:exec_test PASSED in 7.5s PASSED exec_test.TestExecAutoAnalyzes (1.8s) PASSED exec_test.TestKillInWindows (2.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/exec/exec_test/coverage.dat //pkg/testkit:testkit_test PASSED in 5.2s PASSED testkit.TestMultiStatementInTk (1.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/testkit/testkit_test/coverage.dat //pkg/util/admin:admin_test PASSED in 5.9s PASSED admin.TestAdminCheckTableCorrupted (2.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/admin/admin_test/coverage.dat //pkg/util/dbutil:dbutil_test PASSED in 1.2s PASSED dbutil.TestAnalyzeValuesFromBuckets (0.0s) PASSED dbutil.TestColumnName (0.0s) PASSED dbutil.TestDeleteRows (0.0s) PASSED dbutil.TestFormatTimeZoneOffset (0.0s) PASSED dbutil.TestGetParser (0.0s) PASSED dbutil.TestGetTimeZoneOffset (0.0s) PASSED dbutil.TestIndex (0.0s) PASSED dbutil.TestIsIgnoreError (0.0s) PASSED dbutil.TestIsRetryableError (0.0s) PASSED dbutil.TestReplacePlaceholder (0.0s) PASSED dbutil.TestSchemacmpEncode (0.0s) PASSED dbutil.TestShowGrants (0.0s) PASSED dbutil.TestShowGrantsPasswordMasked (0.0s) PASSED dbutil.TestShowGrantsWithRoles (0.0s) PASSED dbutil.TestTable (0.0s) PASSED dbutil.TestTableName (0.0s) PASSED dbutil.TestTableStructEqual (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/dbutil/dbutil_test/coverage.dat //pkg/util/ddl-checker:ddl-checker_test PASSED in 8.1s PASSED ddl-checker.TestExecute (2.0s) PASSED ddl-checker.TestParse (2.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ddl-checker/ddl-checker_test/coverage.dat //pkg/util/keydecoder:keydecoder_test PASSED in 1.2s PASSED keydecoder.TestDecodeKey (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/keydecoder/keydecoder_test/coverage.dat //pkg/util/profile:profile_test PASSED in 5.5s PASSED profile.TestProfileToDatum (0.0s) PASSED profile.TestProfiles (2.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/profile/profile_test/coverage.dat //pkg/util/rowDecoder:rowDecoder_test PASSED in 1.1s PASSED rowDecoder_test.TestClusterIndexRowDecoder (0.0s) PASSED rowDecoder_test.TestRowDecoder (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/rowDecoder/rowDecoder_test/coverage.dat //pkg/util/schemacmp:schemacmp_test PASSED in 1.2s PASSED schemacmp_test.TestCompatibilities (0.0s) PASSED schemacmp_test.TestJoinSchemas (0.0s) PASSED schemacmp_test.TestTableString (0.0s) PASSED schemacmp_test.TestTypeCompareJoin (0.0s) PASSED schemacmp_test.TestTypeUnwrap (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/schemacmp/schemacmp_test/coverage.dat //pkg/executor/staticrecordset:staticrecordset_test NO STATUS PASSED staticrecordset_test.TestFinishStmtError (2.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/staticrecordset/staticrecordset_test/shard_7_of_7/coverage.dat //pkg/executor/test/aggregate:aggregate_test NO STATUS PASSED aggregate_test.TestIssue50849 (2.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/aggregate/aggregate_test/shard_7_of_7/coverage.dat //pkg/server/tests/tls:tls_test NO STATUS PASSED tls_test.TestTLSAuto (2.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_8_of_8/coverage.dat //pkg/statistics/handle/handletest/initstats:initstats_test NO STATUS PASSED initstats_test.TestDropTableBeforeNonLiteInitStats (2.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/initstats/initstats_test/shard_4_of_4/coverage.dat //pkg/planner/core/tests/extractor:extractor_test NO STATUS PASSED extractor_test.TestMemtableInfoschemaExtractorPart4 (130.6s) PASSED extractor_test.TestMemtableInfoschemaExtractorPart3 (13.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/extractor/extractor_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/extractor/extractor_test/shard_3_of_4/coverage.dat //br/pkg/restore/ingestrec:ingestrec_test PASSED in 2.5s Stats over 3 runs: max = 2.5s, min = 2.3s, avg = 2.4s, dev = 0.1s PASSED ingestrec_test.TestRewriteTableID (0.1s) PASSED ingestrec_test.TestIndexesKind (0.1s) PASSED ingestrec_test.TestAddIngestRecorder (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/ingestrec/ingestrec_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/ingestrec/ingestrec_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/ingestrec/ingestrec_test/shard_1_of_3/coverage.dat //pkg/autoid_service:autoid_service_test PASSED in 6.3s Stats over 3 runs: max = 6.3s, min = 4.5s, avg = 5.2s, dev = 0.8s PASSED autoid_service.TestGRPC (2.1s) PASSED autoid_service.TestAPI (3.5s) PASSED autoid_service.TestConcurrent (1.7s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/autoid_service/autoid_service_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/autoid_service/autoid_service_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/autoid_service/autoid_service_test/shard_1_of_3/coverage.dat //pkg/executor/test/oomtest:oomtest_test PASSED in 52.7s Stats over 3 runs: max = 52.7s, min = 45.4s, avg = 48.0s, dev = 3.3s PASSED oomtest_test.TestMemTracker4DeleteExec (43.2s) PASSED oomtest_test.TestMemTracker4UpdateExec (35.6s) PASSED oomtest_test.TestMemTracker4InsertAndReplaceExec (36.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/oomtest/oomtest_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/oomtest/oomtest_test/shard_1_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/oomtest/oomtest_test/shard_2_of_3/coverage.dat //pkg/planner/core/casetest/tpch:tpch_test PASSED in 5.9s Stats over 3 runs: max = 5.9s, min = 5.3s, avg = 5.6s, dev = 0.2s PASSED tpch_test.TestQ18 (2.2s) PASSED tpch_test.TestQ13 (2.1s) PASSED tpch_test.TestQ3 (2.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/tpch/tpch_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/tpch/tpch_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/tpch/tpch_test/shard_1_of_3/coverage.dat //pkg/planner/util:util_test PASSED in 1.1s Stats over 3 runs: max = 1.1s, min = 1.1s, avg = 1.1s, dev = 0.0s PASSED util.TestSliceRecursiveFlattenIter (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#0 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#1 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#2 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#3 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#4 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#5 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#6 (0.0s) PASSED util.TestOnlyPointRange (0.0s) PASSED util.TestCompareCol2Len (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/util/util_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/util/util_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/util/util_test/shard_1_of_3/coverage.dat //pkg/session/clusteredindextest:clusteredindextest_test PASSED in 29.6s Stats over 3 runs: max = 29.6s, min = 26.0s, avg = 28.3s, dev = 1.6s PASSED clusteredindextest_test.TestPartitionTable (22.4s) PASSED clusteredindextest_test.TestClusteredWithOldRowFormat (21.9s) PASSED clusteredindextest_test.TestClusteredInsertIgnoreBatchGetKeyCount (18.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/clusteredindextest/clusteredindextest_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/clusteredindextest/clusteredindextest_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/clusteredindextest/clusteredindextest_test/shard_1_of_3/coverage.dat //pkg/session/temporarytabletest:temporarytabletest_test PASSED in 37.7s Stats over 3 runs: max = 37.7s, min = 31.6s, avg = 34.4s, dev = 2.5s PASSED temporarytabletest_test.TestSchemaCheckerTempTable (24.1s) PASSED temporarytabletest_test.TestLocalTemporaryTableDelete (25.5s) PASSED temporarytabletest_test.TestLocalTemporaryTableUpdate (30.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/temporarytabletest/temporarytabletest_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/temporarytabletest/temporarytabletest_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/temporarytabletest/temporarytabletest_test/shard_1_of_3/coverage.dat //pkg/workloadlearning:workloadlearning_test PASSED in 5.3s Stats over 3 runs: max = 5.3s, min = 4.8s, avg = 5.1s, dev = 0.2s PASSED workloadlearning_test.TestSaveReadTableCostMetrics (2.1s) PASSED workloadlearning_test.TestGetTableReadCacheMetricsWithNoData (1.9s) PASSED workloadlearning_test.TestUpdateTableCostCache (2.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/workloadlearning/workloadlearning_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/workloadlearning/workloadlearning_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/workloadlearning/workloadlearning_test/shard_1_of_3/coverage.dat //br/pkg/task/show:show_test PASSED in 4.6s Stats over 4 runs: max = 4.6s, min = 2.7s, avg = 3.3s, dev = 0.8s PASSED show_test.TestShowViaSQL (1.9s) PASSED show_test.TestV2Encrypted (0.0s) PASSED show_test.TestV2AndSmallTables (0.0s) PASSED show_test.TestFull (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/show/show_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/show/show_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/show/show_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/show/show_test/shard_1_of_4/coverage.dat //pkg/infoschema/perfschema:perfschema_test PASSED in 5.4s Stats over 4 runs: max = 5.4s, min = 3.5s, avg = 4.7s, dev = 0.7s PASSED perfschema.TestSessionConnectAttrs (2.2s) PASSED perfschema.TestTiKVProfileCPU (2.0s) PASSED perfschema.TestPerfSchemaTables (2.3s) PASSED perfschema.TestPredefinedTables (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/perfschema/perfschema_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/perfschema/perfschema_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/perfschema/perfschema_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/perfschema/perfschema_test/shard_1_of_4/coverage.dat //pkg/planner/core/tests/redact:redact_test PASSED in 5.9s Stats over 4 runs: max = 5.9s, min = 5.5s, avg = 5.7s, dev = 0.2s PASSED redact_test.TestRedactTiFlash (2.1s) PASSED redact_test.TestRedactExplain (2.3s) PASSED redact_test.TestJoinNotSupportedByTiFlash (2.3s) PASSED redact_test.TestRedactForRangeInfo (2.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/redact/redact_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/redact/redact_test/shard_1_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/redact/redact_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/redact/redact_test/shard_2_of_4/coverage.dat //pkg/session/nontransactionaltest:nontransactionaltest_test PASSED in 48.0s Stats over 4 runs: max = 48.0s, min = 6.5s, avg = 17.2s, dev = 17.8s PASSED nontransactionaltest_test.TestNonTransactionalDMLWorkWithForeignKey (2.5s) PASSED nontransactionaltest_test.TestNonTransactionalWithCheckConstraint (2.2s) PASSED nontransactionaltest_test.TestNonTransactionalDMLErrorMessage (2.9s) PASSED nontransactionaltest_test.TestNonTransactionalDMLSharding (42.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/nontransactionaltest/nontransactionaltest_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/nontransactionaltest/nontransactionaltest_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/nontransactionaltest/nontransactionaltest_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/nontransactionaltest/nontransactionaltest_test/shard_1_of_4/coverage.dat //pkg/statistics/asyncload:asyncload_test PASSED in 7.9s Stats over 4 runs: max = 7.9s, min = 7.3s, avg = 7.6s, dev = 0.2s PASSED asyncload_test.TestLoadStatisticsAfterIndexDrop (4.3s) PASSED asyncload_test.TestLoadIndexStatisticsAfterTableDrop (4.2s) PASSED asyncload_test.TestLoadStatisticsAfterColumnDrop (4.2s) PASSED asyncload_test.TestLoadColumnStatisticsAfterTableDrop (4.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/asyncload/asyncload_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/asyncload/asyncload_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/asyncload/asyncload_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/asyncload/asyncload_test/shard_1_of_4/coverage.dat //pkg/executor/test/splittest:splittest_test FLAKY, failed in 1 out of 4 in 58.7s Stats over 4 runs: max = 58.7s, min = 10.4s, avg = 42.6s, dev = 19.6s PASSED splittest_test.TestBenchDaily (0.0s) PASSED splittest_test.TestShowTableRegion (47.7s) PASSED splittest_test.TestClusterIndexShowTableRegion (47.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/splittest/splittest_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/splittest/splittest_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/splittest/splittest_test/shard_1_of_3/coverage.dat //pkg/executor/test/analyzetest/memorycontrol:memorycontrol_test PASSED in 38.1s Stats over 5 runs: max = 38.1s, min = 26.6s, avg = 31.0s, dev = 4.1s PASSED memorycontrol_test.TestMemQuotaAnalyze2 (20.0s) PASSED memorycontrol_test.TestMemQuotaAnalyze (21.5s) PASSED memorycontrol_test.TestGlobalMemoryControlForAutoAnalyze (23.6s) PASSED memorycontrol_test.TestGlobalMemoryControlForPrepareAnalyze (31.7s) PASSED memorycontrol_test.TestGlobalMemoryControlForAnalyze (24.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test/shard_1_of_5/coverage.dat //pkg/executor/test/autoidtest:autoidtest_test PASSED in 62.9s Stats over 5 runs: max = 62.9s, min = 32.7s, avg = 47.3s, dev = 10.1s PASSED autoidtest_test.TestIssue52622 (24.7s) PASSED autoidtest_test.TestIssue39528 (32.4s) PASSED autoidtest_test.TestMockAutoIDServiceError (36.7s) PASSED autoidtest_test.TestInsertWithAutoidSchema (53.2s) PASSED autoidtest_test.TestFilterDifferentAllocators (41.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/autoidtest/autoidtest_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/autoidtest/autoidtest_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/autoidtest/autoidtest_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/autoidtest/autoidtest_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/autoidtest/autoidtest_test/shard_1_of_5/coverage.dat //pkg/planner/core/casetest/windows:windows_test PASSED in 5.9s Stats over 5 runs: max = 5.9s, min = 5.4s, avg = 5.6s, dev = 0.2s PASSED windows_test.TestIssue34765 (2.2s) PASSED windows_test.TestWindowPlanWithOtherOperators (2.2s) PASSED windows_test.TestWindowPushDownPlans (2.0s) PASSED windows_test.TestWindowFunctionDescCanPushDown (2.0s) PASSED windows_test.TestWindowWithCorrelatedSubQuery (2.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/windows/windows_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/windows/windows_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/windows/windows_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/windows/windows_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/windows/windows_test/shard_1_of_5/coverage.dat //pkg/statistics/handle/handletest/analyze:analyze_test PASSED in 84.6s Stats over 5 runs: max = 84.6s, min = 31.6s, avg = 55.2s, dev = 20.5s PASSED analyze_test.TestFMSWithAnalyzePartition (24.1s) PASSED analyze_test.TestAnalyzeVirtualCol (29.5s) PASSED analyze_test.TestAnalyzeWithDynamicPartitionPruneMode (37.5s) PASSED analyze_test.TestAnalyzeGlobalStatsWithOpts1 (75.3s) PASSED analyze_test.TestAnalyzeGlobalStatsWithOpts2 (63.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/analyze/analyze_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/analyze/analyze_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/analyze/analyze_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/analyze/analyze_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/analyze/analyze_test/shard_3_of_5/coverage.dat //pkg/ttl/sqlbuilder:sqlbuilder_test PASSED in 5.2s Stats over 5 runs: max = 5.2s, min = 3.3s, avg = 3.8s, dev = 0.7s PASSED sqlbuilder_test.TestBuildDeleteSQL (0.0s) PASSED sqlbuilder_test.TestScanQueryGenerator (0.0s) PASSED sqlbuilder_test.TestSQLBuilder (0.0s) PASSED sqlbuilder_test.TestFormatSQLDatum (2.2s) PASSED sqlbuilder_test.TestEscape (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/sqlbuilder/sqlbuilder_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/sqlbuilder/sqlbuilder_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/sqlbuilder/sqlbuilder_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/sqlbuilder/sqlbuilder_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/sqlbuilder/sqlbuilder_test/shard_1_of_5/coverage.dat //pkg/statistics/handle/autoanalyze/refresher:refresher_test NO STATUS PASSED refresher_test.TestWorker (2.5s) PASSED refresher_test.TestWorker/GetRunningJobs (0.1s) PASSED refresher_test.TestWorker/NewWorker (0.0s) PASSED refresher_test.TestWorker/PanicInJob (0.1s) PASSED refresher_test.TestWorker/PanicInMultipleJobs (0.1s) PASSED refresher_test.TestWorker/SubmitJob (0.1s) PASSED refresher_test.TestWorker/UpdateConcurrency (0.0s) PASSED refresher_test.TestAnalyzeHighestPriorityTablesWithFailedAnalysis (2.6s) PASSED refresher_test.TestDoNotRetryTableNotExistJob (2.4s) PASSED refresher_test.TestAnalyzeHighestPriorityTablesConcurrently (3.4s) PASSED refresher_test.TestAnalyzeHighestPriorityTables (2.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_6_of_10/coverage.dat //pkg/executor/internal/exec:exec_test PASSED in 8.9s Stats over 6 runs: max = 8.9s, min = 5.5s, avg = 7.4s, dev = 1.2s PASSED exec_test.TestIndexUsageReporterWithClusterIndex (5.4s) PASSED exec_test.TestDisableIndexUsageReporter (3.3s) PASSED exec_test.TestIndexUsageReporterWithGlobalIndex (2.8s) PASSED exec_test.TestIndexUsageReporterWithPartitionTable (3.7s) PASSED exec_test.TestIndexUsageReporterWithRealData (4.1s) PASSED exec_test.TestIndexUsageReporter (1.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_1_of_6/coverage.dat //pkg/planner/core/casetest/planstats:planstats_test PASSED in 6.2s Stats over 6 runs: max = 6.2s, min = 5.3s, avg = 5.8s, dev = 0.3s PASSED planstats_test.TestPartialStatsInExplain (2.3s) PASSED planstats_test.TestCollectDependingVirtualCols (2.2s) PASSED planstats_test.TestPlanStatsStatusRecord (2.2s) PASSED planstats_test.TestPlanStatsLoadTimeout (2.3s) PASSED planstats_test.TestPlanStatsLoadForCTE (2.5s) PASSED planstats_test.TestPlanStatsLoad (2.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_1_of_6/coverage.dat //pkg/planner/core/casetest/pushdown:pushdown_test PASSED in 5.6s Stats over 6 runs: max = 5.6s, min = 4.8s, avg = 5.1s, dev = 0.3s PASSED pushdown_test.TestJoinNotSupportedByTiFlash (2.0s) PASSED pushdown_test.TestSelPushDownTiFlash (1.8s) PASSED pushdown_test.TestPushDownProjectionForTiFlashCoprocessor (2.2s) PASSED pushdown_test.TestPushDownProjectionForTiFlash (2.2s) PASSED pushdown_test.TestPushDownToTiFlashWithKeepOrderInFastMode (2.0s) PASSED pushdown_test.TestPushDownToTiFlashWithKeepOrder (1.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_1_of_6/coverage.dat //pkg/planner/core/tests/pointget:pointget_test PASSED in 5.9s Stats over 6 runs: max = 5.9s, min = 4.7s, avg = 5.3s, dev = 0.4s PASSED pointget_test.TestIssue56832 (2.0s) PASSED pointget_test.TestPointGetPlanCache (2.1s) PASSED pointget_test.TestIssue52592 (2.1s) PASSED pointget_test.TestPointGetId (1.9s) PASSED pointget_test.TestIssue18042 (1.9s) PASSED pointget_test.TestIssue20692 (2.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_3_of_6/coverage.dat //pkg/sessiontxn/staleread:staleread_test PASSED in 5.9s Stats over 6 runs: max = 5.9s, min = 5.1s, avg = 5.4s, dev = 0.3s PASSED staleread_test.TestStaleReadReplicaReadScope (1.8s) PASSED staleread_test.TestStaleReadTxnScope (2.0s) PASSED staleread_test.TestStaleReadProcessorInTxn (1.9s) PASSED staleread_test.TestStaleReadProcessorWithExecutePreparedStmt (2.4s) PASSED staleread_test.TestStaleReadProcessorWithSelectTable (2.0s) PASSED staleread_test.TestExternalTimestampReadonly (1.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_1_of_6/coverage.dat //pkg/timer:timer_test PASSED in 50.7s Stats over 6 runs: max = 50.7s, min = 6.8s, avg = 23.0s, dev = 14.9s PASSED timer_test.TestTimerStoreWithTimeZone (43.8s) PASSED timer_test.TestTableStoreManualTrigger (20.7s) PASSED timer_test.TestEtcdNotifier (8.1s) PASSED timer_test.TestMemNotifier (3.0s) PASSED timer_test.TestTableTimerStore (23.0s) PASSED timer_test.TestMemTimerStore (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_1_of_6/coverage.dat //pkg/statistics/handle/autoanalyze/priorityqueue:priorityqueue_test NO STATUS PASSED priorityqueue.TestAddIndexTriggerAutoAnalyzeWithStatsVersion1 (3.2s) PASSED priorityqueue.TestVectorIndexTriggerAutoAnalyze (3.3s) PASSED priorityqueue.TestDropSchemaEventWithStaticPartition (2.2s) PASSED priorityqueue.TestDropSchemaEventWithDynamicPartition (2.4s) PASSED priorityqueue.TestRemovePartitioning (2.5s) PASSED priorityqueue.TestAlterTablePartitioning (2.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_45_of_50/coverage.dat //lightning/pkg/server:server_test PASSED in 3.5s Stats over 7 runs: max = 3.5s, min = 2.6s, avg = 3.1s, dev = 0.3s PASSED server.TestHTTPAPIOutsideServerMode (0.6s) PASSED server.TestGetDeleteTask (0.5s) PASSED server.TestRunServer (0.1s) PASSED server.TestCheckSchemaConflict (0.0s) PASSED server.TestCheckSystemRequirement (0.0s) PASSED server.TestRun (0.0s) PASSED server.TestInitEnv (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_1_of_7/coverage.dat //pkg/session/test/common:common_test PASSED in 6.8s Stats over 7 runs: max = 6.8s, min = 6.1s, avg = 6.6s, dev = 0.3s PASSED common_test.TestAffectedRows (2.4s) PASSED common_test.TestMiscs (2.0s) PASSED common_test.TestQueryString (2.3s) PASSED common_test.TestPrepare (2.0s) PASSED common_test.TestLastMessage (2.4s) PASSED common_test.TestIndexColumnLength (2.2s) PASSED common_test.TestTableInfoMeta (2.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_1_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_4_of_7/coverage.dat //pkg/ttl/session:session_test PASSED in 5.9s Stats over 7 runs: max = 5.9s, min = 5.2s, avg = 5.5s, dev = 0.3s PASSED session_test.TestSysVarTTLScanDeleteLimit (2.1s) PASSED session_test.TestSysVarTTLScanDeleteBatchSize (2.1s) PASSED session_test.TestSysVarTTLScanBatchSize (2.2s) PASSED session_test.TestSysVarTTLJobEnable (2.0s) PASSED session_test.TestSessionKill (2.1s) PASSED session_test.TestSessionResetTimeZone (2.3s) PASSED session_test.TestSessionRunInTxn (2.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_1_of_7/coverage.dat //pkg/statistics/handle/globalstats:globalstats_test NO STATUS PASSED globalstats.TestMergePartTopN2GlobalTopNWithHists (0.0s) PASSED globalstats.TestMergePartTopN2GlobalTopNWithoutHists (0.0s) PASSED globalstats.TestMergeGlobalStatsForCMSketch (2.6s) PASSED globalstats.TestShowGlobalStatsWithAsyncMergeGlobal (3.1s) PASSED globalstats.TestGlobalStatsAndSQLBindingWithConcurrency (3.6s) PASSED globalstats.TestShowGlobalStatsWithoutAsyncMergeGlobal (2.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_27_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_26_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_25_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_1_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_24_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_2_of_27/coverage.dat //pkg/planner/core/casetest/hint:hint_test PASSED in 19.9s Stats over 8 runs: max = 19.9s, min = 4.6s, avg = 7.2s, dev = 4.9s PASSED hint_test.TestQBHintHandlerDuplicateObjects (2.3s) PASSED hint_test.TestHints (1.8s) PASSED hint_test.TestOptimizeHintOnPartitionTable (17.0s) PASSED hint_test.TestIsolationReadTiFlashUseIndexHint (1.8s) PASSED hint_test.TestReadFromStorageHintAndIsolationRead (2.0s) PASSED hint_test.TestJoinHintCompatibility (3.3s) PASSED hint_test.TestAllViewHintType (2.6s) PASSED hint_test.TestReadFromStorageHint (2.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_1_of_8/coverage.dat //pkg/planner/core/casetest/index:index_test PASSED in 5.4s Stats over 8 runs: max = 5.4s, min = 4.5s, avg = 4.9s, dev = 0.3s PASSED index_test.TestAnalyzeVectorIndex (2.2s) PASSED index_test.TestVectorIndex (1.9s) PASSED index_test.TestOrderedIndexWithIsNull (1.8s) PASSED index_test.TestRangeIntersection (2.6s) PASSED index_test.TestNullConditionForPrefixIndex (1.8s) PASSED index_test.TestRowFunctionMatchTheIndexRangeScan (1.7s) PASSED index_test.TestInvisibleIndex (2.0s) PASSED index_test.TestRangeDerivation (1.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_3_of_8/coverage.dat //pkg/planner/core/casetest/vectorsearch:vectorsearch_test PASSED in 7.4s Stats over 8 runs: max = 7.4s, min = 3.4s, avg = 5.9s, dev = 1.2s PASSED vectorsearch_test.TestVectorSearchHeavyFunction (3.7s) PASSED vectorsearch_test.TestVectorSearchWithPKForceTiKV (4.0s) PASSED vectorsearch_test.TestVectorSearchWithPKAuto (3.8s) PASSED vectorsearch_test.TestANNIndexWithNonIntClusteredPk (1.9s) PASSED vectorsearch_test.TestANNInexWithSimpleCBO (2.4s) PASSED vectorsearch_test.TestANNIndexNormalizedPlan (2.4s) PASSED vectorsearch_test.TestTiFlashANNIndex (2.1s) PASSED vectorsearch_test.TestVectorIndexProtobufMatch (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_1_of_8/coverage.dat //pkg/resourcegroup/tests:tests_test PASSED in 35.9s Stats over 8 runs: max = 35.9s, min = 6.5s, avg = 27.1s, dev = 8.6s PASSED tests_test.TestResourceGroupBurstLimit (24.6s) PASSED tests_test.TestResourceGroupBasic (29.5s) PASSED tests_test.TestBindHints (19.7s) PASSED tests_test.TestNewResourceGroupFromOptions (0.0s) PASSED tests_test.TestResourceGroupRunawayExceedTiDBSide (21.1s) PASSED tests_test.TestResourceGroupRunaway (27.9s) PASSED tests_test.TestAlreadyExistsDefaultResourceGroup (18.8s) PASSED tests_test.TestResourceGroupRunawayFlood (23.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_4_of_8/coverage.dat //pkg/session/test/vars:vars_test PASSED in 7.2s Stats over 8 runs: max = 7.2s, min = 6.1s, avg = 6.6s, dev = 0.3s PASSED vars_test.TestPrepareExecuteWithSQLHints (2.2s) PASSED vars_test.TestGlobalVarAccessor (2.1s) PASSED vars_test.TestTimeZone (1.9s) PASSED vars_test.TestSetInstanceSysvarBySetGlobalSysVar (1.8s) PASSED vars_test.TestUpgradeSysvars (1.7s) PASSED vars_test.TestTiKVSystemVars (1.9s) PASSED vars_test.TestRemovedSysVars (2.0s) PASSED vars_test.TestKVVars (1.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_1_of_8/coverage.dat //pkg/statistics/handle/syncload:syncload_test PASSED in 47.3s Stats over 8 runs: max = 47.3s, min = 28.1s, avg = 35.4s, dev = 8.1s PASSED syncload_test.TestSyncLoadOnObjectWhichCanNotFoundInStorage (22.0s) PASSED syncload_test.TestSendLoadRequestsWaitTooLong (22.4s) PASSED syncload_test.TestRetry (21.5s) PASSED syncload_test.TestConcurrentLoadHistWithPanicAndFail (21.2s) PASSED syncload_test.TestConcurrentLoadHistTimeout (23.9s) PASSED syncload_test.TestConcurrentLoadHist (33.7s) PASSED syncload_test.TestSyncLoadSkipAnalyzSkipColumnItems (37.2s) PASSED syncload_test.TestSyncLoadSkipUnAnalyzedItems (37.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_1_of_8/coverage.dat //pkg/store/driver:driver_test PASSED in 5.2s Stats over 8 runs: max = 5.2s, min = 2.5s, avg = 3.0s, dev = 0.8s PASSED driver.TestTxnScan (0.0s) PASSED driver.TestTxnBatchGet (0.1s) PASSED driver.TestTxnGet (0.1s) PASSED driver.TestFailBusyServerCop (1.9s) PASSED driver.TestSnapshotWitInterceptor (0.0s) PASSED driver.TestSnapshotWithoutInterceptor (0.0s) PASSED driver.TestSetDefaultAndOptions (0.0s) PASSED driver.TestInjectTracingClient (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_1_of_8/coverage.dat //pkg/planner/core/casetest/rule:rule_test PASSED in 6.6s Stats over 9 runs: max = 6.6s, min = 2.9s, avg = 5.5s, dev = 1.0s PASSED rule_test.TestConstantPropagateWithCollation (1.9s) PASSED rule_test.TestOuter2InnerIssue55886 (2.1s) PASSED rule_test.TestOuter2Inner (2.5s) PASSED rule_test.TestJoinOrderHint4DynamicPartitionTable (2.7s) PASSED rule_test.TestJoinOrderHint4TiFlash (2.5s) PASSED rule_test.TestOptEnableHashJoin (2.3s) PASSED rule_test.TestWrapCastForAggFuncs (0.0s) PASSED rule_test.TestPushDerivedTopnFlash (2.1s) PASSED rule_test.TestDual (2.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_1_of_9/coverage.dat //pkg/planner/core/issuetest:issuetest_test PASSED in 31.9s Stats over 9 runs: max = 31.9s, min = 24.3s, avg = 27.5s, dev = 2.4s PASSED issuetest_test.TestIssue59902 (22.1s) PASSED issuetest_test.TestIssue58451 (21.9s) PASSED issuetest_test.TestIssue59643 (18.9s) PASSED issuetest_test.TestIssue58476 (18.1s) PASSED issuetest_test.TestIssues57583 (18.3s) PASSED issuetest_test.TestIssue53175 (19.9s) PASSED issuetest_test.TestIssue54535 (21.5s) PASSED issuetest_test.Test53726 (22.2s) PASSED issuetest_test.TestIssue43461 (24.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_1_of_9/coverage.dat //pkg/server/tests/cursor:cursor_test PASSED in 13.0s Stats over 9 runs: max = 13.0s, min = 5.1s, avg = 7.5s, dev = 2.1s PASSED cursor_test.TestCursorExceedQuota (4.0s) PASSED cursor_test.TestLazyExecuteWithParam (3.5s) PASSED cursor_test.TestLazyExecuteSelection (3.1s) PASSED cursor_test.TestLazyExecuteProjection (3.5s) PASSED cursor_test.TestSerialLazyExecuteAndFetch (3.1s) PASSED cursor_test.TestConcurrentExecuteAndFetch (9.3s) PASSED cursor_test.TestCursorFetchExecuteCheck (2.0s) PASSED cursor_test.TestCursorFetchShouldSpill (2.3s) PASSED cursor_test.TestCursorFetchErrorInFetch (4.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_1_of_9/coverage.dat //pkg/table/tables/test/partition:partition_test NO STATUS PASSED partition_test.TestAlterTablePartitionRollback (2.7s) PASSED partition_test.TestPartitionCoverage (2.5s) PASSED partition_test.TestPruningOverflow (2.1s) PASSED partition_test.TestExplainPartition (2.0s) PASSED partition_test.TestPointGetKeyPartitioning (1.6s) PASSED partition_test.TestReorgPartExtensivePart (18.9s) PASSED partition_test.TestPartitionByExtensivePart (10.0s) PASSED partition_test.TestGlobalIndexPartitionByIntExtensivePart (10.8s) PASSED partition_test.TestPartitionByIntExtensivePart (10.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_15_of_23/coverage.dat //pkg/executor/test/jointest:jointest_test PASSED in 79.0s Stats over 10 runs: max = 79.0s, min = 43.4s, avg = 52.3s, dev = 11.1s PASSED jointest_test.TestIssue11896 (35.1s) PASSED jointest_test.TestIssue11895 (34.8s) PASSED jointest_test.TestJoinLeak (46.5s) PASSED jointest_test.TestJoin2 (69.6s) PASSED jointest_test.TestIssue18070 (34.6s) PASSED jointest_test.TestNullEmptyAwareSemiJoin (43.9s) PASSED jointest_test.TestIssue20779 (34.2s) PASSED jointest_test.TestIssue30211 (33.6s) PASSED jointest_test.TestIssue49033 (54.5s) PASSED jointest_test.TestIssue37932 (36.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_1_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_7_of_10/coverage.dat //pkg/planner/core/casetest/dag:dag_test PASSED in 5.6s Stats over 10 runs: max = 5.6s, min = 4.8s, avg = 5.1s, dev = 0.3s PASSED dag_test.TestDAGPlanBuilderWindowParallel (2.1s) PASSED dag_test.TestDAGPlanBuilderWindow (2.1s) PASSED dag_test.TestDAGPlanBuilderAgg (1.7s) PASSED dag_test.TestDAGPlanBuilderUnionScan (1.8s) PASSED dag_test.TestDAGPlanBuilderUnion (1.7s) PASSED dag_test.TestDAGPlanBuilderBasePhysicalPlan (1.8s) PASSED dag_test.TestDAGPlanTopN (1.7s) PASSED dag_test.TestDAGPlanBuilderSubquery (1.8s) PASSED dag_test.TestDAGPlanBuilderJoin (2.0s) PASSED dag_test.TestDAGPlanBuilderSimpleCase (1.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_1_of_10/coverage.dat //pkg/session/test/txn:txn_test PASSED in 53.7s Stats over 10 runs: max = 53.7s, min = 27.8s, avg = 31.8s, dev = 7.4s PASSED txn_test.TestMemBufferCleanupMemoryLeak (20.3s) PASSED txn_test.TestAutocommit (21.9s) PASSED txn_test.TestMemBufferSnapshotRead (21.4s) PASSED txn_test.TestDisableTxnAutoRetry (23.8s) PASSED txn_test.TestCommitTSOrderCheck (20.9s) PASSED txn_test.TestTxnLazyInitialize (46.0s) PASSED txn_test.TestAutoCommitRespectsReadOnly (21.5s) PASSED txn_test.TestTxnRetryErrMsg (20.5s) PASSED txn_test.TestInTrans (21.7s) PASSED txn_test.TestErrorRollback (21.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_1_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_6_of_10/coverage.dat //pkg/planner/funcdep:funcdep_test PASSED in 6.6s Stats over 11 runs: max = 6.6s, min = 3.2s, avg = 4.3s, dev = 1.2s PASSED funcdep.TestFindCommonEquivClasses (0.0s) PASSED funcdep.TestFDSet_AddEquivalence (0.0s) PASSED funcdep.TestFDSet_LaxImplies (0.0s) PASSED funcdep.TestFDSet_ExtractFD (2.2s) PASSED funcdep.TestFDSet_AddConstant (0.0s) PASSED funcdep.TestFDSet_ExtractFDForApplyAndUnion (2.3s) PASSED funcdep.TestFDSet_InClosure (0.0s) PASSED funcdep.TestFDSet_ReduceCols (0.0s) PASSED funcdep.TestFDSet_MakeOuterJoin (2.6s) PASSED funcdep.TestFDSet_ClosureOf (0.0s) PASSED funcdep.TestAddStrictFunctionalDependency (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_1_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_4_of_11/coverage.dat //pkg/ddl/notifier:notifier_test PASSED in 8.4s Stats over 12 runs: max = 8.4s, min = 3.0s, avg = 5.9s, dev = 1.6s PASSED notifier.TestCommitFailed (2.8s) PASSED notifier.TestHandlersSeePessimisticTxnError (2.8s) PASSED notifier.TestBeginTwice (2.2s) PASSED notifier.TestPaginatedList (4.4s) PASSED notifier.Test2OwnerForAShortTime (1.9s) PASSED notifier.TestPublishEventError (2.9s) PASSED notifier.TestPubSub (4.4s) PASSED notifier.TestDeliverOrderAndCleanup (2.2s) PASSED notifier.TestBasicPubSub (2.0s) PASSED notifier.TestPublishToTableStore (2.1s) PASSED notifier.TestEventString (0.0s) PASSED notifier.TestLeftoverWhenUnmarshal (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_1_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_2_of_12/coverage.dat //pkg/executor/test/loaddatatest:loaddatatest_test PASSED in 47.1s Stats over 12 runs: max = 47.1s, min = 41.3s, avg = 44.4s, dev = 2.0s PASSED loaddatatest_test.TestFix56408 (35.9s) PASSED loaddatatest_test.TestLoadDataInitParam (37.2s) PASSED loaddatatest_test.TestLoadData (34.2s) PASSED loaddatatest_test.TestLoadDataEscape (36.8s) PASSED loaddatatest_test.TestLoadDataSpecifiedColumns (34.2s) PASSED loaddatatest_test.TestLoadDataNULL (32.1s) PASSED loaddatatest_test.TestLoadDataIgnoreLines (34.6s) PASSED loaddatatest_test.TestLoadDataReplace (31.3s) PASSED loaddatatest_test.TestLoadDataOverflowBigintUnsigned (31.7s) PASSED loaddatatest_test.TestLoadDataIntoPartitionedTable (33.1s) PASSED loaddatatest_test.TestLoadDataWithUppercaseUserVars (35.2s) PASSED loaddatatest_test.TestLoadDataFromServerFile (34.7s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_1_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_11_of_12/coverage.dat //pkg/executor/test/simpletest:simpletest_test PASSED in 47.6s Stats over 12 runs: max = 47.6s, min = 26.8s, avg = 35.1s, dev = 7.9s PASSED simpletest_test.TestKillStmt (20.7s) PASSED simpletest_test.TestDropStatsForMultipleTable (21.0s) PASSED simpletest_test.TestDropStats (20.7s) PASSED simpletest_test.TestDropPartitionStats (27.5s) PASSED simpletest_test.TestFlushPrivilegesPanic (20.0s) PASSED simpletest_test.TestSetPwd (24.1s) PASSED simpletest_test.TestUser (32.0s) PASSED simpletest_test.TestMaxUserConnections (22.2s) PASSED simpletest_test.TestRole (34.0s) PASSED simpletest_test.TestTransaction (32.4s) PASSED simpletest_test.TestUserWithSetNames (36.6s) PASSED simpletest_test.TestExtendedStatsPrivileges (38.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_1_of_12/coverage.dat //pkg/planner/core/casetest/enforcempp:enforcempp_test PASSED in 15.6s Stats over 12 runs: max = 15.6s, min = 5.4s, avg = 6.8s, dev = 2.7s PASSED enforcempp_test.TestRollupMPP (2.1s) PASSED enforcempp_test.TestMPPSharedCTEScan (1.8s) PASSED enforcempp_test.TestMPPNullAwareSemiJoinPushDown (2.3s) PASSED enforcempp_test.TestMPPMultiDistinct3Stage (12.1s) PASSED enforcempp_test.TestMPPSingleDistinct3Stage (2.0s) PASSED enforcempp_test.TestMPPSkewedGroupDistinctRewrite (2.0s) PASSED enforcempp_test.TestMPP2PhaseAggPushDown (1.9s) PASSED enforcempp_test.TestEnforceMPPWarning4 (2.3s) PASSED enforcempp_test.TestEnforceMPPWarning3 (2.3s) PASSED enforcempp_test.TestEnforceMPPWarning2 (2.0s) PASSED enforcempp_test.TestEnforceMPPWarning1 (2.2s) PASSED enforcempp_test.TestEnforceMPP (3.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_1_of_12/coverage.dat //pkg/session/bootstraptest:bootstraptest_test PASSED in 30.4s Stats over 12 runs: max = 30.4s, min = 6.2s, avg = 13.9s, dev = 6.0s PASSED bootstraptest_test.TestUpgradeWithCrossJoinDisabled (2.0s) PASSED bootstraptest_test.TestUpgradeWithPauseDDL (15.1s) PASSED bootstraptest_test.TestUpgradeVersionForResumeJob (7.7s) PASSED bootstraptest_test.TestUpgradeVersionForSystemPausedJob (8.3s) PASSED bootstraptest_test.TestUpgradeVersionForPausedJob (8.2s) PASSED bootstraptest_test.TestUpgradeVersionWithoutUpgradeHTTPOp (8.2s) PASSED bootstraptest_test.TestUpgradeVersionWithUpgradeHTTPOp (8.1s) PASSED bootstraptest_test.TestUpgradeVersionMockLatest (10.2s) PASSED bootstraptest_test.TestUpgradeVersion75 (8.5s) PASSED bootstraptest_test.TestUpgradeVersion74 (25.8s) PASSED bootstraptest_test.TestUpgradeVersion66 (8.3s) PASSED bootstraptest_test.TestUpgradeVersion83AndVersion84 (1.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_1_of_12/coverage.dat //pkg/session/test/variable:variable_test PASSED in 7.2s Stats over 12 runs: max = 7.2s, min = 4.8s, avg = 6.6s, dev = 0.6s PASSED variable_test.TestGeneralLogBinaryText (2.0s) PASSED variable_test.TestGeneralLogNonzeroTxnStartTS (2.1s) PASSED variable_test.TestMockZapCore (0.0s) PASSED variable_test.TestLastQueryInfo (2.1s) PASSED variable_test.TestIsolationRead (1.9s) PASSED variable_test.TestReplicaRead (2.0s) PASSED variable_test.TestMaxExecutionTime (1.8s) PASSED variable_test.TestSetEnableRateLimitAction (2.0s) PASSED variable_test.TestReadDMLBatchSize (2.0s) PASSED variable_test.TestCorrectScopeError (1.8s) PASSED variable_test.TestCoprocessorOOMAction (2.5s) PASSED variable_test.TestForbidSettingBothTSVariable (1.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_1_of_12/coverage.dat //br/pkg/checkpoint:checkpoint_test PASSED in 37.3s Stats over 13 runs: max = 37.3s, min = 6.8s, avg = 17.0s, dev = 11.3s PASSED checkpoint_test.TestCheckpointRunnerLock (3.0s) PASSED checkpoint_test.TestCheckpointLogRestoreRunnerOnTable (21.2s) PASSED checkpoint_test.TestCheckpointLogRestoreRunnerOnStorage (0.0s) PASSED checkpoint_test.TestCheckpointRunnerNoRetryOnTable (21.9s) PASSED checkpoint_test.TestCheckpointRunnerNoRetryOnStorage (1.0s) PASSED checkpoint_test.TestCheckpointRunnerRetryOnTable (24.5s) PASSED checkpoint_test.TestCheckpointRunnerRetryOnStorage (1.0s) PASSED checkpoint_test.TestCheckpointMetaForBackup (0.0s) PASSED checkpoint_test.TestCheckpointRestoreRunnerOnTable (22.9s) PASSED checkpoint_test.TestCheckpointMetaForRestoreOnStorage (0.0s) PASSED checkpoint_test.TestCheckpointRestoreRunnerOnStorage (0.0s) PASSED checkpoint_test.TestCheckpointBackupRunner (3.0s) PASSED checkpoint_test.TestCheckpointMetaForRestoreOnTable (28.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_3_of_13/coverage.dat //pkg/ddl/tests/fail:fail_test PASSED in 38.5s Stats over 13 runs: max = 38.5s, min = 24.4s, avg = 28.3s, dev = 4.2s PASSED fail_test.TestPartitionAddPanic (21.9s) PASSED fail_test.TestHalfwayCancelOperations (26.1s) PASSED fail_test.TestInitializeOffsetAndState (22.5s) PASSED fail_test.TestUpdateHandleFailed (21.3s) PASSED fail_test.TestModifyColumn (32.3s) PASSED fail_test.TestAddIndexFailed (27.3s) PASSED fail_test.TestFailSchemaSyncer (19.2s) PASSED fail_test.TestPartitionAddIndexGC (18.2s) PASSED fail_test.TestGenGlobalIDFail (20.2s) PASSED fail_test.TestRunDDLJobPanicEnableClusteredIndex (18.6s) PASSED fail_test.TestRunDDLJobPanicDisableClusteredIndex (19.1s) PASSED fail_test.TestRunDDLJobPanic (19.0s) PASSED fail_test.TestRunDDLJobPanicEnableFastCreateTable (18.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_9_of_13/coverage.dat //pkg/planner/core/casetest/partition:partition_test PASSED in 20.1s Stats over 13 runs: max = 20.1s, min = 4.9s, avg = 7.9s, dev = 4.9s PASSED partition_test.TestIssue59827RangeColumns (1.8s) PASSED partition_test.TestIssue59827KeyPartitioning (2.1s) PASSED partition_test.TestIssue59827 (2.1s) PASSED partition_test.TestRangeTimePruningExtract (16.3s) PASSED partition_test.TestRangeDatePruningExtract (15.1s) PASSED partition_test.TestPointGetIntHandleNotFirst (2.0s) PASSED partition_test.TestListColumnsPartitionPruner (3.8s) PASSED partition_test.TestHashPartitionPruner (2.4s) PASSED partition_test.TestGeneratedColumnWithPartition (2.2s) PASSED partition_test.TestBatchPointGetPartitionForAccessObject (2.3s) PASSED partition_test.TestBatchPointGetTablePartition (2.7s) PASSED partition_test.TestPartitionTableExplain (2.5s) PASSED partition_test.TestListPartitionPruning (2.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_1_of_13/coverage.dat //pkg/util/stmtsummary/v2/tests:tests_test PASSED in 6.2s Stats over 13 runs: max = 6.2s, min = 5.3s, avg = 5.8s, dev = 0.3s PASSED tests_test.TestPerformanceSchemaforPlanCache (2.0s) PASSED tests_test.TestPlanCacheUnqualified (2.3s) PASSED tests_test.TestPlanCacheUnqualified2 (2.4s) PASSED tests_test.TestPerformanceSchemaforNonPrepPlanCache (2.2s) PASSED tests_test.TestStmtSummaryHistoryTableOther (2.1s) PASSED tests_test.TestStmtSummaryTableOther (2.3s) PASSED tests_test.TestStmtSummarySensitiveQuery (1.9s) PASSED tests_test.TestStmtSummaryPreparedStatements (2.0s) PASSED tests_test.TestStmtSummaryErrorCount (1.7s) PASSED tests_test.TestStmtSummaryTablePrivilege (2.3s) PASSED tests_test.TestStmtSummaryTable (2.0s) PASSED tests_test.TestStmtSummaryIndexAdvisorNullSchema (2.5s) PASSED tests_test.TestStmtSummaryIndexAdvisor (2.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_1_of_13/coverage.dat //pkg/statistics/handle/autoanalyze:autoanalyze_test NO STATUS PASSED autoanalyze_test.TestAutoAnalyzeWithVectorIndex (2.0s) PASSED autoanalyze_test.TestSkipAutoAnalyzeOutsideTheAvailableTime (2.3s) PASSED autoanalyze_test.TestCleanupCorruptedAnalyzeJobsOnDeadInstances (0.0s) PASSED autoanalyze_test.TestCleanupCorruptedAnalyzeJobsOnCurrentInstance (0.0s) PASSED autoanalyze_test.TestAutoAnalyzeOutOfSpecifiedTime (2.1s) PASSED autoanalyze_test.TestAutoAnalyzeOnEmptyTable (2.4s) PASSED autoanalyze_test.TestAutoAnalyzeSkipColumnTypes (2.2s) PASSED autoanalyze_test.TestNeedAnalyzeTable (0.0s) PASSED autoanalyze_test.TestTableAnalyzed (2.0s) PASSED autoanalyze_test.TestAutoAnalyzeOnChangeAnalyzeVer (2.3s) PASSED autoanalyze_test.TestDisableAutoAnalyzeWithAnalyzeAllColumnsOptions (2.7s) PASSED autoanalyze_test.TestDisableAutoAnalyze (2.6s) PASSED autoanalyze_test.TestAutoAnalyzeWithPredicateColumns (2.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_15_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_14_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_13_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_12_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_11_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_10_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_9_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_8_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_7_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_6_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_5_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_4_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_3_of_15/coverage.dat //pkg/disttask/framework/taskexecutor:taskexecutor_test PASSED in 9.6s Stats over 14 runs: max = 9.6s, min = 3.0s, avg = 5.0s, dev = 2.1s PASSED taskexecutor.TestTaskExecutorBasic (5.0s) PASSED taskexecutor.TestInject (0.0s) PASSED taskexecutor.TestCheckBalanceSubtask (0.7s) PASSED taskexecutor.TestCheckBalanceSubtask/context_cancelled (0.0s) PASSED taskexecutor.TestCheckBalanceSubtask/current_running_subtask_is_skipped (0.2s) PASSED taskexecutor.TestCheckBalanceSubtask/non-idempotent_running_subtask (0.3s) PASSED taskexecutor.TestCheckBalanceSubtask/subtask_scheduled_away (0.2s) PASSED taskexecutor.TestDetectAndHandleParamModify (0.1s) PASSED taskexecutor.TestDetectAndHandleParamModify/both_meta_and_concurrency_modified,_apply_concurrency_success,_but_failed_to_apply_meta (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/both_meta_and_concurrency_modified,_apply_meta_success,_but_failed_to_apply_concurrency (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/both_meta_and_concurrency_modified,_both_apply_success (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/both_meta_and_concurrency_modified,_both_failed_to_apply (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/concurrency_become_larger,_apply_successfully (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/concurrency_become_larger,_but_failed_to_notify_application (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/concurrency_become_larger,_but_not_enough_slots_for_exchange (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/concurrency_become_smaller,_apply_successfully (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/concurrency_become_smaller,_but_failed_to_reduce_resource_usage (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/loop:_break_on_context_cancel (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/loop:_retry_on_get_task_fail (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/no_param_modify (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/task_meta_modified,_apply_successfully (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/task_meta_modified,_but_failed_to_notify (0.0s) PASSED taskexecutor.TestTaskExecutorRun (5.2s) PASSED taskexecutor.TestTaskExecutorRun/context_done_when_run (0.0s) PASSED taskexecutor.TestTaskExecutorRun/get_step_executor_failed (0.0s) PASSED taskexecutor.TestTaskExecutorRun/no-subtask_check_counter_should_be_reset_after_a_subtask_is_run. (0.0s) PASSED taskexecutor.TestTaskExecutorRun/no_subtask_to_run,_should_exit_the_loop_after_some_time (0.0s) PASSED taskexecutor.TestTaskExecutorRun/non_retryable_step_executor_Init_error (0.0s) PASSED taskexecutor.TestTaskExecutorRun/retry_on_error_of_GetFirstSubtaskInStates (0.0s) PASSED taskexecutor.TestTaskExecutorRun/retry_on_error_of_GetTaskByID (0.0s) PASSED taskexecutor.TestTaskExecutorRun/retryable_step_executor_Init_error (0.0s) PASSED taskexecutor.TestTaskExecutorRun/run_one_subtask_failed_with_non-retryable_error (0.0s) PASSED taskexecutor.TestTaskExecutorRun/run_one_subtask_failed_with_retryable_error,_success_after_retry_3_times (0.0s) PASSED taskexecutor.TestTaskExecutorRun/run_one_subtask_success (0.0s) PASSED taskexecutor.TestTaskExecutorRun/run_previous_left_idempotent_subtask_in_running_state,_run_it_again. (0.0s) PASSED taskexecutor.TestTaskExecutorRun/run_previous_left_non-idempotent_subtask_in_running_state,_fail_it. (0.0s) PASSED taskexecutor.TestTaskExecutorRun/run_subtask_panic,_fail_the_entire_task (0.0s) PASSED taskexecutor.TestTaskExecutorRun/run_subtasks_one_by_one,_and_exit_due_to_no_subtask_to_run_for_a_while (0.0s) PASSED taskexecutor.TestTaskExecutorRun/run_subtasks_step_by_step (0.0s) PASSED taskexecutor.TestTaskExecutorRun/start_subtask_failed_after_retry,_will_try_again (3.0s) PASSED taskexecutor.TestTaskExecutorRun/step_executor_cleanup_failed,_keeps_running (0.0s) PASSED taskexecutor.TestTaskExecutorRun/subtask_cancelled_during_running (0.0s) PASSED taskexecutor.TestTaskExecutorRun/subtask_scheduled_away_during_running,_keep_running_next_subtask (2.0s) PASSED taskexecutor.TestTaskExecutorRun/subtask_scheduled_away_right_before_we_start_it (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_concurrency_became_smaller (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_concurrency_become_larger,_but_not_enough_slots_for_exchange (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_concurrency_become_larger,_exchange_success (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_executor_cancelled_for_graceful_shutdown_during_subtask_running (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_meta/concurrency_modified,_with_step_executor,_but_also_switch_to_next_step (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_meta/concurrency_modified,_with_step_executor,_same_step,_notify_failed,_will_recreate_step_executor (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_meta/concurrency_modified,_with_step_executor,_same_step,_notify_success (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_meta_modified,_no_step_executor (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_not_found_when_run (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_state_become_'modifying'_when_run,_keeps_running (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_state_is_not_running_when_run (0.0s) PASSED taskexecutor.TestSlotManagerExchangeSlots (0.0s) PASSED taskexecutor.TestSlotManagerExchangeSlots/exchange_for_less_slots,_and_exchange_twice_with_same_concurrency (0.0s) PASSED taskexecutor.TestSlotManagerExchangeSlots/exchange_for_more_slots (0.0s) PASSED taskexecutor.TestSlotManagerExchangeSlots/exchange_for_more_slots_but_not_enough (0.0s) PASSED taskexecutor.TestSlotManagerExchangeSlots/exchange_for_more_slots_makes_concurrent_alloc_fail (0.0s) PASSED taskexecutor.TestSlotManagerExchangeSlots/not_exist (0.0s) PASSED taskexecutor.TestSlotManager (0.0s) PASSED taskexecutor.TestRegisterTaskType (0.0s) PASSED taskexecutor.TestManagerInitMeta (6.0s) PASSED taskexecutor.TestSlotManagerInManager (1.2s) PASSED taskexecutor.TestManagerHandleTasks (0.2s) PASSED taskexecutor.TestManageTaskExecutor (0.0s) PASSED taskexecutor.TestManager (0.4s) PASSED taskexecutor.TestHandleExecutableTasks (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_14_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_13_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_12_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_11_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_10_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_9_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_8_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_7_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_6_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_5_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_4_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_1_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_3_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_2_of_14/coverage.dat //pkg/sessionctx/stmtctx:stmtctx_test PASSED in 5.9s Stats over 14 runs: max = 5.9s, min = 3.1s, avg = 4.1s, dev = 0.8s PASSED stmtctx.TestReservedRowIDAlloc (0.0s) PASSED stmtctx.TestCopTasksDetails (0.0s) PASSED stmtctx.TestErrCtx (0.0s) PASSED stmtctx.TestStatementContextPushDownFLags (0.0s) PASSED stmtctx.TestIssue58600 (0.0s) PASSED stmtctx.TestWeakConsistencyRead (2.2s) PASSED stmtctx.TestMarshalSQLWarn (1.9s) PASSED stmtctx.TestStmtCtxID (0.0s) PASSED stmtctx.TestApproxRuntimeInfo (0.3s) PASSED stmtctx.TestStmtHintsClone (0.0s) PASSED stmtctx.TestNewStmtCtx (0.0s) PASSED stmtctx.TestResetStmtCtx (0.0s) PASSED stmtctx.TestSetStmtCtxTimeZone (0.0s) PASSED stmtctx.TestSetStmtCtxTypeFlags (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_14_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_1_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_13_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_2_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_12_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_3_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_4_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_11_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_5_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_6_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_7_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_10_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_8_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_9_of_14/coverage.dat //pkg/statistics/handle/handletest/statstest:statstest_test PASSED in 65.8s Stats over 14 runs: max = 65.8s, min = 27.2s, avg = 45.3s, dev = 12.7s PASSED statstest_test.TestDumpStatsDeltaInBatch (20.5s) PASSED statstest_test.TestInitStatsIssue41938 (23.8s) PASSED statstest_test.TestInitStatsVer2Concurrency (22.3s) PASSED statstest_test.TestInitStatsVer2 (21.3s) PASSED statstest_test.TestInitStats51358 (27.7s) PASSED statstest_test.TestInitStats (35.3s) PASSED statstest_test.TestStatsCacheProcess (32.5s) PASSED statstest_test.TestStatsCache (39.2s) PASSED statstest_test.TestInitStatsMemTraceWithoutConcurrrencyLite (44.0s) PASSED statstest_test.TestStatsCacheMemTracker (39.1s) PASSED statstest_test.TestInitStatsMemTraceWithLite (50.7s) PASSED statstest_test.TestStatsStoreAndLoad (55.6s) PASSED statstest_test.TestInitStatsMemTraceWithoutLite (51.5s) PASSED statstest_test.TestInitStatsMemTraceWithConcurrrencyLite (45.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_14_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_13_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_12_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_11_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_10_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_9_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_1_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_2_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_8_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_3_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_5_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_4_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_6_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_7_of_14/coverage.dat //pkg/statistics:statistics_test NO STATUS PASSED statistics.TestCloneColAndIdxExistenceMap (0.0s) PASSED statistics.TestPruneTopN (0.0s) PASSED statistics.TestMergeHistogram (0.0s) PASSED statistics.TestEnumRangeValues (0.0s) PASSED statistics.TestCalcFraction (0.0s) PASSED statistics.TestSampleSerial (0.1s) PASSED statistics.TestSampleSerial/SubTestCollectColumnStats (0.0s) PASSED statistics.TestSampleSerial/SubTestCollectorProtoConversion (0.1s) PASSED statistics.TestSampleSerial/SubTestMergeSampleCollector (0.0s) PASSED statistics.TestBuildStatsOnRowSample (0.0s) PASSED statistics.TestDistributedWeightedSampling (0.5s) PASSED statistics.TestWeightedSampling (0.2s) PASSED statistics.TestStatistics (2.8s) PASSED statistics.TestStatistics/SubTestBuild (0.8s) PASSED statistics.TestStatistics/SubTestColumnRange (0.2s) PASSED statistics.TestStatistics/SubTestFMSketchCoding (0.3s) PASSED statistics.TestStatistics/SubTestHistogramProtoConversion (0.4s) PASSED statistics.TestStatistics/SubTestIndexRanges (0.3s) PASSED statistics.TestStatistics/SubTestIntColumnRanges (0.4s) PASSED statistics.TestStatistics/SubTestSketch (0.2s) PASSED statistics.TestStatistics/SubTestSketchProtoConversion (0.2s) PASSED statistics.TestLastAnalyzeVersionNotChangedWithAsyncStatsLoad (2.5s) PASSED statistics.TestGlobalIndexWithAnalyzeVersion1AndHistoricalStats (6.6s) PASSED statistics.TestTableLastAnalyzeVersion (2.2s) PASSED statistics.TestIssue44369 (2.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_38_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_37_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_36_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_35_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_34_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_33_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_32_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_31_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_30_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_29_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_28_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_27_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_26_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_25_of_38/coverage.dat //pkg/ttl/cache:cache_test NO STATUS PASSED cache.TestTTLStatusCache (1.8s) PASSED cache.TestTTLStatusCache/current_job_id (0.0s) PASSED cache.TestTTLStatusCache/current_job_owner_hb_time (0.0s) PASSED cache.TestTTLStatusCache/current_job_owner_id (0.0s) PASSED cache.TestTTLStatusCache/current_job_start_time (0.0s) PASSED cache.TestTTLStatusCache/current_job_state (0.0s) PASSED cache.TestTTLStatusCache/current_job_status (0.0s) PASSED cache.TestTTLStatusCache/current_job_status_update_time (0.0s) PASSED cache.TestTTLStatusCache/current_job_ttl_expire (0.0s) PASSED cache.TestTTLStatusCache/last_job_finish_time (0.0s) PASSED cache.TestTTLStatusCache/last_job_id (0.0s) PASSED cache.TestTTLStatusCache/last_job_start_time (0.0s) PASSED cache.TestTTLStatusCache/last_job_summary (0.0s) PASSED cache.TestTTLStatusCache/last_job_ttl_expire (0.0s) PASSED cache.TestTTLStatusCache/parent_table_id (0.0s) PASSED cache.TestTTLStatusCache/table_statistics (0.0s) PASSED cache.TestInsertIntoTTLTask (1.8s) PASSED cache.TestRowToTTLTask (2.1s) PASSED cache.TestEvalTTLExpireTime (0.0s) PASSED cache.TestTableEvalTTLExpireTime (2.4s) PASSED cache.TestNewTTLTable (1.9s) PASSED cache.TestGetNextIntDatumFromCommonHandle (0.0s) PASSED cache.TestGetNextIntHandle (0.0s) PASSED cache.TestGetASCIIPrefixDatumFromBytes (0.0s) PASSED cache.TestGetNextBytesHandleDatum (0.0s) PASSED cache.TestNoTTLSplitSupportTables (2.3s) PASSED cache.TestSplitTTLScanRangesWithBytes (2.4s) PASSED cache.TestSplitTTLScanRangesCommonHandleUnsignedInt (2.2s) PASSED cache.TestSplitTTLScanRangesCommonHandleSignedInt (2.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_18_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_17_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_16_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_15_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_14_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_13_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_12_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_11_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_10_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_9_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_8_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_7_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_6_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_5_of_18/coverage.dat //br/pkg/backup:backup_test PASSED in 37.0s Stats over 15 runs: max = 37.0s, min = 6.6s, avg = 24.8s, dev = 10.6s PASSED backup.TestTimeoutRecvCanceled (0.0s) PASSED backup.TestTimeoutRecvCancel (0.0s) PASSED backup.TestTimeoutRecv (3.2s) PASSED backup.TestBackupSchemasForSystemTable (23.4s) PASSED backup.TestBuildBackupRangeAndSchemaWithBrokenStats (20.6s) PASSED backup.TestBuildBackupRangeAndSchema (20.8s) PASSED backup.TestSplitBackupReqRanges (0.0s) PASSED backup.TestGetTS (23.0s) PASSED backup.TestObserveStoreChangesAsync (22.8s) PASSED backup.TestGetHistoryDDLJobs (23.2s) PASSED backup.TestBuildProgressRangeTree (20.1s) PASSED backup.TestSkipUnsupportedDDLJob (24.0s) PASSED backup.TestMainBackupLoop (25.4s) PASSED backup.TestCheckBackupIsLocked (27.3s) PASSED backup.TestOnBackupResponse (27.7s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_15_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_14_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_13_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_12_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_11_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_10_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_9_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_1_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_8_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_2_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_7_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_3_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_6_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_4_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_5_of_15/coverage.dat //pkg/ddl/tests/adminpause:adminpause_test PASSED in 16.3s Stats over 15 runs: max = 16.3s, min = 5.3s, avg = 10.1s, dev = 3.3s PASSED adminpause.TestPauseJobDependency (5.1s) PASSED adminpause.TestPauseResumeCancelAndRerunPartitionTableStmt (4.0s) PASSED adminpause.TestPauseResumeCancelAndRerunColumnStmt (12.7s) PASSED adminpause.TestPauseResumeCancelAndRerunIndexStmt (11.5s) PASSED adminpause.TestPauseResumeCancelAndRerunSchemaStmt (5.0s) PASSED adminpause.TestPauseAndResumePartitionTableStmt (3.8s) PASSED adminpause.TestPauseAndResumeColumnStmt (6.6s) PASSED adminpause.TestPauseAndResumeIndexStmt (8.7s) PASSED adminpause.TestPauseAndResumeSchemaStmt (3.5s) PASSED adminpause.TestPauseFailedOnCommit (2.0s) PASSED adminpause.TestPauseOnWriteConflict (7.1s) PASSED adminpause.TestPauseCancelAndRerunPartitionTableStmt (4.4s) PASSED adminpause.TestPauseCancelAndRerunSchemaStmt (4.5s) PASSED adminpause.TestPauseCancelAndRerunColumnStmt (9.6s) PASSED adminpause.TestPauseCancelAndRerunIndexStmt (10.7s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_15_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_14_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_13_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_12_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_11_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_10_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_9_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_8_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_7_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_6_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_5_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_4_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_1_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_3_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_2_of_15/coverage.dat //pkg/util/workloadrepo:workloadrepo_test PASSED in 28.6s Stats over 15 runs: max = 28.6s, min = 3.0s, avg = 12.9s, dev = 6.7s PASSED workloadrepo.TestRecoverSnapID (7.7s) PASSED workloadrepo.TestOwnerRandomDown (14.1s) PASSED workloadrepo.TestCalcNextTick (0.0s) PASSED workloadrepo.TestHouseKeeperThread (18.4s) PASSED workloadrepo.TestAddNewPartitionsOnStart (3.1s) PASSED workloadrepo.TestDropOldPartitions (2.6s) PASSED workloadrepo.TestCreatePartition (4.6s) PASSED workloadrepo.TestSettingSQLVariables (3.8s) PASSED workloadrepo.TestStoppingAndRestartingWorker (14.0s) PASSED workloadrepo.TestSnapshotTimingWorker (16.5s) PASSED workloadrepo.TestSamplingTimingWorker (25.3s) PASSED workloadrepo.TestAdminWorkloadRepo (5.8s) PASSED workloadrepo.TestGlobalWorker (10.4s) PASSED workloadrepo.TestMultipleWorker (11.6s) PASSED workloadrepo.TestRaceToCreateTablesWorker (7.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_15_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_14_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_13_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_12_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_11_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_10_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_9_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_8_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_7_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_6_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_5_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_4_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_3_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_2_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_1_of_15/coverage.dat //pkg/planner/core:core_test NO STATUS PASSED core.TestCheckPlanClone (0.0s) PASSED core.TestPruneUseBinarySearchSigned (0.0s) PASSED core.TestSingleRuleTraceStep (0.0s) PASSED core.TestTableScanCostWithForce (2.0s) PASSED core.TestTimeScalarFunctionPushDownResult (2.1s) PASSED core.TestAggregationInWindowFunctionPushDownToTiFlash (2.2s) PASSED core.TestCanBePrune (0.0s) PASSED core.TestCostModelTraceVer2 (2.2s) PASSED core.TestPlanCacheClone (2.9s) PASSED core.TestSysdatePushDown (2.2s) PASSED core.TestBitColumnPushDown (2.1s) PASSED core.TestCanTiFlashUseHashJoinV2 (0.0s) PASSED core.TestCostModelVer2ScanRowSize (2.4s) PASSED core.TestIssue58829 (1.9s) PASSED core.TestPartitionIntFullCover (9.9s) PASSED core.TestHandleFineGrainedShuffle (0.0s) PASSED core.TestNestedVirtualGeneratedColumnUpdate (2.0s) PASSED core.TestPartitionVarcharFullCover (6.4s) PASSED core.TestRightShiftPushDownToTiFlash (2.2s) PASSED core.TestScanOnSmallTable (2.3s) PASSED core.TestIssue36243 (1.9s) PASSED core.TestMPPJoinKeyTypeConvert (0.0s) PASSED core.TestPreparedStmtIndexLookup (2.0s) PASSED core.TestTiFlashHashAggPreAggMode (2.1s) PASSED core.TestTimeToSecPushDownToTiFlash (2.0s) PASSED core.TestIssue52472 (2.1s) PASSED core.TestMPPDecimalConvert (0.0s) PASSED core.TestNotReadOnlySQLOnTiFlash (2.0s) PASSED core.TestPlanCachePartitionDuplicates (2.2s) PASSED core.TestTrueCardCost (1.7s) PASSED core.TestCast4PartitionPruning (2.3s) PASSED core.TestFixControl33031 (2.3s) PASSED core.TestIssue54870 (1.8s) PASSED core.TestPlanCostDetail (1.8s) PASSED core.TestPruneColumnsForDelete (0.0s) PASSED core.TestIssue54213 (1.8s) PASSED core.TestNonPreparedPlanCachePartitionIndex (2.5s) PASSED core.TestNonPreparedPlanCacheable (1.9s) PASSED core.TestPartitionPruningForEQ (1.8s) PASSED core.TestRollupExpand (0.0s) PASSED core.TestIssue15110And49616 (2.2s) PASSED core.TestIssue48257 (1.8s) PASSED core.TestIssue49166 (1.9s) PASSED core.TestPreparedPlanCachePartitionIndex (2.1s) PASSED core.TestRemoveOrderbyInSubquery (0.0s) PASSED core.TestAggPushDownEngine (2.0s) PASSED core.TestCacheable (2.0s) PASSED core.TestIssue41458 (2.0s) PASSED core.TestPreparedPlanCachePartitions (2.5s) PASSED core.TestWindowLogicalPlanAmbiguous (0.0s) PASSED core.TestIssue46556 (1.8s) PASSED core.TestIssue46760 (2.1s) PASSED core.TestIssue49736Partition (2.0s) PASSED core.TestNoneAccessPathsFoundByIsolationRead (2.3s) PASSED core.TestTraceFastPlan (0.0s) PASSED core.TestBenchDaily (0.0s) PASSED core.TestFastPathInvalidBatchPointGet (0.0s) PASSED core.TestFixControl44823 (2.2s) PASSED core.TestGetParamSQLFromASTConcurrently (0.3s) PASSED core.TestWindowRangeFramePushDownTiflash (2.1s) PASSED core.TestIssue54652 (1.9s) PASSED core.TestListPartitionRandomTransaction (2.1s) PASSED core.TestParameterize (0.0s) PASSED core.TestResolvingCorrelatedAggregate (0.0s) PASSED core.TestVirtualExprPushDown (1.8s) PASSED core.TestBinaryPlanSwitch (3.9s) PASSED core.TestFastPointGetClone (0.0s) PASSED core.TestNumberFunctionPushDown (2.0s) PASSED core.TestPlanReplayerCaptureRecordJsonStats (1.9s) PASSED core.TestPredicatePushDown (0.0s) PASSED core.TestPruneUseBinarySearchUnSigned (0.0s) PASSED core.TestInstancePlanCacheAcrossSession (1.9s) PASSED core.TestIsIPv6ToTiFlash (2.0s) PASSED core.TestLRUPlanCacheMemoryUsage (0.0s) PASSED core.TestListPartitionView (2.3s) PASSED core.TestSimplyOuterJoinWithOnlyOuterExpr (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_37_of_50/coverage.dat //pkg/ddl/schematracker:schematracker_test PASSED in 2.9s Stats over 16 runs: max = 2.9s, min = 2.2s, avg = 2.5s, dev = 0.2s PASSED schematracker.TestInfoStoreDeleteTables (0.0s) PASSED schematracker.TestInfoStoreLowerCaseTableNames (0.0s) PASSED schematracker.TestDropListPartition (0.0s) PASSED schematracker.TestModifyFromNullToNotNull (0.0s) PASSED schematracker.TestImmutableTableInfo (0.0s) PASSED schematracker.TestAtomicMultiSchemaChange (0.0s) PASSED schematracker.TestAddExpressionIndex (0.0s) PASSED schematracker.TestNoNumLimit (0.3s) PASSED schematracker.TestBitDefaultValues (0.0s) PASSED schematracker.TestCreateTableLongIndex (0.0s) PASSED schematracker.TestIssue5092 (0.0s) PASSED schematracker.TestAlterPK (0.0s) PASSED schematracker.TestCreateTableWithIndex (0.0s) PASSED schematracker.TestDropColumn (0.0s) PASSED schematracker.TestIndexLength (0.0s) PASSED schematracker.TestFullTextIndex (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_16_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_15_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_14_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_13_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_12_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_11_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_10_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_1_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_9_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_2_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_8_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_3_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_7_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_4_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_6_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_5_of_16/coverage.dat //pkg/ddl/tests/fk:fk_test PASSED in 16.8s Stats over 17 runs: max = 16.8s, min = 5.0s, avg = 7.1s, dev = 2.8s PASSED fk_test.TestForeignKeyAndConcurrentDDL (3.0s) PASSED fk_test.TestCreateTableWithForeignKeyMetaInfo (2.2s) PASSED fk_test.TestCreateTableWithForeignKeyMetaInfo2 (2.1s) PASSED fk_test.TestAddForeignKeyInBigTable (13.5s) PASSED fk_test.TestCreateTableWithForeignKeyMetaInfo3 (2.4s) PASSED fk_test.TestRenameTablesWithForeignKey (2.2s) PASSED fk_test.TestCreateTableWithForeignKeyPrivilegeCheck (2.0s) PASSED fk_test.TestAlterTableWithForeignKeyPrivilegeCheck (2.2s) PASSED fk_test.TestAlterTableAddForeignKeyError (6.8s) PASSED fk_test.TestRenameTableWithForeignKeyMetaInfo (2.3s) PASSED fk_test.TestAddForeignKey (3.5s) PASSED fk_test.TestCreateTableWithForeignKeyError (5.1s) PASSED fk_test.TestRenameColumnWithForeignKeyMetaInfo (2.5s) PASSED fk_test.TestDropChildTableForeignKeyMetaInfo (2.1s) PASSED fk_test.TestDropIndexNeededInForeignKey (3.3s) PASSED fk_test.TestDropForeignKeyMetaInfo (2.1s) PASSED fk_test.TestTruncateOrDropTableWithForeignKeyReferred (3.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_17_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_1_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_2_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_16_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_3_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_15_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_4_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_5_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_14_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_6_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_13_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_7_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_12_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_8_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_11_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_9_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_10_of_17/coverage.dat //pkg/planner/memo:memo_test PASSED in 1.3s Stats over 17 runs: max = 1.3s, min = 1.1s, avg = 1.2s, dev = 0.1s PASSED memo.TestExploreMark (0.0s) PASSED memo.TestBuildKeyInfo (0.0s) PASSED memo.TestFirstElemAfterDelete (0.0s) PASSED memo.TestGetInsertGroupImpl (0.0s) PASSED memo.TestGroupGetFirstElem (0.0s) PASSED memo.TestGroupFingerPrint (0.0s) PASSED memo.TestGroupExists (0.0s) PASSED memo.TestGroupDeleteAll (0.0s) PASSED memo.TestGroupDelete (0.0s) PASSED memo.TestGroupInsert (0.0s) PASSED memo.TestNewGroup (0.0s) PASSED memo.TestGroupExprFingerprint (0.0s) PASSED memo.TestNewGroupExpr (0.0s) PASSED memo.TestExprIterWithEngineType (0.0s) PASSED memo.TestExprIterReset (0.0s) PASSED memo.TestExprIterNext (0.0s) PASSED memo.TestNewExprIterFromGroupElem (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_17_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_16_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_15_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_14_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_13_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_12_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_11_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_10_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_9_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_8_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_7_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_6_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_5_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_4_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_3_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_2_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_1_of_17/coverage.dat //pkg/disttask/importinto:importinto_test PASSED in 45.5s Stats over 18 runs: max = 45.5s, min = 9.4s, avg = 18.0s, dev = 14.2s PASSED importinto.TestChunkConvert (0.0s) PASSED importinto.TestEncodeAndSortOperator (0.6s) PASSED importinto.TestGetWriterMemorySizeLimit (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int,_b_int,_c_int,_primary_key(a,b,c)_clustered,_key(b,c),_unique(b),_unique(c),_key(a,b)) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int,_b_int,_c_int,_primary_key(a,b,c)_nonclustered,_key(b,c),_unique(b),_unique(c),_key(a,b)) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int_primary_key_clustered) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int_primary_key_clustered,_b_int,_c_int,_key(b,c),_unique(b),_unique(c),_key(a,b)) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int_primary_key_clustered,_b_int,_key(b)) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int_primary_key_clustered,_b_int,_key(b),_key(a,b)) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int_primary_key_nonclustered) (0.0s) PASSED importinto.TestGetKVGroupBlockSize (0.0s) PASSED importinto.TestGetAdjustedIndexBlockSize (0.0s) PASSED importinto.TestMetricManager (0.0s) PASSED importinto.TestLogicalPlan (0.0s) PASSED importinto.TestToPhysicalPlan (0.0s) PASSED importinto.TestGenerateMergeSortSpecs (0.0s) PASSED importinto.TestGetSortedKVMetas (0.0s) PASSED importinto.TestSplitForOneSubtask (0.9s) PASSED importinto.TestImportInto (0.0s) PASSED importinto.TestImportInto/TestGetNextStep (0.0s) PASSED importinto.TestImportInto/TestGetStepOfEncode (0.0s) PASSED importinto.TestImportInto/TestIsRetryable (0.0s) PASSED importinto.TestImportInto/TestSchedulerGetEligibleInstances (0.0s) PASSED importinto.TestImportInto/TestSchedulerInit (0.0s) PASSED importinto.TestImportInto/TestUpdateCurrentTask (0.0s) PASSED importinto.TestIsImporting2TiKV (0.0s) PASSED importinto.TestImportTaskExecutor (0.0s) PASSED importinto.TestPostProcessStepExecutor (34.7s) PASSED importinto.TestGetTaskImportedRows (33.0s) PASSED importinto.TestSchedulerExtLocalSort (34.5s) PASSED importinto.TestSchedulerExtGlobalSort (35.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_18_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_1_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_2_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_3_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_4_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_6_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_7_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_8_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_9_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_10_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_11_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_12_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_13_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_16_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_17_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_5_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_14_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_15_of_18/coverage.dat //pkg/executor/sortexec:sort_exec_test PASSED in 11.6s Stats over 18 runs: max = 11.6s, min = 3.1s, avg = 4.4s, dev = 1.9s PASSED sort_exec_test.TestSortInDisk (7.0s) PASSED sort_exec_test.TestIssue16696 (3.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_18_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_17_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_16_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_15_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_14_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_13_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_12_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_11_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_10_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_9_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_8_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_1_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_7_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_6_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_2_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_5_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_3_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_4_of_18/coverage.dat //pkg/meta:meta_test PASSED in 5.9s Stats over 18 runs: max = 5.9s, min = 2.9s, avg = 3.8s, dev = 0.9s PASSED meta.TestInfoSchemaMiscFieldsCorrectnessAfterBootstrap (2.3s) PASSED meta.TestInfoSchemaV2DataFieldsCorrectnessAfterBootstrap (2.3s) PASSED meta.TestInfoSchemaV2SpecialAttributeCorrectnessAfterBootstrap (2.0s) PASSED meta.TestNameExtractFromJob (0.0s) PASSED meta.TestTableNameExtract (0.0s) PASSED meta.TestIsTableInfoMustLoadSubStringsOrder (0.0s) PASSED meta.TestIsTableInfoMustLoad (0.0s) PASSED meta.TestCreateMySQLDatabase (0.0s) PASSED meta.TestSequenceKey (0.0s) PASSED meta.TestAutoRandomTableIDKey (0.0s) PASSED meta.TestAutoTableIDKey (0.0s) PASSED meta.TestTableKey (0.0s) PASSED meta.TestDBKey (0.0s) PASSED meta.TestElement (0.0s) PASSED meta.TestSnapshot (0.1s) PASSED meta.TestMeta (0.0s) PASSED meta.TestResourceGroup (0.0s) PASSED meta.TestPlacementPolicy (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_18_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_17_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_16_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_15_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_14_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_13_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_12_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_11_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_10_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_9_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_8_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_7_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_6_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_5_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_4_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_3_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_2_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_1_of_18/coverage.dat //pkg/planner/core/casetest/cbotest:cbotest_test PASSED in 83.5s Stats over 18 runs: max = 83.5s, min = 43.4s, avg = 55.3s, dev = 10.8s PASSED cbotest_test.TestCBOWithoutAnalyze (35.8s) PASSED cbotest_test.TestLimitIndexEstimation (44.0s) PASSED cbotest_test.TestStraightJoin (33.4s) PASSED cbotest_test.TestTableDual (36.1s) PASSED cbotest_test.TestEstimation (38.1s) PASSED cbotest_test.TestIndexEqualUnknown (53.8s) PASSED cbotest_test.TestIssue59563 (72.3s) PASSED cbotest_test.TestEmptyTable (37.1s) PASSED cbotest_test.TestIndexRead (62.5s) PASSED cbotest_test.TestTiFlashCostModel (37.1s) PASSED cbotest_test.TestOutdatedAnalyze (37.1s) PASSED cbotest_test.TestAnalyze (55.6s) PASSED cbotest_test.TestNullCount (40.4s) PASSED cbotest_test.TestLowSelIndexGreedySearch (53.3s) PASSED cbotest_test.TestCorrelatedEstimation (40.3s) PASSED cbotest_test.TestInconsistentEstimation (40.5s) PASSED cbotest_test.TestIssue9562 (39.2s) PASSED cbotest_test.TestLimitCrossEstimation (47.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_1_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_18_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_2_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_3_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_4_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_17_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_5_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_7_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_6_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_16_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_9_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_8_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_10_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_15_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_11_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_12_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_13_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_14_of_18/coverage.dat //pkg/executor/test/indexmergereadtest:indexmergereadtest_test PASSED in 124.2s Stats over 19 runs: max = 124.2s, min = 43.7s, avg = 66.3s, dev = 22.7s PASSED indexmergereadtest_test.TestIssues46005 (51.5s) PASSED indexmergereadtest_test.TestIndexMergeLimitNotPushedOnPartialSideButKeepOrder (82.1s) PASSED indexmergereadtest_test.TestIndexMergePickAndExecTaskPanic (39.9s) PASSED indexmergereadtest_test.TestIndexMergeLimitPushedAsIntersectionEmbeddedLimit (36.3s) PASSED indexmergereadtest_test.TestPartitionTableRandomIndexMerge2 (37.5s) PASSED indexmergereadtest_test.TestPartitionTableRandomIndexMerge (43.3s) PASSED indexmergereadtest_test.TestIndexMergeReaderIssue45279 (34.0s) PASSED indexmergereadtest_test.TestIndexMergeWithPreparedStmt (35.3s) PASSED indexmergereadtest_test.TestIndexMergeReaderMemTracker (38.7s) PASSED indexmergereadtest_test.TestPessimisticLockOnPartitionForIndexMerge (47.2s) PASSED indexmergereadtest_test.TestIndexMergeIntersectionConcurrency (56.1s) PASSED indexmergereadtest_test.TestProcessInfoRaceWithIndexScan (40.1s) PASSED indexmergereadtest_test.TestIntersectionWorkerPanic (47.3s) PASSED indexmergereadtest_test.TestIntersectionWithDifferentConcurrency (86.5s) PASSED indexmergereadtest_test.TestIndexMergeCoprGoroutinesLeak (44.4s) PASSED indexmergereadtest_test.TestIndexMergeProcessWorkerHang (81.3s) PASSED indexmergereadtest_test.TestIndexMergeError (68.7s) PASSED indexmergereadtest_test.TestOrderByWithLimit (84.7s) PASSED indexmergereadtest_test.TestIndexMergePanic (113.7s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_19_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_18_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_1_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_17_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_3_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_2_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_16_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_4_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_5_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_6_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_7_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_15_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_9_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_8_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_13_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_10_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_12_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_14_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_11_of_19/coverage.dat //pkg/lightning/backend/kv:kv_test PASSED in 7.5s Stats over 21 runs: max = 7.5s, min = 5.9s, avg = 6.8s, dev = 0.5s PASSED kv.TestClassifyAndAppend (0.0s) PASSED kv.TestShardRowId (0.0s) PASSED kv.TestDefaultAutoRandoms (0.0s) PASSED kv.TestEncodeExpressionColumn (0.0s) PASSED kv.TestEncodeMissingAutoValue (0.0s) PASSED kv.TestEncodeDoubleAutoIncrement (0.0s) PASSED kv.TestEncodeTimestamp (0.0s) PASSED kv.TestEncodeRowFormatV2 (0.0s) PASSED kv.TestDecodeIndex (0.0s) PASSED kv.TestDecode (0.0s) PASSED kv.TestEncode (0.0s) PASSED kv.TestAllocator (0.0s) PASSED kv.TestMarshal (0.0s) PASSED kv.TestLogKVConvertFailed (0.1s) PASSED kv.TestSessionInternalState (0.0s) PASSED kv.TestLitExprContext (0.0s) PASSED kv.TestLitExprContext/case-0 (0.0s) PASSED kv.TestLitExprContext/case-1 (0.0s) PASSED kv.TestLitExprContext/case-2 (0.0s) PASSED kv.TestLitExprContext/case-3 (0.0s) PASSED kv.TestLitExprContext/case-4 (0.0s) PASSED kv.TestLitExprContext/case-5 (0.0s) PASSED kv.TestKVMemBufBatchAllocAndRecycle (0.0s) PASSED kv.TestLitTableMutateContext (0.0s) PASSED kv.TestKVMemBufInterweaveAllocAndRecycle (0.0s) PASSED kv.TestIterRawIndexKeysClusteredPK (0.0s) PASSED kv.TestIterRawIndexKeysIntPK (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_21_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_20_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_19_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_18_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_17_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_16_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_15_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_14_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_13_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_12_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_11_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_1_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_10_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_2_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_9_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_3_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_8_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_4_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_7_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_5_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_6_of_21/coverage.dat //pkg/bindinfo/tests:tests_test PASSED in 42.5s Stats over 22 runs: max = 42.5s, min = 7.3s, avg = 29.0s, dev = 6.3s PASSED tests_test.TestCrossDBBindingPlanCache (21.5s) PASSED tests_test.TestCrossDBBindingInList (25.8s) PASSED tests_test.TestCrossDBBindingGC (19.1s) PASSED tests_test.TestCrossDBBindingSetVar (18.4s) PASSED tests_test.TestCrossDBBindingSwitch (19.1s) PASSED tests_test.TestPrepareCacheWithBinding (23.9s) PASSED tests_test.TestCreateUpdateCrossDBBinding (19.9s) PASSED tests_test.TestIssue50646 (20.8s) PASSED tests_test.TestCrossDBBindingPriority (22.0s) PASSED tests_test.TestStmtHints (20.9s) PASSED tests_test.TestBindingWithIsolationRead (23.2s) PASSED tests_test.TestCrossDBDuplicatedBinding (22.9s) PASSED tests_test.TestInvisibleIndex (22.9s) PASSED tests_test.TestGCBindRecord (20.2s) PASSED tests_test.TestCrossDBBindingBasic (30.0s) PASSED tests_test.TestBindSQLDigest (25.5s) PASSED tests_test.TestSimplifiedCreateBinding (20.4s) PASSED tests_test.TestFuzzyBindingHints (0.0s) PASSED tests_test.TestInvalidBindingCheck (21.8s) PASSED tests_test.TestDropBindBySQLDigest (35.0s) PASSED tests_test.TestJoinOrderHintWithBinding (24.4s) PASSED tests_test.TestBatchDropBindings (27.7s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_22_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_21_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_20_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_19_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_18_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_1_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_17_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_2_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_16_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_3_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_4_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_15_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_5_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_6_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_14_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_7_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_8_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_11_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_13_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_9_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_10_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_12_of_22/coverage.dat //pkg/disttask/framework/integrationtests:integrationtests_test PASSED in 36.3s Stats over 22 runs: max = 36.3s, min = 5.6s, avg = 10.8s, dev = 8.3s PASSED integrationtests_test.TestOnTaskError (4.9s) PASSED integrationtests_test.TestOnTaskError/non_retryable_error_on_OnNextSubtasksBatch (0.9s) PASSED integrationtests_test.TestOnTaskError/retryable_error_on_OnNextSubtasksBatch (0.6s) PASSED integrationtests_test.TestOnTaskError/task_enter_awaiting-resolution_state_if_ManualRecovery_set,_cancel_also_works (0.6s) PASSED integrationtests_test.TestOnTaskError/task_enter_awaiting-resolution_state_if_ManualRecovery_set,_success_after_manual_recover (0.9s) PASSED integrationtests_test.TestHANodeRandomShutdown (8.5s) PASSED integrationtests_test.TestResourceControl (31.0s) PASSED integrationtests_test.TestResourceControl/fully-utilized (3.1s) PASSED integrationtests_test.TestResourceControl/fully-utilized-after-scale-out (5.9s) PASSED integrationtests_test.TestResourceControl/high-rank-task-executor-release-resource (3.8s) PASSED integrationtests_test.TestResourceControl/high-rank-task-preempt-resource (6.5s) PASSED integrationtests_test.TestResourceControl/low-rank-task-can-run-when-middle-rank-task-waiting-resource (5.4s) PASSED integrationtests_test.TestResourceControl/scale-in (6.4s) PASSED integrationtests_test.TestHARandomShutdownInDifferentStep (8.6s) PASSED integrationtests_test.TestModifyTaskConcurrency (8.5s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_meta_and_decrease_concurrency_when_subtask_is_running,_and_apply_success (0.9s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_meta_and_increase_concurrency_when_subtask_is_running,_and_apply_success (0.8s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_paused_task_concurrency (1.4s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_pending_task_concurrency (0.8s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_pending_task_concurrency,_but_other_owner_already_done_it (0.7s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_pending_task_meta,_only_check_the_scheduler_part (0.9s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_running_task_concurrency_at_second_subtask_of_step_two (0.7s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_running_task_concurrency_at_step_two (0.8s) PASSED integrationtests_test.TestHAMultipleOwner (3.3s) PASSED integrationtests_test.TestTaskCancelledBeforeUpdateTask (2.4s) PASSED integrationtests_test.TestFrameworkPauseAndResume (3.8s) PASSED integrationtests_test.TestFrameworkCleanUpRoutine (3.1s) PASSED integrationtests_test.TestFrameworkRollback (2.6s) PASSED integrationtests_test.TestFrameworkRunSubtaskCancelOrFailed (3.2s) PASSED integrationtests_test.TestFrameworkRunSubtaskCancelOrFailed/meet_cancel_on_run_subtask (0.6s) PASSED integrationtests_test.TestFrameworkRunSubtaskCancelOrFailed/meet_some_error_on_run_subtask (0.6s) PASSED integrationtests_test.TestGC (4.6s) PASSED integrationtests_test.TestScopeBasic (9.5s) PASSED integrationtests_test.TestOwnerChangeWhenSchedule (3.7s) PASSED integrationtests_test.TestSetScope (1.8s) PASSED integrationtests_test.TestFrameworkSubTaskInitEnvFailed (2.5s) PASSED integrationtests_test.TestTiDBMaxDistTaskNodesSettings (1.9s) PASSED integrationtests_test.TestFrameworkCancelTask (2.7s) PASSED integrationtests_test.TestRandomOwnerChangeWithMultipleTasks (5.9s) PASSED integrationtests_test.TestFrameworkWithQuery (2.5s) PASSED integrationtests_test.TestFrameworkScaleInAndOut (5.9s) PASSED integrationtests_test.TestTargetScope (32.8s) PASSED integrationtests_test.TestTargetScope/case-0 (3.6s) PASSED integrationtests_test.TestTargetScope/case-1 (3.0s) PASSED integrationtests_test.TestTargetScope/case-2 (3.0s) PASSED integrationtests_test.TestTargetScope/case-3 (3.0s) PASSED integrationtests_test.TestTargetScope/case-4 (3.0s) PASSED integrationtests_test.TestTargetScope/case-5 (3.0s) PASSED integrationtests_test.TestTargetScope/case-6 (3.0s) PASSED integrationtests_test.TestTargetScope/case-7 (2.8s) PASSED integrationtests_test.TestTargetScope/case-8 (3.2s) PASSED integrationtests_test.TestTargetScope/case-9 (3.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_1_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_2_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_22_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_3_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_21_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_4_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_20_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_5_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_19_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_6_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_18_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_17_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_7_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_16_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_8_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_15_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_10_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_14_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_11_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_13_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_12_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_9_of_22/coverage.dat //pkg/statistics/handle/ddl:ddl_test PASSED in 7.2s Stats over 22 runs: max = 7.2s, min = 5.3s, avg = 5.9s, dev = 0.5s PASSED ddl_test.TestDumpStatsDeltaBeforeHandleAddColumnEvent (2.1s) PASSED ddl_test.TestDDLAfterLoad (3.2s) PASSED ddl_test.TestDDLTable (2.1s) PASSED ddl_test.TestSystemTableDDLHasNoEvent (2.6s) PASSED ddl_test.TestDumpStatsDeltaBeforeHandleDDLEvent (1.9s) PASSED ddl_test.TestTruncateTable (2.2s) PASSED ddl_test.TestTruncateAPartitionedTable (2.3s) PASSED ddl_test.TestDDLHistogram (2.6s) PASSED ddl_test.TestExchangePartition (2.2s) PASSED ddl_test.TestDDLPartition (3.0s) PASSED ddl_test.TestReorgPartitions (2.5s) PASSED ddl_test.TestIncreasePartitionCountOfHashPartitionTable (2.3s) PASSED ddl_test.TestDropSchema (2.4s) PASSED ddl_test.TestDecreasePartitionCountOfHashPartitionTable (2.5s) PASSED ddl_test.TestTruncateAPartition (2.3s) PASSED ddl_test.TestTruncatePartitions (2.3s) PASSED ddl_test.TestTruncateAHashPartition (2.3s) PASSED ddl_test.TestAddPartitioning (2.1s) PASSED ddl_test.TestDropAPartition (2.4s) PASSED ddl_test.TestDropPartitions (2.3s) PASSED ddl_test.TestRemovePartitioning (2.6s) PASSED ddl_test.TestExchangeAPartition (3.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_22_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_1_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_2_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_3_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_21_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_4_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_5_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_6_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_20_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_7_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_8_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_9_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_19_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_10_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_11_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_13_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_12_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_18_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_14_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_15_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_17_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_16_of_22/coverage.dat //pkg/store:store_test NO STATUS PASSED store.TestSetAssertion (0.1s) PASSED store.TestRegister (0.0s) PASSED store.TestRetryOpenStore (3.0s) PASSED store.TestIsolationMultiInc (0.2s) PASSED store.TestIsolationInc (0.1s) PASSED store.TestDBClose (0.0s) PASSED store.TestConditionUpdate (0.0s) PASSED store.TestConditionIfEqual (0.1s) PASSED store.TestConditionIfNotExist (0.1s) PASSED store.TestSeekMin (0.0s) PASSED store.TestRollback (0.0s) PASSED store.TestBasicTable (0.1s) PASSED store.TestBasicSeek (0.0s) PASSED store.TestSetNil (0.1s) PASSED store.TestDelete2 (0.0s) PASSED store.TestDelete (0.0s) PASSED store.TestInc (0.0s) PASSED store.TestSeek (0.0s) PASSED store.TestGetSet (0.1s) PASSED store.TestNew (0.0s) PASSED store.TestNewEtcdCliGetEtcdAddrs (0.0s) PASSED store.TestStoreSwitchPeer (43.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_2_of_23/coverage.dat //pkg/ddl/tests/indexmerge:indexmerge_test PASSED in 45.9s Stats over 23 runs: max = 45.9s, min = 25.6s, avg = 31.1s, dev = 6.2s PASSED indexmerge_test.TestAddIndexInsertAfterReorgSkipCheck (24.1s) PASSED indexmerge_test.TestAddIndexMergeProcess (21.5s) PASSED indexmerge_test.TestAddIndexSkipReorgCheck (23.1s) PASSED indexmerge_test.TestAddPrimaryKeyMergeProcess (20.2s) PASSED indexmerge_test.TestAddUniqueIndexFalsePositiveDuplicate (20.0s) PASSED indexmerge_test.TestAddIndexMergeVersionIndexValue (19.5s) PASSED indexmerge_test.TestAddIndexUpdateUntouchedValues (19.8s) PASSED indexmerge_test.TestAddIndexMergeIndexUntouchedValue (19.3s) PASSED indexmerge_test.TestAddIndexDuplicateAndWriteConflict (19.8s) PASSED indexmerge_test.TestCreateUniqueIndexKeyExist (20.9s) PASSED indexmerge_test.TestAddIndexMultipleDelete (20.5s) PASSED indexmerge_test.TestAddIndexMergeIndexUpdateOnDeleteOnly (22.4s) PASSED indexmerge_test.TestAddIndexInsertIgnoreOnBackfill (22.9s) PASSED indexmerge_test.TestAddIndexMergeDeleteUniqueOnWriteOnly (23.7s) PASSED indexmerge_test.TestAddIndexDecodeTempIndexCommonHandle (22.8s) PASSED indexmerge_test.TestAddIndexMergeDeleteNullUnique (21.2s) PASSED indexmerge_test.TestAddIndexMergeDeleteDifferentHandle (21.4s) PASSED indexmerge_test.TestAddIndexMergeDoubleDelete (24.5s) PASSED indexmerge_test.TestAddIndexMergeReplaceDelete (25.2s) PASSED indexmerge_test.TestAddIndexMergeConflictWithPessimistic (32.6s) PASSED indexmerge_test.TestAddIndexMergeInsertToDeletedTempIndex (33.1s) PASSED indexmerge_test.TestAddIndexMergeInsertOnMerging (35.4s) PASSED indexmerge_test.TestAddIndexMergeReplaceOnMerging (35.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_12_of_23/coverage.dat //pkg/planner/core/casetest/mpp:mpp_test PASSED in 6.1s Stats over 23 runs: max = 6.1s, min = 4.8s, avg = 5.5s, dev = 0.4s PASSED mpp_test.TestMPPJoinWithoutUselessExchange (2.3s) PASSED mpp_test.TestMPPJoinWithRemoveUselessExchange (2.0s) PASSED mpp_test.TestIssue52828 (2.2s) PASSED mpp_test.TestMppVersion (2.4s) PASSED mpp_test.TestPushDownAggForMPP (1.9s) PASSED mpp_test.TestPushDownProjectionForMPP (2.1s) PASSED mpp_test.TestPushDownSelectionForMPP (2.0s) PASSED mpp_test.TestRejectSortForMPP (1.9s) PASSED mpp_test.TestMppAggTopNWithJoin (1.8s) PASSED mpp_test.TestMppFineGrainedJoinAndAgg (2.1s) PASSED mpp_test.TestMppJoinExchangeColumnPrune (2.1s) PASSED mpp_test.TestMppJoinDecimal (2.2s) PASSED mpp_test.TestMppUnionAll (2.1s) PASSED mpp_test.TestMPPAvgRewrite (2.1s) PASSED mpp_test.TestMPPWithBroadcastExchangeUnderNewCollation (2.0s) PASSED mpp_test.TestMPPWithHashExchangeUnderNewCollation (2.2s) PASSED mpp_test.TestMPPJoinWithCanNotFoundColumnInSchemaColumnsError (2.1s) PASSED mpp_test.TestMPPShuffledJoin (2.5s) PASSED mpp_test.TestMPPOuterJoinBuildSideForShuffleJoin (2.5s) PASSED mpp_test.TestMPPOuterJoinBuildSideForShuffleJoinWithFixedBuildSide (2.4s) PASSED mpp_test.TestMPPOuterJoinBuildSideForBroadcastJoin (2.1s) PASSED mpp_test.TestMPPLeftSemiJoin (2.0s) PASSED mpp_test.TestMPPJoin (2.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_1_of_23/coverage.dat //pkg/disttask/framework/storage:storage_test NO STATUS PASSED storage.TestSplitSubtasks (0.0s) PASSED storage.TestTaskTable (36.5s) PASSED storage.TestModifyTask (32.3s) PASSED storage.TestSwitchTaskStep (36.8s) PASSED storage.TestSwitchTaskStepInBatch (38.0s) PASSED storage.TestGetUsedSlotsOnNodes (39.2s) PASSED storage.TestGetTopUnfinishedTasks (43.3s) PASSED storage.TestTaskState (38.6s) PASSED storage.TestGetActiveSubtasks (37.2s) PASSED storage.TestSubTaskTable (39.8s) PASSED storage.TestBothTaskAndSubTaskTable (40.8s) PASSED storage.TestGetSubtaskCntByStates (38.4s) PASSED storage.TestDistFrameworkMeta (41.5s) PASSED storage.TestSubtaskHistoryTable (40.1s) PASSED storage.TestTaskHistoryTable (43.1s) PASSED storage.TestPauseAndResume (35.5s) PASSED storage.TestCancelAndExecIdChanged (34.5s) PASSED storage.TestTaskNotFound (37.7s) PASSED storage.TestInitMeta (34.6s) PASSED storage.TestSubtaskType (39.0s) PASSED storage.TestRunningSubtasksBack2Pending (38.8s) PASSED storage.TestSubtasksState (39.4s) PASSED storage.TestGetActiveTaskExecInfo (41.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_1_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_20_of_24/coverage.dat //pkg/executor/test/admintest:admintest_test NO STATUS PASSED admintest_test.TestAdminCheckGeneratedColumns (1.9s) PASSED admintest_test.TestAdminRecoverIndex (2.5s) PASSED admintest_test.TestAdminCheckGlobalIndexDuringDDL (2.6s) PASSED admintest_test.TestAdminRecoverMVIndex (2.1s) PASSED admintest_test.TestAdminCheckGlobalIndexWithClusterIndex (1.9s) PASSED admintest_test.TestAdminCleanupMVIndex (1.9s) PASSED admintest_test.TestAdminCheckGlobalIndex (2.3s) PASSED admintest_test.TestClusteredIndexAdminRecoverIndex (2.3s) PASSED admintest_test.TestAdminRecoverGlobalIndex (2.5s) PASSED admintest_test.TestAdminRecoverPartitionTableIndex (2.2s) PASSED admintest_test.TestAdminCleanUpGlobalIndex (2.4s) PASSED admintest_test.TestAdminRecoverIndex1 (2.1s) PASSED admintest_test.TestAdminCleanupIndex (2.1s) PASSED admintest_test.TestAdminCleanupIndexForPartitionTable (2.2s) PASSED admintest_test.TestAdminCleanupIndexPKNotHandle (1.9s) PASSED admintest_test.TestAdminCleanupIndexMore (2.3s) PASSED admintest_test.TestClusteredAdminCleanupIndex (2.0s) PASSED admintest_test.TestAdminCheckTableWithMultiValuedIndex (2.2s) PASSED admintest_test.TestAdminCheckPartitionTableFailed (2.8s) PASSED admintest_test.TestCheckFailReport (2.4s) PASSED admintest_test.TestAdminCheckWithSnapshot (2.0s) PASSED admintest_test.TestAdminCheckTableFailed (2.4s) PASSED admintest_test.TestAdminCheckTableErrorLocateForClusterIndex (27.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_1_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_18_of_24/coverage.dat //pkg/executor/test/jointest/hashjoin:hashjoin_test FLAKY, failed in 1 out of 23 in 60.5s Stats over 23 runs: max = 60.5s, min = 42.3s, avg = 47.7s, dev = 3.9s PASSED hashjoin_test.TestIssue56825 (39.0s) PASSED hashjoin_test.TestIndexNestedLoopHashJoin (50.0s) PASSED hashjoin_test.TestIssue56214 (35.6s) PASSED hashjoin_test.TestIssue52902 (36.4s) PASSED hashjoin_test.TestHashJoin (38.0s) PASSED hashjoin_test.TestIssue55016 (35.8s) PASSED hashjoin_test.TestOuterTableBuildHashTableIsuse13933 (36.6s) PASSED hashjoin_test.TestInlineProjection4HashJoinIssue15316 (37.2s) PASSED hashjoin_test.TestIssue18572_1 (36.5s) PASSED hashjoin_test.TestIssue54755 (32.6s) PASSED hashjoin_test.TestIssue18572_2 (34.8s) PASSED hashjoin_test.TestIssue18572_3 (33.7s) PASSED hashjoin_test.TestIssue20270 (34.0s) PASSED hashjoin_test.TestExplainAnalyzeJoin (39.5s) PASSED hashjoin_test.TestKillDuringBuild (35.5s) PASSED hashjoin_test.TestFinalizeCurrentSegPanic (35.2s) PASSED hashjoin_test.TestSplitPartitionPanic (40.4s) PASSED hashjoin_test.TestProcessOneProbeChunkPanic (39.7s) PASSED hashjoin_test.TestIssue31129 (43.0s) PASSED hashjoin_test.TestCreateTasksPanic (39.8s) PASSED hashjoin_test.TestKillDuringProbe (37.7s) PASSED hashjoin_test.TestBuildHashTablePanic (36.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_22_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_1_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_21_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_2_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_3_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_20_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_4_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_5_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_6_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_19_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_7_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_8_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_10_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_9_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_18_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_12_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_13_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_14_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_11_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_15_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_17_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_16_of_22/coverage.dat //pkg/ddl/ingest:ingest_test PASSED in 66.3s Stats over 24 runs: max = 66.3s, min = 6.3s, avg = 33.1s, dev = 14.0s PASSED ingest_test.TestRiskOfDiskFull (0.0s) PASSED ingest_test.TestMemoryRoot (0.0s) PASSED ingest_test.TestAddIndexValidateRangesFailed (26.4s) PASSED ingest_test.TestCheckpointManager (20.8s) PASSED ingest_test.TestAddGlobalIndexInIngestWithUpdate (23.1s) PASSED ingest_test.TestCheckpointManagerUpdateReorg (19.3s) PASSED ingest_test.TestCheckpointManagerResumeReorg (19.1s) PASSED ingest_test.TestGenLightningDataDir (0.0s) PASSED ingest_test.TestAddGlobalIndexInIngest (34.5s) PASSED ingest_test.TestLitBackendCtxMgr (18.6s) PASSED ingest_test.TestAddIndexIngestPartitionCheckpoint (20.7s) PASSED ingest_test.TestAddIndexIngestJobWriteConflict (21.0s) PASSED ingest_test.TestAddIndexIngestGeneratedColumns (59.1s) PASSED ingest_test.TestMultiSchemaAddIndexMerge (30.6s) PASSED ingest_test.TestIngestError (25.2s) PASSED ingest_test.TestAddIndexDuplicateMessage (24.1s) PASSED ingest_test.TestAddIndexIngestPanic (23.0s) PASSED ingest_test.TestAddIndexIngestPanic/Mock_panic_on_local_engine_writer (1.5s) PASSED ingest_test.TestAddIndexIngestPanic/Mock_panic_on_scan_record_operator (1.1s) PASSED ingest_test.TestAddIndexIngestMultiSchemaChange (32.8s) PASSED ingest_test.TestAddIndexSetInternalSessions (26.7s) PASSED ingest_test.TestAddIndexIngestTimezone (38.8s) PASSED ingest_test.TestAddIndexIngestCancel (32.0s) PASSED ingest_test.TestAddIndexCancelOnNoneState (37.1s) PASSED ingest_test.TestIngestPartitionRowCount (41.5s) PASSED ingest_test.TestAddIndexIngestClientError (41.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_1_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_12_of_24/coverage.dat //pkg/planner/core/tests/prepare:prepare_test PASSED in 19.6s Stats over 24 runs: max = 19.6s, min = 5.1s, avg = 7.3s, dev = 3.7s PASSED prepare_test.TestHashPartitionAndPlanCache (3.1s) PASSED prepare_test.TestPrepareCacheForDynamicPartitionPruning (2.2s) PASSED prepare_test.TestPointGetForUpdateAutoCommitCache (2.1s) PASSED prepare_test.TestCacheHitInForUpdateRead (1.9s) PASSED prepare_test.TestCacheHitInRc (2.3s) PASSED prepare_test.TestConsistencyBetweenPrepareExecuteAndNormalSql (2.1s) PASSED prepare_test.TestPlanCacheWithRCWhenInfoSchemaChange (1.8s) PASSED prepare_test.TestCachedTable (2.0s) PASSED prepare_test.TestPartitionWithVariedDataSources (10.5s) PASSED prepare_test.TestPartitionTable (16.2s) PASSED prepare_test.TestPlanCacheSnapshot (2.1s) PASSED prepare_test.TestInvisibleIndexPrepare (2.3s) PASSED prepare_test.TestPlanCacheSwitchDB (2.4s) PASSED prepare_test.TestPlanCacheUnionScan (2.1s) PASSED prepare_test.TestIssue33031 (2.4s) PASSED prepare_test.TestPrepareCacheForPartition (4.4s) PASSED prepare_test.TestPrepareWithSnapshot (2.4s) PASSED prepare_test.TestPrepareOverMaxPreparedStmtCount (1.9s) PASSED prepare_test.TestPrepareCacheNow (4.6s) PASSED prepare_test.TestPrepareCacheDeferredFunction (1.9s) PASSED prepare_test.TestPrepareCacheChangingParamType (12.5s) PASSED prepare_test.TestPrepareCache (2.2s) PASSED prepare_test.TestRandomFlushPlanCache (3.6s) PASSED prepare_test.TestPointGetPreparedPlan4PlanCache (2.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_1_of_24/coverage.dat //pkg/disttask/framework/scheduler:scheduler_test NO STATUS PASSED scheduler.TestSlotManagerUpdateCapacity (0.0s) PASSED scheduler.TestSchedulerAdjustEligibleNodes (0.0s) PASSED scheduler.TestSlotManagerUpdate (0.0s) PASSED scheduler.TestSlotManagerReserve (0.0s) PASSED scheduler.TestManagerScheduleLoop (3.4s) PASSED scheduler.TestIsCancelledErr (0.0s) PASSED scheduler.TestVerifyTaskStateTransform (0.0s) PASSED scheduler.TestParallelPause (2.8s) PASSED scheduler.TestPause (2.8s) PASSED scheduler.TestParallelSubtaskCancel (3.3s) PASSED scheduler.TestParallelCancel (3.1s) PASSED scheduler.TestBalanceOneTask (0.0s) PASSED scheduler.TestBalanceOneTask/case_0 (0.0s) PASSED scheduler.TestBalanceOneTask/case_1 (0.0s) PASSED scheduler.TestBalanceOneTask/case_10 (0.0s) PASSED scheduler.TestBalanceOneTask/case_11 (0.0s) PASSED scheduler.TestBalanceOneTask/case_12 (0.0s) PASSED scheduler.TestBalanceOneTask/case_2 (0.0s) PASSED scheduler.TestBalanceOneTask/case_3 (0.0s) PASSED scheduler.TestBalanceOneTask/case_4 (0.0s) PASSED scheduler.TestBalanceOneTask/case_5 (0.0s) PASSED scheduler.TestBalanceOneTask/case_6 (0.0s) PASSED scheduler.TestBalanceOneTask/case_7 (0.0s) PASSED scheduler.TestBalanceOneTask/case_8 (0.0s) PASSED scheduler.TestBalanceOneTask/case_9 (0.0s) PASSED scheduler.TestBalanceOneTask/scheduler_err_or_no_instance (0.0s) PASSED scheduler.TestBalanceOneTask/task_mgr_failed (0.0s) PASSED scheduler.TestParallelErrStage (2.9s) PASSED scheduler.TestBalanceMultipleTasks (0.0s) PASSED scheduler.TestParallel (2.8s) PASSED scheduler.TestBalancerUpdateUsedNodes (0.0s) PASSED scheduler.TestMaintainLiveNodes (0.0s) PASSED scheduler.TestSimpleSubtaskCancel (2.7s) PASSED scheduler.TestMaintainManagedNodes (0.0s) PASSED scheduler.TestFilterByScope (0.0s) PASSED scheduler.TestFilterByScope/case-0 (0.0s) PASSED scheduler.TestFilterByScope/case-1 (0.0s) PASSED scheduler.TestFilterByScope/case-2 (0.0s) PASSED scheduler.TestFilterByScope/case-3 (0.0s) PASSED scheduler.TestFilterByScope/case-4 (0.0s) PASSED scheduler.TestFilterByScope/case-5 (0.0s) PASSED scheduler.TestFilterByScope/case-6 (0.0s) PASSED scheduler.TestFilterByScope/case-7 (0.0s) PASSED scheduler.TestFilterByScope/case-8 (0.0s) PASSED scheduler.TestSimpleCancel (2.8s) PASSED scheduler.TestManagerSchedulersOrdered (0.0s) PASSED scheduler.TestSchedulerCleanupTask (0.0s) PASSED scheduler.TestSimpleErrStage (2.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_34_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_33_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_32_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_31_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_30_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_29_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_28_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_27_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_26_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_25_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_24_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_1_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_23_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_2_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_22_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_3_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_4_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_21_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_5_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_6_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_20_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_7_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_8_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_19_of_34/coverage.dat //pkg/planner/cascades/old:old_test PASSED in 1.3s Stats over 25 runs: max = 1.3s, min = 1.0s, avg = 1.2s, dev = 0.1s PASSED old.TestMergeAdjacentWindow (0.0s) PASSED old.TestInjectProj (0.0s) PASSED old.TestDecorrelate (0.0s) PASSED old.TestTransformAggToProj (0.0s) PASSED old.TestTransformAggregateCaseToSelection (0.0s) PASSED old.TestEliminateOuterJoin (0.0s) PASSED old.TestPushLimitDownTiKVSingleGather (0.0s) PASSED old.TestPostTransformationRules (0.0s) PASSED old.TestTransformLimitToTableDual (0.0s) PASSED old.TestMergeAdjacentLimit (0.0s) PASSED old.TestMergeAdjacentTopN (0.0s) PASSED old.TestMergeAggregationProjection (0.0s) PASSED old.TestEliminateMaxMin (0.0s) PASSED old.TestProjectionElimination (0.0s) PASSED old.TestTopNRules (0.0s) PASSED old.TestPredicatePushDown (0.0s) PASSED old.TestAggPushDownGather (0.0s) PASSED old.TestGroupStringer (0.0s) PASSED old.TestAppliedRuleSet (0.0s) PASSED old.TestPreparePossibleProperties (0.0s) PASSED old.TestFillGroupStats (0.0s) PASSED old.TestInitGroupSchema (0.0s) PASSED old.TestImplGroupZeroCost (0.0s) PASSED old.TestNewProperties (0.0s) PASSED old.TestGetEnforcerRules (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_25_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_24_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_23_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_22_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_21_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_20_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_19_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_18_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_17_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_16_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_15_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_14_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_13_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_12_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_11_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_10_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_9_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_8_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_7_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_6_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_5_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_4_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_3_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_2_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_1_of_25/coverage.dat //pkg/sessiontxn:sessiontxn_test PASSED in 8.1s Stats over 25 runs: max = 8.1s, min = 5.0s, avg = 6.0s, dev = 0.7s PASSED sessiontxn_test.TestRcWaitTSInSlowLog (2.1s) PASSED sessiontxn_test.TestConflictErrorsUseRcWriteCheckTs (2.3s) PASSED sessiontxn_test.TestRcTSOCmdCountForTextSQLExecuteExtra (2.5s) PASSED sessiontxn_test.TestRcTSOCmdCountForTextSQLExecuteNormal (2.7s) PASSED sessiontxn_test.TestRcTSOCmdCountForPrepareExecuteExtra (2.2s) PASSED sessiontxn_test.TestRcTSOCmdCountForPrepareExecuteNormal (2.9s) PASSED sessiontxn_test.TestSnapshotInterceptor (2.3s) PASSED sessiontxn_test.TestGetSnapshot (2.6s) PASSED sessiontxn_test.TestGetSnapshot/Optimistic (0.1s) PASSED sessiontxn_test.TestGetSnapshot/Pessimistic_Read_Committed (0.1s) PASSED sessiontxn_test.TestGetSnapshot/Pessimistic_Repeatable_Read (0.1s) PASSED sessiontxn_test.TestGetSnapshot/Pessimistic_Serializable (0.1s) PASSED sessiontxn_test.TestEnterNewTxn (2.4s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnBeforeStmt (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnBeforeStmt_and_autocommit=0 (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnDefault (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnDefault#01 (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnWithBeginStmt_and_reuse_txn (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnWithBeginStmt_simple (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnWithBeginStmt_with_CausalConsistencyOnly (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnWithBeginStmt_with_staleness (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnWithBeginStmt_with_tidb_txn_mode=optimistic;begin_pessimistic (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnWithBeginStmt_with_tidb_txn_mode=pessimistic (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnWithBeginStmt_with_tidb_txn_mode=pessimistic;begin_optimistic (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnWithReplaceProvider (0.0s) PASSED sessiontxn_test.TestTSOCmdCountForTextSql (2.2s) PASSED sessiontxn_test.TestTSOCmdCountForPrepareExecute (2.3s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode (2.8s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#00 (0.1s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#01 (0.1s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#02 (0.1s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#03 (0.1s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#04 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#05 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#06 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#07 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#08 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#09 (0.1s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#10 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#11 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#12 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#13 (0.1s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#14 (0.1s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#15 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry (3.9s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#00 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#01 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#02 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#03 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#04 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#05 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#06 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#07 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#08 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#09 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#10 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#11 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#12 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#13 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#14 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#15 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#16 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#17 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#18 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#19 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#20 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#21 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#22 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#23 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#24 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#25 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#26 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#27 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#28 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#29 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#30 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#31 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#32 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#33 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#34 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#35 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#36 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#37 (0.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#38 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#39 (0.1s) PASSED sessiontxn_test.TestTxnContextPreparedStmtWithForUpdate (2.3s) PASSED sessiontxn_test.TestTxnContextForStaleReadInPrepare (2.4s) PASSED sessiontxn_test.TestStaleReadInPrepare (2.0s) PASSED sessiontxn_test.TestTxnContextForPrepareExecute (2.2s) PASSED sessiontxn_test.TestTxnContextForStaleRead (3.6s) PASSED sessiontxn_test.TestTxnContextForSimpleCases (2.0s) PASSED sessiontxn_test.TestTxnContextForHistoricalRead (2.1s) PASSED sessiontxn_test.TestTxnContextInExplicitTxn (1.9s) PASSED sessiontxn_test.TestTxnContextBeginInUnfinishedTxn (2.0s) PASSED sessiontxn_test.TestTxnContextInPessimisticKeyConflict (2.3s) PASSED sessiontxn_test.TestTxnContextWithAutocommitFalse (2.2s) PASSED sessiontxn_test.TestTxnContextInRC (1.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_25_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_24_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_23_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_22_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_21_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_20_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_19_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_18_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_17_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_16_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_15_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_14_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_13_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_12_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_11_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_10_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_9_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_8_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_1_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_7_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_2_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_3_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_6_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_4_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_5_of_25/coverage.dat //pkg/infoschema:infoschema_test PASSED in 5.8s Stats over 26 runs: max = 5.8s, min = 2.4s, avg = 3.3s, dev = 0.8s PASSED infoschema.TestPurge (0.0s) PASSED infoschema.TestCacheSize (0.0s) PASSED infoschema.TestContains (0.0s) PASSED infoschema.TestSievePolicy (0.0s) PASSED infoschema.TestRemove (0.0s) PASSED infoschema.TestGetAndSet (0.0s) PASSED infoschema.TestMetricSchemaDef (0.0s) PASSED infoschema.TestInfoschemaCache (0.1s) PASSED infoschema.TestDataStructFieldsCorrectnessInSchemaChange (0.1s) PASSED infoschema.TestSpecialAttributeCorrectnessInSchemaChange (0.1s) PASSED infoschema.TestReferredFKInfo (0.1s) PASSED infoschema.TestBundles (0.1s) PASSED infoschema.TestMisc (0.1s) PASSED infoschema.TestV2Basic (0.0s) PASSED infoschema.TestV2Basic/invalid_table_ID_(negative) (0.0s) PASSED infoschema.TestV2Basic/non-existent_table_ID (0.0s) PASSED infoschema.TestV2Basic/valid_table_ID (0.0s) PASSED infoschema.TestApplyDiff (0.5s) PASSED infoschema.TestEnableInfoSchemaV2 (0.0s) PASSED infoschema.TestInfoSchemaCreateTableLike (2.6s) PASSED infoschema.TestLocalTemporaryTables (0.1s) PASSED infoschema.TestWithRefillOption (2.2s) PASSED infoschema.TestBuildBundle (2.1s) PASSED infoschema.TestBuildSchemaWithGlobalTemporaryTable (0.1s) PASSED infoschema.TestInfoTables (0.1s) PASSED infoschema.TestMockInfoSchema (0.0s) PASSED infoschema.TestBasic (0.1s) PASSED infoschema.TestBasic/invalid_table_ID_(negative) (0.0s) PASSED infoschema.TestBasic/non-existent_table_ID (0.0s) PASSED infoschema.TestBasic/valid_table_ID (0.0s) PASSED infoschema.TestInfoSchemaAddDel (0.0s) PASSED infoschema.TestGetKeptAllocators (0.0s) PASSED infoschema.TestGetKeptAllocators/case_0 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_1 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_2 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_3 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_4 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_5 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_6 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_7 (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_26_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_25_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_24_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_23_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_22_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_21_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_20_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_19_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_18_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_17_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_16_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_15_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_14_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_13_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_12_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_11_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_10_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_9_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_8_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_7_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_6_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_5_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_4_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_3_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_2_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_1_of_26/coverage.dat //pkg/util/ranger:ranger_test PASSED in 6.2s Stats over 26 runs: max = 6.2s, min = 2.9s, avg = 4.5s, dev = 1.2s PASSED ranger_test.TestIntersectionOverlap (0.0s) PASSED ranger_test.TestIntersectionSubset (0.0s) PASSED ranger_test.TestIntersectionEmpty (0.0s) PASSED ranger_test.TestRangeMemUsage (0.0s) PASSED ranger_test.TestIsFullRange (0.0s) PASSED ranger_test.TestRange (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond (1.9s) PASSED ranger_test.TestMinAccessCondsForDNFCond/(a=1)_or_(a=3_and_b=4)_or_(a=5_and_b=6_and_c=7) (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond/(a=1_and_b=2)_or_(a=3_and_b=4)_or_(a=5_and_b=6_and_c=7) (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond/(a=1_and_b=2)_or_(a=3_and_b=4)_or_(a=5_and_b=6_and_c=7)#01 (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond/(a=1_and_b=2)_or_(a=3_and_b=4)_or_(a=5_and_b=6_and_c=7)#02 (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond/(a=1_and_b=2)_or_(a=3_and_b=4)_or_(a=5_and_b=6_and_c=7)#03 (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond/(a=1_and_b=2)_or_(a=3_and_b=4)_or_(a=5_and_b=6_and_c=7)#04 (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond/a_=_1 (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond/a_=_1_or_a_=_2_or_a_=_3 (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond/a_=_1_or_b_=_2_or_c_=_3 (0.0s) PASSED ranger_test.TestIssue50051 (1.9s) PASSED ranger_test.TestIssue40997 (2.0s) PASSED ranger_test.TestPrefixIndexRange (2.0s) PASSED ranger_test.TestRangeFallbackForBuildColumnRange (1.8s) PASSED ranger_test.TestRangeFallbackForBuildTableRange (2.1s) PASSED ranger_test.TestRangeFallbackForDetachCondAndBuildRangeForIndex (2.4s) PASSED ranger_test.TestShardIndexFuncSuites (2.1s) PASSED ranger_test.TestTableShardIndex (2.4s) PASSED ranger_test.TestTableShardIndex/#00 (0.0s) PASSED ranger_test.TestTableShardIndex/#01 (0.0s) PASSED ranger_test.TestTableShardIndex/((a=100_and_b_=_100)_or_a_=_200)_and_b_=_300 (0.0s) PASSED ranger_test.TestTableShardIndex/((a=100_and_b_=_100)_or_a_=_200)_or_a_=_300 (0.0s) PASSED ranger_test.TestTableShardIndex/(a,_b)_in_((100,_100)) (0.0s) PASSED ranger_test.TestTableShardIndex/(a,_b)_in_((100,_100),_(200,_200)) (0.0s) PASSED ranger_test.TestTableShardIndex/(a=100_and_b_=_100)_or__(a=200_and_b_=_200) (0.0s) PASSED ranger_test.TestTableShardIndex/(a=100_and_b_=_100)_or_a_=_300 (0.0s) PASSED ranger_test.TestTableShardIndex/_tidb_shard(a)_=_8 (0.0s) PASSED ranger_test.TestTableShardIndex/a=100 (0.0s) PASSED ranger_test.TestTableShardIndex/a=100#01 (0.0s) PASSED ranger_test.TestTableShardIndex/a=100_and_(b_=_100_or_b_=_200) (0.0s) PASSED ranger_test.TestTableShardIndex/a=100_or_a_=_200__or_1 (0.0s) PASSED ranger_test.TestTableShardIndex/a=100_or_b_=_200 (0.0s) PASSED ranger_test.TestTableShardIndex/a=100_or_b_>_200 (0.0s) PASSED ranger_test.TestTableShardIndex/a_=_1 (0.0s) PASSED ranger_test.TestTableShardIndex/a_=_100 (0.0s) PASSED ranger_test.TestTableShardIndex/a_=_100_and_b_=_100 (0.0s) PASSED ranger_test.TestTableShardIndex/a_=_100_and_b_=_100#01 (0.0s) PASSED ranger_test.TestTableShardIndex/a_=_100_or_b_=_100 (0.0s) PASSED ranger_test.TestTableShardIndex/a_=_3_or_a_>_900 (0.0s) PASSED ranger_test.TestTableShardIndex/a_=_b (0.0s) PASSED ranger_test.TestTableShardIndex/a_=_b_and_b_=_100 (0.0s) PASSED ranger_test.TestTableShardIndex/a_>_900 (0.0s) PASSED ranger_test.TestTableShardIndex/a_IN_(100) (0.0s) PASSED ranger_test.TestTableShardIndex/a_IN_(100,_200,_300) (0.0s) PASSED ranger_test.TestTableShardIndex/a_IN_(100,_200,_300)_or_a_=_400 (0.0s) PASSED ranger_test.TestTableShardIndex/b_=_100 (0.0s) PASSED ranger_test.TestTableShardIndex/test3.a_=_100 (0.0s) PASSED ranger_test.TestTableShardIndex/test3.a_=_100_AND_test6.a_=_10 (0.0s) PASSED ranger_test.TestTableShardIndex/test3.a_=_100_and_test33.a_>_10 (0.0s) PASSED ranger_test.TestTableShardIndex/test3.a_=_100_or_test6.a_=_10 (0.0s) PASSED ranger_test.TestIndexRange (1.7s) PASSED ranger_test.TestIndexRange/(a_>_'a')_or_(c_>_1) (0.0s) PASSED ranger_test.TestIndexRange/(a_>_'a'_and_a_<_'b')_or_(a_>=_'b'_and_a_<_'c') (0.0s) PASSED ranger_test.TestIndexRange/(a_>_'a'_and_a_<_'b'_and_b_<_1)_or_(a_>=_'b'_and_a_<_'c') (0.0s) PASSED ranger_test.TestIndexRange/(a_>_'b'_and_a_<_'bbb')_or_(a_<_'cb'_and_a_>_'a') (0.0s) PASSED ranger_test.TestIndexRange/(a_in_('a',_'b')_and_b_<_1)_or_(a_>=_'b'_and_a_<_'c') (0.0s) PASSED ranger_test.TestIndexRange/a_=_'a'_and_b_in_(1,_2,_3) (0.0s) PASSED ranger_test.TestIndexRange/a_=_'a'_and_b_not_in_(1,_2,_3) (0.0s) PASSED ranger_test.TestIndexRange/a_>_NULL (0.0s) PASSED ranger_test.TestIndexRange/a_LIKE_"\\" (0.0s) PASSED ranger_test.TestIndexRange/a_LIKE_"\\\\a%" (0.0s) PASSED ranger_test.TestIndexRange/a_LIKE_"ab\_c" (0.0s) PASSED ranger_test.TestIndexRange/a_LIKE_'%' (0.0s) PASSED ranger_test.TestIndexRange/a_LIKE_'\%a' (0.0s) PASSED ranger_test.TestIndexRange/a_LIKE_'abc%' (0.0s) PASSED ranger_test.TestIndexRange/a_LIKE_'abc' (0.0s) PASSED ranger_test.TestIndexRange/a_LIKE_'abc_' (0.0s) PASSED ranger_test.TestIndexRange/a_in_('a')_and_b_in_('1',_2.0,_NULL) (0.0s) PASSED ranger_test.TestIndexRange/a_in_(NULL) (0.0s) PASSED ranger_test.TestIndexRange/a_not_in_(NULL,_'1',_'2',_'3') (0.0s) PASSED ranger_test.TestIndexRange/c_=_1_and_c_=_2 (0.0s) PASSED ranger_test.TestIndexRange/c_in_('1.1',_1,_1.1)_and_a_in_('1',_'a',_NULL) (0.0s) PASSED ranger_test.TestIndexRange/c_in_(1,_1,_1,_1,_1,_1,_2,_1,_2,_3,_2,_3,_4,_4,_1,_2) (0.0s) PASSED ranger_test.TestIndexRange/c_in_(1,_2)_and_c_in_(1,_3) (0.0s) PASSED ranger_test.TestIndexRange/c_not_in_(1,_2,_3) (0.0s) PASSED ranger_test.TestIndexRange/d_<_"??"_||_d_>_"??" (0.0s) PASSED ranger_test.TestIndexRange/d_=_"???" (0.0s) PASSED ranger_test.TestIndexRange/d_in_("???",_"??") (0.0s) PASSED ranger_test.TestIndexRange/d_in_('aab',_'aac')_and_e_=_'a' (0.0s) PASSED ranger_test.TestIndexRange/d_not_in_("???") (0.0s) PASSED ranger_test.TestIndexRange/e_=_"???" (0.0s) PASSED ranger_test.TestIndexRange/f_=_'a'_and_f_=_'B'_collate_utf8mb4_bin (0.0s) PASSED ranger_test.TestIndexRange/f_>=_'a'_and_f_<=_'B' (0.0s) PASSED ranger_test.TestIndexRange/f_in_('a',_'B') (0.0s) PASSED ranger_test.TestIndexRange/f_like_'@%'_collate_utf8mb4_bin (0.0s) PASSED ranger_test.TestIndexRange/g_=_'a' (0.0s) PASSED ranger_test.TestIndexRange/h_LIKE_'%' (0.0s) PASSED ranger_test.TestIndexRange/not(d_<_"??"_||_d_>_"??") (0.0s) PASSED ranger_test.TestIndexRange/not_(a_not_in_(NULL)_and_a_>_'2') (0.0s) PASSED ranger_test.TestIndexRange/not_(a_not_in_(NULL)_or_a_>_'2') (0.0s) PASSED ranger_test.TestIndexRange/not_(a_not_in_(NULL,_'1',_'2',_'3')_and_a_>_'2') (0.0s) PASSED ranger_test.TestPrefixIndexRangeScan (1.9s) PASSED ranger_test.TestPrefixIndexRangeScan/a_=_'aaa'_and_b_>_'bb'_and_b_<_'cc' (0.0s) PASSED ranger_test.TestPrefixIndexRangeScan/a_>_'aa' (0.0s) PASSED ranger_test.TestIndexRangeForYear (2.5s) PASSED ranger_test.TestIndexRangeForYear/a_!=_1 (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_!=_2156 (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_<_99_or_a_>_01 (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_=_1_or_a_=_2_or_a_=_70 (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_>=_-1000 (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_>=_70_and_a_<=_69 (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_>_-1000 (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_not_in_(-1,_1,_2) (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_not_in_(0,_1,_2) (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_not_in_(1,_2,_15698) (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_not_in_(1,_2,_70) (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_not_in_(99) (0.0s) PASSED ranger_test.TestColumnRange (2.2s) PASSED ranger_test.TestColumnRange/(a) (0.0s) PASSED ranger_test.TestColumnRange/(a_=_2_or_a_=_1)_and_(a_=_3_or_a_=_4) (0.0s) PASSED ranger_test.TestColumnRange/(a_=_2_or_a_=_2)_and_(a_=_2_or_a_=_2) (0.0s) PASSED ranger_test.TestColumnRange/1_!=_a (0.0s) PASSED ranger_test.TestColumnRange/1_<=_a (0.0s) PASSED ranger_test.TestColumnRange/1_<_a (0.0s) PASSED ranger_test.TestColumnRange/1_=_a (0.0s) PASSED ranger_test.TestColumnRange/1_>=_a (0.0s) PASSED ranger_test.TestColumnRange/1_>_a (0.0s) PASSED ranger_test.TestColumnRange/a_!=_1 (0.0s) PASSED ranger_test.TestColumnRange/a_<=>_1 (0.0s) PASSED ranger_test.TestColumnRange/a_<=>_null (0.0s) PASSED ranger_test.TestColumnRange/a_<=_1 (0.0s) PASSED ranger_test.TestColumnRange/a_<_1 (0.0s) PASSED ranger_test.TestColumnRange/a_=_1_and_b_>_1 (0.0s) PASSED ranger_test.TestColumnRange/a_>=_1 (0.0s) PASSED ranger_test.TestColumnRange/a_>_1 (0.0s) PASSED ranger_test.TestColumnRange/a_>_9223372036854775807 (0.0s) PASSED ranger_test.TestColumnRange/a_IN_(8,8,81,45) (0.0s) PASSED ranger_test.TestColumnRange/a_IS_FALSE (0.0s) PASSED ranger_test.TestColumnRange/a_IS_NOT_FALSE (0.0s) PASSED ranger_test.TestColumnRange/a_IS_NOT_NULL (0.0s) PASSED ranger_test.TestColumnRange/a_IS_NOT_TRUE (0.0s) PASSED ranger_test.TestColumnRange/a_IS_NULL (0.0s) PASSED ranger_test.TestColumnRange/a_IS_TRUE (0.0s) PASSED ranger_test.TestColumnRange/a_between_1_and_2 (0.0s) PASSED ranger_test.TestColumnRange/a_between_2_and_1 (0.0s) PASSED ranger_test.TestColumnRange/a_in_(1,_2,_3) (0.0s) PASSED ranger_test.TestColumnRange/a_in_(1,_3,_NULL,_2) (0.0s) PASSED ranger_test.TestColumnRange/a_not_between_1_and_2 (0.0s) PASSED ranger_test.TestColumnRange/a_not_between_2_and_1 (0.0s) PASSED ranger_test.TestColumnRange/b_>_1 (0.0s) PASSED ranger_test.TestColumnRange/b_in_(1,_'2.1') (0.0s) PASSED ranger_test.TestColumnRange/c_>_111.11111111 (0.0s) PASSED ranger_test.TestColumnRange/d_=_'aab'_or_d_=_'aac' (0.0s) PASSED ranger_test.TestColumnRange/d_>_'aaaaaaaaaaaaaa' (0.0s) PASSED ranger_test.TestColumnRange/e_>_-2147483648 (0.0s) PASSED ranger_test.TestColumnRange/e_>_18446744073709500000 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow (1.9s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_!=_-2147483648 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_<_-1_and_a_<_1 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_<_-1_or_a_<_1 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_=_1_and_a_=_2 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_>=_-2147483648 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_>_-2147483648 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_not_in_(-1,_1,_2) (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_not_in_(-2,_-1,_1,_2) (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_not_in_(0,_1,_2) (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_not_in_(1,_2,_9223372036854775810) (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_not_in_(111) (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/col_float_<_-1000000000000000000000000000000000000000 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/col_float_>_1000000000000000000000000000000000000000 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/col_int_!=_9223372036854775808 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/col_int_<_9223372036854775808 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/col_int_>_9223372036854775808 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/decimal_unsigned_>_-100 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/double_unsigned_>_-100 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/float_unsigned_>_-100 (0.0s) PASSED ranger_test.TestTableRange (2.1s) PASSED ranger_test.TestTableRange/(a) (0.0s) PASSED ranger_test.TestTableRange/(a_=_1_and_b_=_1)_or_(a_=_2_and_b_=_2) (0.0s) PASSED ranger_test.TestTableRange/1_!=_a (0.0s) PASSED ranger_test.TestTableRange/1_<=_a (0.0s) PASSED ranger_test.TestTableRange/1_<_a (0.0s) PASSED ranger_test.TestTableRange/1_=_a (0.0s) PASSED ranger_test.TestTableRange/1_>=_test.t.a (0.0s) PASSED ranger_test.TestTableRange/1_>_a (0.0s) PASSED ranger_test.TestTableRange/a_!=_1 (0.0s) PASSED ranger_test.TestTableRange/a_<=_1 (0.0s) PASSED ranger_test.TestTableRange/a_<_-9223372036854775807 (0.0s) PASSED ranger_test.TestTableRange/a_<_-9223372036854775808 (0.0s) PASSED ranger_test.TestTableRange/a_<_1 (0.0s) PASSED ranger_test.TestTableRange/a_=_1 (0.0s) PASSED ranger_test.TestTableRange/a_=_1_or_a_=_3_or_a_=_4_or_(a_>_1_and_(a_=_-1_or_a_=_5)) (0.0s) PASSED ranger_test.TestTableRange/a_=_1_or_a_=_3_or_a_=_4_or_(b_>_1_and_(a_=_-1_or_a_=_5)) (0.0s) PASSED ranger_test.TestTableRange/a_>=_1 (0.0s) PASSED ranger_test.TestTableRange/a_>=_9223372036854775807 (0.0s) PASSED ranger_test.TestTableRange/a_>_1 (0.0s) PASSED ranger_test.TestTableRange/a_>_9223372036854775807 (0.0s) PASSED ranger_test.TestTableRange/a_IN_(8,8,81,45) (0.0s) PASSED ranger_test.TestTableRange/a_IS_FALSE (0.0s) PASSED ranger_test.TestTableRange/a_IS_NOT_FALSE (0.0s) PASSED ranger_test.TestTableRange/a_IS_NOT_NULL (0.0s) PASSED ranger_test.TestTableRange/a_IS_NOT_TRUE (0.0s) PASSED ranger_test.TestTableRange/a_IS_NULL (0.0s) PASSED ranger_test.TestTableRange/a_IS_TRUE (0.0s) PASSED ranger_test.TestTableRange/a_between_1_and_2 (0.0s) PASSED ranger_test.TestTableRange/a_between_2_and_1 (0.0s) PASSED ranger_test.TestTableRange/a_in_(1,_1,_1,_1,_1,_1,_2,_1,_2,_3,_2,_3,_4,_4,_1,_2) (0.0s) PASSED ranger_test.TestTableRange/a_in_(1,_3,_NULL,_2) (0.0s) PASSED ranger_test.TestTableRange/a_not_between_1_and_2 (0.0s) PASSED ranger_test.TestTableRange/a_not_between_2_and_1 (0.0s) PASSED ranger_test.TestTableRange/a_not_in_(1,_2,_3) (0.0s) PASSED ranger_test.TestTableRange/isnull(a)_and_a_in_(1,_2,_3) (0.0s) PASSED ranger_test.TestTableRange/isnull(a)_or_a_in_(1,_2,_3) (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_26_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_25_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_24_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_23_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_22_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_21_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_20_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_19_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_18_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_17_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_16_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_15_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_14_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_13_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_12_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_11_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_10_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_9_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_8_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_7_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_6_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_5_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_4_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_3_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_2_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_1_of_26/coverage.dat //pkg/executor/importer:importer_test PASSED in 55.9s Stats over 27 runs: max = 55.9s, min = 9.8s, avg = 26.1s, dev = 18.4s PASSED importer.TestImportFromSelectCleanup (39.4s) PASSED importer.TestGetRegionSplitSizeKeys (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/1/500 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/1/500#01 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/100/30 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/100/30#01 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/1249/500 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/1249/500#01 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/1250/500 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/1250/500#01 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/400/99 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/499/500 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/499/500#01 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/500/100 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/500/100#01 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/500/200 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/500/500 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/500/500#01 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/749/500 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/749/500#01 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/750/500 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/750/500#01 (0.0s) PASSED importer.TestCalculateSubtaskCnt (0.0s) PASSED importer.TestCalculateSubtaskCnt/1/500 (0.0s) PASSED importer.TestCalculateSubtaskCnt/1/500#01 (0.0s) PASSED importer.TestCalculateSubtaskCnt/100/30 (0.0s) PASSED importer.TestCalculateSubtaskCnt/100/30#01 (0.0s) PASSED importer.TestCalculateSubtaskCnt/1249/500 (0.0s) PASSED importer.TestCalculateSubtaskCnt/1249/500#01 (0.0s) PASSED importer.TestCalculateSubtaskCnt/1250/500 (0.0s) PASSED importer.TestCalculateSubtaskCnt/1250/500#01 (0.0s) PASSED importer.TestCalculateSubtaskCnt/400/99 (0.0s) PASSED importer.TestCalculateSubtaskCnt/499/500 (0.0s) PASSED importer.TestCalculateSubtaskCnt/499/500#01 (0.0s) PASSED importer.TestCalculateSubtaskCnt/500/100 (0.0s) PASSED importer.TestCalculateSubtaskCnt/500/200 (0.0s) PASSED importer.TestCalculateSubtaskCnt/500/500 (0.0s) PASSED importer.TestCalculateSubtaskCnt/500/500#01 (0.0s) PASSED importer.TestCalculateSubtaskCnt/749/500 (0.0s) PASSED importer.TestCalculateSubtaskCnt/749/500#01 (0.0s) PASSED importer.TestCalculateSubtaskCnt/750/500 (0.0s) PASSED importer.TestCalculateSubtaskCnt/750/500#01 (0.0s) PASSED importer.TestPrepareSortDir (0.0s) PASSED importer.TestCheckRequirements (37.7s) PASSED importer.TestGetJobInfoNullField (34.4s) PASSED importer.TestJobInfo_CanCancel (0.0s) PASSED importer.TestGetAndCancelJob (32.8s) PASSED importer.TestJobHappyPath (35.7s) PASSED importer.TestInitDefaultOptions (0.0s) PASSED importer.TestInitOptionsPositiveCase (0.0s) PASSED importer.TestAdjustOptions (0.0s) PASSED importer.TestFileChunkProcess (38.0s) PASSED importer.TestFileChunkProcess/data_KV_write_error (0.0s) PASSED importer.TestFileChunkProcess/encode_error (0.0s) PASSED importer.TestFileChunkProcess/index_KV_write_error (0.0s) PASSED importer.TestFileChunkProcess/invalid_file (0.0s) PASSED importer.TestFileChunkProcess/process_success (0.1s) PASSED importer.TestAdjustDiskQuota (0.0s) PASSED importer.TestPopulateChunks (37.7s) PASSED importer.TestGetMsgFromBRError (0.0s) PASSED importer.TestASTArgsFromStmt (0.0s) PASSED importer.TestGetFileRealSize (0.0s) PASSED importer.TestInitParameters (0.0s) PASSED importer.TestGetLocalBackendCfg (0.0s) PASSED importer.TestSupportedSuffixForServerDisk (0.0s) PASSED importer.TestGetDataSourceType (0.0s) PASSED importer.TestProcessChunkWith (36.7s) PASSED importer.TestProcessChunkWith/file_chunk (0.2s) PASSED importer.TestProcessChunkWith/query_chunk (0.0s) PASSED importer.TestGetTargetNodeCpuCnt (39.1s) PASSED importer.TestVerifyChecksum (44.2s) PASSED importer.TestPostProcess (37.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_27_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_26_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_25_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_24_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_23_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_22_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_21_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_20_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_19_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_18_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_2_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_3_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_4_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_1_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_5_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_17_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_6_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_7_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_8_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_9_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_10_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_11_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_12_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_16_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_14_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_13_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_15_of_27/coverage.dat //pkg/executor/test/fktest:fktest_test PASSED in 19.4s Stats over 27 runs: max = 19.4s, min = 3.5s, avg = 7.8s, dev = 3.7s PASSED fktest_test.TestLockKeysInInsertIgnore (2.4s) PASSED fktest_test.TestForeignKeyOnInsertChildTable (3.9s) PASSED fktest_test.TestLockKeysInDML (2.9s) PASSED fktest_test.TestForeignKeyOnInsertDuplicateUpdateChildTable (3.6s) PASSED fktest_test.TestFKBuild (2.3s) PASSED fktest_test.TestForeignKeyCheckAndLock (5.3s) PASSED fktest_test.TestForeignKeyAndLockView (2.5s) PASSED fktest_test.TestForeignKeyLargeTxnErr (2.1s) PASSED fktest_test.TestForeignKeyOnInsertOnDuplicateParentTableCheck (3.9s) PASSED fktest_test.TestForeignKeyConcurrentInsertChildTable (2.5s) PASSED fktest_test.TestForeignKeyOnReplaceIntoChildTable (3.6s) PASSED fktest_test.TestForeignKeyIssue39732 (2.1s) PASSED fktest_test.TestForeignKeyOnUpdateChildTable (4.0s) PASSED fktest_test.TestPrivilegeCheckInForeignKeyCascade (2.5s) PASSED fktest_test.TestForeignKeyOnUpdateParentTableCheck (3.7s) PASSED fktest_test.TestForeignKeyRuntimeStats (0.0s) PASSED fktest_test.TestExplainAnalyzeDMLWithFKInfo (2.7s) PASSED fktest_test.TestForeignKeyOnDeleteParentTableCheck (3.9s) PASSED fktest_test.TestForeignKeyOnInsertOnDuplicateUpdate (2.5s) PASSED fktest_test.TestForeignKeyOnDeleteCascade (4.1s) PASSED fktest_test.TestDMLExplainAnalyzeFKInfo (2.2s) PASSED fktest_test.TestForeignKeyGenerateCascadeAST (2.1s) PASSED fktest_test.TestForeignKeyOnDeleteSetNull (2.8s) PASSED fktest_test.TestForeignKeyOnDeleteCascade2 (14.3s) PASSED fktest_test.TestForeignKeyOnUpdateCascade2 (15.0s) PASSED fktest_test.TestForeignKeyOnUpdateCascade (3.8s) PASSED fktest_test.TestForeignKeyOnDeleteSetNull2 (10.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_27_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_1_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_26_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_2_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_25_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_3_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_24_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_23_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_4_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_5_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_22_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_21_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_6_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_20_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_7_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_19_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_18_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_8_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_17_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_9_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_16_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_11_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_12_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_10_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_15_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_14_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_13_of_27/coverage.dat //pkg/store/gcworker:gcworker_test PASSED in 31.5s Stats over 27 runs: max = 31.5s, min = 8.0s, avg = 26.2s, dev = 5.4s PASSED gcworker.TestCalcDeleteRangeConcurrency (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Auto:_High_concurrency,_few_ranges (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Auto:_High_concurrency,_many_ranges (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Auto:_Low_concurrency,_few_ranges (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Auto:_Low_concurrency,_many_ranges (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Edge_case:_Zero_concurrency (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Edge_case:_Zero_ranges (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Exact_RequestsPerThread (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Large_range_number (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Non-auto:_High_concurrency (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Non-auto:_Low_concurrency (0.0s) PASSED gcworker.TestGetOracleTime (23.2s) PASSED gcworker.TestMinStartTS (22.8s) PASSED gcworker.TestSkipGCAndOnlyResolveLock (22.9s) PASSED gcworker.TestPrepareGC (22.4s) PASSED gcworker.TestStatusVars (21.6s) PASSED gcworker.TestDoGCForOneRegion (21.6s) PASSED gcworker.TestGCWithPendingTxn2 (21.8s) PASSED gcworker.TestGetGCConcurrency (21.3s) PASSED gcworker.TestNeedsGCOperationForStore (0.0s) PASSED gcworker.TestDoGC (20.2s) PASSED gcworker.TestCheckGCMode (19.7s) PASSED gcworker.TestGCWithPendingTxn (19.7s) PASSED gcworker.TestDeleteRangesFailure (19.2s) PASSED gcworker.TestDeleteRangesFailure/failErrResp (0.2s) PASSED gcworker.TestDeleteRangesFailure/failNilResp (0.2s) PASSED gcworker.TestDeleteRangesFailure/failRPCErr (0.2s) PASSED gcworker.TestConcurrentDeleteRanges (18.6s) PASSED gcworker.TestUnsafeDestroyRangeForRaftkv2 (18.5s) PASSED gcworker.TestGCLabelRules (18.0s) PASSED gcworker.TestLeaderTick (20.3s) PASSED gcworker.TestResolveLockRangeInfine (18.7s) PASSED gcworker.TestResolveLockRangeMeetRegionCacheMiss (18.9s) PASSED gcworker.TestGCPlacementRules (18.8s) PASSED gcworker.TestResolveLockRangeMeetRegionEnlargeCausedByRegionMerge (19.6s) PASSED gcworker.TestRunGCJob (19.2s) PASSED gcworker.TestSetServiceSafePoint (18.5s) PASSED gcworker.TestStartWithRunGCJobFailures (18.5s) PASSED gcworker.TestRunGCJobAPI (18.8s) PASSED gcworker.TestRunDistGCJobAPI (18.7s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_27_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_1_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_2_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_26_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_3_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_4_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_5_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_25_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_6_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_9_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_7_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_8_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_24_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_10_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_11_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_12_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_23_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_13_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_14_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_15_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_22_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_16_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_17_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_18_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_21_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_19_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_20_of_27/coverage.dat //pkg/executor/test/seqtest:seqtest_test PASSED in 98.6s Stats over 28 runs: max = 98.6s, min = 24.5s, avg = 36.0s, dev = 15.4s PASSED seqtest_test.TestAnalyzeNextRawErrorNoLeak (21.4s) PASSED seqtest_test.TestIssue18744 (19.7s) PASSED seqtest_test.TestOOMPanicInHashJoinWhenFetchBuildRows (18.2s) PASSED seqtest_test.TestAutoRandRecoverTable (19.9s) PASSED seqtest_test.TestInsertFromSelectConflictRetryAutoID (19.9s) PASSED seqtest_test.TestPrepared (24.4s) PASSED seqtest_test.TestPessimisticConflictRetryAutoID (20.3s) PASSED seqtest_test.TestPreparedLimitOffset (22.2s) PASSED seqtest_test.TestPrepareWithAggregation (22.3s) PASSED seqtest_test.TestCoprocessorPriority (22.8s) PASSED seqtest_test.TestPreparedInsert (22.9s) PASSED seqtest_test.TestPreparedUpdate (21.0s) PASSED seqtest_test.TestBatchInsertDelete (25.3s) PASSED seqtest_test.TestIssue21884 (22.0s) PASSED seqtest_test.TestPreparedDelete (21.6s) PASSED seqtest_test.TestPrepareDealloc (20.7s) PASSED seqtest_test.TestCartesianProduct (19.6s) PASSED seqtest_test.TestPreparedIssue8153 (23.8s) PASSED seqtest_test.TestPreparedIssue17419 (23.8s) PASSED seqtest_test.TestEarlyClose (26.1s) PASSED seqtest_test.TestShowStatsHealthy (34.1s) PASSED seqtest_test.TestIndexDoubleReadClose (31.8s) PASSED seqtest_test.TestIndexMergeReaderClose (31.8s) PASSED seqtest_test.TestParallelHashAggClose (31.6s) PASSED seqtest_test.TestShow (60.0s) PASSED seqtest_test.TestPrepareMaxParamCountCheck (89.4s) PASSED seqtest_test.TestUnparallelHashAggClose (34.7s) PASSED seqtest_test.TestAdminShowNextID (41.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_28_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_27_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_26_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_25_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_24_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_1_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_23_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_2_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_3_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_22_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_4_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_5_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_21_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_6_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_7_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_8_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_20_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_9_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_10_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_11_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_13_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_14_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_15_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_16_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_12_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_19_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_17_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_18_of_28/coverage.dat //pkg/sessiontxn/isolation:isolation_test PASSED in 6.5s Stats over 28 runs: max = 6.5s, min = 4.9s, avg = 5.8s, dev = 0.4s PASSED isolation_test.TestTidbSnapshotVarInSerialize (1.9s) PASSED isolation_test.TestOptimisticTxnContextProviderTS (1.8s) PASSED isolation_test.TestOptimisticHandleError (1.8s) PASSED isolation_test.TestTidbSnapshotVarInOptimisticTxn (1.9s) PASSED isolation_test.TestSerializableInitialize (2.0s) PASSED isolation_test.TestSerializableInitialize/#00 (0.0s) PASSED isolation_test.TestSerializableInitialize/#01 (0.0s) PASSED isolation_test.TestSerializableInitialize/#02 (0.0s) PASSED isolation_test.TestSerializableInitialize/#03 (0.0s) PASSED isolation_test.TestSerializableInitialize/#04 (0.1s) PASSED isolation_test.TestSerializableInitialize/#05 (0.0s) PASSED isolation_test.TestPessimisticRCTxnContextProviderRCCheck (1.9s) PASSED isolation_test.TestPessimisticRCTxnContextProviderRCCheckForPrepareExecute (1.9s) PASSED isolation_test.TestPessimisticRCTxnContextProviderLockError (1.9s) PASSED isolation_test.TestPessimisticSerializableTxnContextProviderLockError (1.8s) PASSED isolation_test.TestPessimisticRCTxnContextProviderTS (1.6s) PASSED isolation_test.TestRCProviderInitialize (2.1s) PASSED isolation_test.TestRCProviderInitialize/#00 (0.0s) PASSED isolation_test.TestRCProviderInitialize/#01 (0.1s) PASSED isolation_test.TestRCProviderInitialize/#02 (0.0s) PASSED isolation_test.TestRCProviderInitialize/#03 (0.0s) PASSED isolation_test.TestRCProviderInitialize/#04 (0.0s) PASSED isolation_test.TestRCProviderInitialize/#05 (0.0s) PASSED isolation_test.TestTidbSnapshotVarInRC (2.1s) PASSED isolation_test.TestConflictErrorsInRC (1.7s) PASSED isolation_test.TestPessimisticSerializableTxnProviderTS (1.7s) PASSED isolation_test.TestFailedDMLConsistency1 (2.1s) PASSED isolation_test.TestFailedDMLConsistency2 (1.9s) PASSED isolation_test.TestIssue41194 (1.9s) PASSED isolation_test.TestPessimisticRRErrorHandle (1.9s) PASSED isolation_test.TestRepeatableReadProviderTS (2.0s) PASSED isolation_test.TestRepeatableReadProviderInitialize (2.1s) PASSED isolation_test.TestRepeatableReadProviderInitialize/#00 (0.0s) PASSED isolation_test.TestRepeatableReadProviderInitialize/#01 (0.1s) PASSED isolation_test.TestRepeatableReadProviderInitialize/#02 (0.0s) PASSED isolation_test.TestRepeatableReadProviderInitialize/#03 (0.0s) PASSED isolation_test.TestRepeatableReadProviderInitialize/#04 (0.1s) PASSED isolation_test.TestRepeatableReadProviderInitialize/#05 (0.1s) PASSED isolation_test.TestRRWaitTSTimeInSlowLog (1.7s) PASSED isolation_test.TestTidbSnapshotVarInPessimisticRepeatableRead (2.1s) PASSED isolation_test.TestOptimizeWithPlanInPessimisticRR (2.1s) PASSED isolation_test.TestConflictErrorInOtherQueryContainingPointGet (1.7s) PASSED isolation_test.TestConflictErrorInInsertInRR (2.1s) PASSED isolation_test.TestConflictErrorInPointGetForUpdateInRR (2.0s) PASSED isolation_test.TestConflictErrorInDeleteInRR (1.9s) PASSED isolation_test.TestConflictErrorInUpdateInRR (2.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_28_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_1_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_2_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_3_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_27_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_4_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_5_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_6_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_26_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_7_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_8_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_9_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_10_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_25_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_11_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_12_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_24_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_13_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_14_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_15_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_23_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_16_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_17_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_22_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_18_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_19_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_20_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_21_of_28/coverage.dat //pkg/lightning/common:common_test PASSED in 7.2s Stats over 29 runs: max = 7.2s, min = 1.0s, avg = 1.4s, dev = 1.1s PASSED common.TestBuildAddIndexSQL (0.0s) PASSED common.TestGetAutoRandomColumn (0.0s) PASSED common.TestInterpolateMySQLString (0.0s) PASSED common.TestSQLWithRetry (6.0s) PASSED common.TestUniqueTable (0.0s) PASSED common.TestIsContextCanceledError (0.0s) PASSED common.TestConnect (0.0s) PASSED common.TestGetJSON (0.0s) PASSED common.TestDirNotExist (0.0s) PASSED common.TestGetStorageSize (0.0s) PASSED common.TestInvalidTLS (0.0s) PASSED common.TestWithHost (0.0s) PASSED common.TestGetJSONSecure (0.0s) PASSED common.TestGetJSONInsecure (0.0s) PASSED common.TestIsRetryableError (0.0s) PASSED common.TestPause (1.0s) PASSED common.TestOnceError (0.0s) PASSED common.TestMinRowID (0.0s) PASSED common.TestDecodeKeyDstIsInsufficient (0.0s) PASSED common.TestDecodeKeyToPreAllocatedBuf (0.0s) PASSED common.TestEncodeKeyToPreAllocatedBuf (0.0s) PASSED common.TestDupDetectEncodeDupKey (0.0s) PASSED common.TestDupDetectKeyOrder (0.0s) PASSED common.TestDupDetectKeyAdapter (0.0s) PASSED common.TestNoopKeyAdapter (0.0s) PASSED common.TestNormalizeOrWrapErr (0.0s) PASSED common.TestNormalizeError (0.0s) PASSED common.TestRebaseTableAllocators (0.0s) PASSED common.TestAllocGlobalAutoID (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_29_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_28_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_27_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_26_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_25_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_24_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_23_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_22_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_21_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_20_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_19_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_18_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_17_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_16_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_15_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_14_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_13_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_12_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_11_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_10_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_9_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_8_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_7_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_6_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_5_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_4_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_3_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_2_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_1_of_29/coverage.dat //pkg/planner/core/casetest:casetest_test PASSED in 8.7s Stats over 29 runs: max = 8.7s, min = 4.5s, avg = 5.3s, dev = 0.7s PASSED casetest_test.TestTiFlashLateMaterialization (5.6s) PASSED casetest_test.TestNDVGroupCols (2.1s) PASSED casetest_test.TestGroupNDVs (2.0s) PASSED casetest_test.TestCTEErrNotSupportedYet (1.9s) PASSED casetest_test.TestOuterJoinElimination (2.0s) PASSED casetest_test.TestHandleEQAll (2.2s) PASSED casetest_test.TestJSONPlanInExplain (1.9s) PASSED casetest_test.TestNormalizedPlanForDiffStore (1.9s) PASSED casetest_test.TestIssue47634 (2.0s) PASSED casetest_test.TestIssue47634/explain_select_/*+_inl_join(t4)_*/_*_from_t3_join_t4_on_t3.b_=_t4.b_where_t4.a_=_1;_vs_explain_select_/*+_inl_join(t4)_*/_*_from_t3_join_t4_on_t3.b_=_t4.b_where_t4.a_=_2; (0.0s) PASSED casetest_test.TestIssue47634/explain_select_/*+_inl_join(t5)_*/_*_from_t3_join_t5_on_t3.b_=_t5.b_where_t5.a_=_1;_vs_explain_select_/*+_inl_join(t5)_*/_*_from_t3_join_t5_on_t3.b_=_t5.b_where_t5.a_=_2; (0.0s) PASSED casetest_test.TestPlanDigest4InList (2.1s) PASSED casetest_test.TestPlanDigest4InList/select_*_from_t_where_a_in_(1,_2);_vs_select_*_from_t_where_a_in_(1,_2,_3); (0.0s) PASSED casetest_test.TestPlanDigest4InList/select_a_in_(1,_2)_from_t;_vs_select_a_in_(1,_2,_3)_from_t; (0.0s) PASSED casetest_test.TestNormalizedPlan (2.3s) PASSED casetest_test.TestPreferRangeScan (1.8s) PASSED casetest_test.TestIssue56915 (1.9s) PASSED casetest_test.TestIndexMergeJSONMemberOf2FlakyPart (2.1s) PASSED casetest_test.TestTiFlashExtraColumnPrune (1.7s) PASSED casetest_test.TestIssue52023 (2.0s) PASSED casetest_test.TestIssue49438 (1.9s) PASSED casetest_test.TestFixControl45132 (3.1s) PASSED casetest_test.TestFixControl43817 (2.1s) PASSED casetest_test.TestIssue50926 (1.8s) PASSED casetest_test.TestIssue51873 (2.5s) PASSED casetest_test.TestTiFlashFineGrainedShuffle (1.9s) PASSED casetest_test.TestTiFlashPartitionTableScan (2.0s) PASSED casetest_test.TestIssue32632 (1.9s) PASSED casetest_test.TestIssue31240 (2.3s) PASSED casetest_test.TestMergeContinuousSelections (2.2s) PASSED casetest_test.TestIsolationReadDoNotFilterSystemDB (2.2s) PASSED casetest_test.TestIsolationReadTiFlashNotChoosePointGet (1.8s) PASSED casetest_test.TestVerboseExplain (2.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_29_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_28_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_27_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_26_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_25_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_24_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_23_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_22_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_21_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_20_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_19_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_18_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_17_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_16_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_15_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_14_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_13_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_12_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_11_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_10_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_9_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_8_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_7_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_6_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_5_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_4_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_3_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_2_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_1_of_29/coverage.dat //pkg/session/test:test_test FLAKY, failed in 1 out of 29 in 11.5s Stats over 29 runs: max = 11.5s, min = 3.4s, avg = 7.0s, dev = 1.7s PASSED test_test.TestKeysNeedLock (0.0s) PASSED test_test.TestParseErrorWarn (0.0s) PASSED test_test.TestIssue60266 (2.3s) PASSED test_test.TestSchemaCheckerSQL (2.6s) PASSED test_test.TestErrorHappenWhileInit (4.0s) PASSED test_test.TestBootstrapSQLWithExtension (1.7s) PASSED test_test.TestLoadSchemaFailed (6.2s) PASSED test_test.TestInitUsers (3.0s) PASSED test_test.TestWriteOnMultipleCachedTable (5.3s) PASSED test_test.TestFixSetTiDBSnapshotTS (4.3s) PASSED test_test.TestInitSystemVariable (2.1s) PASSED test_test.TestPrepareZero (2.0s) PASSED test_test.TestPrimaryKeyAutoIncrement (2.6s) PASSED test_test.TestParseWithParams (1.8s) PASSED test_test.TestEmptyInitSQLFile (2.1s) PASSED test_test.TestRequestSource (2.5s) PASSED test_test.TestDoDDLJobQuit (2.6s) PASSED test_test.TestProcessInfoIssue22068 (6.9s) PASSED test_test.TestSQLModeOp (0.0s) PASSED test_test.TestPerStmtTaskID (1.8s) PASSED test_test.TestStmtHints (2.2s) PASSED test_test.TestRandomBinary (1.9s) PASSED test_test.TestRollbackOnCompileError (2.2s) PASSED test_test.TestResultField (2.1s) PASSED test_test.TestHandleAssertionFailureForPartitionedTable (2.3s) PASSED test_test.TestResultType (2.0s) PASSED test_test.TestFieldText (2.0s) PASSED test_test.TestMatchIdentity (1.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_28_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_27_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_26_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_1_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_25_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_24_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_2_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_23_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_3_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_4_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_22_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_5_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_6_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_7_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_21_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_20_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_8_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_9_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_19_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_10_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_11_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_18_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_12_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_13_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_17_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_14_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_15_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_16_of_28/coverage.dat //pkg/executor/join:join_test NO STATUS PASSED join.TestLeftOuterJoinProbeBasic (13.8s) PASSED join.TestLeftOuterAntiSemiJoinSpill (11.6s) PASSED join.TestLeftOuterAntiSemiJoinBuildResultFastPath (0.2s) PASSED join.TestLeftOuterAntiSemiJoinProbeWithSel (8.1s) PASSED join.TestLeftOuterAntiSemiJoinProbeOtherCondition (3.2s) PASSED join.TestLeftOuterAntiSemiJoinProbeAllJoinKeys (3.2s) PASSED join.TestLeftOuterAntiSemiJoinProbeBasic (5.2s) PASSED join.TestRequiredRows (0.0s) PASSED join.TestJoinTableMetaNullMapLength (0.0s) PASSED join.TestJoinTableMetaRowColumnsOrder (0.0s) PASSED join.TestJoinTableMetaSerializedMode (0.0s) PASSED join.TestReadNullMapThreadSafe (0.0s) PASSED join.TestTagHelper (0.0s) PASSED join.TestJoinTableMetaKeyInlinedAndFixed (0.0s) PASSED join.TestTagHelperInit (0.0s) PASSED join.TestJoinTableMetaKeyMode (0.0s) PASSED join.TestTaggedBits (0.0s) PASSED join.TestIndexJoinRuntimeStats (0.0s) PASSED join.TestSemiJoinProbeWithSel (10.8s) PASSED join.TestHashJoinRuntimeStats (0.0s) PASSED join.TestSemiJoinProbeAllJoinKeys (7.1s) PASSED join.TestSemiJoinProbeBasic (6.4s) PASSED join.TestUintptrCanHoldPointer (0.0s) PASSED join.TestBitMaskInUint32 (0.0s) PASSED join.TestSemiAndAntiSemiJoinSpill (6.4s) PASSED join.TestFixedOffsetInRowLayout (0.0s) PASSED join.TestSemiJoinDuplicateKeys (8.6s) PASSED join.TestHeapObjectCanMove (0.0s) PASSED join.TestSemiJoinBasic (0.9s) PASSED join.TestInnerJoinUnderApplyExec (8.5s) PASSED join.TestSetupPartitionInfo (0.0s) PASSED join.TestBalanceOfFilteredRows (0.1s) PASSED join.TestInnerJoinSpillWithOtherCondition (8.0s) PASSED join.TestColumnsAllDataTypes (1.7s) PASSED join.TestInnerJoinSpillBasic (26.9s) PASSED join.TestColumnsBasic (19.6s) PASSED join.TestInnerJoinProbeWithSel (23.1s) PASSED join.TestInnerJoinProbeOtherCondition (2.3s) PASSED join.TestKey (0.5s) PASSED join.TestInnerJoinProbeAllJoinKeys (23.3s) PASSED join.TestLargeColumn (9.5s) PASSED join.TestInnerJoinProbeBasic (7.8s) PASSED join.TestRightOuterJoinProbeWithSel (15.0s) PASSED join.TestIssue54064 (2.0s) PASSED join.TestRightOuterJoinProbeOtherCondition (3.2s) PASSED join.TestIssue18068 (1.9s) PASSED join.TestRightOuterJoinProbeAllJoinKeys (30.7s) PASSED join.TestIssue54055 (2.3s) PASSED join.TestRightOuterJoinProbeBasic (12.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_21_of_50/coverage.dat //pkg/planner/cardinality:cardinality_test PASSED in 7.7s Stats over 31 runs: max = 7.7s, min = 2.8s, avg = 5.3s, dev = 1.0s PASSED cardinality.TestTraceDebugSelectivity (2.8s) PASSED cardinality.TestTraceCE (1.9s) PASSED cardinality.TestBuiltinInEstWithoutStats (2.1s) PASSED cardinality.TestSubsetIdxCardinality (1.9s) PASSED cardinality.TestIgnoreRealtimeStats (2.1s) PASSED cardinality.TestCrossValidationSelectivity (2.1s) PASSED cardinality.TestOrderingIdxSelectivityRatio (1.8s) PASSED cardinality.TestOrderingIdxSelectivityThreshold (2.1s) PASSED cardinality.TestIndexJoinInnerRowCountUpperBound (2.1s) PASSED cardinality.TestIssue39593 (2.3s) PASSED cardinality.TestGlobalStatsOutOfRangeEstimationAfterDelete (4.5s) PASSED cardinality.TestTopNAssistedEstimationWithNewCollation (2.4s) PASSED cardinality.TestTopNAssistedEstimationWithoutNewCollation (2.5s) PASSED cardinality.TestSelectivityGreedyAlgo (0.0s) PASSED cardinality.TestSmallRangeEstimation (2.3s) PASSED cardinality.TestPseudoTable (0.0s) PASSED cardinality.TestRangeStepOverflow (1.8s) PASSED cardinality.TestAvgColLen (2.3s) PASSED cardinality.TestIndexEstimationCrossValidate (2.2s) PASSED cardinality.TestCollationColumnEstimate (2.0s) PASSED cardinality.TestDNFCondSelectivity (2.5s) PASSED cardinality.TestSelectivity (2.2s) PASSED cardinality.TestOutOfRangeEstimation (4.0s) PASSED cardinality.TestUniqCompEqualEst (2.1s) PASSED cardinality.TestOutOfRangeEstimationAfterDelete (3.9s) PASSED cardinality.TestColumnIndexNullEstimation (1.7s) PASSED cardinality.TestEstimationForUnknownValues (2.2s) PASSED cardinality.TestEstimationUniqueKeyEqualConds (1.9s) PASSED cardinality.TestEstimationForUnknownValuesAfterModify (2.1s) PASSED cardinality.TestIssue57948 (2.1s) PASSED cardinality.TestNewIndexWithoutStats (3.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_31_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_30_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_29_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_28_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_27_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_26_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_25_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_24_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_23_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_22_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_21_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_20_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_19_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_18_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_17_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_1_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_16_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_2_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_15_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_3_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_14_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_13_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_4_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_12_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_5_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_11_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_6_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_10_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_7_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_9_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_8_of_31/coverage.dat //pkg/executor/test/tiflashtest:tiflashtest_test NO STATUS PASSED tiflashtest_test.TestIssue59877 (38.2s) PASSED tiflashtest_test.TestNonsupportCharsetTable (37.4s) PASSED tiflashtest_test.TestIssue59703 (41.4s) PASSED tiflashtest_test.TestReadPartitionTable (45.8s) PASSED tiflashtest_test.TestAggPushDownApplyAll (39.4s) PASSED tiflashtest_test.TestIndexMergeCarePreferTiflash (38.2s) PASSED tiflashtest_test.TestReadUnsigedPK (43.9s) PASSED tiflashtest_test.TestJoinRace (39.3s) PASSED tiflashtest_test.TestMppTableReaderCacheForSingleSQL (52.0s) PASSED tiflashtest_test.TestInjectExtraProj (45.7s) PASSED tiflashtest_test.TestTiFlashPartitionTableShuffledHashJoin (0.0s) PASSED tiflashtest_test.TestMppExecution (80.4s) PASSED tiflashtest_test.TestTiFlashPartitionTableReader (0.0s) PASSED tiflashtest_test.TestMppAggShouldAlignFinalMode (37.7s) PASSED tiflashtest_test.TestMppEnum (46.5s) PASSED tiflashtest_test.TestPartitionTable (51.6s) PASSED tiflashtest_test.TestIssue50358 (63.5s) PASSED tiflashtest_test.TestDispatchTaskRetry (43.2s) PASSED tiflashtest_test.TestTiFlashPlanCacheable (50.7s) PASSED tiflashtest_test.TestMPPRecovery (56.8s) PASSED tiflashtest_test.TestMppVersionError (43.6s) PASSED tiflashtest_test.TestCancelMppTasks (44.7s) PASSED tiflashtest_test.TestUnionScan (68.8s) PASSED tiflashtest_test.TestMppGoroutinesExitFromErrors (50.0s) PASSED tiflashtest_test.TestMppUnionAll (53.5s) PASSED tiflashtest_test.TestMPP47766 (43.8s) PASSED tiflashtest_test.TestUnionWithEmptyDualTable (43.7s) PASSED tiflashtest_test.TestMppStoreCntWithErrors (40.9s) PASSED tiflashtest_test.TestMppApply (54.6s) PASSED tiflashtest_test.TestAvgOverflow (130.2s) PASSED tiflashtest_test.TestTiFlashVirtualColumn (42.2s) PASSED tiflashtest_test.TestDisaggregatedTiFlashGeneratedColumn (85.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_48_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_1_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_47_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_2_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_3_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_46_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_4_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_5_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_45_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_7_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_8_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_6_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_9_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_44_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_11_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_10_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_43_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_13_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_12_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_42_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_14_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_15_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_41_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_16_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_17_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_40_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_18_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_39_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_20_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_19_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_21_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_38_of_48/coverage.dat //pkg/bindinfo:bindinfo_test PASSED in 94.1s Stats over 33 runs: max = 94.1s, min = 6.8s, avg = 37.6s, dev = 18.3s PASSED bindinfo.TestPreparedStmt (19.4s) PASSED bindinfo.TestShowPlanForSQLBasic (20.6s) PASSED bindinfo.TestCrossDBBindingCache (0.0s) PASSED bindinfo.TestIssue53834 (21.6s) PASSED bindinfo.TestBindCache (0.2s) PASSED bindinfo.TestExtractTableName (0.0s) PASSED bindinfo.TestDropSingleBindings (21.1s) PASSED bindinfo.TestBindingCache (22.5s) PASSED bindinfo.TestIssue19836 (22.9s) PASSED bindinfo.TestBindingLastUpdateTime (22.3s) PASSED bindinfo.TestDefaultDB (21.3s) PASSED bindinfo.TestBindingLastUpdateTimeWithInvalidBind (20.3s) PASSED bindinfo.TestDuplicateBindings (20.5s) PASSED bindinfo.TestBindParse (25.6s) PASSED bindinfo.TestShowGlobalBindings (28.2s) PASSED bindinfo.TestSetBindingStatus (31.0s) PASSED bindinfo.TestSetBindingStatusWithoutBindingInCache (32.1s) PASSED bindinfo.TestOutdatedInfoSchema (33.7s) PASSED bindinfo.TestSessionBinding (75.5s) PASSED bindinfo.TestGlobalBinding (83.4s) PASSED bindinfo.TestReloadBindings (36.7s) PASSED bindinfo.TestSetVarFixControlWithBinding (39.2s) PASSED bindinfo.TestGlobalAndSessionBindingBothExist (38.0s) PASSED bindinfo.TestNormalizeStmtForBinding (0.0s) PASSED bindinfo.TestRemoveDuplicatedPseudoBinding (36.2s) PASSED bindinfo.TestOptimizeOnlyOnce (37.9s) PASSED bindinfo.TestShowBindingDigestField (38.5s) PASSED bindinfo.TestBindingInListWithSingleLiteral (35.1s) PASSED bindinfo.TestHintsSetID (34.7s) PASSED bindinfo.TestErrorBind (34.0s) PASSED bindinfo.TestBestPlanInBaselines (33.3s) PASSED bindinfo.TestBindingSymbolList (33.3s) PASSED bindinfo.TestBindingQueryInList (36.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_33_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_1_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_2_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_32_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_3_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_4_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_31_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_5_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_30_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_6_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_29_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_7_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_28_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_8_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_27_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_9_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_10_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_12_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_26_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_11_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_13_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_14_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_25_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_18_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_15_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_17_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_16_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_24_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_19_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_20_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_21_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_22_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_23_of_33/coverage.dat //pkg/statistics/handle/handletest:handletest_test PASSED in 111.6s Stats over 34 runs: max = 111.6s, min = 10.6s, avg = 50.6s, dev = 16.6s PASSED handletest_test.TestStatsCacheUpdateTimeout (35.8s) PASSED handletest_test.TestSkipMissingPartitionStats (37.5s) PASSED handletest_test.TestInitStatsLite (40.4s) PASSED handletest_test.TestIssue39336 (37.0s) PASSED handletest_test.TestDurationToTS (0.0s) PASSED handletest_test.TestUninitializedStatsStatus (37.2s) PASSED handletest_test.TestEvictedColumnLoadedStatus (0.0s) PASSED handletest_test.TestEmptyTable (36.5s) PASSED handletest_test.TestColumnIDs (33.1s) PASSED handletest_test.TestLoadHist (38.2s) PASSED handletest_test.TestExtendedStatsOps (35.0s) PASSED handletest_test.TestVersion (43.4s) PASSED handletest_test.TestMergeGlobalTopN (39.5s) PASSED handletest_test.TestAdminReloadStatistics1 (37.4s) PASSED handletest_test.TestSyncStatsExtendedRemoval (37.0s) PASSED handletest_test.TestMergeIdxHist (40.7s) PASSED handletest_test.TestPartitionPruneModeSessionVariable (38.3s) PASSED handletest_test.TestStaticPartitionPruneMode (42.8s) PASSED handletest_test.TestCorrelationStatsCompute (46.4s) PASSED handletest_test.TestRecordHistoricalStatsToStorage (38.1s) PASSED handletest_test.TestCorrelation (60.5s) PASSED handletest_test.TestRepetitiveAddDropExtendedStats (40.4s) PASSED handletest_test.TestAdminReloadStatistics2 (64.4s) PASSED handletest_test.TestDuplicateFMSketch (43.1s) PASSED handletest_test.TestShowExtendedStats4DropColumn (36.6s) PASSED handletest_test.TestExtStatsOnReCreatedTable (39.9s) PASSED handletest_test.TestExtStatsOnReCreatedColumn (39.2s) PASSED handletest_test.TestExtStatsOnModifiedColumn (36.8s) PASSED handletest_test.TestExtStatsOnRenamedColumn (40.8s) PASSED handletest_test.TestLoadHistogramWithCollate (34.3s) PASSED handletest_test.TestStatsCacheUpdateSkip (34.5s) PASSED handletest_test.TestCorrelationWithDefinedCollate (39.3s) PASSED handletest_test.TestIncrementalModifyCountUpdate (73.6s) PASSED handletest_test.TestIncrementalModifyCountUpdate/TestIncrementalModifyCountUpdate-false (36.5s) PASSED handletest_test.TestIncrementalModifyCountUpdate/TestIncrementalModifyCountUpdate-true (37.1s) PASSED handletest_test.TestIndexFMSketch (101.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_34_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_33_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_32_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_31_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_3_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_30_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_29_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_1_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_2_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_5_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_8_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_4_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_7_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_9_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_12_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_14_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_15_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_13_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_11_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_28_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_6_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_16_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_10_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_17_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_19_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_20_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_21_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_23_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_22_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_25_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_26_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_24_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_27_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_18_of_34/coverage.dat //pkg/planner/core/casetest/physicalplantest:physicalplantest_test PASSED in 62.2s Stats over 35 runs: max = 62.2s, min = 11.1s, avg = 50.9s, dev = 8.1s PASSED physicalplantest_test.TestPhysicalApplyIsNotPhysicalJoin (0.0s) PASSED physicalplantest_test.TestExplainExpand (34.2s) PASSED physicalplantest_test.TestRefine (39.1s) PASSED physicalplantest_test.TestAlwaysTruePredicateWithSubquery (35.7s) PASSED physicalplantest_test.TestAggEliminator (38.1s) PASSED physicalplantest_test.TestRuleColumnPruningLogicalApply (36.2s) PASSED physicalplantest_test.TestSemiJoinToInner (40.6s) PASSED physicalplantest_test.TestPointgetIndexChoosen (37.4s) PASSED physicalplantest_test.TestUnmatchedTableInHint (35.9s) PASSED physicalplantest_test.TestIssue37520 (40.9s) PASSED physicalplantest_test.TestMPPHints (43.2s) PASSED physicalplantest_test.TestHashAggPushdownToTiFlashCompute (36.8s) PASSED physicalplantest_test.TestMPPHintsScope (37.6s) PASSED physicalplantest_test.TestMPPBCJModel (39.6s) PASSED physicalplantest_test.TestIssues49377Plan (37.6s) PASSED physicalplantest_test.TestMPPPreferBCJ (45.4s) PASSED physicalplantest_test.TestMPPBCJModelOneTiFlash (37.2s) PASSED physicalplantest_test.TestMPPRightSemiJoin (40.3s) PASSED physicalplantest_test.TestMPPRightOuterJoin (41.7s) PASSED physicalplantest_test.TestCountStarForTiFlash (42.0s) PASSED physicalplantest_test.TestHintScope (39.9s) PASSED physicalplantest_test.TestJoinHints (42.8s) PASSED physicalplantest_test.TestAggregationHints (36.7s) PASSED physicalplantest_test.TestSemiJoinRewriteHints (39.4s) PASSED physicalplantest_test.TestAggToCopHint (44.8s) PASSED physicalplantest_test.TestGroupConcatOrderby (46.2s) PASSED physicalplantest_test.TestMPPSinglePartitionType (49.6s) PASSED physicalplantest_test.TestIndexHint (41.5s) PASSED physicalplantest_test.TestIndexMergeHint (42.2s) PASSED physicalplantest_test.TestQueryBlockHint (43.4s) PASSED physicalplantest_test.TestInlineProjection (46.5s) PASSED physicalplantest_test.TestIndexJoinHint (40.6s) PASSED physicalplantest_test.TestHJBuildAndProbeHint4TiFlash (44.1s) PASSED physicalplantest_test.TestHintFromDiffDatabase (44.7s) PASSED physicalplantest_test.TestHJBuildAndProbeHint4DynamicPartitionTable (47.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_35_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_34_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_1_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_33_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_2_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_3_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_4_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_32_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_5_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_6_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_7_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_31_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_8_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_9_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_30_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_10_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_11_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_12_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_13_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_29_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_14_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_15_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_16_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_17_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_18_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_19_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_28_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_20_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_21_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_22_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_23_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_24_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_27_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_25_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_26_of_35/coverage.dat //pkg/planner/core/operator/logicalop/logicalop_test:logicalop_test_test PASSED in 6.2s Stats over 36 runs: max = 6.2s, min = 3.0s, avg = 4.2s, dev = 1.0s PASSED logicalop_test_test.TestIssue58743 (2.3s) PASSED logicalop_test_test.TestLogicalApplyClone (0.0s) PASSED logicalop_test_test.TestLogicalSchemaClone (0.0s) PASSED logicalop_test_test.TestInfoSchemaTableExtract (1.9s) PASSED logicalop_test_test.TestExtractorInPreparedStmt (2.2s) PASSED logicalop_test_test.TestTikvRegionStatusExtractor (2.2s) PASSED logicalop_test_test.TestColumns (2.2s) PASSED logicalop_test_test.TestTikvRegionPeersExtractor (1.8s) PASSED logicalop_test_test.TestTiDBHotRegionsHistoryTableExtractor (2.2s) PASSED logicalop_test_test.TestInspectionRuleTableExtractor (1.9s) PASSED logicalop_test_test.TestInspectionSummaryTableExtractor (2.0s) PASSED logicalop_test_test.TestInspectionResultTableExtractor (2.0s) PASSED logicalop_test_test.TestMetricsSummaryTableExtractor (2.0s) PASSED logicalop_test_test.TestMetricTableExtractor (1.8s) PASSED logicalop_test_test.TestClusterLogTableExtractor (1.9s) PASSED logicalop_test_test.TestClusterConfigTableExtractor (2.2s) PASSED logicalop_test_test.TestHandleColsHash64Equals (0.0s) PASSED logicalop_test_test.TestWindowFrameHash64Equals (0.0s) PASSED logicalop_test_test.TestFrameBoundHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalAggregationHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalJoinHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalApplyHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalExpandHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalLimitHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalMaxOneRowHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalSchemaProducerHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalMemTableHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalUnionAllHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalProjectionHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalSelectionHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalSequence (0.0s) PASSED logicalop_test_test.TestLogicalShowHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalShowDDLJobs (0.0s) PASSED logicalop_test_test.TestLogicalTopNHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalSortHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalTableDualHash64Equals (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_36_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_35_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_34_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_33_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_32_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_31_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_30_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_29_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_28_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_27_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_26_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_25_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_24_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_23_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_22_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_21_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_20_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_19_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_18_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_17_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_16_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_15_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_14_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_13_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_12_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_11_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_10_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_9_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_8_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_7_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_6_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_5_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_4_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_1_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_3_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_2_of_36/coverage.dat //pkg/server/handler/tests:tests_test NO STATUS PASSED tests_test.TestSetLabelsConcurrentWithStoreTopology (55.0s) PASSED tests_test.TestIssue52608 (46.3s) PASSED tests_test.TestPostSettings (57.9s) PASSED tests_test.TestUpgrade (51.3s) PASSED tests_test.TestAllServerInfo (45.4s) PASSED tests_test.TestSetLabelsConcurrentWithGetLabel (46.2s) PASSED tests_test.TestRegionsFromMeta (49.7s) PASSED tests_test.TestSetLabelsWithEtcd (57.2s) PASSED tests_test.TestDebugRoutes (56.5s) PASSED tests_test.TestTiFlashReplica (64.9s) PASSED tests_test.TestFailpointHandler (100.6s) PASSED tests_test.TestTestHandler (103.2s) PASSED tests_test.TestSetLabels (52.4s) PASSED tests_test.TestServerInfo (56.6s) PASSED tests_test.TestRegionIndexRange (0.0s) PASSED tests_test.TestWriteDBTablesData (0.1s) PASSED tests_test.TestGetSchemaStorage (59.3s) PASSED tests_test.TestRegionCommonHandleRange (0.0s) PASSED tests_test.TestRegionIndexRangeWithEndNoLimit (0.0s) PASSED tests_test.TestRegionIndexRangeWithStartNoLimit (0.0s) PASSED tests_test.TestTTL (52.9s) PASSED tests_test.TestDDLHookHandler (52.3s) PASSED tests_test.TestCheckCN (0.0s) PASSED tests_test.TestRegionsAPIForClusterIndex (61.9s) PASSED tests_test.TestRegionsAPI (65.2s) PASSED tests_test.TestRangesAPI (60.3s) PASSED tests_test.TestListTableRegions (69.4s) PASSED tests_test.TestListTableRanges (63.4s) PASSED tests_test.TestGetRegionByIDWithError (53.5s) PASSED tests_test.TestDebugZip (60.3s) PASSED tests_test.TestGetMVCCNotFound (62.6s) PASSED tests_test.TestDecodeColumnValue (60.8s) PASSED tests_test.TestGetTableMVCC (71.2s) PASSED tests_test.TestGetIndexMVCC (65.5s) PASSED tests_test.TestGetSettings (59.4s) PASSED tests_test.TestAllHistory (64.0s) PASSED tests_test.TestPprof (62.0s) PASSED tests_test.TestHotRegionInfo (51.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_39_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_38_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_1_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_37_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_2_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_36_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_3_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_35_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_5_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_4_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_6_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_7_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_34_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_8_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_11_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_33_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_9_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_12_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_13_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_14_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_10_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_32_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_31_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_16_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_15_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_17_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_18_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_19_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_20_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_30_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_22_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_23_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_21_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_24_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_25_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_27_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_28_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_29_of_39/coverage.dat //pkg/planner/core/casetest/instanceplancache:instanceplancache_test NO STATUS PASSED instanceplancache_test.TestInstancePlanCacheIssue58395 (24.8s) PASSED instanceplancache_test.TestInstancePlanCacheView (30.6s) PASSED instanceplancache_test.TestInstancePlanCacheRuntimeInfo (33.2s) PASSED instanceplancache_test.TestInstancePlanCacheMetaInfo (38.6s) PASSED instanceplancache_test.TestInstancePlanCachePlan (39.9s) PASSED instanceplancache_test.TestInstancePlanCachePartitioning (38.2s) PASSED instanceplancache_test.TestInstancePlanCacheDifferentUsers (37.2s) PASSED instanceplancache_test.TestInstancePlanCacheDifferentCharset (37.3s) PASSED instanceplancache_test.TestInstancePlanCacheDifferentCollation (32.7s) PASSED instanceplancache_test.TestInstancePlanCachePrivilegeChanges (34.8s) PASSED instanceplancache_test.TestInstancePlanCacheSchemaChange (37.4s) PASSED instanceplancache_test.TestBuiltinInIntSig (52.0s) PASSED instanceplancache_test.TestInstancePlanCacheInTxn (36.7s) PASSED instanceplancache_test.TestBuiltinInStringSig (49.5s) PASSED instanceplancache_test.TestBuiltinInRealSig (52.1s) PASSED instanceplancache_test.TestInstancePlanCacheStaleRead (44.4s) PASSED instanceplancache_test.TestBuiltinInDecimalSig (51.2s) PASSED instanceplancache_test.TestBuiltinInTimeSig (50.9s) PASSED instanceplancache_test.TestBuiltinRealIsTrueFalse (45.4s) PASSED instanceplancache_test.TestInstancePlanCacheReason (38.5s) PASSED instanceplancache_test.TestBuiltinDecimalIsTrueFalse (42.3s) PASSED instanceplancache_test.TestBuiltinIntIsTrueFalse (46.4s) PASSED instanceplancache_test.TestInstancePlanCacheBinding (43.2s) PASSED instanceplancache_test.TestInstancePlanCacheIndexJoin (52.4s) PASSED instanceplancache_test.TestInstancePlanCacheTableIndexScan (56.7s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPointPartitioning (54.1s) PASSED instanceplancache_test.TestInstancePlanCacheVars (40.5s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPointMultipleColPKNoTxn (45.0s) PASSED instanceplancache_test.TestInstancePlanCacheBatchPointMultiColIndex (44.5s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPointNoTxn (50.6s) PASSED instanceplancache_test.TestInstancePlanCacheMinSize (42.3s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencySysbench (189.1s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyBatchPointNoTxn (48.7s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPartitioning (60.5s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPoint (74.7s) PASSED instanceplancache_test.TestInstancePlanCacheDMLBasic (63.5s) PASSED instanceplancache_test.TestInstancePlanCacheUpdateSpecifiedPartition (69.1s) PASSED instanceplancache_test.TestInstancePlanCacheDMLPartitioning (46.3s) PASSED instanceplancache_test.TestInstancePlanCacheDMLTPCC (128.8s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyTPCC (168.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_42_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_41_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_40_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_39_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_38_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_37_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_36_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_35_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_34_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_33_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_32_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_1_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_31_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_2_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_3_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_30_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_4_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_5_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_6_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_29_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_7_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_8_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_28_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_10_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_11_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_12_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_27_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_13_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_15_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_14_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_26_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_9_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_16_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_18_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_17_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_22_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_23_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_24_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_21_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_20_of_42/coverage.dat //pkg/planner/indexadvisor:indexadvisor_test PASSED in 30.6s Stats over 48 runs: max = 30.6s, min = 3.4s, avg = 7.5s, dev = 5.7s PASSED indexadvisor_test.TestCollectIndexableColumnsFromQuery (2.3s) PASSED indexadvisor_test.TestIndexAdvisorForSQL (2.0s) PASSED indexadvisor_test.TestCollectIndexableColumnsForQuerySet (2.0s) PASSED indexadvisor_test.TestFilterInvalidQueries (2.2s) PASSED indexadvisor_test.TestIndexAdvisorForMultipleTables (5.4s) PASSED indexadvisor_test.TestFilterSQLAccessingSystemTables (0.0s) PASSED indexadvisor_test.TestRestoreSchemaName (0.0s) PASSED indexadvisor_test.TestIndexAdvisorForVariousTypes (2.0s) PASSED indexadvisor_test.TestCollectDNFColumnsFromQuery (0.0s) PASSED indexadvisor_test.TestIndexAdvisorEmptyResult (1.9s) PASSED indexadvisor_test.TestCollectOrderByColumnsFromQuery (0.0s) PASSED indexadvisor_test.TestCollectSelectColumnsFromQuery (0.0s) PASSED indexadvisor_test.TestIndexAdvisorInvalidQuery (2.2s) PASSED indexadvisor_test.TestCollectTableFromQuery (0.0s) PASSED indexadvisor_test.TestIndexAdvisorFrequency (2.2s) PASSED indexadvisor_test.TestOptionShow (2.0s) PASSED indexadvisor_test.TestIndexAdvisorBasic1 (2.1s) PASSED indexadvisor_test.TestOptionWithRun (2.6s) PASSED indexadvisor_test.TestOptionsMultiple (1.9s) PASSED indexadvisor_test.TestIndexAdvisorBasic2 (6.9s) PASSED indexadvisor_test.TestOptionTimeout (2.1s) PASSED indexadvisor_test.TestIndexAdvisorFixControl43817 (2.3s) PASSED indexadvisor_test.TestOptionMaxNumQuery (2.2s) PASSED indexadvisor_test.TestIndexAdvisorView (2.5s) PASSED indexadvisor_test.TestOptionMaxIndexColumns (2.4s) PASSED indexadvisor_test.TestOptionMaxNumIndex (2.7s) PASSED indexadvisor_test.TestOptimizerQueryPlanCost (2.0s) PASSED indexadvisor_test.TestIndexAdvisorMassive (16.4s) PASSED indexadvisor_test.TestOptimizerQueryCost (2.1s) PASSED indexadvisor_test.TestIndexAdvisorIncorrectCurrentDB (1.9s) PASSED indexadvisor_test.TestOptimizerEstIndexSize (2.4s) PASSED indexadvisor_test.TestIndexAdvisorPrefix (2.3s) PASSED indexadvisor_test.TestOptimizerIndexNameExist (2.0s) PASSED indexadvisor_test.TestIndexAdvisorCoveringIndex (2.1s) PASSED indexadvisor_test.TestOptimizerTableColumns (2.1s) PASSED indexadvisor_test.TestIndexAdvisorExistingIndex (2.3s) PASSED indexadvisor_test.TestOptimizerPossibleColumns (2.2s) PASSED indexadvisor_test.TestOptimizerPrefixContainIndex (1.9s) PASSED indexadvisor_test.TestIndexAdvisorWeb3Bench (6.1s) PASSED indexadvisor_test.TestOptimizerColumnType (2.1s) PASSED indexadvisor_test.TestIndexAdvisorTPCC (11.9s) PASSED indexadvisor_test.TestIndexAdvisorRunFor (2.0s) PASSED indexadvisor_test.TestIndexAdvisorStorage (2.0s) PASSED indexadvisor_test.TestIndexAdvisorCreateIndexStmt (2.0s) PASSED indexadvisor_test.TestIndexAdvisorTPCH4 (16.4s) PASSED indexadvisor_test.TestIndexAdvisorTPCH3 (11.2s) PASSED indexadvisor_test.TestIndexAdvisorTPCH2 (22.5s) PASSED indexadvisor_test.TestIndexAdvisorTPCH1 (26.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_48_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_1_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_47_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_46_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_2_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_45_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_44_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_3_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_43_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_4_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_42_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_41_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_5_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_40_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_6_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_39_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_7_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_38_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_37_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_8_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_36_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_9_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_35_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_10_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_34_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_33_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_32_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_11_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_31_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_12_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_30_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_13_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_29_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_14_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_28_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_15_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_27_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_26_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_17_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_25_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_16_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_18_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_19_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_20_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_24_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_23_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_22_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_21_of_48/coverage.dat //pkg/executor/aggfuncs:aggfuncs_test PASSED in 54.2s Stats over 50 runs: max = 54.2s, min = 6.1s, avg = 7.9s, dev = 6.6s PASSED aggfuncs.TestPartialResult4Count (0.0s) PASSED aggfuncs.TestMemRowNumber (0.0s) PASSED aggfuncs.TestVarsamp (0.0s) PASSED aggfuncs.TestMergePartialResult4Varsamp (0.0s) PASSED aggfuncs.TestMemVarpop (0.0s) PASSED aggfuncs.TestMemVarpop/var_pop_0 (0.0s) PASSED aggfuncs.TestMemVarpop/var_pop_1 (0.0s) PASSED aggfuncs.TestVarpop (0.0s) PASSED aggfuncs.TestMergePartialResult4Avg (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinInt (0.0s) PASSED aggfuncs.TestMergePartialResult4Varpop (0.0s) PASSED aggfuncs.TestAvg (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinUint (0.0s) PASSED aggfuncs.TestMemAvg (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinDecimal (0.0s) PASSED aggfuncs.TestMemValue (0.0s) PASSED aggfuncs.TestMergePartialResult4BitFuncs (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinFloat32 (0.0s) PASSED aggfuncs.TestMemBitFunc (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinFloat64 (0.0s) PASSED aggfuncs.TestMemSum (0.0s) PASSED aggfuncs.TestMemSum/sum_0 (0.0s) PASSED aggfuncs.TestMemSum/sum_1 (0.0s) PASSED aggfuncs.TestMemSum/sum_2 (0.0s) PASSED aggfuncs.TestMemSum/sum_3 (0.0s) PASSED aggfuncs.TestMergePartialResult4Count (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinTime (0.0s) PASSED aggfuncs.TestCount (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_0 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_1 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_2 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_3 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_4 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_5 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_6 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_7 (0.0s) PASSED aggfuncs.TestCount/count_0 (0.0s) PASSED aggfuncs.TestCount/count_0#01 (0.0s) PASSED aggfuncs.TestCount/count_1 (0.0s) PASSED aggfuncs.TestCount/count_1#01 (0.0s) PASSED aggfuncs.TestCount/count_2 (0.0s) PASSED aggfuncs.TestCount/count_2#01 (0.0s) PASSED aggfuncs.TestCount/count_3 (0.0s) PASSED aggfuncs.TestCount/count_3#01 (0.0s) PASSED aggfuncs.TestCount/count_4 (0.0s) PASSED aggfuncs.TestCount/count_4#01 (0.0s) PASSED aggfuncs.TestCount/count_5 (0.0s) PASSED aggfuncs.TestCount/count_5#01 (0.0s) PASSED aggfuncs.TestCount/count_6 (0.0s) PASSED aggfuncs.TestCount/count_6#01 (0.0s) PASSED aggfuncs.TestCount/count_7 (0.0s) PASSED aggfuncs.TestCount/count_7#01 (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinString (0.0s) PASSED aggfuncs.TestSum (0.0s) PASSED aggfuncs.TestSum/sum_0 (0.0s) PASSED aggfuncs.TestSum/sum_1 (0.0s) PASSED aggfuncs.TestMemCount (0.0s) PASSED aggfuncs.TestMemCount/approx_count_distinct_15 (0.0s) PASSED aggfuncs.TestMemCount/approx_count_distinct_16 (0.0s) PASSED aggfuncs.TestMemCount/count_0 (0.0s) PASSED aggfuncs.TestMemCount/count_1 (0.0s) PASSED aggfuncs.TestMemCount/count_10 (0.0s) PASSED aggfuncs.TestMemCount/count_11 (0.0s) PASSED aggfuncs.TestMemCount/count_12 (0.0s) PASSED aggfuncs.TestMemCount/count_13 (0.0s) PASSED aggfuncs.TestMemCount/count_14 (0.0s) PASSED aggfuncs.TestMemCount/count_2 (0.0s) PASSED aggfuncs.TestMemCount/count_3 (0.0s) PASSED aggfuncs.TestMemCount/count_4 (0.0s) PASSED aggfuncs.TestMemCount/count_5 (0.0s) PASSED aggfuncs.TestMemCount/count_6 (0.0s) PASSED aggfuncs.TestMemCount/count_7 (0.0s) PASSED aggfuncs.TestMemCount/count_8 (0.0s) PASSED aggfuncs.TestMemCount/count_9 (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinJSON (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinEnum (0.0s) PASSED aggfuncs.TestWriteTime (0.0s) PASSED aggfuncs.TestMergePartialResult4Sum (0.0s) PASSED aggfuncs.TestMergePartialResult4Sum/sum_0 (0.0s) PASSED aggfuncs.TestMergePartialResult4Sum/sum_1 (0.0s) PASSED aggfuncs.TestMemCumeDist (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinSet (0.0s) PASSED aggfuncs.TestMergePartialResult4FirstRow (0.0s) PASSED aggfuncs.TestPartialResult4AvgDecimal (0.0s) PASSED aggfuncs.TestStddevsamp (0.0s) PASSED aggfuncs.TestMemFirstRow (0.0s) PASSED aggfuncs.TestPartialResult4AvgFloat64 (0.0s) PASSED aggfuncs.TestMergePartialResult4GroupConcat (0.0s) PASSED aggfuncs.TestPartialResult4SumDecimal (0.0s) PASSED aggfuncs.TestMergePartialResult4Stddevsamp (0.0s) PASSED aggfuncs.TestGroupConcat (0.0s) PASSED aggfuncs.TestPartialResult4SumFloat64 (0.0s) PASSED aggfuncs.TestBasePartialResult4GroupConcat (0.0s) PASSED aggfuncs.TestMemGroupConcat (0.0s) PASSED aggfuncs.TestMemGroupConcat/group_concat_0 (0.0s) PASSED aggfuncs.TestMemGroupConcat/group_concat_1 (0.0s) PASSED aggfuncs.TestMemGroupConcat/group_concat_2 (0.0s) PASSED aggfuncs.TestMemGroupConcat/group_concat_3 (0.0s) PASSED aggfuncs.TestStddevpop (0.0s) PASSED aggfuncs.TestMergePartialResult4JsonArrayagg (0.0s) PASSED aggfuncs.TestPartialResult4BitFunc (0.0s) PASSED aggfuncs.TestJsonArrayagg (0.0s) PASSED aggfuncs.TestPartialResult4JsonArrayagg (0.1s) PASSED aggfuncs.TestMergePartialResult4Stddevpop (0.0s) PASSED aggfuncs.TestMemJsonArrayagg (0.0s) PASSED aggfuncs.TestPartialResult4JsonObjectAgg (0.1s) PASSED aggfuncs.TestMergePartialResult4JsonObjectagg (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowDecimal (0.0s) PASSED aggfuncs.TestMemRank (0.0s) PASSED aggfuncs.TestJsonObjectagg (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowInt (0.0s) PASSED aggfuncs.TestMemJsonObjectagg (0.1s) PASSED aggfuncs.TestPartialResult4FirstRowTime (0.0s) PASSED aggfuncs.TestLeadLag (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowString (0.0s) PASSED aggfuncs.TestMemLeadLag (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowFloat32 (0.0s) PASSED aggfuncs.TestFix40463 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#01 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#02 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#03 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#04 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#05 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#06 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#07 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#08 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#09 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#10 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#01 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#02 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#03 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#04 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#05 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#06 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#07 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#08 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#09 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#10 (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowFloat64 (0.0s) PASSED aggfuncs.TestMaxMin (0.0s) PASSED aggfuncs.TestMaxMin/max (0.0s) PASSED aggfuncs.TestMaxMin/max#01 (0.0s) PASSED aggfuncs.TestMaxMin/max#02 (0.0s) PASSED aggfuncs.TestMaxMin/max#03 (0.0s) PASSED aggfuncs.TestMaxMin/max#04 (0.0s) PASSED aggfuncs.TestMaxMin/max#05 (0.0s) PASSED aggfuncs.TestMaxMin/max#06 (0.0s) PASSED aggfuncs.TestMaxMin/max#07 (0.0s) PASSED aggfuncs.TestMaxMin/max#08 (0.0s) PASSED aggfuncs.TestMaxMin/min (0.0s) PASSED aggfuncs.TestMaxMin/min#01 (0.0s) PASSED aggfuncs.TestMaxMin/min#02 (0.0s) PASSED aggfuncs.TestMaxMin/min#03 (0.0s) PASSED aggfuncs.TestMaxMin/min#04 (0.0s) PASSED aggfuncs.TestMaxMin/min#05 (0.0s) PASSED aggfuncs.TestMaxMin/min#06 (0.0s) PASSED aggfuncs.TestMaxMin/min#07 (0.0s) PASSED aggfuncs.TestMaxMin/min#08 (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowDuration (0.0s) PASSED aggfuncs.TestMemMaxMin (0.0s) PASSED aggfuncs.TestMemMaxMin/max (0.0s) PASSED aggfuncs.TestMemMaxMin/max#01 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#02 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#03 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#04 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#05 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#06 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#07 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#08 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#09 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#10 (0.0s) PASSED aggfuncs.TestMemMaxMin/min (0.0s) PASSED aggfuncs.TestMemMaxMin/min#01 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#02 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#03 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#04 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#05 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#06 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#07 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#08 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#09 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#10 (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowJSON (0.0s) PASSED aggfuncs.TestFix26807 (0.0s) PASSED aggfuncs.TestDequeReset (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowSet (0.0s) PASSED aggfuncs.TestDequePushPop (0.0s) PASSED aggfuncs.TestWindowFunctions (0.0s) PASSED aggfuncs.TestPercentile (0.0s) PASSED aggfuncs.TestPercentile/approx_percentile_0 (0.0s) PASSED aggfuncs.TestPercentile/approx_percentile_1 (0.0s) PASSED aggfuncs.TestPercentile/approx_percentile_2 (0.0s) PASSED aggfuncs.TestPercentile/approx_percentile_3 (0.0s) PASSED aggfuncs.TestPercentile/approx_percentile_4 (0.0s) PASSED aggfuncs.TestPercentile/approx_percentile_5 (0.0s) PASSED aggfuncs.TestMemNtile (0.0s) PASSED aggfuncs.TestMemPercentRank (0.0s) PASSED aggfuncs.TestMaxSlidingWindow (47.4s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_false_-1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_false_0 (0.2s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_false_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_true_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_true_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_true_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/date_false_-1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/date_false_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/date_false_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/date_true_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/date_true_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/date_true_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_false_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_false_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_false_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_true_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_true_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_true_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_false_-1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_false_0 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_false_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_true_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_true_0 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_true_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/double_false_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/double_false_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/double_false_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/double_true_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/double_true_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/double_true_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/float_false_-1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/float_false_0 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/float_false_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/float_true_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/float_true_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/float_true_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_false_-1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_false_0 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_false_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_true_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_true_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_true_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/text_false_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/text_false_0 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/text_false_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/text_true_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/text_true_0 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/text_true_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/time_false_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/time_false_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/time_false_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/time_true_-1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/time_true_0 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/time_true_1 (0.6s) PASSED aggfuncs.TestPartialResult4FirstRowEnum (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_27_of_50/coverage.dat //pkg/expression:expression_test PASSED in 94.8s Stats over 50 runs: max = 94.8s, min = 7.1s, avg = 17.6s, dev = 17.1s PASSED expression.TestCIWeightString (0.0s) PASSED expression.TestConcatSig (0.0s) PASSED expression.TestIllegalFunctions4GeneratedColumns (0.0s) PASSED expression.TestIsIPv4Mapped (0.0s) PASSED expression.TestJSONArrayInsert (0.0s) PASSED expression.TestSha1Hash (0.0s) PASSED expression.TestSpecificConstant (0.0s) PASSED expression.TestTimeFormat (0.0s) PASSED expression.TestAESDecrypt (0.0s) PASSED expression.TestConcat (0.0s) PASSED expression.TestGetTypeThreadSafe (0.0s) PASSED expression.TestInet6AtoN (0.0s) PASSED expression.TestJSONSearch (0.0s) PASSED expression.TestPeriodAdd (0.0s) PASSED expression.TestTranslate (0.0s) PASSED expression.TestUnfoldableFuncs (0.0s) PASSED expression.TestAESEncrypt (0.0s) PASSED expression.TestASCII (0.0s) PASSED expression.TestExpressionMemeoryUsage (0.0s) PASSED expression.TestInet6NtoA (0.0s) PASSED expression.TestJSONArrayAppend (0.0s) PASSED expression.TestTimestampAdd (0.0s) PASSED expression.TestVectorizedConstant (0.0s) PASSED expression.TestWeightString (0.0s) PASSED expression.TestDeferredExprNotNull (0.0s) PASSED expression.TestEvalExpr (0.2s) PASSED expression.TestInetNtoa (0.0s) PASSED expression.TestJSONDepth (0.0s) PASSED expression.TestLengthAndOctetLength (0.0s) PASSED expression.TestSQLEncode (0.0s) PASSED expression.TestStringRight (0.0s) PASSED expression.TestToDays (0.0s) PASSED expression.TestDeferredParamNotNull (0.0s) PASSED expression.TestIsIPv6 (0.0s) PASSED expression.TestJSONKeys (0.0s) PASSED expression.TestSQLDecode (0.0s) PASSED expression.TestToBase64Sig (0.0s) PASSED expression.TestToSeconds (0.0s) PASSED expression.TestVectorizable (0.0s) PASSED expression.TestVectorizedBuiltinRegexpForConstants (0.3s) PASSED expression.TestBenchDaily (0.0s) PASSED expression.TestConcatWS (0.0s) PASSED expression.TestConstantHashEquals (0.0s) PASSED expression.TestGroupSetsTargetOne (0.0s) PASSED expression.TestIsIPv4Compat (0.0s) PASSED expression.TestJSONValid (0.0s) PASSED expression.TestSha2Hash (0.0s) PASSED expression.TestTimeToSec (0.0s) PASSED expression.TestVectorizedGeneratedBuiltinStringEvalOneVec (0.8s) PASSED expression.TestAnyValue (0.0s) PASSED expression.TestConstLevel (0.0s) PASSED expression.TestConstantFoldingCharsetConvert (0.0s) PASSED expression.TestGetFormat (0.0s) PASSED expression.TestJSONLength (0.0s) PASSED expression.TestRegexpCache (0.0s) PASSED expression.TestToBase64 (0.0s) PASSED expression.TestVectorizedBuiltinControlFuncGenerated (13.3s) PASSED expression.TestConcatWSSig (0.0s) PASSED expression.TestGroupSetsTargetOneCompoundArgs (0.0s) PASSED expression.TestJSONStorageFree (0.0s) PASSED expression.TestMD5Hash (0.0s) PASSED expression.TestNameConst (0.0s) PASSED expression.TestPBToExpr (0.0s) PASSED expression.TestSecToTime (0.0s) PASSED expression.TestSetFlenDecimal4RealOrDecimal (0.0s) PASSED expression.TestVectorizedGeneratedBuiltinStringFunc (1.0s) PASSED expression.TestArithmeticPlus (0.0s) PASSED expression.TestConvertTz (0.0s) PASSED expression.TestEval (0.0s) PASSED expression.TestGroupingSetsMergeOneUnitTest (0.0s) PASSED expression.TestJSONStorageSize (0.0s) PASSED expression.TestLeft (0.0s) PASSED expression.TestRandomBytes (0.0s) PASSED expression.TestUUIDToBin (0.0s) PASSED expression.TestVectorizedBuiltinStringEvalOneVec (11.4s) PASSED expression.TestArithmeticMinus (0.0s) PASSED expression.TestBinToUUID (0.0s) PASSED expression.TestCompress (0.0s) PASSED expression.TestJSONPretty (0.0s) PASSED expression.TestPBToExprWithNewCollation (0.0s) PASSED expression.TestPeriodDiff (0.0s) PASSED expression.TestRight (0.0s) PASSED expression.TestRollupGroupingSets (0.0s) PASSED expression.TestVectorizedBuiltinStringFunc (13.9s) PASSED expression.TestConstantFolding (0.0s) PASSED expression.TestIsBinaryLiteral (0.0s) PASSED expression.TestJSONContainsPath (0.0s) PASSED expression.TestQuarter (0.0s) PASSED expression.TestQuote (0.0s) PASSED expression.TestRegexpReplaceVec (12.7s) PASSED expression.TestUUID (0.0s) PASSED expression.TestVectorizedBuiltinControlEvalOneVecGenerated (9.5s) PASSED expression.TestBin (0.0s) PASSED expression.TestConstant (0.0s) PASSED expression.TestConstantPropagation (0.0s) PASSED expression.TestIfNull (0.0s) PASSED expression.TestIsUUID (0.0s) PASSED expression.TestJSONOverlaps (0.0s) PASSED expression.TestMakeTime (0.0s) PASSED expression.TestRegexpReplace (0.1s) PASSED expression.TestArithmeticMultiply (0.0s) PASSED expression.TestGroupingSetsMergeUnitTest (0.0s) PASSED expression.TestJSONMergePatch (0.0s) PASSED expression.TestLastDay (0.0s) PASSED expression.TestPBToScalarFuncExpr (0.0s) PASSED expression.TestRepeat (0.2s) PASSED expression.TestTidbShard (0.0s) PASSED expression.TestUncompress (0.0s) PASSED expression.TestVectorizedBuiltinStringEvalOneVec2 (8.6s) PASSED expression.TestArithmeticDivide (0.0s) PASSED expression.TestDistinctGroupingSets (0.0s) PASSED expression.TestJSONSchemaValid (0.0s) PASSED expression.TestRepeatSig (0.0s) PASSED expression.TestSleep (1.5s) PASSED expression.TestUncompressLength (0.0s) PASSED expression.TestVectorizedBuiltinMiscellaneousEvalOneVec (4.8s) PASSED expression.TestVectorizedBuiltinStringFunc2 (9.8s) PASSED expression.TestWithTimeZone (0.0s) PASSED expression.TestArithmeticIntDivide (0.0s) PASSED expression.TestBinopComparison (0.0s) PASSED expression.TestGetTimeValue (0.0s) PASSED expression.TestIsNullFunc (0.0s) PASSED expression.TestJSONSchemaValidCache (0.0s) PASSED expression.TestLower (0.0s) PASSED expression.TestTidbParseTso (0.0s) PASSED expression.TestValidatePasswordStrength (0.0s) PASSED expression.TestVectorizedBuiltinMiscellaneousFunc (5.7s) PASSED expression.TestColumnEqualsWithNilWrappedInAny (0.0s) PASSED expression.TestEvaluateExprWithNullNoChangeRetType (0.0s) PASSED expression.TestExportSet (0.0s) PASSED expression.TestIf (0.0s) PASSED expression.TestIsIPv4 (0.0s) PASSED expression.TestJSONContains (0.0s) PASSED expression.TestMakeDate (0.0s) PASSED expression.TestRegexpInStrVec (12.3s) PASSED expression.TestCaseWhen (0.0s) PASSED expression.TestColumnHashEuqals4VirtualExpr (0.0s) PASSED expression.TestElt (0.0s) PASSED expression.TestEvaluateExprWithNullAndParameters (0.0s) PASSED expression.TestInetAton (0.0s) PASSED expression.TestJSONMemberOf (0.0s) PASSED expression.TestRegexpInStr (0.1s) PASSED expression.TestTimestamp (0.0s) PASSED expression.TestBinopNumeric (0.0s) PASSED expression.TestBuiltinFuncCacheConcurrency (0.0s) PASSED expression.TestExpressionSemanticEqual (0.0s) PASSED expression.TestGetIntervalFromDecimal (0.0s) PASSED expression.TestGrouping (0.0s) PASSED expression.TestLogicAnd (0.0s) PASSED expression.TestRegexp (0.0s) PASSED expression.TestStrcmp (0.0s) PASSED expression.TestVectorizedBuiltinArithmeticFunc (7.5s) PASSED expression.TestBinopBitop (0.0s) PASSED expression.TestCurrentTimestampTimeZone (0.0s) PASSED expression.TestDecimalErrOverflow (0.0s) PASSED expression.TestDisplayName (0.0s) PASSED expression.TestLike (0.0s) PASSED expression.TestReverse (0.0s) PASSED expression.TestTiDBBoundedStaleness (0.0s) PASSED expression.TestUnary (0.0s) PASSED expression.TestVectorizedBuiltinEncryptionFunc (9.7s) PASSED expression.TestBuiltinFuncCache (0.0s) PASSED expression.TestCILike (0.0s) PASSED expression.TestCurrentTso (0.0s) PASSED expression.TestExtract (0.0s) PASSED expression.TestIlike (0.0s) PASSED expression.TestLeftShift (0.0s) PASSED expression.TestReplace (0.0s) PASSED expression.TestScalarFunction (0.0s) PASSED expression.TestVectorizedDecimalErrOverflow (0.0s) PASSED expression.TestArithmeticMod (0.0s) PASSED expression.TestBinopLogic (0.0s) PASSED expression.TestIsCurrentTimestampExpr (0.0s) PASSED expression.TestLock (0.0s) PASSED expression.TestPassword (0.0s) PASSED expression.TestSleepVectorized (3.5s) PASSED expression.TestTidbParseTsoLogical (0.0s) PASSED expression.TestUpper (0.0s) PASSED expression.TestVectorizedBuiltinJSONFunc (17.5s) PASSED expression.TestColumnHashEquals (0.0s) PASSED expression.TestDateArithFuncs (0.0s) PASSED expression.TestEvaluateExprWithNullMeetError (0.0s) PASSED expression.TestJSONRemove (0.0s) PASSED expression.TestOrd (0.0s) PASSED expression.TestProjectionBenefitsFromPushedDown (0.0s) PASSED expression.TestRegexpSubstrVec (8.4s) PASSED expression.TestVectorizedBuiltinCompareFunc (8.7s) PASSED expression.TestVectorizedBuiltinMathFuncForRand (0.0s) PASSED expression.TestBitOr (0.0s) PASSED expression.TestCastJSONAsDecimalSig (0.0s) PASSED expression.TestCeil (0.0s) PASSED expression.TestDayName (0.0s) PASSED expression.TestFoundRows (0.0s) PASSED expression.TestOptionalProp (0.0s) PASSED expression.TestScalarFunctionHash64Equals (0.0s) PASSED expression.TestSubstringIndex (0.0s) PASSED expression.TestVectorizedBuiltinTimeEvalOneVec (13.5s) PASSED expression.TestBitAnd (0.0s) PASSED expression.TestColumn2Pb (0.0s) PASSED expression.TestCurrentUser (0.0s) PASSED expression.TestDayOfMonth (0.0s) PASSED expression.TestFloor (0.0s) PASSED expression.TestSchemaClone (0.0s) PASSED expression.TestSpaceSig (0.0s) PASSED expression.TestVecMonth (0.0s) PASSED expression.TestWrapWithCastAsTime (0.0s) PASSED expression.TestConstant2Pb (0.0s) PASSED expression.TestDayOfWeek (0.0s) PASSED expression.TestExp (0.0s) PASSED expression.TestForbidUnixTimestampPushdown (0.0s) PASSED expression.TestLogicOr (0.0s) PASSED expression.TestSpace (0.0s) PASSED expression.TestUser (0.0s) PASSED expression.TestVectorizedBuiltinTimeFunc (17.6s) PASSED expression.TestWrapWithCastAsTypesClasses (0.0s) PASSED expression.TestCurrentRole (0.0s) PASSED expression.TestDateFormat (0.0s) PASSED expression.TestLikeFunc2Pb (0.0s) PASSED expression.TestLog2 (0.0s) PASSED expression.TestMockVecPlusInt (0.0s) PASSED expression.TestSchemaRetrieveColumn (0.0s) PASSED expression.TestTrim (0.0s) PASSED expression.TestUnaryNot (0.0s) PASSED expression.TestWrapWithCastAsString (0.0s) PASSED expression.TestEvaluateExprWithNull (0.0s) PASSED expression.TestFieldTypeHashEquals (0.0s) PASSED expression.TestInsert (0.0s) PASSED expression.TestJSONObject (0.0s) PASSED expression.TestRegexpSubstr (0.1s) PASSED expression.TestSQLDigestTextRetriever (0.0s) PASSED expression.TestUnixTimestamp (0.0s) PASSED expression.TestVectorizedBuiltinCompareEvalOneVec (7.3s) PASSED expression.TestVectorizedBuiltinMathFunc (6.4s) PASSED expression.TestBitNeg (0.0s) PASSED expression.TestCompareFunc2Pb (0.0s) PASSED expression.TestCurrentResourceGroup (0.0s) PASSED expression.TestDayOfYear (0.0s) PASSED expression.TestLocate (0.0s) PASSED expression.TestLog (0.0s) PASSED expression.TestSchemaString (0.0s) PASSED expression.TestVectorizedBuiltinVecFunc (3.3s) PASSED expression.TestWrapWithCastAsDuration (0.0s) PASSED expression.TestArithmeticalFunc2Pb (0.0s) PASSED expression.TestClock (0.0s) PASSED expression.TestConnectionID (0.0s) PASSED expression.TestIsTrueOrFalse (0.0s) PASSED expression.TestLTrim (0.0s) PASSED expression.TestLog10 (0.0s) PASSED expression.TestMockVecPlusIntParallel (0.4s) PASSED expression.TestSchemaIsUniqueKey (0.0s) PASSED expression.TestWrapWithCastAsJSON (0.0s) PASSED expression.TestCastIntAsIntVec (0.0s) PASSED expression.TestDateFunc2Pb (0.0s) PASSED expression.TestDoubleRow2Vec (0.4s) PASSED expression.TestLogicXor (0.0s) PASSED expression.TestRTrim (0.0s) PASSED expression.TestRand (0.0s) PASSED expression.TestSchemaContains (0.0s) PASSED expression.TestTime (0.0s) PASSED expression.TestVersion (0.0s) PASSED expression.TestBitwiseFunc2Pb (0.0s) PASSED expression.TestBuiltinUnaryMinusIntSig (0.0s) PASSED expression.TestCastConstAsDecimalFieldType (0.0s) PASSED expression.TestCharset (0.0s) PASSED expression.TestIsDuration (0.0s) PASSED expression.TestRound (0.0s) PASSED expression.TestSchemaColumnsByIndices (0.0s) PASSED expression.TestUnhexFunc (0.0s) PASSED expression.TestVectorizedCheck (0.0s) PASSED expression.TestBenchMark (0.0s) PASSED expression.TestCastStringAsDecimalSigWithUnsignedFlagInUnion (0.0s) PASSED expression.TestDoubleVec2Row (0.5s) PASSED expression.TestHexFunc (0.0s) PASSED expression.TestLogicalFunc2Pb (0.0s) PASSED expression.TestNowAndUTCTimestamp (0.0s) PASSED expression.TestPow (0.0s) PASSED expression.TestSchemaColumnsIndices (0.0s) PASSED expression.TestVectorizedBuiltinOpFunc (5.4s) PASSED expression.TestAddTimeSig (0.0s) PASSED expression.TestBitCount (0.0s) PASSED expression.TestBitLength (0.0s) PASSED expression.TestCastBinaryStringAsJSONSig (0.0s) PASSED expression.TestCoercibility (0.0s) PASSED expression.TestControlFunc2Pb (0.0s) PASSED expression.TestFloat32ColVec (0.0s) PASSED expression.TestSchemaMergeSchema (0.0s) PASSED expression.TestTruncate (0.0s) PASSED expression.TestDisableParseJSONFlag4Expr (0.0s) PASSED expression.TestFromBase64Sig (0.0s) PASSED expression.TestGcColumnExprIsTidbShard (0.0s) PASSED expression.TestJSONArray (0.0s) PASSED expression.TestNewValuesFunc (0.0s) PASSED expression.TestRegexpLikeVec (6.9s) PASSED expression.TestTimestampDiff (0.0s) PASSED expression.TestVectorizedBuiltinMathEvalOneVec (5.9s) PASSED expression.TestVectorizedGeneratedBuiltinCompareFunc (12.8s) PASSED expression.TestCastFunctions (0.0s) PASSED expression.TestDate (0.1s) PASSED expression.TestIssue23309 (0.0s) PASSED expression.TestRightShift (0.0s) PASSED expression.TestSubstring (0.0s) PASSED expression.TestUnaryOp (0.0s) PASSED expression.TestVectorizedBuiltinIlikeFunc (1.0s) PASSED expression.TestVectorizedBuiltinLikeFunc (0.6s) PASSED expression.TestVectorizedBuiltinTimeEvalOneVecGenerated (68.4s) PASSED expression.TestCRC32 (0.0s) PASSED expression.TestCastArrayFunc (0.0s) PASSED expression.TestChar (0.0s) PASSED expression.TestCollation (0.0s) PASSED expression.TestGetUsedList (0.0s) PASSED expression.TestOtherFunc2Pb (0.0s) PASSED expression.TestRowFunc (0.0s) PASSED expression.TestSubTimeSig (0.0s) PASSED expression.TestVecEvalBool (6.0s) PASSED expression.TestBaseBuiltin (0.0s) PASSED expression.TestCollationHashEquals (0.0s) PASSED expression.TestCurrentDate (0.0s) PASSED expression.TestDegrees (0.0s) PASSED expression.TestExprOnlyPushDownToFlash (0.0s) PASSED expression.TestField (0.0s) PASSED expression.TestLastInsertID (0.0s) PASSED expression.TestTypeConversion (0.0s) PASSED expression.TestVectorizedCastRealAsTime (0.0s) PASSED expression.TestClone (0.0s) PASSED expression.TestCurrentTime (0.0s) PASSED expression.TestExprPushDownToTiKV (0.0s) PASSED expression.TestFormatBytes (0.0s) PASSED expression.TestInferCollation (0.0s) PASSED expression.TestLpad (0.0s) PASSED expression.TestSqrt (0.0s) PASSED expression.TestValues (0.0s) PASSED expression.TestVectorizedCastStringAsDecimalWithUnsignedFlagInUnion (0.1s) PASSED expression.TestCharLength (0.0s) PASSED expression.TestConv (0.0s) PASSED expression.TestFindFieldName (0.0s) PASSED expression.TestFindFieldName/Match_with_empty_schema,_non-empty_table (0.0s) PASSED expression.TestFindFieldName/Match_with_empty_schema_and_table (0.0s) PASSED expression.TestFindFieldName/Match_with_empty_schema_and_table_and_redundant (0.0s) PASSED expression.TestFindFieldName/Match_with_multiple_redundant (0.0s) PASSED expression.TestFindFieldName/Match_with_non-empty_schema,_empty_table (0.0s) PASSED expression.TestFindFieldName/Match_with_redundant_field (0.0s) PASSED expression.TestFindFieldName/No_match (0.0s) PASSED expression.TestFindFieldName/Non-unique_match (0.0s) PASSED expression.TestFindFieldName/Non-unique_match_with_a_redundant (0.0s) PASSED expression.TestFindFieldName/Simple_match (0.0s) PASSED expression.TestJsonPushDownToFlash (0.0s) PASSED expression.TestRowBasedFilterAndVectorizedFilter (8.3s) PASSED expression.TestRowCount (0.0s) PASSED expression.TestSetVar (0.0s) PASSED expression.TestSysDate (0.2s) PASSED expression.TestVectorizedBuiltinCastEvalOneVec (9.7s) PASSED expression.TestCot (0.0s) PASSED expression.TestFromBase64 (0.0s) PASSED expression.TestHashGroupKey (0.2s) PASSED expression.TestInColumnArray (0.0s) PASSED expression.TestJSONMergePreserve (0.0s) PASSED expression.TestProjectionColumn2Pb (0.0s) PASSED expression.TestRegexpLike (0.0s) PASSED expression.TestVectorizedGeneratedBuiltinCompareEvalOneVec (11.7s) PASSED expression.TestYearWeek (0.0s) PASSED expression.TestAbs (0.0s) PASSED expression.TestBitXor (0.0s) PASSED expression.TestCastFuncSig (0.0s) PASSED expression.TestConvert (0.0s) PASSED expression.TestDatabase (0.0s) PASSED expression.TestMod (0.0s) PASSED expression.TestMonthName (0.0s) PASSED expression.TestScalarFuncs2Exprs (0.0s) PASSED expression.TestVectorizedBuiltinTimeFuncGenerated (86.6s) PASSED expression.TestCompareFunctionWithRefine (0.0s) PASSED expression.TestDeriveCollation (0.0s) PASSED expression.TestExprOnlyPushDownToTiKV (0.0s) PASSED expression.TestFormatNanoTime (0.0s) PASSED expression.TestGetUint64FromConstant (0.0s) PASSED expression.TestPi (0.0s) PASSED expression.TestRpad (0.0s) PASSED expression.TestSetVarFromColumn (0.0s) PASSED expression.TestUTCTime (0.0s) PASSED expression.TestColHybird (0.1s) PASSED expression.TestFilterOutInPlace (0.0s) PASSED expression.TestFormat (0.0s) PASSED expression.TestGetParamVec (0.0s) PASSED expression.TestJSONMerge (0.0s) PASSED expression.TestPanicIfPbCodeUnspecified (0.0s) PASSED expression.TestRefineArgsWithNullableColumn (0.0s) PASSED expression.TestTan (0.0s) PASSED expression.TestWeekWithoutModeSig (0.0s) PASSED expression.TestCoalesce (0.0s) PASSED expression.TestColumn (0.0s) PASSED expression.TestGetParam (0.0s) PASSED expression.TestInsertBinarySig (0.0s) PASSED expression.TestJSONType (0.0s) PASSED expression.TestPopRowFirstArg (0.0s) PASSED expression.TestSin (0.0s) PASSED expression.TestSortByItem2Pb (0.0s) PASSED expression.TestStrToDate (0.0s) PASSED expression.TestCompare (0.0s) PASSED expression.TestCompareString (0.0s) PASSED expression.TestGroupByItem2Pb (0.0s) PASSED expression.TestInFunc (0.0s) PASSED expression.TestRadians (0.0s) PASSED expression.TestRpadSig (0.0s) PASSED expression.TestSetExprColumnInOperand (0.0s) PASSED expression.TestUTCDate (0.0s) PASSED expression.TestVectorizedBuiltinInfoFunc (3.3s) PASSED expression.TestAtan (0.0s) PASSED expression.TestFilter (0.0s) PASSED expression.TestInDecimal (0.0s) PASSED expression.TestIndexInfo2Cols (0.0s) PASSED expression.TestIssue46475 (0.0s) PASSED expression.TestJSONSetInsertReplace (0.0s) PASSED expression.TestOct (0.0s) PASSED expression.TestPushDownSwitcher (0.0s) PASSED expression.TestWeek (0.0s) PASSED expression.TestColumnHashCode (0.0s) PASSED expression.TestCos (0.0s) PASSED expression.TestFromDays (0.0s) PASSED expression.TestGetStrIntFromConstant (0.0s) PASSED expression.TestInstr (0.0s) PASSED expression.TestIntervalFunc (0.0s) PASSED expression.TestJSONQuote (0.0s) PASSED expression.TestPushCollationDown (0.0s) PASSED expression.TestVectorizedBuiltinOtherEvalOneVecGenerated (4.0s) PASSED expression.TestAsin (0.0s) PASSED expression.TestColInfo2Col (0.0s) PASSED expression.TestJSONExtract (0.0s) PASSED expression.TestMakeSet (0.0s) PASSED expression.TestMetadata (0.0s) PASSED expression.TestPushDownNot (0.0s) PASSED expression.TestRefineArgsWithCastEnum (0.0s) PASSED expression.TestTimeDiff (0.0s) PASSED expression.TestVectorizedBuiltinOtherFunc (1.3s) PASSED expression.TestAcos (0.0s) PASSED expression.TestColumn2Expr (0.0s) PASSED expression.TestDateDiff (0.0s) PASSED expression.TestGreatestLeastFunc (0.0s) PASSED expression.TestJSONUnquote (0.0s) PASSED expression.TestLoadFile (0.0s) PASSED expression.TestNewCollationsEnabled (0.0s) PASSED expression.TestSubstituteCorCol2Constant (0.0s) PASSED expression.TestVectorizedBuiltinOtherFuncGenerated (5.0s) PASSED expression.TestExprPushDownToFlash (0.1s) PASSED expression.TestFindInSet (0.0s) PASSED expression.TestFromUnixTime (0.0s) PASSED expression.TestGetVar (0.0s) PASSED expression.TestInferType (28.1s) PASSED expression.TestSign (0.0s) PASSED expression.TestTiDBVersion (0.0s) PASSED expression.TestVectorizedBuiltinCastFunc (11.8s) PASSED expression.TestVectorizedFilterConsiderNull (12.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_26_of_50/coverage.dat //pkg/privilege/privileges:privileges_test PASSED in 13.8s Stats over 50 runs: max = 13.8s, min = 5.0s, avg = 6.5s, dev = 1.5s PASSED privileges.TestGrantCreateTmpTables (2.4s) PASSED privileges.TestDashboardClientDynamicPriv (2.4s) PASSED privileges.TestGrantOptionAndRevoke (2.3s) PASSED privileges.TestCreateTmpTablesPriv (2.3s) PASSED privileges.TestLoadUserTable (2.0s) PASSED privileges.TestGrantEvent (2.2s) PASSED privileges.TestLoadGlobalPrivTable (2.2s) PASSED privileges.TestInfoSchemaUserPrivileges (1.9s) PASSED privileges.TestLoadDBTable (2.1s) PASSED privileges.TestSkipGrantTable (1.9s) PASSED privileges.TestDynamicPrivsRegistration (2.5s) PASSED privileges.TestIssue29823 (2.1s) PASSED privileges.TestLoadTablesPrivTable (1.9s) PASSED privileges.TestSecurityEnhancedModeRestrictedUsers (1.9s) PASSED privileges.TestIssue37488 (1.9s) PASSED privileges.TestLoadColumnsPrivTable (2.0s) PASSED privileges.TestCheckPasswordExpired (2.0s) PASSED privileges.TestLoadDefaultRoleTable (2.0s) PASSED privileges.TestViewDefiner (2.4s) PASSED privileges.TestPasswordExpireWithoutSandBoxMode (4.2s) PASSED privileges.TestPatternMatch (2.0s) PASSED privileges.TestHostMatch (2.1s) PASSED privileges.TestPasswordExpireWithSandBoxMode (4.1s) PASSED privileges.TestSecurityEnhancedModeSysVars (2.7s) PASSED privileges.TestSecurityEnhancedLocalBackupRestore (2.2s) PASSED privileges.TestLoadRoleGraph (2.1s) PASSED privileges.TestNilHandleInConnectionVerification (2.0s) PASSED privileges.TestRoleGraphBFS (2.1s) PASSED privileges.TestShowGrantsSQLMode (2.0s) PASSED privileges.TestSecurityEnhancedModeInfoschema (1.9s) PASSED privileges.TestCaseInsensitive (2.0s) PASSED privileges.TestVerificationInfoWithSessionTokenPlugin (8.3s) PASSED privileges.TestEnsureActiveUserCoverage (2.2s) PASSED privileges.TestFindAllUserEffectiveRoles (2.2s) PASSED privileges.TestSQLVariableAccelerateUserCreationUpdate (2.1s) PASSED privileges.TestSortUserTable (0.0s) PASSED privileges.TestSecurityEnhancedModeRestrictedTables (2.3s) PASSED privileges.TestAuthTokenClaims (2.0s) PASSED privileges.TestGlobalPrivValueRequireStr (0.0s) PASSED privileges.TestCheckDBPrivilege (1.9s) PASSED privileges.TestDBIsVisible (2.5s) PASSED privileges.TestJWKSImpl (0.0s) PASSED privileges.TestDynamicGrantOption (1.8s) PASSED privileges.TestCheckTablePrivilege (1.9s) PASSED privileges.TestCheckViewPrivilege (2.0s) PASSED privileges.TestCheckPrivilegeWithRoles (1.9s) PASSED privileges.TestDynamicPrivs (2.5s) PASSED privileges.TestErrorMessage (2.3s) PASSED privileges.TestDropTablePrivileges (2.1s) PASSED privileges.TestAlterUserStmt (2.4s) PASSED privileges.TestUserTableConsistency (1.7s) PASSED privileges.TestShowViewPriv (2.0s) PASSED privileges.TestCheckCertBasedAuth (2.6s) PASSED privileges.TestDefaultRoles (1.9s) PASSED privileges.TestCheckAuthenticate (2.4s) PASSED privileges.TestUseDB (2.3s) PASSED privileges.TestConfigPrivilege (2.2s) PASSED privileges.TestAuthHost (1.8s) PASSED privileges.TestShowCreateTable (2.1s) PASSED privileges.TestAnalyzeTable (2.2s) PASSED privileges.TestSystemSchema (2.1s) PASSED privileges.TestLoadDataPrivilege (2.0s) PASSED privileges.TestPerformanceSchema (1.8s) PASSED privileges.TestMetricsSchema (4.0s) PASSED privileges.TestAdminCommand (2.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_33_of_50/coverage.dat //pkg/sessionctx/variable:variable_test PASSED in 5.5s Stats over 50 runs: max = 5.5s, min = 3.1s, avg = 3.8s, dev = 0.4s PASSED variable.TestDefaultMemoryDebugModeValue (0.0s) PASSED variable.TestInstanceConfigHasMatchingSysvar (0.0s) PASSED variable.TestMockAPI (0.0s) PASSED variable.TestTiDBDDLFlashbackConcurrency (0.0s) PASSED variable.TestValidateWithRelaxedValidation (0.0s) PASSED variable.TestInstanceScope (0.0s) PASSED variable.TestRemovedOpt (0.0s) PASSED variable.TestSetTIDBDistributeReorg (0.0s) PASSED variable.TestScopeToString (0.0s) PASSED variable.TestTiDBCommitterConcurrency (0.0s) PASSED variable.TestDefaultPartitionPruneMode (0.0s) PASSED variable.TestSetSysVar (0.0s) PASSED variable.TestSetSystemVariable (0.0s) PASSED variable.TestSetSystemVariable/tidb_enable_row_level_checksum (0.0s) PASSED variable.TestSetSystemVariable/tidb_enable_stmt_summary (0.0s) PASSED variable.TestSetSystemVariable/tidb_mem_quota_apply_cache (0.0s) PASSED variable.TestSetSystemVariable/tidb_mem_quota_query (0.0s) PASSED variable.TestSetSystemVariable/tidb_opt_agg_push_down (0.0s) PASSED variable.TestSetSystemVariable/tidb_opt_derive_topn (0.0s) PASSED variable.TestSetSystemVariable/tidb_opt_distinct_agg_push_down (0.0s) PASSED variable.TestSetSystemVariable/time_zone (0.0s) PASSED variable.TestSetSystemVariable/tx_isolation (0.0s) PASSED variable.TestSession (0.0s) PASSED variable.TestSetTIDBFastDDL (0.0s) PASSED variable.TestSkipSysvarCache (0.0s) PASSED variable.TestSkipInitIsUsed (0.0s) PASSED variable.TestTiDBQueryLogMaxLen (0.0s) PASSED variable.TestAllocMPPID (0.0s) PASSED variable.TestSetTIDBDiskQuota (0.0s) PASSED variable.TestTimeValidationWithTimezone (0.0s) PASSED variable.TestSettersandGetters (0.0s) PASSED variable.TestTiDBMemQuotaQuery (0.0s) PASSED variable.TestOrderByDependency (0.0s) PASSED variable.TestSlowLogFormat (0.0s) PASSED variable.TestTiDBServerMemoryLimit (0.0s) PASSED variable.TestIsolationRead (0.0s) PASSED variable.TestTiDBOptOn (0.0s) PASSED variable.TestTiDBServerMemoryLimit2 (0.0s) PASSED variable.TestSysVarNameIsLowerCase (0.0s) PASSED variable.TestTiDBBatchPendingTiFlashCount (0.0s) PASSED variable.TestNewSessionVars (0.0s) PASSED variable.TestTableDeltaClone (0.0s) PASSED variable.TestTiDBServerMemoryLimitSessMinSize (0.0s) PASSED variable.TestTiDBServerMemoryLimitGCTrigger (0.0s) PASSED variable.TestTransactionContextSavepoint (0.0s) PASSED variable.TestVarsutil (0.0s) PASSED variable.TestNonPreparedPlanCacheStmt (0.0s) PASSED variable.TestSetAggPushDownGlobally (0.0s) PASSED variable.TestValidate (0.0s) PASSED variable.TestValidate/delay_key_write (0.0s) PASSED variable.TestValidate/delay_key_write#01 (0.0s) PASSED variable.TestValidate/delay_key_write#02 (0.0s) PASSED variable.TestValidate/delay_key_write#03 (0.0s) PASSED variable.TestValidate/enforce_gtid_consistency (0.0s) PASSED variable.TestValidate/enforce_gtid_consistency#01 (0.0s) PASSED variable.TestValidate/enforce_gtid_consistency#02 (0.0s) PASSED variable.TestValidate/foreign_key_checks (0.0s) PASSED variable.TestValidate/max_sp_recursion_depth (0.0s) PASSED variable.TestValidate/myisam_use_mmap (0.0s) PASSED variable.TestValidate/myisam_use_mmap#01 (0.0s) PASSED variable.TestValidate/secure_auth (0.0s) PASSED variable.TestValidate/secure_auth#01 (0.0s) PASSED variable.TestValidate/session_track_gtids (0.0s) PASSED variable.TestValidate/session_track_gtids#01 (0.0s) PASSED variable.TestValidate/session_track_gtids#02 (0.0s) PASSED variable.TestValidate/session_track_gtids#03 (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv#01 (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv#02 (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv#03 (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv#04 (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv#05 (0.0s) PASSED variable.TestValidate/tidb_auto_analyze_start_time (0.0s) PASSED variable.TestValidate/tidb_auto_analyze_start_time#01 (0.0s) PASSED variable.TestValidate/tidb_init_chunk_size (0.0s) PASSED variable.TestValidate/tidb_init_chunk_size#01 (0.0s) PASSED variable.TestValidate/tidb_isolation_read_engines (0.0s) PASSED variable.TestValidate/tidb_isolation_read_engines#01 (0.0s) PASSED variable.TestValidate/tidb_isolation_read_engines#02 (0.0s) PASSED variable.TestValidate/tidb_isolation_read_engines#03 (0.0s) PASSED variable.TestValidate/tidb_max_chunk_size (0.0s) PASSED variable.TestValidate/tidb_max_chunk_size#01 (0.0s) PASSED variable.TestValidate/tidb_opt_concurrency_factor (0.0s) PASSED variable.TestValidate/tidb_opt_concurrency_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_copcpu_factor (0.0s) PASSED variable.TestValidate/tidb_opt_copcpu_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_correlation_exp_factor (0.0s) PASSED variable.TestValidate/tidb_opt_correlation_exp_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_correlation_threshold (0.0s) PASSED variable.TestValidate/tidb_opt_correlation_threshold#01 (0.0s) PASSED variable.TestValidate/tidb_opt_cpu_factor (0.0s) PASSED variable.TestValidate/tidb_opt_cpu_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_desc_factor (0.0s) PASSED variable.TestValidate/tidb_opt_desc_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_disk_factor (0.0s) PASSED variable.TestValidate/tidb_opt_disk_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_join_reorder_threshold (0.0s) PASSED variable.TestValidate/tidb_opt_join_reorder_threshold#01 (0.0s) PASSED variable.TestValidate/tidb_opt_memory_factor (0.0s) PASSED variable.TestValidate/tidb_opt_memory_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_network_factor (0.0s) PASSED variable.TestValidate/tidb_opt_network_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_scan_factor (0.0s) PASSED variable.TestValidate/tidb_opt_scan_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_seek_factor (0.0s) PASSED variable.TestValidate/tidb_opt_seek_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_tiflash_concurrency_factor (0.0s) PASSED variable.TestValidate/tidb_replica_read (0.0s) PASSED variable.TestValidate/tidb_shard_allocate_step (0.0s) PASSED variable.TestValidate/tidb_shard_allocate_step#01 (0.0s) PASSED variable.TestValidate/tidb_shard_allocate_step#02 (0.0s) PASSED variable.TestValidate/tidb_txn_mode (0.0s) PASSED variable.TestValidate/tidb_txn_mode#01 (0.0s) PASSED variable.TestValidate/tidb_txn_mode#02 (0.0s) PASSED variable.TestValidate/tidb_txn_mode#03 (0.0s) PASSED variable.TestValidate/tx_isolation (0.0s) PASSED variable.TestLimitBetweenVariable (0.0s) PASSED variable.TestNetBufferLength (0.0s) PASSED variable.TestHookContext (1.9s) PASSED variable.TestSetDeriveTopNGlobally (0.0s) PASSED variable.TestValidateStmtSummary (0.0s) PASSED variable.TestValidateStmtSummary/tidb_enable_stmt_summary (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_history_size (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_history_size#01 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_history_size#02 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_history_size#03 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_internal_query (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_sql_length (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_sql_length#01 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_sql_length#02 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_sql_length#03 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_stmt_count (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_stmt_count#01 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_stmt_count#02 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_refresh_interval (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_refresh_interval#01 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_refresh_interval#02 (0.0s) PASSED variable.TestDefaultValuesAreSettable (0.0s) PASSED variable.TestIndexMergeSwitcher (0.0s) PASSED variable.TestConcurrencyVariables (0.0s) PASSED variable.TestGetReuseChunk (0.0s) PASSED variable.TestSetJobScheduleWindow (0.0s) PASSED variable.TestHelperFuncs (0.0s) PASSED variable.TestTiDBIgnoreInlistPlanDigest (0.0s) PASSED variable.TestUserVarConcurrently (1.0s) PASSED variable.TestDefaultCharsetAndCollation (0.0s) PASSED variable.TestIsNoop (0.0s) PASSED variable.TestSessionStatesSystemVar (0.0s) PASSED variable.TestSetStatus (0.0s) PASSED variable.TestTiDBEnableResourceControl (0.0s) PASSED variable.TestOnOffHelpers (0.0s) PASSED variable.TestRowIDShardGenerator (0.0s) PASSED variable.TestTiDBResourceControlStrictMode (0.0s) PASSED variable.TestBuiltInCase (0.0s) PASSED variable.TestDDLWorkers (0.0s) PASSED variable.TestAssertionLevel (0.0s) PASSED variable.TestTiDBEnableRowLevelChecksum (0.0s) PASSED variable.TestUserVars (0.0s) PASSED variable.TestStatusVar (0.0s) PASSED variable.TestTiDBAutoAnalyzeRatio (0.0s) PASSED variable.TestLcMessages (0.0s) PASSED variable.TestScope (0.0s) PASSED variable.TestSQLSelectLimit (0.0s) PASSED variable.TestTiDBTiFlashReplicaRead (0.0s) PASSED variable.TestDeprecation (0.0s) PASSED variable.TestLcTimeNamesReadOnly (0.0s) PASSED variable.TestGlobalSystemVariableInitialValue (0.0s) PASSED variable.TestMaxExecutionTime (0.0s) PASSED variable.TestSQLModeVar (0.0s) PASSED variable.TestSetTiDBCloudStorageURI (2.0s) PASSED variable.TestIdentity (0.0s) PASSED variable.TestSynonyms (0.0s) PASSED variable.TestTiDBOptTxnAutoRetry (0.0s) PASSED variable.TestTiFlashMaxBytes (0.0s) PASSED variable.TestTiDBLowResTSOUpdateInterval (0.0s) PASSED variable.TestTiFlashMemQuotaQueryPerNode (0.0s) PASSED variable.TestGetNativeValType (0.0s) PASSED variable.TestTimestamp (0.0s) PASSED variable.TestTiDBSchemaCacheSize (0.0s) PASSED variable.TestTiFlashQuerySpillRatio (0.0s) PASSED variable.TestTiDBCircuitBreakerPDMetadataErrorRateThresholdPct (0.0s) PASSED variable.TestTiFlashHashJoinVersion (0.0s) PASSED variable.TestLastInsertID (0.0s) PASSED variable.TestTimeValidation (0.0s) PASSED variable.TestCollationServer (0.0s) PASSED variable.TestEnableWindowFunction (0.0s) PASSED variable.TestDefaultCollationForUTF8MB4 (0.0s) PASSED variable.TestTiDBHashJoinVersion (0.0s) PASSED variable.TestBoolValidation (0.0s) PASSED variable.TestSQLAutoIsNull (0.0s) PASSED variable.TestTiDBAutoAnalyzeConcurrencyValidation (0.0s) PASSED variable.TestTiDBAutoAnalyzeConcurrencyValidation/Auto_analyze_disabled (0.0s) PASSED variable.TestTiDBAutoAnalyzeConcurrencyValidation/Auto_analyze_priority_queue_disabled (0.0s) PASSED variable.TestTiDBAutoAnalyzeConcurrencyValidation/Both_disabled (0.0s) PASSED variable.TestTiDBAutoAnalyzeConcurrencyValidation/Both_enabled,_valid_input (0.0s) PASSED variable.TestTimeZone (0.0s) PASSED variable.TestSysVar (0.0s) PASSED variable.TestTxnIsolation (0.0s) PASSED variable.TestFloatValidation (0.0s) PASSED variable.TestTiDBReplicaRead (0.0s) PASSED variable.TestError (0.0s) PASSED variable.TestTiDBMultiStatementMode (0.0s) PASSED variable.TestReadOnlyNoop (0.0s) PASSED variable.TestRegistrationOfNewSysVar (0.0s) PASSED variable.TestDurationValidation (0.0s) PASSED variable.TestSecureAuth (0.0s) PASSED variable.TestIntValidation (0.0s) PASSED variable.TestSkipInit (0.0s) PASSED variable.TestSessionGetterFuncs (0.0s) PASSED variable.TestUintValidation (0.0s) PASSED variable.TestEnumValidation (0.0s) PASSED variable.TestInstanceScopedVars (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_33_of_50/coverage.dat //pkg/ttl/ttlworker:ttlworker_test PASSED in 103.0s Stats over 50 runs: max = 103.0s, min = 6.4s, avg = 36.4s, dev = 24.5s PASSED ttlworker.TestParallelLockNewTask (24.5s) PASSED ttlworker.TestValidateTTLWork (0.0s) PASSED ttlworker.TestExecuteSQLWithCheck (0.0s) PASSED ttlworker.TestNewScanSession (21.1s) PASSED ttlworker.TestNewScanSession/test_err_in_SQL:_ (0.0s) PASSED ttlworker.TestNewScanSession/test_err_in_SQL:_set_@@tidb_distsql_scan_concurrency=1 (0.0s) PASSED ttlworker.TestNewScanSession/test_err_in_SQL:_set_@@tidb_enable_paging=OFF (0.0s) PASSED ttlworker.TestGetSessionWithFault (19.9s) PASSED ttlworker.TestScanTaskCancelStmt (0.0s) PASSED ttlworker.TestScanTaskCheck (0.0s) PASSED ttlworker.TestParallelSchedule (19.6s) PASSED ttlworker.TestTTLDelRetryBuffer (0.0s) PASSED ttlworker.TestScanTaskDoScan (0.0s) PASSED ttlworker.TestScanResultWhenWorkerStop (0.0s) PASSED ttlworker.TestScanWorkerScheduleWithFailedTask (0.0s) PASSED ttlworker.TestTTLDeleteTaskDoDelete (0.0s) PASSED ttlworker.TestTaskScheduleExpireHeartBeat (19.1s) PASSED ttlworker.TestScanWorkerSchedule (0.0s) PASSED ttlworker.TestTTLDeleteRateLimiter (0.0s) PASSED ttlworker.TestTaskMetrics (19.5s) PASSED ttlworker.TestRescheduleWithError (19.4s) PASSED ttlworker.TestTTLDeleteTaskWorker (0.0s) PASSED ttlworker.TestDelRateLimiterConcurrency (0.0s) PASSED ttlworker.TestTTLRunningTasksLimitation (25.2s) PASSED ttlworker.TestCancelWhileScan (96.4s) PASSED ttlworker.TestSplitCnt (0.0s) PASSED ttlworker.TestLocalJobs (0.0s) PASSED ttlworker.TestLockTable (0.0s) PASSED ttlworker.TestLockTable/heartbeat_timeout_job_but_create (0.0s) PASSED ttlworker.TestLockTable/heartbeat_timeout_job_but_create_with_check_interval (0.0s) PASSED ttlworker.TestLockTable/heartbeat_timeout_job_for_lock (0.0s) PASSED ttlworker.TestLockTable/normal_lock_table_for_create (0.0s) PASSED ttlworker.TestLockTable/normal_lock_table_for_create_and_check_interval (0.0s) PASSED ttlworker.TestLockTable/normal_lock_table_for_exist_job (0.0s) PASSED ttlworker.TestLockTable/return_error (0.0s) PASSED ttlworker.TestLockTable/running_job_but_create (0.0s) PASSED ttlworker.TestLockTable/running_job_but_create_and_check_interval (0.0s) PASSED ttlworker.TestLockTable/running_job_but_lock_for_exist_job (0.0s) PASSED ttlworker.TestLockTable/select_nothing_for_create (0.0s) PASSED ttlworker.TestLockTable/select_nothing_for_create_and_check_interval (0.0s) PASSED ttlworker.TestLockTable/select_nothing_for_exist_job (0.0s) PASSED ttlworker.TestOnTimerTick (0.0s) PASSED ttlworker.TestGetSession (21.2s) PASSED ttlworker.TestMeetTTLRunningTasks (21.9s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables/current_job_not_empty (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables/hb_time_expired (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables/last_start_time_expired (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables/last_start_time_far_enough_for_24h (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables/last_start_time_too_near (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables/last_start_time_too_near_for_24h (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables/newly_created (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables/proper_subset (0.0s) PASSED ttlworker.TestIterationOfRunningJob (40.3s) PASSED ttlworker.TestParallelLockNewJob (22.6s) PASSED ttlworker.TestShrinkScanWorkerAndResignOwner (28.4s) PASSED ttlworker.TestFinishJob (23.7s) PASSED ttlworker.TestTaskCancelledAfterHeartbeatTimeout (30.0s) PASSED ttlworker.TestTimerJobAfterDropTable (33.9s) PASSED ttlworker.TestJobManagerWithFault (0.0s) PASSED ttlworker.TestResizeWorkers (0.0s) PASSED ttlworker.TestTriggerTTLJob (38.3s) PASSED ttlworker.TestGetMaxRunningTasksLimit (0.0s) PASSED ttlworker.TestTTLJobDisable (33.7s) PASSED ttlworker.TestTTLDeleteWithTimeZoneChange (37.2s) PASSED ttlworker.TestTaskFinishedCondition (0.0s) PASSED ttlworker.TestHeartBeatErrorNotBlockOthers (33.6s) PASSED ttlworker.TestTTLAutoAnalyze (35.7s) PASSED ttlworker.TestJobHeartBeatFailNotBlockOthers (33.9s) PASSED ttlworker.TestJobTimeout (40.0s) PASSED ttlworker.TestTTLTimerHookOnEvent (0.2s) PASSED ttlworker.TestRescheduleJobsAfterTableDropped (42.9s) PASSED ttlworker.TestTTLTimerHookPrepare (0.0s) PASSED ttlworker.TestTriggerScanTask (39.1s) PASSED ttlworker.TestWaitTTLJobFinish (0.1s) PASSED ttlworker.TestSubmitJob (34.8s) PASSED ttlworker.TestTTLManualTriggerOneTimer (40.1s) PASSED ttlworker.TestDisableTTLAfterLoseHeartbeat (41.7s) PASSED ttlworker.TestDisableTTLAfterLoseHeartbeat/disable_TTL_for_a_table_after_losing_heartbeat (1.3s) PASSED ttlworker.TestDisableTTLAfterLoseHeartbeat/disable_TTL_globally_after_losing_heartbeat (0.9s) PASSED ttlworker.TestDisableTTLAfterLoseHeartbeat/drop_a_TTL_table_after_losing_heartbeat (1.9s) PASSED ttlworker.TestRescheduleJobs (35.3s) PASSED ttlworker.TestTTLTimerSync (52.3s) PASSED ttlworker.TestGCScanTasks (34.7s) PASSED ttlworker.TestTTLTimerRuntime (0.0s) PASSED ttlworker.TestGCTTLHistory (33.4s) PASSED ttlworker.TestGCTableStatus (36.7s) PASSED ttlworker.TestGetTTLSchedulePolicy (0.0s) PASSED ttlworker.TestManagerJobAdapterSubmitJob (0.1s) PASSED ttlworker.TestJobMetrics (36.2s) PASSED ttlworker.TestFinishError (39.3s) PASSED ttlworker.TestDelayMetrics (36.2s) PASSED ttlworker.TestManagerJobAdapterCanSubmitJob (38.2s) PASSED ttlworker.TestManagerJobAdapterNow (36.5s) PASSED ttlworker.TestManagerJobAdapterGetJob (38.4s) PASSED ttlworker.TestFinishAndUpdateOwnerAtSameTime (36.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_27_of_50/coverage.dat //pkg/session:session_test FLAKY, failed in 1 out of 51 in 64.8s Stats over 51 runs: max = 64.8s, min = 5.6s, avg = 13.6s, dev = 8.2s PASSED session.TestTiDBUpgradeWithDistTaskEnable (15.2s) PASSED session.TestTiDBUpgradeWithDistTaskEnable/test_disable_dist_task (7.5s) PASSED session.TestTiDBUpgradeWithDistTaskEnable/test_enable_dist_task (7.7s) PASSED session.TestTiDBUpgradeToVer209 (8.2s) PASSED session.TestTiDBUpgradeToVer179 (8.1s) PASSED session.TestWriteDDLTableVersionToMySQLTiDBWhenUpgradingTo178 (7.3s) PASSED session.TestWriteDDLTableVersionToMySQLTiDB (1.7s) PASSED session.TestTiDBUpgradeToVer177 (7.7s) PASSED session.TestTiDBUpgradeToVer176 (9.4s) PASSED session.TestTiDBUpgradeToVer170 (8.5s) PASSED session.TestTiDBUpgradeToVer145 (8.3s) PASSED session.TestTiDBPlanCacheInvalidationOnFreshStatsWhenUpgradingToVer144 (8.2s) PASSED session.TestTiDBLoadBasedReplicaReadThresholdUpgradingToVer141 (8.5s) PASSED session.TestTiDBUpgradeToVer143 (7.1s) PASSED session.TestTiDBTiDBOptTiDBOptimizerEnableNAAJWhenUpgradingToVer138 (7.5s) PASSED session.TestTiDBStatsLoadPseudoTimeoutUpgradeFrom610To650 (8.6s) PASSED session.TestTiDBNonPrepPlanCacheUpgradeFrom540To700 (8.2s) PASSED session.TestTiDBUpgradeToVer140 (13.5s) PASSED session.TestTiDBUpgradeToVer136 (8.0s) PASSED session.TestTiDBStoreBatchSizeUpgradeFrom650To660 (17.0s) PASSED session.TestTiDBGlobalVariablesDefaultValueUpgradeFrom630To660 (7.4s) PASSED session.TestTiDBServerMemoryLimitUpgradeTo651_2 (8.0s) PASSED session.TestTiDBServerMemoryLimitUpgradeTo651_1 (7.3s) PASSED session.TestTiDBGCAwareUpgradeFrom630To650 (7.7s) PASSED session.TestTiDBCostModelUpgradeFrom610To650 (17.0s) PASSED session.TestTiDBCostModelUpgradeFrom300To650 (8.6s) PASSED session.TestTiDBCostModelInNewCluster (2.1s) PASSED session.TestTiDBOptAdvancedJoinHintInNewCluster (1.7s) PASSED session.TestTiDBOptAdvancedJoinHintWhenUpgrading (8.7s) PASSED session.TestTiDBOptRangeMaxSizeWhenUpgrading (8.3s) PASSED session.TestTiDBEnablePagingVariable (1.8s) PASSED session.TestIndexMergeUpgradeFrom400To540Disable (8.4s) PASSED session.TestIndexMergeUpgradeFrom400To540Enable (8.8s) PASSED session.TestIndexMergeUpgradeFrom300To540 (9.8s) PASSED session.TestIndexMergeInNewCluster (2.5s) PASSED session.TestAnalyzeVersionUpgradeFrom300To500 (10.4s) PASSED session.TestReferencesPrivilegeOnColumn (2.5s) PASSED session.TestForIssue23387 (3.6s) PASSED session.TestSchemaCacheSizeVar (1.9s) PASSED session.TestSysSessionPoolGoroutineLeak (3.0s) PASSED session.TestUpgradeClusteredIndexDefaultValue (9.0s) PASSED session.TestDomapHandleNil (0.0s) PASSED session.TestStmtSummary (1.8s) PASSED session.TestBootstrapInitExpensiveQueryHandle (2.1s) PASSED session.TestGetStartMode (0.0s) PASSED session.TestBindInfoUniqueIndex (8.2s) PASSED session.TestOldPasswordUpgrade (0.0s) PASSED session.TestANSISQLMode (2.6s) PASSED session.TestWriteClusterIDToMySQLTiDBWhenUpgradingTo242 (7.6s) PASSED session.TestGetFuncName (0.0s) PASSED session.TestGetFuncName/Another_valid_function (0.0s) PASSED session.TestGetFuncName/Nil_function (0.0s) PASSED session.TestGetFuncName/Valid_function (0.0s) PASSED session.TestIssue20900_2 (9.6s) PASSED session.TestIssue17979_2 (9.1s) PASSED session.TestTiDBUpgradeToVer240 (7.9s) PASSED session.TestIssue17979_1 (8.4s) PASSED session.TestNullKeyspaceEtcdNamespace (0.2s) PASSED session.TestKeyspaceEtcdNamespace (0.2s) PASSED session.TestUpgrade (11.7s) PASSED session.TestDDLTableCreateDDLNotifierTable (3.3s) PASSED session.TestIndexJoinMultiPatternByUpgrade650To840 (7.6s) PASSED session.TestDDLTableCreateBackfillTable (4.1s) PASSED session.TestTiDBUpgradeToVer212 (8.9s) PASSED session.TestBootstrapWithError (2.9s) PASSED session.TestTiDBHistoryTableConsistent (4.7s) PASSED session.TestBootstrap (4.6s) PASSED session.TestTiDBUpgradeToVer211 (9.7s) PASSED session.TestBenchDaily (0.0s) PASSED session.TestTiDBUpgradeWithDistTaskRunning (59.7s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_failed (9.0s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_other (10.4s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_paused (8.6s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_reverted (12.0s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_running (9.5s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_succeed (10.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_1_of_50/coverage.dat //pkg/executor/test/analyzetest:analyzetest_test TIMEOUT in 5 out of 53 in 150.4s Stats over 53 runs: max = 150.4s, min = 43.1s, avg = 74.9s, dev = 32.2s PASSED analyzetest_test.TestIssue55438 (42.7s) PASSED analyzetest_test.TestAnalyzePartitionVerify (62.8s) PASSED analyzetest_test.TestAnalyzeMVIndex (46.2s) PASSED analyzetest_test.TestAnalyzePartition (42.2s) PASSED analyzetest_test.TestAnalyzeReplicaReadFollower (33.2s) PASSED analyzetest_test.TestAnalyzeColumnsSkipMVIndexJsonCol (38.8s) PASSED analyzetest_test.TestAnalyzeRestrict (35.0s) PASSED analyzetest_test.TestAutoAnalyzeAwareGlobalVariableChange (37.2s) PASSED analyzetest_test.TestAnalyzeTooLongColumns (36.6s) PASSED analyzetest_test.TestFailedAnalyzeRequest (37.2s) PASSED analyzetest_test.TestIssue35044 (38.4s) PASSED analyzetest_test.TestExtractTopN (41.5s) PASSED analyzetest_test.TestNormalAnalyzeOnCommonHandle (47.2s) PASSED analyzetest_test.TestIssue35056Related (46.1s) PASSED analyzetest_test.TestAnalyzeFullSamplingOnIndexWithVirtualColumnOrPrefixColumn (45.3s) PASSED analyzetest_test.TestAdjustSampleRateNote (40.7s) PASSED analyzetest_test.TestDefaultValForAnalyze (70.8s) PASSED analyzetest_test.TestSnapshotAnalyzeAndMaxTSAnalyze (78.6s) PASSED analyzetest_test.TestSnapshotAnalyzeAndMaxTSAnalyze/TestSnapshotAnalyzeAndMaxTSAnalyze-false (37.2s) PASSED analyzetest_test.TestSnapshotAnalyzeAndMaxTSAnalyze/TestSnapshotAnalyzeAndMaxTSAnalyze-true (41.4s) PASSED analyzetest_test.TestAnalyzeIndex (44.3s) PASSED analyzetest_test.TestIssue35056 (51.5s) PASSED analyzetest_test.TestIssue20874 (39.8s) PASSED analyzetest_test.TestAnalyzeClusteredIndexPrimary (44.1s) PASSED analyzetest_test.TestAnalyzeSamplingWorkPanic (37.3s) PASSED analyzetest_test.TestSmallTableAnalyzeV2 (41.9s) PASSED analyzetest_test.TestSavedAnalyzeOptions (45.5s) PASSED analyzetest_test.TestAnalyzePartitionUnderV1Dynamic (57.8s) PASSED analyzetest_test.TestSavedPartitionAnalyzeOptions (51.2s) PASSED analyzetest_test.TestSavedAnalyzeOptionsForMultipleTables (43.0s) PASSED analyzetest_test.TestSavedAnalyzeColumnOptions (43.1s) PASSED analyzetest_test.TestAnalyzePartitionStaticToDynamic (50.0s) PASSED analyzetest_test.TestAnalyzeColumnsWithPrimaryKey (93.1s) PASSED analyzetest_test.TestAnalyzeColumnsWithIndex (96.2s) PASSED analyzetest_test.TestAnalyzeColumnsWithClusteredIndex (90.9s) PASSED analyzetest_test.TestAnalyzePartitionUnderDynamic (46.8s) PASSED analyzetest_test.TestAnalyzeColumnsWithDynamicPartitionTable (104.7s) PASSED analyzetest_test.TestAnalyzeColumnsWithStaticPartitionTable (106.7s) PASSED analyzetest_test.TestAnalyzePartitionTableStaticToDynamic (62.9s) PASSED analyzetest_test.TestAnalyzeSampleRateReason (38.9s) PASSED analyzetest_test.TestAnalyzeColumnsWithExtendedStats (86.5s) PASSED analyzetest_test.TestAnalyzeColumnsErrorAndWarning (45.9s) PASSED analyzetest_test.TestAnalyzeColumnsWithVirtualColumnIndex (92.9s) PASSED analyzetest_test.TestAnalyzeColumnsAfterAnalyzeAll (107.4s) PASSED analyzetest_test.TestKillAutoAnalyzeIndex (49.4s) PASSED analyzetest_test.TestAnalyzeJob (50.9s) PASSED analyzetest_test.TestKillAutoAnalyze (96.5s) PASSED analyzetest_test.TestAnalyzePartitionTableWithDynamicMode (59.4s) PASSED analyzetest_test.TestInsertAnalyzeJobWithLongInstance (46.8s) PASSED analyzetest_test.TestShowAanalyzeStatusJobInfo (53.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_49_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_48_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_47_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_1_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_2_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_46_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_3_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_45_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_5_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_6_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_44_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_7_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_8_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_43_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_10_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_12_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_9_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_11_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_13_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_42_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_14_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_15_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_16_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_17_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_18_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_41_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_19_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_20_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_21_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_40_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_22_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_23_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_24_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_39_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_25_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_26_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_38_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_30_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_27_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_31_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_28_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_29_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_33_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_34_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_32_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_37_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_35_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_36_of_49/coverage.dat Test cases: finished with 7171 passing and 1 failing out of 7172 test cases Executed 164 out of 457 tests: 378 tests pass, 1 fails locally and 78 were skipped. make: *** [Makefile:638: bazel_coverage_test] Error 3 root: /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs complete to collect bazel result. [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] sh + ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log Parse from local file: tidb/bazel-test.log new flaky case: TestClusterIndexShowTableRegion new flaky case: TestIssue31129 new flaky case: TestTiDBUpgradeToVer140 new flaky case: TestDoDDLJobQuit TestAnalyzeParameters 142.53 Output files: bazel-flaky-summaries.log bazel-go-test-index.log bazel-go-test-problem-cases.json bazel-target-output-L10072-10867.timeout.log bazel-target-output-L2774-3605.log bazel-target-output-L3614-4552.log bazel-target-output-L4991-5740.fatal.log bazel-target-output-L5837-6694.log bazel-target-output-L6710-7598.timeout.log bazel-target-output-L7599-8477.timeout.log bazel-target-output-L8478-9278.timeout.log bazel-target-output-L876-2615.log bazel-target-output-L9279-10071.timeout.log [Pipeline] sh ++ uuidgen + timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: a2c90325-ea4f-4025-bb69-670458b8fcbf' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: master' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30227/' --header 'ce-specversion: 1.0' --header 'content-type: application/json; charset=UTF-8' --data @bazel-go-test-problem-cases.json Note: Unnecessary use of -X or --request, POST is already inferred. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 10.233.31.173... * TCP_NODELAY set * Connected to cloudevents-server.apps.svc (10.233.31.173) port 80 (#0) > POST /events HTTP/1.1 > Host: cloudevents-server.apps.svc > User-Agent: curl/7.61.1 > Accept: */* > ce-id: a2c90325-ea4f-4025-bb69-670458b8fcbf > ce-source: https://do.pingcap.net/jenkins/ > ce-type: test-case-run-report > ce-repo: pingcap/tidb > ce-branch: master > ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30227/ > ce-specversion: 1.0 > content-type: application/json; charset=UTF-8 > Content-Length: 721 > } [721 bytes data] * upload completely sent off: 721 out of 721 bytes 100 721 0 0 100 721 0 3517 --:--:-- --:--:-- --:--:-- 3517 100 721 0 0 100 721 0 597 0:00:01 0:00:01 --:--:-- 597 100 721 0 0 100 721 0 326 0:00:02 0:00:02 --:--:-- 326 100 721 0 0 100 721 0 224 0:00:03 0:00:03 --:--:-- 224 100 721 0 0 100 721 0 171 0:00:04 0:00:04 --:--:-- 171 100 721 0 0 100 721 0 138 0:00:05 0:00:05 --:--:-- 0 100 721 0 0 100 721 0 116 0:00:06 0:00:06 --:--:-- 0 100 721 0 0 100 721 0 99 0:00:07 0:00:07 --:--:-- 0 100 721 0 0 100 721 0 87 0:00:08 0:00:08 --:--:-- 0 100 721 0 0 100 721 0 78 0:00:09 0:00:09 --:--:-- 0+ true [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test Enterprise Extensions) Stage "Test Enterprise Extensions" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 2 Finished: FAILURE