Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/release-8.1/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/release-8.1/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-release-8-1-ghpr-unit-test-260-wmz2j-8j8cc-zf118 Agent pingcap-tidb-release-8-1-ghpr-unit-test-260-wmz2j-8j8cc-zf118 is provisioned from template pingcap_tidb_release-8_1_ghpr_unit_test_260-wmz2j-8j8cc --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/260/" runUrl: "job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/260/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "6eb9f89c4b72fc98e5938ae192a07c447e8169d4" jenkins/label: "pingcap_tidb_release-8_1_ghpr_unit_test_260-wmz2j" name: "pingcap-tidb-release-8-1-ghpr-unit-test-260-wmz2j-8j8cc-zf118" 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:go12120230809" 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-release-8-1-ghpr-unit-test-260-wmz2j-8j8cc-zf118" - name: "JENKINS_NAME" value: "pingcap-tidb-release-8-1-ghpr-unit-test-260-wmz2j-8j8cc-zf118" - 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-release-8-1-ghpr-unit-test-260-wmz2j-8j8cc-zf118 in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/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/release-8.1/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 > 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 Avoid second fetch Checking out Revision e64357d6ddd9be700fd5c8d87859c826b78da53a (origin/main) Commit message: "Define code ownership using "OWNERS" files in the central CI config repo (#2976)" > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e64357d6ddd9be700fd5c8d87859c826b78da53a # timeout=10 > git rev-list --no-walk e64357d6ddd9be700fd5c8d87859c826b78da53a # 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 PROW_JOB_ID=bfe6b9ff-263d-4e90-8b51-cd07dfa91fd1 JENKINS_NODE_COOKIE=77eb40fc-62ba-4be8-a464-fb79fff67eb5 BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/260/ GOLANG_VERSION=1.21.0 HOSTNAME=pingcap-tidb-release-8-1-ghpr-unit-test-260-wmz2j-8j8cc-zf118 HUDSON_SERVER_COOKIE=83ef27fe9acccc92 KUBERNETES_PORT_443_TCP_PORT=443 KUBERNETES_PORT=tcp://10.233.0.1:443 TERM=xterm STAGE_NAME=Debug info BUILD_TAG=jenkins-pingcap-tidb-release-8.1-ghpr_unit_test-260 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=e64357d6ddd9be700fd5c8d87859c826b78da53a JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/release-8.1/ghpr_unit_test","buildid":"1796487486206119939","prowjobid":"bfe6b9ff-263d-4e90-8b51-cd07dfa91fd1","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"release-8.1","base_sha":"b8a2b9e5394b28268f4be537a7c9f8f7bdbe0ce0","base_link":"https://github.com/pingcap/tidb/commit/b8a2b9e5394b28268f4be537a7c9f8f7bdbe0ce0","pulls":[{"number":53722,"author":"ti-chi-bot","sha":"5df3742a6d3f4fae0a322b773eb4eafdc8342e2e","title":"go.mod: update PD client to fix the backoffer retry (#53718)","link":"https://github.com/pingcap/tidb/pull/53722","commit_link":"https://github.com/pingcap/tidb/pull/53722/commits/5df3742a6d3f4fae0a322b773eb4eafdc8342e2e","author_link":"https://github.com/ti-chi-bot"}]}} KUBERNETES_SERVICE_HOST=10.233.0.1 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/260/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/260/display/redirect?page=artifacts FILE_SERVER_URL=http://fileserver.pingcap.net JENKINS_HOME=/var/jenkins_home GIT_COMMIT=e64357d6ddd9be700fd5c8d87859c826b78da53a PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/260/display/redirect GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct _=/usr/bin/printenv POD_CONTAINER=golang PWD=/home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test HUDSON_URL=https://do.pingcap.net/jenkins/ JOB_NAME=pingcap/tidb/release-8.1/ghpr_unit_test TZ=Asia/Shanghai BUILD_DISPLAY_NAME=#260 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1796487486206119939 GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742 JOB_BASE_NAME=ghpr_unit_test GIT_PREVIOUS_SUCCESSFUL_COMMIT=44e9fdd1b388d71f07c1fc94e6fccf31c512143e RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/260/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tidb_release-8_1_ghpr_unit_test_260-wmz2j GOROOT=/usr/local/go GIT_BRANCH=origin/main KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true KUBERNETES_SERVICE_PORT_HTTPS=443 WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-5c6a8d54e1eafe77a1a9b9f415b7dcf80d0f4d17173a0e297ba32a2ec04ce2da NODE_LABELS=pingcap_tidb_release-8_1_ghpr_unit_test_260-wmz2j pingcap-tidb-release-8-1-ghpr-unit-test-260-wmz2j-8j8cc-zf118 GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-release-8-1-ghpr-unit-test-260-wmz2j-8j8cc-zf118 GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/display/redirect BUILD_NUMBER=260 KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1 KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 GOLANG_DOWNLOAD_URL=https://dl.google.com/go/go1.21.0.linux-amd64.tar.gz + 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.21.0' 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 -fdebug-prefix-map=/tmp/go-build548077924=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw-. 1 jenkins root 1, 3 May 31 18:23 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-8-1-ghpr-unit-test-260-wmz2j-8j8cc-zf118 bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-8-1-ghpr-unit-test-260-wmz2j-8j8cc-zf118 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: 5986 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: d9d29502f69fe260 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 27 IN A 20.205.243.166 ;; Query time: 0 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Fri May 31 10:23:15 UTC 2024 ;; MSG SIZE rcvd: 77 [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-b8a2b9e-e990004) 586575872 bytes in 2.13 secs (275710835 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-babeld-32c28593 # github.com:22 SSH-2.0-babeld-32c28593 [Pipeline] } [Pipeline] // withCredentials [Pipeline] retry [Pipeline] { [Pipeline] sh git version 2.37.2 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.git/ .git HEAD is now at e9900048eb This is an automated cherry-pick of #53718 POST git-upload-pack (686 bytes) POST git-upload-pack (973 bytes) From https://github.com/pingcap/tidb = [up to date] release-8.1 -> origin/release-8.1 e9900048eb..5df3742a6d refs/pull/53722/head -> origin/pr/53722/head Previous HEAD position was e9900048eb This is an automated cherry-pick of #53718 HEAD is now at b8a2b9e539 statstics,ddl: fix FK table forgets to send CreateTable event (#53654) (#53662) ๐Ÿšง Checkouting to base SHA:b8a2b9e5394b28268f4be537a7c9f8f7bdbe0ce0... HEAD is now at b8a2b9e539 statstics,ddl: fix FK table forgets to send CreateTable event (#53654) (#53662) โœ… Checked. ๐ŸŽ‰ ๐Ÿงพ HEAD info: b8a2b9e5394b28268f4be537a7c9f8f7bdbe0ce0 b8a2b9e539 statstics,ddl: fix FK table forgets to send CreateTable event (#53654) (#53662) 76a23fddfe statistics: make sure that get max table id when to init stats (#53606) (#53614) 38b810ecf8 expression: fix wrong result when convert float to unsigned (#53590) (#53608) ๐Ÿšง Pre-merge heads of pull requests to base SHA: b8a2b9e5394b28268f4be537a7c9f8f7bdbe0ce0 ... Updating b8a2b9e539..5df3742a6d Fast-forward DEPS.bzl | 12 ++++++------ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) ๐Ÿงพ Pre-merged result: 5df3742a6d3f4fae0a322b773eb4eafdc8342e2e 5df3742a6d Resolve the conflicts e9900048eb This is an automated cherry-pick of #53718 b8a2b9e539 statstics,ddl: fix FK table forgets to send CreateTable event (#53654) (#53662) โœ… Pre merged ๐ŸŽ‰ ๐Ÿ“ update submodules ... โœ… update submodules done โœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-b8a2b9e-5df3742) 586649600 bytes in 12.34 secs (47554201 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/release-8.1/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 b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ 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/release-8.1 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 GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c 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: 73b185fb-daea-40af-b2bc-2fd15701fef2 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/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/release-8.1/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_31_10_23_05.4251426212/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=315385 --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/release-8.1/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/release-8.1/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, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (233 packages loaded, 11571 targets configured) INFO: Analyzed target //:gazelle (268 packages loaded, 11957 targets configured). INFO: Found 1 target... [0 / 61] [Prepa] Creating source manifest for //:gazelle ... ( 1 action running) [24 / 314] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/html.a; 1s remote-cache ... (3 actions, 0 running) [24 / 314] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 7.3 MiB / 17.2 MiB; 2s remote-cache ... (3 actions, 0 running) [273 / 314] GoCompilePkg build/tidb_nogo_actual~nogo.a [for tool]; Downloading build/tidb_nogo_actual~nogo.a; 0s remote-cache Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 23.703s, Critical Path: 3.90s INFO: 314 processes: 294 remote cache hit, 20 internal. INFO: Build completed successfully, 314 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/release-8.1/ghpr_unit_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 90846708-fcbe-44ab-9c29-44aa16568dce INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/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/release-8.1/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_31_10_23_05.4251426212/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=315385 --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/release-8.1/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/release-8.1/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 (160 packages loaded, 13309 targets configured) INFO: Analyzed target //tools/tazel:tazel (301 packages loaded, 14191 targets configured). INFO: Found 1 target... [0 / 9] [Prepa] BazelWorkspaceStatusAction stable-status.txt [271 / 585] [Prepa] GoCompilePkg external/org_golang_google_protobuf/internal/set/set.a ... (17 actions, 0 running) [551 / 585] GoCompilePkg external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a; Downloading external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a, 6.4 MiB / 9.7 MiB; 0s remote-cache ... (2 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 4.714s, Critical Path: 2.67s INFO: 319 processes: 316 remote cache hit, 3 internal. INFO: Build completed successfully, 319 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/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/... -//br/pkg/task:task_test -//tests/realtikvtest/... INFO: Invocation ID: de203607-6afc-44ef-8c91-8e8a3fed0dec INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/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/release-8.1/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_31_10_23_05.4251426212/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/release-8.1/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/release-8.1/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/release-8.1/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 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: 404 targets (630 packages loaded, 0 targets configured) Analyzing: 404 targets (1172 packages loaded, 13629 targets configured) Analyzing: 404 targets (1386 packages loaded, 20538 targets configured) Analyzing: 404 targets (1574 packages loaded, 22839 targets configured) Analyzing: 404 targets (1683 packages loaded, 24030 targets configured) Analyzing: 404 targets (1872 packages loaded, 25293 targets configured) Analyzing: 404 targets (1926 packages loaded, 25815 targets configured) Analyzing: 404 targets (1935 packages loaded, 26451 targets configured) INFO: Analyzed 404 targets (1935 packages loaded, 26726 targets configured).  checking cached actions INFO: Found 404 test targets... [0 / 405] [Prepa] Writing file br/pkg/backup/prepare_snap/prepare_snap_test/baseline_coverage.dat ... (13 actions, 0 running) [1,347 / 9,484] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/go/types.a, 5.0 MiB / 5.9 MiB; 0s remote-cache ... (35 actions, 0 running) [1,379 / 9,484] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache ... (35 actions, 0 running) [1,401 / 9,484] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 14.0 MiB / 17.2 MiB; 2s remote-cache ... (35 actions, 0 running) [1,740 / 9,484] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 3s remote-cache ... (35 actions, 0 running) [2,344 / 9,484] GoCompilePkg external/com_github_apache_thrift/lib/go/thrift/thrift.a; Downloading external/com_github_apache_thrift/lib/go/thrift/thrift.a, 3.0 MiB / 4.2 MiB; 0s remote-cache ... (35 actions, 0 running) [2,937 / 9,511] GoCompilePkg external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a; Downloading external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a, 6.8 MiB / 7.1 MiB; 0s remote-cache ... (34 actions, 0 running) [3,150 / 9,563] GoLink pkg/util/mathutil/mathutil_test_/mathutil_test; 0s remote-cache ... (35 actions, 0 running) [3,595 / 9,577] 5 / 404 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 42.5 MiB / 69.8 MiB; 0s remote-cache ... (35 actions, 0 running) [3,848 / 9,617] 34 / 404 tests; GoCompilePkg external/org_golang_google_protobuf/internal/filetype/filetype.a; Downloading external/org_golang_google_protobuf/internal/filetype/filetype.a; 0s remote-cache ... (35 actions, 0 running) [4,108 / 9,683] 52 / 404 tests; GoCompilePkg pkg/parser/parser.a; 0s remote-cache ... (34 actions, 0 running) [4,606 / 9,719] 69 / 404 tests; GoCompilePkg pkg/parser/ast/parser.recompile51.a; Downloading pkg/parser/ast/parser.recompile51.a, 2.6 MiB / 11.4 MiB; 0s remote-cache ... (35 actions, 0 running) [4,849 / 9,828] 72 / 404 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 14.0 MiB / 75.3 MiB; 0s remote-cache ... (35 actions, 0 running) [5,050 / 9,828] 74 / 404 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 50.0 MiB / 75.3 MiB; 1s remote-cache ... (34 actions, 0 running) [5,146 / 9,838] 78 / 404 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 2s remote-cache ... (10 actions, 0 running) [5,307 / 9,852] 80 / 404 tests; GoLink pkg/util/execdetails/execdetails_test_/execdetails_test; Downloading pkg/util/execdetails/execdetails_test_/execdetails_test, 25.8 MiB / 28.1 MiB; 0s remote-cache ... (23 actions, 0 running) [5,385 / 9,856] 81 / 404 tests; GoLink pkg/privilege/privileges/ldap/ldap_test_/ldap_test; 1s remote-cache ... (35 actions, 0 running) [5,450 / 9,915] 87 / 404 tests; GoLink pkg/lightning/log/log_test_/log_test; 1s remote-cache ... (35 actions, 0 running) [5,501 / 9,927] 96 / 404 tests; GoLink pkg/util/timeutil/timeutil_test_/timeutil_test; Downloading pkg/util/timeutil/timeutil_test_/timeutil_test, 26.0 MiB / 27.5 MiB; 2s remote-cache ... (35 actions, 0 running) [5,587 / 9,996] 101 / 404 tests; GoLink pkg/util/parser/parser_test_/parser_test; 2s remote-cache ... (35 actions, 0 running) [5,709 / 10,050] 109 / 404 tests; GoLink pkg/store/driver/error/error_test_/error_test; Downloading pkg/store/driver/error/error_test_/error_test, 14.0 MiB / 28.5 MiB; 0s remote-cache ... (35 actions, 0 running) [5,786 / 10,057] 110 / 404 tests; GoLink pkg/tablecodec/tablecodec_test_/tablecodec_test; Downloading pkg/tablecodec/tablecodec_test_/tablecodec_test, 24.1 MiB / 30.8 MiB; 1s remote-cache ... (35 actions, 0 running) [5,857 / 10,110] 114 / 404 tests; GoLink pkg/util/stmtsummary/v2/stmtsummary_test_/stmtsummary_test; Downloading pkg/util/stmtsummary/v2/stmtsummary_test_/stmtsummary_test, 25.0 MiB / 30.9 MiB; 1s remote-cache ... (35 actions, 0 running) [5,912 / 10,124] 116 / 404 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 24.0 MiB / 40.0 MiB; 2s remote-cache ... (35 actions, 0 running) [5,961 / 10,124] 116 / 404 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 36.0 MiB / 40.0 MiB; 3s remote-cache ... (34 actions, 0 running) [6,026 / 10,218] 119 / 404 tests; GoCompilePkg pkg/metrics/expression.recompile557.a; Downloading pkg/metrics/expression.recompile557.a, 52.0 MiB / 78.4 MiB; 4s remote-cache ... (35 actions, 0 running) [6,081 / 10,224] 122 / 404 tests; GoCompilePkg pkg/metrics/expression.recompile557.a; Downloading pkg/metrics/expression.recompile557.a, 66.3 MiB / 78.4 MiB; 5s remote-cache ... (34 actions, 0 running) [6,121 / 10,239] 125 / 404 tests; GoCompilePkg pkg/metrics/expression.recompile557.a; Downloading pkg/metrics/expression.recompile557.a, 78.0 MiB / 78.4 MiB; 6s remote-cache ... (35 actions, 0 running) [6,156 / 10,245] 127 / 404 tests; GoCompilePkg pkg/util/expression.recompile532.a; 6s remote-cache ... (35 actions, 0 running) [6,215 / 10,247] 129 / 404 tests; GoCompilePkg pkg/meta/expression.recompile532.a; Downloading pkg/meta/expression.recompile532.a, 46.0 MiB / 78.4 MiB; 4s remote-cache ... (35 actions, 0 running) [6,275 / 10,249] 131 / 404 tests; GoCompilePkg pkg/meta/expression.recompile532.a; Downloading pkg/meta/expression.recompile532.a, 59.0 MiB / 78.4 MiB; 5s remote-cache ... (35 actions, 0 running) [6,334 / 10,251] 134 / 404 tests; GoCompilePkg pkg/meta/expression.recompile532.a; Downloading pkg/meta/expression.recompile532.a, 72.0 MiB / 78.4 MiB; 6s remote-cache ... (35 actions, 0 running) [6,397 / 10,251] 134 / 404 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1062.a; 6s remote-cache ... (35 actions, 0 running) [6,484 / 10,256] 135 / 404 tests; GoCompilePkg pkg/extension/expression.recompile1127.a; Downloading pkg/extension/expression.recompile1127.a, 64.0 MiB / 78.4 MiB; 4s remote-cache ... (35 actions, 0 running) [6,554 / 10,258] 138 / 404 tests; GoCompilePkg pkg/extension/expression.recompile1127.a; 5s remote-cache ... (35 actions, 0 running) [6,667 / 10,264] 138 / 404 tests; GoLink pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test; Downloading pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test, 30.0 MiB / 41.0 MiB; 1s remote-cache ... (35 actions, 0 running) [6,732 / 10,266] 138 / 404 tests; GoLink pkg/executor/internal/pdhelper/pdhelper_test_/pdhelper_test; Downloading pkg/executor/internal/pdhelper/pdhelper_test_/pdhelper_test, 24.0 MiB / 42.9 MiB; 1s remote-cache ... (35 actions, 0 running) [6,785 / 10,281] 140 / 404 tests; GoLink pkg/executor/internal/pdhelper/pdhelper_test_/pdhelper_test; Downloading pkg/executor/internal/pdhelper/pdhelper_test_/pdhelper_test, 38.0 MiB / 42.9 MiB; 2s remote-cache ... (35 actions, 0 running) [6,835 / 10,283] 141 / 404 tests; GoLink br/pkg/utils/utils_test_/utils_test; Downloading br/pkg/utils/utils_test_/utils_test, 45.0 MiB / 51.6 MiB; 3s remote-cache ... (35 actions, 0 running) [6,893 / 10,360] 143 / 404 tests; GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 47.0 MiB / 60.8 MiB; 4s remote-cache ... (35 actions, 0 running) [6,944 / 10,371] 144 / 404 tests; GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 59.0 MiB / 60.8 MiB; 5s remote-cache ... (35 actions, 0 running) [7,010 / 10,427] 145 / 404 tests; GoLink pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test; Downloading pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test, 55.0 MiB / 55.4 MiB; 4s remote-cache ... (35 actions, 0 running) [7,071 / 10,442] 148 / 404 tests; GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; Downloading pkg/sessionctx/sessionctx_test_/sessionctx_test, 42.0 MiB / 55.5 MiB; 3s remote-cache ... (35 actions, 0 running) [7,128 / 10,449] 150 / 404 tests; GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; 4s remote-cache ... (35 actions, 0 running) [7,198 / 10,457] 154 / 404 tests; GoLink pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test; Downloading pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test, 37.0 MiB / 54.1 MiB; 2s remote-cache ... (35 actions, 0 running) [7,258 / 10,457] 158 / 404 tests; GoLink pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test; Downloading pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test, 50.0 MiB / 54.1 MiB; 4s remote-cache ... (35 actions, 0 running) [7,307 / 10,488] 158 / 404 tests; GoLink pkg/store/mockstore/unistore/unistore_test_/unistore_test; Downloading pkg/store/mockstore/unistore/unistore_test_/unistore_test, 28.0 MiB / 55.7 MiB; 2s remote-cache ... (35 actions, 0 running) [7,361 / 10,488] 159 / 404 tests; GoLink pkg/store/mockstore/unistore/unistore_test_/unistore_test; Downloading pkg/store/mockstore/unistore/unistore_test_/unistore_test, 40.0 MiB / 55.7 MiB; 3s remote-cache ... (35 actions, 0 running) [7,398 / 10,495] 159 / 404 tests; GoLink pkg/store/mockstore/unistore/unistore_test_/unistore_test; Downloading pkg/store/mockstore/unistore/unistore_test_/unistore_test, 51.0 MiB / 55.7 MiB; 4s remote-cache ... (35 actions, 0 running) [7,452 / 10,512] 160 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 59.7 MiB / 151.1 MiB; 5s remote-cache ... (35 actions, 0 running) [7,498 / 10,512] 161 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 73.0 MiB / 151.1 MiB; 6s remote-cache ... (35 actions, 0 running) [7,571 / 10,538] 163 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 89.0 MiB / 151.1 MiB; 7s remote-cache ... (35 actions, 0 running) [7,624 / 10,538] 165 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 103.0 MiB / 151.1 MiB; 8s remote-cache ... (35 actions, 0 running) [7,669 / 10,549] 165 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 115.1 MiB / 151.1 MiB; 9s remote-cache ... (34 actions, 0 running) [7,733 / 10,557] 166 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 130.0 MiB / 151.1 MiB; 10s remote-cache ... (35 actions, 0 running) [7,789 / 10,586] 168 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 143.0 MiB / 151.1 MiB; 11s remote-cache ... (35 actions, 0 running) [7,861 / 10,600] 169 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 12s remote-cache ... (35 actions, 0 running) [7,916 / 10,600] 170 / 404 tests; GoLink pkg/store/copr/copr_test/copr_test_test_/copr_test_test; Downloading pkg/store/copr/copr_test/copr_test_test_/copr_test_test, 50.0 MiB / 60.6 MiB; 3s remote-cache ... (35 actions, 0 running) [7,974 / 10,602] 170 / 404 tests; GoLink pkg/infoschema/internal/internal_test_/internal_test; Downloading pkg/infoschema/internal/internal_test_/internal_test, 41.0 MiB / 53.7 MiB; 3s remote-cache ... (35 actions, 0 running) [8,035 / 10,602] 172 / 404 tests; GoLink pkg/infoschema/internal/internal_test_/internal_test; 4s remote-cache ... (35 actions, 0 running) [8,085 / 10,604] 174 / 404 tests; GoLink pkg/meta/autoid/autoid_test_/autoid_test; Downloading pkg/meta/autoid/autoid_test_/autoid_test, 43.0 MiB / 60.9 MiB; 3s remote-cache ... (35 actions, 0 running) [8,131 / 10,604] 176 / 404 tests; GoLink pkg/meta/autoid/autoid_test_/autoid_test; Downloading pkg/meta/autoid/autoid_test_/autoid_test, 55.0 MiB / 60.9 MiB; 4s remote-cache ... (35 actions, 0 running) [8,196 / 10,615] 176 / 404 tests; GoLink pkg/table/temptable/temptable_test_/temptable_test; Downloading pkg/table/temptable/temptable_test_/temptable_test, 40.0 MiB / 61.5 MiB; 3s remote-cache ... (35 actions, 0 running) [8,245 / 10,656] 176 / 404 tests; GoLink pkg/table/temptable/temptable_test_/temptable_test; Downloading pkg/table/temptable/temptable_test_/temptable_test, 54.0 MiB / 61.5 MiB; 4s remote-cache ... (35 actions, 0 running) [8,287 / 10,686] 176 / 404 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 46.0 MiB / 101.5 MiB; 3s remote-cache ... (35 actions, 0 running) [8,331 / 10,735] 178 / 404 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 59.0 MiB / 101.5 MiB; 4s remote-cache ... (35 actions, 0 running) [8,365 / 10,735] 179 / 404 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 69.0 MiB / 101.5 MiB; 5s remote-cache ... (35 actions, 0 running) [8,408 / 10,735] 179 / 404 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 81.0 MiB / 101.5 MiB; 6s remote-cache ... (35 actions, 0 running) [8,449 / 10,740] 179 / 404 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 92.0 MiB / 101.5 MiB; 7s remote-cache ... (35 actions, 0 running) [8,481 / 10,740] 179 / 404 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; 9s remote-cache ... (35 actions, 0 running) [8,526 / 10,822] 180 / 404 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 54.0 MiB / 70.2 MiB; 5s remote-cache ... (35 actions, 0 running) [8,557 / 10,822] 180 / 404 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 67.0 MiB / 70.2 MiB; 6s remote-cache ... (35 actions, 0 running) [8,588 / 10,850] 181 / 404 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 77.0 MiB / 154.9 MiB; 7s remote-cache ... (34 actions, 0 running) [8,622 / 10,858] 182 / 404 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 89.0 MiB / 154.9 MiB; 8s remote-cache ... (35 actions, 0 running) [8,663 / 10,889] 185 / 404 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 101.0 MiB / 154.9 MiB; 9s remote-cache ... (35 actions, 0 running) [8,695 / 10,889] 186 / 404 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 111.2 MiB / 154.9 MiB; 10s remote-cache ... (35 actions, 0 running) [8,725 / 10,960] 186 / 404 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 121.0 MiB / 154.9 MiB; 11s remote-cache ... (35 actions, 0 running) [8,752 / 10,974] 187 / 404 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 130.0 MiB / 154.9 MiB; 12s remote-cache ... (35 actions, 0 running) [8,774 / 10,974] 187 / 404 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 148.0 MiB / 154.9 MiB; 13s remote-cache ... (35 actions, 0 running) [8,813 / 10,979] 188 / 404 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 14s remote-cache ... (35 actions, 0 running) [8,851 / 11,030] 188 / 404 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 110.0 MiB / 155.3 MiB; 10s remote-cache ... (35 actions, 0 running) [8,887 / 11,038] 190 / 404 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 121.0 MiB / 155.3 MiB; 11s remote-cache ... (35 actions, 0 running) [8,922 / 11,038] 191 / 404 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 131.0 MiB / 155.3 MiB; 12s remote-cache ... (35 actions, 0 running) [8,946 / 11,089] 191 / 404 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 141.0 MiB / 155.3 MiB; 13s remote-cache ... (35 actions, 0 running) [8,972 / 11,089] 193 / 404 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 151.0 MiB / 155.3 MiB; 14s remote-cache ... (35 actions, 0 running) [8,998 / 11,102] 194 / 404 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 60.0 MiB / 105.4 MiB; 6s remote-cache ... (35 actions, 0 running) [9,036 / 11,106] 196 / 404 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 71.0 MiB / 105.4 MiB; 7s remote-cache ... (34 actions, 0 running) [9,065 / 11,106] 197 / 404 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 81.0 MiB / 105.4 MiB; 8s remote-cache ... (35 actions, 0 running) [9,103 / 11,106] 198 / 404 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 91.9 MiB / 105.4 MiB; 9s remote-cache ... (35 actions, 0 running) [9,132 / 11,124] 198 / 404 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 102.0 MiB / 105.4 MiB; 10s remote-cache ... (35 actions, 0 running) [9,164 / 11,126] 198 / 404 tests; GoLink pkg/statistics/statistics_test_/statistics_test; Downloading pkg/statistics/statistics_test_/statistics_test, 84.6 MiB / 155.5 MiB; 9s remote-cache ... (35 actions, 0 running) [9,178 / 11,126] 198 / 404 tests; GoLink pkg/statistics/statistics_test_/statistics_test; Downloading pkg/statistics/statistics_test_/statistics_test, 91.6 MiB / 155.5 MiB; 10s remote-cache ... (35 actions, 0 running) [9,199 / 11,126] 199 / 404 tests; GoLink pkg/statistics/statistics_test_/statistics_test; Downloading pkg/statistics/statistics_test_/statistics_test, 98.6 MiB / 155.5 MiB; 11s remote-cache ... (35 actions, 0 running) [9,222 / 11,126] 199 / 404 tests; GoLink pkg/statistics/statistics_test_/statistics_test; Downloading pkg/statistics/statistics_test_/statistics_test, 109.6 MiB / 155.5 MiB; 12s remote-cache ... (35 actions, 0 running) [9,244 / 11,126] 199 / 404 tests; GoLink pkg/statistics/statistics_test_/statistics_test; Downloading pkg/statistics/statistics_test_/statistics_test, 119.6 MiB / 155.5 MiB; 13s remote-cache ... (35 actions, 0 running) [9,274 / 11,126] 200 / 404 tests; GoLink pkg/statistics/statistics_test_/statistics_test; Downloading pkg/statistics/statistics_test_/statistics_test, 129.6 MiB / 155.5 MiB; 14s remote-cache ... (35 actions, 0 running) [9,299 / 11,126] 201 / 404 tests; GoLink pkg/statistics/statistics_test_/statistics_test; Downloading pkg/statistics/statistics_test_/statistics_test, 138.6 MiB / 155.5 MiB; 15s remote-cache ... (35 actions, 0 running) [9,327 / 11,126] 202 / 404 tests; GoLink pkg/statistics/statistics_test_/statistics_test; Downloading pkg/statistics/statistics_test_/statistics_test, 148.6 MiB / 155.5 MiB; 16s remote-cache ... (35 actions, 0 running) [9,360 / 11,142] 203 / 404 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 17s remote-cache ... (35 actions, 0 running) [9,382 / 11,180] 204 / 404 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 155.0 MiB / 155.5 MiB; 17s remote-cache ... (35 actions, 0 running) [9,414 / 11,213] 204 / 404 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 148.0 MiB / 158.3 MiB; 16s remote-cache ... (35 actions, 0 running) [9,433 / 11,213] 205 / 404 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 156.0 MiB / 158.3 MiB; 17s remote-cache ... (35 actions, 0 running) [9,458 / 11,231] 205 / 404 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 47.0 MiB / 156.4 MiB; 5s remote-cache ... (35 actions, 0 running) [9,485 / 11,231] 205 / 404 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 58.0 MiB / 156.4 MiB; 6s remote-cache ... (35 actions, 0 running) [9,508 / 11,231] 206 / 404 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 67.0 MiB / 156.4 MiB; 7s remote-cache ... (35 actions, 0 running) [9,525 / 11,231] 206 / 404 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 77.0 MiB / 156.4 MiB; 8s remote-cache ... (35 actions, 0 running) [9,559 / 11,253] 207 / 404 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 86.0 MiB / 156.4 MiB; 9s remote-cache ... (35 actions, 0 running) [9,583 / 11,253] 208 / 404 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 97.0 MiB / 156.4 MiB; 11s remote-cache ... (36 actions, 2 running) [9,608 / 11,253] 209 / 404 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 105.0 MiB / 156.4 MiB; 12s remote-cache ... (36 actions, 2 running) [9,627 / 11,253] 209 / 404 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 113.0 MiB / 156.4 MiB; 13s remote-cache ... (36 actions, 2 running) [9,649 / 11,253] 209 / 404 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 122.0 MiB / 156.4 MiB; 14s remote-cache ... (36 actions, 2 running) [9,669 / 11,304] 210 / 404 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 130.0 MiB / 156.4 MiB; 15s remote-cache ... (36 actions, 2 running) [9,693 / 11,306] 210 / 404 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 139.0 MiB / 156.4 MiB; 16s remote-cache ... (36 actions, 2 running) [9,724 / 11,306] 210 / 404 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 148.0 MiB / 156.4 MiB; 17s remote-cache ... (36 actions, 2 running) [9,742 / 11,322] 212 / 404 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 156.0 MiB / 156.4 MiB; 18s remote-cache ... (36 actions, 2 running) [9,770 / 11,343] 212 / 404 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 115.5 MiB / 158.2 MiB; 13s remote-cache ... (36 actions, 2 running) [9,791 / 11,343] 212 / 404 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 126.0 MiB / 158.2 MiB; 14s remote-cache ... (36 actions, 2 running) [9,825 / 11,394] 214 / 404 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 136.0 MiB / 158.2 MiB; 15s remote-cache ... (36 actions, 2 running) [9,849 / 11,394] 214 / 404 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 145.0 MiB / 158.2 MiB; 16s remote-cache ... (37 actions, 4 running) [9,872 / 11,394] 214 / 404 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 154.0 MiB / 158.2 MiB; 17s remote-cache ... (37 actions, 4 running) [9,913 / 11,440] 214 / 404 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 162.0 MiB / 208.0 MiB; 18s remote-cache ... (38 actions, 6 running) [9,938 / 11,440] 216 / 404 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 172.0 MiB / 208.0 MiB; 19s remote-cache ... (38 actions, 6 running) [9,956 / 11,440] 216 / 404 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 181.0 MiB / 208.0 MiB; 20s remote-cache ... (38 actions, 6 running) [9,980 / 11,440] 216 / 404 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 190.0 MiB / 208.0 MiB; 21s remote-cache ... (38 actions, 6 running) [9,999 / 11,440] 216 / 404 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 199.0 MiB / 208.0 MiB; 22s remote-cache ... (35 actions, 2 running) [10,014 / 11,440] 216 / 404 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 208.0 MiB / 208.0 MiB; 23s remote-cache ... (38 actions, 6 running) [10,040 / 11,458] 216 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 54.8 MiB / 208.0 MiB; 6s remote-cache ... (37 actions, 4 running) [10,061 / 11,458] 216 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 63.0 MiB / 208.0 MiB; 7s remote-cache ... (38 actions, 6 running) [10,079 / 11,458] 216 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 72.0 MiB / 208.0 MiB; 8s remote-cache ... (38 actions, 6 running) [10,105 / 11,458] 216 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 81.0 MiB / 208.0 MiB; 9s remote-cache ... (39 actions, 8 running) [10,130 / 11,460] 216 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 90.0 MiB / 208.0 MiB; 10s remote-cache ... (39 actions, 8 running) [10,155 / 11,460] 216 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 100.0 MiB / 208.0 MiB; 11s remote-cache ... (39 actions, 8 running) [10,176 / 11,460] 217 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 109.0 MiB / 208.0 MiB; 12s remote-cache ... (38 actions, 6 running) [10,201 / 11,464] 219 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 118.2 MiB / 208.0 MiB; 13s remote-cache ... (39 actions, 8 running) [10,226 / 11,464] 220 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 128.0 MiB / 208.0 MiB; 14s remote-cache ... (41 actions, 12 running) [10,257 / 11,464] 221 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 139.0 MiB / 208.0 MiB; 15s remote-cache ... (41 actions, 12 running) [10,278 / 11,464] 221 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 149.0 MiB / 208.0 MiB; 16s remote-cache ... (41 actions, 12 running) [10,301 / 11,466] 222 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 157.0 MiB / 208.0 MiB; 17s remote-cache ... (42 actions, 14 running) [10,313 / 11,466] 222 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 165.0 MiB / 208.0 MiB; 19s remote-cache ... (42 actions, 14 running) [10,325 / 11,466] 222 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 173.0 MiB / 208.0 MiB; 20s remote-cache ... (41 actions, 12 running) [10,333 / 11,466] 223 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 180.0 MiB / 208.0 MiB; 21s remote-cache ... (43 actions, 16 running) [10,340 / 11,466] 223 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 188.2 MiB / 208.0 MiB; 22s remote-cache ... (43 actions, 16 running) [10,356 / 11,495] 223 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 196.8 MiB / 208.0 MiB; 23s remote-cache ... (43 actions, 16 running) [10,362 / 11,495] 223 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 204.0 MiB / 208.0 MiB; 24s remote-cache ... (42 actions, 15 running) [10,371 / 11,497] 223 / 404 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 25s remote-cache ... (43 actions, 16 running) [10,385 / 11,520] 224 / 404 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 195.0 MiB / 267.8 MiB; 23s remote-cache ... (43 actions, 16 running) [10,397 / 11,522] 225 / 404 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 202.0 MiB / 267.8 MiB; 24s remote-cache ... (44 actions, 18 running) [10,415 / 11,534] 225 / 404 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 210.6 MiB / 267.8 MiB; 25s remote-cache ... (45 actions, 20 running) [10,432 / 11,561] 226 / 404 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 220.0 MiB / 267.8 MiB; 26s remote-cache ... (44 actions, 18 running) [10,443 / 11,561] 226 / 404 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 227.0 MiB / 267.8 MiB; 27s remote-cache ... (45 actions, 20 running) [10,456 / 11,561] 226 / 404 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 234.0 MiB / 267.8 MiB; 28s remote-cache ... (46 actions, 22 running) [10,473 / 11,561] 226 / 404 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 244.0 MiB / 267.8 MiB; 30s remote-cache ... (45 actions, 20 running) [10,487 / 11,561] 226 / 404 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 252.0 MiB / 267.8 MiB; 31s remote-cache ... (46 actions, 22 running) [10,501 / 11,561] 226 / 404 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 260.0 MiB / 267.8 MiB; 32s remote-cache ... (45 actions, 20 running) [10,516 / 11,561] 227 / 404 tests; GoLink pkg/expression/expression_test_/expression_test; 33s remote-cache ... (46 actions, 22 running) [10,527 / 11,612] 227 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 25s remote-cache, linux-sandbox ... (46 actions, 22 running) [10,538 / 11,612] 227 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 26s remote-cache, linux-sandbox ... (49 actions, 28 running) [10,553 / 11,663] 227 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 28s remote-cache, linux-sandbox ... (49 actions, 28 running) [10,562 / 11,665] 227 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 29s remote-cache, linux-sandbox ... (50 actions, 30 running) [10,573 / 11,680] 227 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 30s remote-cache, linux-sandbox ... (48 actions, 26 running) [10,581 / 11,682] 227 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 31s remote-cache, linux-sandbox ... (49 actions, 28 running) [10,589 / 11,682] 228 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 32s remote-cache, linux-sandbox ... (49 actions, 29 running) [10,597 / 11,682] 228 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 33s remote-cache, linux-sandbox ... (48 actions, 27 running) [10,614 / 11,714] 230 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 34s remote-cache, linux-sandbox ... (50 actions, 31 running) [10,624 / 11,714] 230 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 35s remote-cache, linux-sandbox ... (51 actions, 32 running) [10,636 / 11,765] 230 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 36s remote-cache, linux-sandbox ... (52 actions, 34 running) [10,646 / 11,765] 230 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 37s remote-cache, linux-sandbox ... (53 actions, 36 running) [10,661 / 11,765] 230 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 38s remote-cache, linux-sandbox ... (52 actions, 34 running) [10,671 / 11,765] 230 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 39s remote-cache, linux-sandbox ... (53 actions, 36 running) [10,683 / 11,765] 230 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 40s remote-cache, linux-sandbox ... (53 actions, 36 running) [10,697 / 11,767] 230 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 41s remote-cache, linux-sandbox ... (53 actions, 36 running) [10,705 / 11,767] 230 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 43s remote-cache, linux-sandbox ... (53 actions, 36 running) [10,719 / 11,802] 231 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 44s remote-cache, linux-sandbox ... (53 actions, 36 running) [10,724 / 11,802] 231 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 45s remote-cache, linux-sandbox ... (52 actions, 34 running) [10,730 / 11,802] 231 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 46s remote-cache, linux-sandbox ... (52 actions, 34 running) [10,738 / 11,802] 232 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 47s remote-cache, linux-sandbox ... (53 actions, 36 running) [10,744 / 11,802] 232 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 31s remote-cache, linux-sandbox ... (53 actions, 36 running) [10,749 / 11,802] 232 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 32s remote-cache, linux-sandbox ... (53 actions, 36 running) [10,754 / 11,802] 233 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 33s remote-cache, linux-sandbox ... (54 actions, 38 running) [10,759 / 11,802] 233 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 35s remote-cache, linux-sandbox ... (54 actions, 38 running) [10,768 / 11,813] 233 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 36s remote-cache, linux-sandbox ... (53 actions, 37 running) [10,773 / 11,813] 233 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 37s remote-cache, linux-sandbox ... (53 actions, 36 running) [10,782 / 11,813] 233 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 38s remote-cache, linux-sandbox ... (54 actions, 38 running) [10,791 / 11,832] 233 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 39s remote-cache, linux-sandbox ... (54 actions, 38 running) [10,796 / 11,832] 233 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 40s remote-cache, linux-sandbox ... (53 actions, 37 running) [10,806 / 11,861] 234 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 41s remote-cache, linux-sandbox ... (52 actions, 35 running) [10,812 / 11,912] 234 / 404 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 32s remote-cache, linux-sandbox ... (53 actions, 36 running) [10,824 / 11,914] 234 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 30s remote-cache, linux-sandbox ... (54 actions, 38 running) [10,830 / 11,914] 234 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 31s remote-cache, linux-sandbox ... (53 actions, 36 running) [10,842 / 11,931] 234 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 32s remote-cache, linux-sandbox ... (54 actions, 38 running) [10,846 / 11,931] 235 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 33s remote-cache, linux-sandbox ... (54 actions, 38 running) [10,858 / 11,931] 235 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 35s remote-cache, linux-sandbox ... (54 actions, 38 running) [10,865 / 11,931] 235 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 36s remote-cache, linux-sandbox ... (55 actions, 40 running) [10,878 / 11,982] 236 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 37s remote-cache, linux-sandbox ... (56 actions, 42 running) [10,886 / 12,033] 236 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 38s remote-cache, linux-sandbox ... (55 actions, 40 running) [10,903 / 12,068] 236 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 39s remote-cache, linux-sandbox ... (55 actions, 40 running) [10,908 / 12,068] 236 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 40s remote-cache, linux-sandbox ... (56 actions, 42 running) [10,921 / 12,068] 238 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 41s remote-cache, linux-sandbox ... (57 actions, 45 running) [10,935 / 12,074] 238 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 42s remote-cache, linux-sandbox ... (59 actions, 48 running) [10,946 / 12,074] 239 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 43s remote-cache, linux-sandbox ... (58 actions, 46 running) [10,954 / 12,074] 239 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 44s remote-cache, linux-sandbox ... (59 actions, 48 running) [10,963 / 12,074] 239 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 45s remote-cache, linux-sandbox ... (60 actions, 51 running) [10,975 / 12,074] 239 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 47s remote-cache, linux-sandbox ... (61 actions, 52 running) [10,984 / 12,074] 239 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 48s remote-cache, linux-sandbox ... (60 actions, 50 running) [10,992 / 12,102] 239 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 49s remote-cache, linux-sandbox ... (61 actions, 52 running) [10,997 / 12,102] 239 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 50s remote-cache, linux-sandbox ... (61 actions, 52 running) [11,001 / 12,102] 239 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 51s remote-cache, linux-sandbox ... (60 actions, 51 running) [11,016 / 12,104] 240 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 52s remote-cache, linux-sandbox ... (61 actions, 53 running) [11,023 / 12,104] 241 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 53s remote-cache, linux-sandbox ... (62 actions, 54 running) [11,032 / 12,104] 241 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 54s remote-cache, linux-sandbox ... (61 actions, 53 running) [11,040 / 12,104] 241 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 55s remote-cache, linux-sandbox ... (61 actions, 52 running) [11,052 / 12,104] 241 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 56s remote-cache, linux-sandbox ... (62 actions, 54 running) [11,059 / 12,104] 241 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 57s remote-cache, linux-sandbox ... (62 actions, 54 running) [11,075 / 12,104] 242 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 59s remote-cache, linux-sandbox ... (62 actions, 54 running) [11,083 / 12,108] 242 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 60s remote-cache, linux-sandbox ... (63 actions, 56 running) [11,090 / 12,108] 242 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 61s remote-cache, linux-sandbox ... (63 actions, 56 running) [11,096 / 12,108] 242 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 62s remote-cache, linux-sandbox ... (63 actions, 56 running) [11,107 / 12,108] 243 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 63s remote-cache, linux-sandbox ... (60 actions, 50 running) [11,114 / 12,108] 244 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 64s remote-cache, linux-sandbox ... (60 actions, 50 running) [11,124 / 12,108] 244 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 65s remote-cache, linux-sandbox ... (62 actions, 54 running) [11,129 / 12,108] 245 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 66s remote-cache, linux-sandbox ... (64 actions, 58 running) [11,133 / 12,108] 246 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 67s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,141 / 12,108] 246 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 68s remote-cache, linux-sandbox ... (66 actions, 63 running) [11,149 / 12,143] 246 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 69s remote-cache, linux-sandbox ... (66 actions, 63 running) [11,158 / 12,145] 246 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 70s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,166 / 12,145] 247 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 71s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,174 / 12,145] 247 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 72s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,180 / 12,145] 247 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 73s remote-cache, linux-sandbox ... (66 actions, 63 running) [11,186 / 12,145] 247 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 74s remote-cache, linux-sandbox ... (66 actions, 63 running) [11,197 / 12,171] 247 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 76s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,202 / 12,171] 247 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 77s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,207 / 12,171] 247 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 78s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,217 / 12,171] 249 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 79s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,227 / 12,171] 249 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 80s remote-cache, linux-sandbox ... (68 actions, 67 running) [11,236 / 12,222] 249 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,241 / 12,222] 249 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,247 / 12,222] 249 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 83s remote-cache, linux-sandbox ... (69 actions running) [11,249 / 12,222] 249 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 85s remote-cache, linux-sandbox ... (70 actions running) [11,250 / 12,222] 249 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 87s remote-cache, linux-sandbox ... (70 actions running) [11,254 / 12,222] 249 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 88s remote-cache, linux-sandbox ... (70 actions running) [11,260 / 12,231] 249 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 89s remote-cache, linux-sandbox ... (69 actions running) [11,265 / 12,238] 249 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 91s remote-cache, linux-sandbox ... (70 actions running) [11,265 / 12,238] 249 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 93s remote-cache, linux-sandbox ... (70 actions running) [11,277 / 12,238] 249 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,280 / 12,244] 249 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,282 / 12,244] 249 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,287 / 12,244] 249 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,296 / 12,254] 250 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,305 / 12,287] 250 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,308 / 12,287] 250 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,309 / 12,287] 250 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,311 / 12,287] 250 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [11,311 / 12,287] 250 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [11,312 / 12,287] 250 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,314 / 12,287] 250 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,317 / 12,287] 250 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [11,318 / 12,287] 250 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 66s remote-cache, linux-sandbox ... (70 actions running) [11,321 / 12,287] 250 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,323 / 12,287] 250 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 65s remote-cache, linux-sandbox ... (70 actions running) [11,323 / 12,287] 250 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 66s remote-cache, linux-sandbox ... (70 actions running) [11,324 / 12,287] 250 / 404 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,336 / 12,287] 250 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,336 / 12,287] 250 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [11,336 / 12,287] 250 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [11,336 / 12,287] 251 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 62s remote-cache, linux-sandbox ... (70 actions running) [11,347 / 12,287] 251 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,348 / 12,287] 251 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [11,352 / 12,287] 251 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,354 / 12,287] 251 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 66s remote-cache, linux-sandbox ... (69 actions running) [11,357 / 12,287] 251 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,359 / 12,287] 251 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 69s remote-cache, linux-sandbox ... (70 actions running) [11,361 / 12,287] 251 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 42 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [11,363 / 12,287] 251 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 42 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,368 / 12,299] 251 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 42 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,368 / 12,299] 251 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 42 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [11,373 / 12,299] 252 / 404 tests; Testing //br/pkg/backup:backup_test (shard 8 of 8); 45s remote-cache, linux-sandbox ... (70 actions running) [11,376 / 12,301] 252 / 404 tests; Testing //br/pkg/backup:backup_test (shard 8 of 8); 47s remote-cache, linux-sandbox ... (70 actions running) [11,379 / 12,305] 252 / 404 tests; Testing //br/pkg/backup:backup_test (shard 8 of 8); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,381 / 12,305] 253 / 404 tests; Testing //br/pkg/backup:backup_test (shard 8 of 8); 49s remote-cache, linux-sandbox ... (70 actions running) [11,384 / 12,305] 254 / 404 tests; Testing //br/pkg/backup:backup_test (shard 8 of 8); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,386 / 12,305] 254 / 404 tests; Testing //br/pkg/backup:backup_test (shard 8 of 8); 52s remote-cache, linux-sandbox ... (70 actions running) [11,390 / 12,305] 254 / 404 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 9 of 22); 32s remote-cache, linux-sandbox ... (70 actions running) [11,391 / 12,305] 254 / 404 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 9 of 22); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,391 / 12,305] 254 / 404 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 9 of 22); 35s remote-cache, linux-sandbox ... (70 actions running) [11,393 / 12,305] 254 / 404 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 9 of 22); 36s remote-cache, linux-sandbox ... (70 actions running) [11,394 / 12,305] 254 / 404 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 9 of 22); 37s remote-cache, linux-sandbox ... (70 actions running) [11,395 / 12,305] 254 / 404 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 9 of 22); 39s remote-cache, linux-sandbox ... (70 actions running) [11,396 / 12,305] 254 / 404 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 9 of 22); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,398 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [11,399 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 42s remote-cache, linux-sandbox ... (70 actions running) [11,399 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [11,400 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [11,400 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 47s remote-cache, linux-sandbox ... (70 actions running) [11,401 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [11,402 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [11,403 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 50s remote-cache, linux-sandbox ... (70 actions running) [11,403 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 52s remote-cache, linux-sandbox ... (70 actions running) [11,404 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [11,404 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [11,406 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [11,406 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [11,409 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [11,411 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [11,412 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,413 / 12,305] 254 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,418 / 12,305] 255 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [11,420 / 12,305] 255 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [11,421 / 12,305] 255 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 66s remote-cache, linux-sandbox ... (70 actions running) [11,422 / 12,305] 255 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,425 / 12,305] 255 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,427 / 12,305] 255 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,429 / 12,305] 255 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 71s remote-cache, linux-sandbox ... (70 actions running) [11,430 / 12,305] 255 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 72s remote-cache, linux-sandbox ... (70 actions running) [11,433 / 12,305] 255 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 73s remote-cache, linux-sandbox ... (70 actions running) [11,434 / 12,305] 255 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,436 / 12,305] 255 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [11,436 / 12,305] 255 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [11,436 / 12,305] 255 / 404 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 57s remote-cache, linux-sandbox ... (70 actions running) [11,443 / 12,305] 255 / 404 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 31 of 32); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,444 / 12,305] 255 / 404 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 31 of 32); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,445 / 12,305] 255 / 404 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 31 of 32); 54s remote-cache, linux-sandbox ... (70 actions running) [11,448 / 12,305] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,451 / 12,305] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,452 / 12,305] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,453 / 12,305] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 57s remote-cache, linux-sandbox ... (70 actions running) [11,454 / 12,305] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,457 / 12,305] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,457 / 12,305] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [11,458 / 12,305] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,459 / 12,305] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [11,459 / 12,305] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 68s remote-cache, linux-sandbox ... (70 actions running) [11,459 / 12,305] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 69s remote-cache, linux-sandbox ... (70 actions running) [11,460 / 12,305] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 70s remote-cache, linux-sandbox ... (70 actions running) [11,461 / 12,305] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 71s remote-cache, linux-sandbox ... (70 actions running) [11,462 / 12,305] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,465 / 12,318] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 74s remote-cache, linux-sandbox ... (70 actions running) [11,469 / 12,318] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 76s remote-cache, linux-sandbox ... (70 actions running) [11,469 / 12,318] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 77s remote-cache, linux-sandbox ... (70 actions running) [11,469 / 12,318] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 78s remote-cache, linux-sandbox ... (70 actions running) [11,471 / 12,318] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 79s remote-cache, linux-sandbox ... (70 actions running) [11,472 / 12,318] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,474 / 12,318] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 82s remote-cache, linux-sandbox ... (70 actions running) [11,477 / 12,318] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [11,482 / 12,318] 255 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,484 / 12,318] 256 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 87s remote-cache, linux-sandbox ... (70 actions running) [11,484 / 12,318] 256 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [11,484 / 12,318] 256 / 404 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 89s remote-cache, linux-sandbox ... (70 actions running) [11,490 / 12,318] 256 / 404 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 1 of 3); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,493 / 12,361] 256 / 404 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 1 of 3); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,499 / 12,361] 257 / 404 tests; Testing //pkg/executor/importer:importer_test (shard 17 of 28); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,500 / 12,361] 257 / 404 tests; Testing //pkg/executor/importer:importer_test (shard 17 of 28); 45s remote-cache, linux-sandbox ... (70 actions running) [11,502 / 12,361] 257 / 404 tests; Testing //pkg/executor/importer:importer_test (shard 17 of 28); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,506 / 12,361] 257 / 404 tests; Testing //pkg/executor/importer:importer_test (shard 18 of 28); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,508 / 12,361] 258 / 404 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 3 of 5); 47s remote-cache, linux-sandbox ... (70 actions running) [11,513 / 12,361] 258 / 404 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 30 of 32); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,514 / 12,361] 258 / 404 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 30 of 32); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,516 / 12,361] 258 / 404 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 48s remote-cache, linux-sandbox ... (70 actions running) [11,519 / 12,361] 258 / 404 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 50s remote-cache, linux-sandbox ... (70 actions running) [11,520 / 12,361] 258 / 404 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,523 / 12,361] 258 / 404 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 53s remote-cache, linux-sandbox ... (70 actions running) [11,524 / 12,361] 258 / 404 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,525 / 12,361] 258 / 404 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,526 / 12,361] 258 / 404 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 57s remote-cache, linux-sandbox ... (70 actions running) [11,527 / 12,361] 258 / 404 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,529 / 12,361] 258 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,530 / 12,361] 258 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [11,530 / 12,361] 258 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [11,531 / 12,361] 258 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 47s remote-cache, linux-sandbox ... (70 actions running) [11,533 / 12,363] 258 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [11,535 / 12,363] 258 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [11,537 / 12,363] 259 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,539 / 12,363] 259 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 52s remote-cache, linux-sandbox ... (70 actions running) [11,540 / 12,363] 259 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [11,541 / 12,363] 259 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,542 / 12,363] 259 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [11,542 / 12,363] 259 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [11,543 / 12,363] 259 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [11,544 / 12,363] 259 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [11,545 / 12,363] 260 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 63s remote-cache, linux-sandbox ... (70 actions running) [11,549 / 12,363] 260 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [11,550 / 12,363] 260 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [11,553 / 12,363] 260 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 66s remote-cache, linux-sandbox ... (70 actions running) [11,554 / 12,363] 260 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,554 / 12,363] 260 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 69s remote-cache, linux-sandbox ... (70 actions running) [11,554 / 12,363] 260 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 70s remote-cache, linux-sandbox ... (70 actions running) [11,560 / 12,363] 261 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 71s remote-cache, linux-sandbox ... (70 actions running) [11,562 / 12,363] 261 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,564 / 12,363] 261 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,566 / 12,363] 261 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 75s remote-cache, linux-sandbox ... (70 actions running) [11,567 / 12,363] 261 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,567 / 12,363] 261 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 78s remote-cache, linux-sandbox ... (70 actions running) [11,569 / 12,363] 262 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 79s remote-cache, linux-sandbox ... (70 actions running) [11,572 / 12,369] 262 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 80s remote-cache, linux-sandbox ... (70 actions running) [11,576 / 12,369] 262 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 81s remote-cache, linux-sandbox ... (70 actions running) [11,577 / 12,369] 262 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,581 / 12,369] 262 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [11,582 / 12,369] 262 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 85s remote-cache, linux-sandbox ... (70 actions running) [11,583 / 12,369] 262 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 86s remote-cache, linux-sandbox ... (70 actions running) [11,583 / 12,369] 262 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [11,584 / 12,369] 262 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 89s remote-cache, linux-sandbox ... (70 actions running) [11,585 / 12,369] 262 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,585 / 12,369] 262 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 92s remote-cache, linux-sandbox ... (70 actions running) [11,586 / 12,369] 262 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 94s remote-cache, linux-sandbox ... (70 actions running) [11,586 / 12,369] 262 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 95s remote-cache, linux-sandbox ... (70 actions running) [11,587 / 12,369] 262 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 97s remote-cache, linux-sandbox ... (70 actions running) [11,588 / 12,369] 263 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 98s remote-cache, linux-sandbox ... (70 actions running) [11,589 / 12,369] 263 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,591 / 12,369] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 101s remote-cache, linux-sandbox ... (70 actions running) [11,593 / 12,369] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 102s remote-cache, linux-sandbox ... (70 actions running) [11,595 / 12,376] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 103s remote-cache, linux-sandbox ... (70 actions running) [11,596 / 12,376] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 105s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,596 / 12,376] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 106s remote-cache, linux-sandbox ... (70 actions running) [11,598 / 12,376] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 108s remote-cache, linux-sandbox ... (70 actions running) [11,599 / 12,376] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 111s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,600 / 12,376] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 112s remote-cache, linux-sandbox ... (70 actions running) [11,601 / 12,376] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 114s remote-cache, linux-sandbox ... (70 actions running) [11,602 / 12,376] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 115s remote-cache, linux-sandbox ... (70 actions running) [11,603 / 12,376] 264 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,605 / 12,394] 264 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 105s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,611 / 12,394] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,613 / 12,406] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 100s remote-cache, linux-sandbox ... (70 actions running) [11,616 / 12,406] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 101s remote-cache, linux-sandbox ... (70 actions running) [11,617 / 12,406] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 105s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,618 / 12,406] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 106s remote-cache, linux-sandbox ... (70 actions running) [11,619 / 12,406] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 107s remote-cache, linux-sandbox ... (70 actions running) [11,619 / 12,406] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 108s remote-cache, linux-sandbox ... (70 actions running) [11,620 / 12,406] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 109s remote-cache, linux-sandbox ... (70 actions running) [11,627 / 12,406] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 111s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,629 / 12,406] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 112s remote-cache, linux-sandbox ... (70 actions running) [11,630 / 12,406] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 114s remote-cache, linux-sandbox ... (70 actions running) [11,630 / 12,406] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 115s remote-cache, linux-sandbox ... (70 actions running) [11,630 / 12,406] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 116s remote-cache, linux-sandbox ... (70 actions running) [11,630 / 12,406] 264 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 117s remote-cache, linux-sandbox ... (70 actions running) [11,634 / 12,406] 265 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 118s remote-cache, linux-sandbox ... (70 actions running) [11,635 / 12,406] 265 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 119s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,637 / 12,406] 265 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 121s remote-cache, linux-sandbox ... (70 actions running) [11,637 / 12,406] 265 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 127s remote-cache, linux-sandbox ... (70 actions running) [11,640 / 12,406] 265 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 128s remote-cache, linux-sandbox ... (70 actions running) [11,640 / 12,406] 265 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 130s remote-cache, linux-sandbox ... (70 actions running) [11,640 / 12,406] 265 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 131s remote-cache, linux-sandbox ... (70 actions running) [11,645 / 12,406] 266 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 132s remote-cache, linux-sandbox ... (70 actions running) [11,646 / 12,406] 266 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 134s remote-cache, linux-sandbox ... (70 actions running) [11,647 / 12,406] 266 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 136s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,649 / 12,406] 266 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 137s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,650 / 12,406] 266 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 138s remote-cache, linux-sandbox ... (70 actions running) [11,651 / 12,406] 266 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 139s remote-cache, linux-sandbox ... (70 actions running) [11,652 / 12,406] 266 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 141s remote-cache, linux-sandbox ... (70 actions running) [11,653 / 12,406] 266 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 142s remote-cache, linux-sandbox ... (70 actions running) [11,654 / 12,406] 266 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 144s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,657 / 12,406] 266 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 145s remote-cache, linux-sandbox ... (70 actions running) [11,658 / 12,406] 266 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 150s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,660 / 12,406] 266 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 151s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,662 / 12,406] 266 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 152s remote-cache, linux-sandbox ... (70 actions running) [11,662 / 12,406] 266 / 404 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 153s remote-cache, linux-sandbox ... (70 actions running) [11,665 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 72s remote-cache, linux-sandbox ... (70 actions running) [11,666 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,669 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,671 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,671 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 77s remote-cache, linux-sandbox ... (70 actions running) [11,673 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,675 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,678 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,679 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 82s remote-cache, linux-sandbox ... (70 actions running) [11,679 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 83s remote-cache, linux-sandbox ... (70 actions running) [11,681 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 85s remote-cache, linux-sandbox ... (70 actions running) [11,681 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 87s remote-cache, linux-sandbox ... (70 actions running) [11,683 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [11,684 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,684 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 92s remote-cache, linux-sandbox ... (70 actions running) [11,685 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,686 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 96s remote-cache, linux-sandbox ... (70 actions running) [11,687 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 97s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,688 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 99s remote-cache, linux-sandbox ... (70 actions running) [11,689 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 100s remote-cache, linux-sandbox ... (70 actions running) [11,690 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,691 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,692 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,693 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 105s remote-cache, linux-sandbox ... (70 actions running) [11,693 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 106s remote-cache, linux-sandbox ... (70 actions running) [11,695 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 107s remote-cache, linux-sandbox ... (70 actions running) [11,696 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 109s remote-cache, linux-sandbox ... (70 actions running) [11,696 / 12,427] 266 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 112s remote-cache, linux-sandbox ... (70 actions running) [11,697 / 12,427] 267 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 113s remote-cache, linux-sandbox ... (70 actions running) [11,698 / 12,427] 267 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 114s remote-cache, linux-sandbox ... (70 actions running) [11,699 / 12,427] 267 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 115s remote-cache, linux-sandbox ... (70 actions running) [11,700 / 12,427] 267 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 116s remote-cache, linux-sandbox ... (70 actions running) [11,701 / 12,427] 267 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 118s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,707 / 12,427] 267 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 119s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,708 / 12,427] 267 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 120s remote-cache, linux-sandbox ... (70 actions running) [11,708 / 12,427] 267 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 121s remote-cache, linux-sandbox ... (70 actions running) [11,712 / 12,427] 268 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 122s remote-cache, linux-sandbox ... (70 actions running) [11,714 / 12,427] 268 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 124s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,716 / 12,427] 268 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 125s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,718 / 12,427] 268 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 126s remote-cache, linux-sandbox ... (70 actions running) [11,720 / 12,427] 268 / 404 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,721 / 12,427] 268 / 404 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,723 / 12,427] 268 / 404 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 68s remote-cache, linux-sandbox ... (70 actions running) [11,724 / 12,427] 268 / 404 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,733 / 12,427] 268 / 404 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 71s remote-cache, linux-sandbox ... (70 actions running) [11,735 / 12,427] 268 / 404 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,739 / 12,427] 268 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,745 / 12,440] 268 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,747 / 12,440] 268 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 54s remote-cache, linux-sandbox ... (70 actions running) [11,748 / 12,440] 268 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 55s remote-cache, linux-sandbox ... (70 actions running) [11,749 / 12,440] 268 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 56s remote-cache, linux-sandbox ... (70 actions running) [11,749 / 12,440] 268 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 59s remote-cache, linux-sandbox ... (70 actions running) [11,750 / 12,440] 268 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 60s remote-cache, linux-sandbox ... (70 actions running) [11,752 / 12,440] 268 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 61s remote-cache, linux-sandbox ... (70 actions running) [11,752 / 12,440] 269 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 62s remote-cache, linux-sandbox ... (70 actions running) [11,757 / 12,442] 269 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 64s remote-cache, linux-sandbox ... (70 actions running) [11,758 / 12,442] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 65s remote-cache, linux-sandbox ... (70 actions running) [11,758 / 12,442] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 66s remote-cache, linux-sandbox ... (70 actions running) [11,758 / 12,442] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 67s remote-cache, linux-sandbox ... (70 actions running) [11,759 / 12,442] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 68s remote-cache, linux-sandbox ... (70 actions running) [11,760 / 12,442] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 69s remote-cache, linux-sandbox ... (70 actions running) [11,764 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 70s remote-cache, linux-sandbox ... (70 actions running) [11,764 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 73s remote-cache, linux-sandbox ... (70 actions running) FAIL: //pkg/executor/sortexec:sortexec_test (shard 1 of 6) (see /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_1_of_6/test_attempts/attempt_1.log) [11,765 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 74s remote-cache, linux-sandbox ... (70 actions running) [11,765 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 76s remote-cache, linux-sandbox ... (70 actions running) [11,766 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,766 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 79s remote-cache, linux-sandbox ... (70 actions running) [11,767 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 80s remote-cache, linux-sandbox ... (70 actions running) [11,769 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,770 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 83s remote-cache, linux-sandbox ... (70 actions running) [11,770 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 84s remote-cache, linux-sandbox ... (70 actions running) [11,772 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 85s remote-cache, linux-sandbox ... (70 actions running) [11,773 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,773 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 89s remote-cache, linux-sandbox ... (70 actions running) [11,774 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,776 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 92s remote-cache, linux-sandbox ... (70 actions running) [11,776 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 93s remote-cache, linux-sandbox ... (70 actions running) [11,778 / 12,490] 270 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 94s remote-cache, linux-sandbox ... (70 actions running) FLAKY: //pkg/executor/sortexec:sortexec_test (Summary) /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_1_of_6/test_attempts/attempt_1.log INFO: From Testing //pkg/executor/sortexec:sortexec_test (shard 1 of 6): ==================== Test output for //pkg/executor/sortexec:sortexec_test (shard 1 of 6): === RUN TestParallelSortSpillDisk [2024/05/31 10:34:54.321 +00:00] [ERROR] [sort_util.go:52] ["parallel sort panicked"] [error="runtime error: invalid memory address or nil pointer dereference"] [errorVerbose="runtime error: invalid memory address or nil pointer dereference\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/util.GetRecoverError\n\tpkg/util/util.go:304\ngithub.com/pingcap/tidb/pkg/executor/sortexec.processPanicAndLog\n\tpkg/executor/sortexec/sort_util.go:50\ngithub.com/pingcap/tidb/pkg/executor/sortexec.(*parallelSortSpillHelper).spill.func2.1\n\tpkg/executor/sortexec/parallel_sort_spill_helper.go:122\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:914\nruntime.panicmem\n\tGOROOT/src/runtime/panic.go:261\nruntime.sigpanic\n\tGOROOT/src/runtime/signal_unix.go:861\ngithub.com/pingcap/tidb/pkg/executor/sortexec.(*parallelSortWorker).sortLocalRows\n\tpkg/executor/sortexec/parallel_sort_worker.go:129\ngithub.com/pingcap/tidb/pkg/executor/sortexec.(*parallelSortSpillHelper).spill.func2\n\tpkg/executor/sortexec/parallel_sort_spill_helper.go:127\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/executor/sortexec.processPanicAndLog\n\tpkg/executor/sortexec/sort_util.go:52\ngithub.com/pingcap/tidb/pkg/executor/sortexec.(*parallelSortSpillHelper).spill.func2.1\n\tpkg/executor/sortexec/parallel_sort_spill_helper.go:122\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:914\nruntime.panicmem\n\tGOROOT/src/runtime/panic.go:261\nruntime.sigpanic\n\tGOROOT/src/runtime/signal_unix.go:861\ngithub.com/pingcap/tidb/pkg/executor/sortexec.(*parallelSortWorker).sortLocalRows\n\tpkg/executor/sortexec/parallel_sort_worker.go:129\ngithub.com/pingcap/tidb/pkg/executor/sortexec.(*parallelSortSpillHelper).spill.func2\n\tpkg/executor/sortexec/parallel_sort_spill_helper.go:127"] [stack="github.com/pingcap/tidb/pkg/executor/sortexec.processPanicAndLog\n\tpkg/executor/sortexec/sort_util.go:52\ngithub.com/pingcap/tidb/pkg/executor/sortexec.(*parallelSortSpillHelper).spill.func2.1\n\tpkg/executor/sortexec/parallel_sort_spill_helper.go:122\nruntime.gopanic\n\tGOROOT/src/runtime/panic.go:914\nruntime.panicmem\n\tGOROOT/src/runtime/panic.go:261\nruntime.sigpanic\n\tGOROOT/src/runtime/signal_unix.go:861\ngithub.com/pingcap/tidb/pkg/executor/sortexec.(*parallelSortWorker).sortLocalRows\n\tpkg/executor/sortexec/parallel_sort_worker.go:129\ngithub.com/pingcap/tidb/pkg/executor/sortexec.(*parallelSortSpillHelper).spill.func2\n\tpkg/executor/sortexec/parallel_sort_spill_helper.go:127"] sort_spill_test.go:179: Error Trace: pkg/executor/sortexec/sort_spill_test.go:179 pkg/executor/sortexec/parallel_sort_spill_test.go:37 pkg/executor/sortexec/parallel_sort_spill_test.go:101 Error: Received unexpected error: runtime error: invalid memory address or nil pointer dereference 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/util.GetRecoverError pkg/util/util.go:304 github.com/pingcap/tidb/pkg/executor/sortexec.processPanicAndLog pkg/executor/sortexec/sort_util.go:50 github.com/pingcap/tidb/pkg/executor/sortexec.(*parallelSortSpillHelper).spill.func2.1 pkg/executor/sortexec/parallel_sort_spill_helper.go:122 runtime.gopanic GOROOT/src/runtime/panic.go:914 runtime.panicmem GOROOT/src/runtime/panic.go:261 runtime.sigpanic GOROOT/src/runtime/signal_unix.go:861 github.com/pingcap/tidb/pkg/executor/sortexec.(*parallelSortWorker).sortLocalRows pkg/executor/sortexec/parallel_sort_worker.go:129 github.com/pingcap/tidb/pkg/executor/sortexec.(*parallelSortSpillHelper).spill.func2 pkg/executor/sortexec/parallel_sort_spill_helper.go:127 runtime.goexit src/runtime/asm_amd64.s:1650 Test: TestParallelSortSpillDisk --- FAIL: TestParallelSortSpillDisk (0.06s) === RUN TestSortInDisk [2024/05/31 10:34:54.386 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/31 10:34:54.387 +00:00] [INFO] [ddl_api.go:1144] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/31 10:34:54.387 +00:00] [INFO] [ddl_api.go:1144] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/31 10:34:54.388 +00:00] [INFO] [ddl_api.go:1144] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/31 10:34:54.388 +00:00] [INFO] [ddl_api.go:1144] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/31 10:34:54.389 +00:00] [INFO] [ddl_api.go:1144] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/31 10:34:54.391 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=cf7241ef-c1a4-4ab8-bd5a-112d1d7a59c4] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/31 10:34:54.409 +00:00] [WARN] [controller.go:205] ["[resource group controller] server does not save config, load config failed"] [2024/05/31 10:34:54.409 +00:00] [INFO] [controller.go:192] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/31 10:34:54.410 +00:00] [WARN] [domain.go:245] ["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:335\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:242\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:606\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1259\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get.func1\n\tpkg/session/tidb.go:92\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:70\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:79\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3569\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3561\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3511\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3295\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3261\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:294\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:265\ngithub.com/pingcap/tidb/pkg/executor/sortexec_test.testSortInDisk\n\tpkg/executor/sortexec/sort_test.go:51\ngithub.com/pingcap/tidb/pkg/executor/sortexec_test.TestSortInDisk\n\tpkg/executor/sortexec/sort_test.go:35\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/31 10:34:54.415 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=5.100667ms] [2024/05/31 10:34:54.416 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/31 10:34:54.416 +00:00] [INFO] [ddl.go:817] ["start DDL"] [category=ddl] [ID=59086d1f-a668-40e1-ad8a-cb18c88910f2] [runWorker=true] [2024/05/31 10:34:54.416 +00:00] [INFO] [ddl.go:776] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/31 10:34:54.416 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/31 10:34:54.416 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/31 10:34:54.416 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/31 10:34:54.416 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/31 10:34:54.416 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/31 10:34:54.416 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/31 10:34:54.416 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/31 10:34:54.416 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/31 10:34:54.416 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/31 10:34:54.416 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/31 10:34:54.416 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/31 10:34:54.416 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/31 10:34:54.416 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/31 10:34:54.417 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/31 10:34:54.417 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/31 10:34:54.417 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/31 10:34:54.418 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=0] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2024/05/31 10:34:54.451 +00:00] [INFO] [ddl_worker.go:260] ["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: 2024-05-31 10:34:54.447 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:54.451 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-31 10:34:54.447 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/31 10:34:54.460 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=3] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.447 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.466 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=3.206032ms] [2024/05/31 10:34:54.466 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/31 10:34:54.468 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:54.468 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/31 10:34:54.470 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=7.072219ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-31 10:34:54.447 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.481 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.447 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.493 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/31 10:34:54.493 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:54.494 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2024/05/31 10:34:54.494 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [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\tPRIMARY KEY (Host, User));"] [user=] [2024/05/31 10:34:54.505 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:54.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:54.505 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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\tPRIMARY KEY (Host, User));"] [2024/05/31 10:34:54.516 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=5] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.531 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=1.128029ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:54.533 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:54.533 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/31 10:34:54.534 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=4.539614ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.543 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.558 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/31 10:34:54.558 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:54.559 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [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=] [2024/05/31 10:34:54.562 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:54.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:54.562 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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' "] [2024/05/31 10:34:54.572 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=7] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.576 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=317.915ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:54.577 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:54.577 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/31 10:34:54.578 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.207632ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.587 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.591 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/31 10:34:54.591 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:54.592 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [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))"] [user=] [2024/05/31 10:34:54.599 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:54.597 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:54.599 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.597 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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))"] [2024/05/31 10:34:54.609 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=9] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.597 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.620 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=285.837ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:54.625 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:54.625 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/31 10:34:54.625 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=6.077285ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.597 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.634 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.597 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.639 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/31 10:34:54.639 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:54.640 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [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));"] [user=] [2024/05/31 10:34:54.648 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:54.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:54.648 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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));"] [2024/05/31 10:34:54.660 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=11] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.668 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=660.83ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:54.671 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:54.671 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/31 10:34:54.671 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=4.06824ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.695 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.702 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/31 10:34:54.702 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:54.703 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [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));"] [user=] [2024/05/31 10:34:54.715 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:54.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:54.715 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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));"] [2024/05/31 10:34:54.728 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=13] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.733 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=412.953ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:54.734 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:54.735 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/31 10:34:54.755 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=22.686427ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.764 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.768 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/31 10:34:54.768 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:54.769 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [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));"] [user=] [2024/05/31 10:34:54.790 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:54.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:54.791 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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));"] [2024/05/31 10:34:54.802 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=15] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.806 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=326.149ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:54.807 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:54.807 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/31 10:34:54.808 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.301435ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.822 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.826 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/31 10:34:54.826 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:54.826 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [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=] [2024/05/31 10:34:54.831 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:54.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:54.831 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:54.841 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=17] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.845 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=216.171ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:54.846 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:54.846 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/31 10:34:54.849 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=4.142199ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.854 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.867 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/31 10:34:54.868 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:54.868 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [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=] [2024/05/31 10:34:54.876 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:54.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:54.877 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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));"] [2024/05/31 10:34:54.885 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=19] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.888 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=196.41ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:54.889 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:54.889 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/31 10:34:54.889 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.014856ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.896 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.900 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/31 10:34:54.900 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:54.900 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [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=] [2024/05/31 10:34:54.911 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:54.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:54.911 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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';"] [2024/05/31 10:34:54.940 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=21] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.947 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=319.093ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:54.949 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:54.949 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/31 10:34:54.949 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.028544ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.960 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.901 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.965 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/31 10:34:54.965 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:54.965 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [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=] [2024/05/31 10:34:54.970 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:54.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:54.970 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:54.978 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=23] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:54.989 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=366.843ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:54.991 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:54.991 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/31 10:34:54.994 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=5.361397ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:54.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.006 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:54.968 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.015 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/31 10:34:55.015 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.015 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [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=] [2024/05/31 10:34:55.016 +00:00] [INFO] [ddl_api.go:1144] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/31 10:34:55.020 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:55.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.020 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:55.030 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=25] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.035 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=496.451ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.037 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.037 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/31 10:34:55.045 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=9.949264ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.052 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.058 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/31 10:34:55.058 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.058 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [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=] [2024/05/31 10:34:55.062 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:55.06 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.062 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.06 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:55.072 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=27] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.06 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.111 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=431.118ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.113 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.113 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/31 10:34:55.130 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=20.217194ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.06 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.140 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.06 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.150 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/31 10:34:55.150 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.151 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [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=] [2024/05/31 10:34:55.194 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:55.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.194 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:55.250 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=29] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.253 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=263.439ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.254 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.254 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/31 10:34:55.260 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=7.752687ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.268 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.273 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/31 10:34:55.273 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.273 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [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=] [2024/05/31 10:34:55.277 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:55.275 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.277 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.275 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:55.290 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=31] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.275 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.294 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=314.034ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.295 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.295 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/31 10:34:55.301 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=7.524051ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.275 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.312 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.275 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.319 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/31 10:34:55.319 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.319 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [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=] [2024/05/31 10:34:55.322 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:55.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.323 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:55.329 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=33] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.335 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=298.396ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.337 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.337 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/31 10:34:55.337 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.189359ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.344 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.349 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/31 10:34:55.349 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.349 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [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=] [2024/05/31 10:34:55.355 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:55.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.355 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:55.364 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=35] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.368 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=302.079ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.370 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.371 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/31 10:34:55.372 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=4.129744ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.387 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.395 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/31 10:34:55.395 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.395 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [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)"] [user=] [2024/05/31 10:34:55.399 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:55.398 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.399 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.398 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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)"] [2024/05/31 10:34:55.413 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=37] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.398 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.416 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=284.298ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.417 +00:00] [ERROR] [runaway.go:148] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2086\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1990\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1955\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1941\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1945\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:510\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:493\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:476\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:146\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:148\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [2024/05/31 10:34:55.417 +00:00] [WARN] [runaway.go:175] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2086\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1990\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1955\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1941\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1945\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:510\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:493\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:476\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:146\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/31 10:34:55.418 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.418 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/31 10:34:55.418 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.357448ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.398 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.431 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.398 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.437 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/31 10:34:55.437 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.438 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT 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),\n\t\tplan_digest varchar(64),\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) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/31 10:34:55.441 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:55.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.441 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT 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),\n\t\tplan_digest varchar(64),\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) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/31 10:34:55.451 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=39] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.458 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=460.342ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.460 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.460 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/31 10:34:55.462 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=4.305103ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.468 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.472 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/31 10:34:55.472 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.474 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [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=] [2024/05/31 10:34:55.477 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:55.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.477 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:55.486 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=41] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.492 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=315.924ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.493 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.493 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/31 10:34:55.513 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=21.539675ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.520 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.528 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/31 10:34:55.528 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.529 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [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=] [2024/05/31 10:34:55.552 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:55.531 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.552 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.531 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:55.602 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=43] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.531 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.607 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=245.665ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.609 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.609 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/31 10:34:55.612 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=5.254538ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.531 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.627 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.531 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.631 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/31 10:34:55.631 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.631 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2024/05/31 10:34:55.638 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:55.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.638 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2024/05/31 10:34:55.650 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=45] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.657 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=199.584ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.659 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.659 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/31 10:34:55.665 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=8.363442ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.677 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.684 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/31 10:34:55.684 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.684 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [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=] [2024/05/31 10:34:55.688 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:55.687 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.688 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.687 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:55.712 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=47] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.687 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.717 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=415.533ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.721 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.721 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/31 10:34:55.722 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=6.043855ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.687 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.733 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.687 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.740 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/31 10:34:55.740 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.740 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [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=] [2024/05/31 10:34:55.744 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:55.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.744 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:55.752 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=49] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.755 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=286.565ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.757 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.757 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/31 10:34:55.758 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.656074ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.766 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.742 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.775 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/31 10:34:55.775 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.775 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [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);"] [user=] [2024/05/31 10:34:55.779 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:55.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.779 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:55.786 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=51] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.789 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=280.849ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.795 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.795 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/31 10:34:55.795 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=6.24061ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.801 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.777 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.804 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/31 10:34:55.804 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.805 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [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=] [2024/05/31 10:34:55.808 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:55.806 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.808 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.806 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:55.822 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=53] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.806 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.832 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=302.862ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.834 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.834 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/31 10:34:55.835 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=3.539295ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.806 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.842 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.806 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.846 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/31 10:34:55.846 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.846 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [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=] [2024/05/31 10:34:55.860 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:55.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.860 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:55.876 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=55] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.885 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=277.751ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.887 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.887 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/31 10:34:55.889 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=4.332526ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.895 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.902 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/31 10:34:55.902 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:55.902 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [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=] [2024/05/31 10:34:55.909 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:55.910 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2024/05/31 10:34:55.935 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:55.945 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=683.346ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:55.958 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:55.958 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/31 10:34:55.969 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=25.30528ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:55.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.011 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:55.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.016 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/31 10:34:56.016 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.016 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2024/05/31 10:34:56.016 +00:00] [INFO] [ddl_api.go:1144] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/31 10:34:56.019 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.019 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2024/05/31 10:34:56.029 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.033 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=308.453ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:56.035 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:56.035 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/31 10:34:56.035 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.046676ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.048 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.054 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/31 10:34:56.055 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.055 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/31 10:34:56.062 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.06 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.063 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.06 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/31 10:34:56.088 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.06 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.097 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=390.94ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:56.099 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:56.099 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/31 10:34:56.110 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=13.269197ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.06 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.122 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.06 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.129 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/31 10:34:56.129 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.129 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/31 10:34:56.136 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.134 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.136 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.134 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/31 10:34:56.159 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.134 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.171 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=390.953ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:56.173 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:56.173 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/31 10:34:56.177 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=6.419081ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.134 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.190 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.134 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.196 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/31 10:34:56.197 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.197 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [user=] [2024/05/31 10:34:56.201 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.201 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [2024/05/31 10:34:56.211 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.216 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=443.061ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:56.218 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:56.218 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/31 10:34:56.220 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=5.301574ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.239 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.199 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.252 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/31 10:34:56.252 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.252 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2024/05/31 10:34:56.256 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.255 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.256 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.255 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2024/05/31 10:34:56.271 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.255 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.274 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=204.718ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:56.276 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:56.276 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/31 10:34:56.287 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=12.501226ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.255 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.296 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.255 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.300 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/31 10:34:56.300 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.306 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-31 10:34:56.304 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.306 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-31 10:34:56.304 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2024/05/31 10:34:56.315 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.304 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.319 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=330.493ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/31 10:34:56.321 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:56.321 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/31 10:34:56.326 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=7.076739ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-31 10:34:56.304 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.341 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.304 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.346 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/31 10:34:56.346 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.346 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=34] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2024/05/31 10:34:56.349 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.350 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2024/05/31 10:34:56.360 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.371 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=346.01ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:56.372 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:56.372 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/31 10:34:56.390 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=20.442801ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.399 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.403 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/31 10:34:56.403 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.404 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2024/05/31 10:34:56.417 +00:00] [ERROR] [runaway.go:148] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2086\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1990\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1955\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1941\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1945\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:510\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:493\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:476\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:146\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:148\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [2024/05/31 10:34:56.417 +00:00] [WARN] [runaway.go:175] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2086\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1990\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1955\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1941\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1945\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:510\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:493\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:476\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:146\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/31 10:34:56.418 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.406 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.418 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.406 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [2024/05/31 10:34:56.419 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/31 10:34:56.471 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.406 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.491 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=331.569ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:56.493 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:56.493 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/31 10:34:56.495 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=4.521767ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.406 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.509 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.406 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.516 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/31 10:34:56.516 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.517 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2024/05/31 10:34:56.520 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.519 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.520 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.519 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [2024/05/31 10:34:56.530 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.519 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.534 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=246.42ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:56.535 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:56.535 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/31 10:34:56.536 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.744793ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.519 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.555 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.519 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.560 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/31 10:34:56.560 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.561 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2024/05/31 10:34:56.574 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.562 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.574 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.562 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [2024/05/31 10:34:56.581 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.562 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.587 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=516.046ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:56.588 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:56.588 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/31 10:34:56.595 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=8.893082ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.562 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.603 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.562 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.617 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/31 10:34:56.617 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.618 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2024/05/31 10:34:56.623 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.619 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.623 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.619 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [2024/05/31 10:34:56.630 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.619 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.635 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=485.042ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:56.636 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:56.636 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/31 10:34:56.644 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=9.347257ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.619 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.651 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.619 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.659 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/31 10:34:56.659 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.660 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2024/05/31 10:34:56.678 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.678 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [2024/05/31 10:34:56.686 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.691 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=499.502ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:56.692 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:56.692 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/31 10:34:56.705 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=15.194036ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.714 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.719 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/31 10:34:56.719 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.719 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/31 10:34:56.724 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.721 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.724 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.721 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/31 10:34:56.736 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.721 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.745 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=504.856ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:56.747 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:56.747 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/31 10:34:56.755 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=10.912963ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.721 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.764 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.721 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.777 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/31 10:34:56.777 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.777 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/31 10:34:56.783 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.779 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.783 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.779 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/31 10:34:56.794 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.779 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.799 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=529.973ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:56.801 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:56.801 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/31 10:34:56.803 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=4.402401ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.779 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.811 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.779 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.823 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/31 10:34:56.823 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.824 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2024/05/31 10:34:56.838 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.831 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.838 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.831 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [2024/05/31 10:34:56.849 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.831 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.856 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=530.233ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:56.858 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:56.858 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/31 10:34:56.881 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=25.152095ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.831 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.891 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.831 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.897 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/31 10:34:56.897 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.898 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/31 10:34:56.903 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.9 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.903 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.9 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/31 10:34:56.912 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.9 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.917 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=404.062ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:56.919 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:56.919 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/31 10:34:56.939 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=22.711236ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.9 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.959 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.9 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:56.968 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/31 10:34:56.968 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:56.969 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/31 10:34:56.990 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:56.990 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/31 10:34:57.001 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.006 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=377.858ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:57.007 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:57.007 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/31 10:34:57.010 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=5.042653ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:56.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.017 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:56.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.022 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/31 10:34:57.022 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:57.022 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2024/05/31 10:34:57.028 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:57.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:57.028 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:57.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [2024/05/31 10:34:57.036 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:57.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.042 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=492.352ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:57.043 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:57.043 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/31 10:34:57.046 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=4.349667ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:57.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.051 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:57.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.058 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/31 10:34:57.058 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:57.059 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/31 10:34:57.079 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:57.061 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:57.079 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:57.061 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/31 10:34:57.088 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:57.061 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.096 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=332.237ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:57.097 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:57.097 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/31 10:34:57.102 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=6.733708ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:57.061 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.111 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:57.061 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.114 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/31 10:34:57.114 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:57.115 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2024/05/31 10:34:57.123 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:57.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:57.123 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:57.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [2024/05/31 10:34:57.138 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:57.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.145 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=258.412ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:57.147 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:57.147 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/31 10:34:57.148 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.952615ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:57.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.153 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:57.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.156 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/31 10:34:57.156 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:57.156 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2024/05/31 10:34:57.159 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:57.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:57.159 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:57.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [2024/05/31 10:34:57.172 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:57.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.181 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=326.633ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:57.182 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:57.182 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/31 10:34:57.192 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=11.444016ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:57.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.206 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:57.158 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.221 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/31 10:34:57.221 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:57.222 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2024/05/31 10:34:57.232 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-31 10:34:57.228 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:57.232 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-31 10:34:57.228 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/31 10:34:57.272 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:57.228 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.281 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=70.992ยตs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/31 10:34:57.283 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:57.283 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/31 10:34:57.292 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=10.944578ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-31 10:34:57.228 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.305 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create schema, State:synced, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:57.228 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.311 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/31 10:34:57.311 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:57.315 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-31 10:34:57.314 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:57.315 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-31 10:34:57.314 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"] [2024/05/31 10:34:57.328 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:57.314 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.338 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=243.583ยตs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/31 10:34:57.340 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:57.340 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/31 10:34:57.344 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=5.866613ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-31 10:34:57.314 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.356 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [job="ID:103, Type:create view, State:synced, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:57.314 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.362 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/31 10:34:57.362 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:57.426 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=3.010115177s] [2024/05/31 10:34:57.437 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=59086d1f-a668-40e1-ad8a-cb18c88910f2] [ownerKey=/tidb/ddl/fg/owner] [2024/05/31 10:34:57.437 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/31 10:34:57.437 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=1.904ยตs] [2024/05/31 10:34:57.437 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=1.15ยตs] [2024/05/31 10:34:57.437 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=1.125ยตs] [2024/05/31 10:34:57.437 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=851ns] [2024/05/31 10:34:57.437 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/31 10:34:57.437 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=987ns] [2024/05/31 10:34:57.437 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/31 10:34:57.437 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/31 10:34:57.437 +00:00] [INFO] [session_pool.go:98] ["closing session pool"] [category=ddl] [2024/05/31 10:34:57.440 +00:00] [INFO] [ddl.go:950] ["DDL closed"] [category=ddl] [ID=59086d1f-a668-40e1-ad8a-cb18c88910f2] ["take time"=3.281399ms] [2024/05/31 10:34:57.440 +00:00] [INFO] [ddl.go:768] ["stop DDL"] [category=ddl] [ID=59086d1f-a668-40e1-ad8a-cb18c88910f2] [2024/05/31 10:34:57.440 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/31 10:34:57.440 +00:00] [INFO] [domain.go:906] ["loadSchemaInLoop exited."] [2024/05/31 10:34:57.440 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/31 10:34:57.440 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/31 10:34:57.440 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/31 10:34:57.440 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/31 10:34:57.440 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/31 10:34:57.440 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/31 10:34:57.440 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/31 10:34:57.440 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/31 10:34:57.440 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/31 10:34:57.440 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/31 10:34:57.440 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/31 10:34:57.440 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/31 10:34:57.440 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/31 10:34:57.440 +00:00] [INFO] [domain.go:1073] ["domain closed"] ["take time"=3.594466ms] [2024/05/31 10:34:57.440 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=cf7241ef-c1a4-4ab8-bd5a-112d1d7a59c4] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/31 10:34:57.459 +00:00] [WARN] [controller.go:205] ["[resource group controller] server does not save config, load config failed"] [2024/05/31 10:34:57.460 +00:00] [INFO] [controller.go:192] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/31 10:34:57.474 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=14.306157ms] [2024/05/31 10:34:57.475 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/31 10:34:57.475 +00:00] [INFO] [ddl.go:817] ["start DDL"] [category=ddl] [ID=2f5eb14b-8941-4e4f-8d94-666390804d9f] [runWorker=true] [2024/05/31 10:34:57.475 +00:00] [INFO] [ddl.go:776] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/31 10:34:57.475 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/31 10:34:57.475 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/31 10:34:57.475 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/31 10:34:57.475 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/31 10:34:57.475 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/31 10:34:57.475 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/31 10:34:57.475 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/31 10:34:57.475 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/31 10:34:57.475 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/31 10:34:57.475 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/31 10:34:57.475 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/31 10:34:57.475 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/31 10:34:57.477 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/31 10:34:57.477 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/31 10:34:57.478 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/31 10:34:57.478 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/31 10:34:57.479 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/31 10:34:57.481 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true] [2024/05/31 10:34:57.482 +00:00] [INFO] [controller.go:454] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/31 10:34:57.492 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/31 10:34:57.496 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/31 10:34:57.498 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/31 10:34:57.498 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/31 10:34:57.499 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/31 10:34:57.499 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/31 10:34:57.500 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB] [2024/05/31 10:34:57.502 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/31 10:34:57.503 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/31 10:34:57.504 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/31 10:34:57.504 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/31 10:34:57.504 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/31 10:34:57.504 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/31 10:34:57.508 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1] [name=tidb_mem_oom_action] [val=LOG] [2024/05/31 10:34:57.509 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="drop table if exists t"] [user=] [2024/05/31 10:34:57.520 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="create table t(c1 int, c2 int, c3 int)"] [user=] [2024/05/31 10:34:57.527 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:57.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:57.527 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:57.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(c1 int, c2 int, c3 int)"] [2024/05/31 10:34:57.528 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/31 10:34:57.528 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/31 10:34:57.544 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [conn=1] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:57.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.548 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=215.912ยตs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:57.549 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2024/05/31 10:34:57.556 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=8.343746ms] [job="ID:105, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:57.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.562 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [conn=1] [job="ID:105, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:57.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:57.568 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/31 10:34:57.569 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:57.617 +00:00] [INFO] [sort_spill.go:59] ["memory exceeds quota, spill to disk now."] [consumed=45050] [quota=128] [2024/05/31 10:34:57.619 +00:00] [INFO] [sort_spill.go:59] ["memory exceeds quota, spill to disk now."] [consumed=28894] [quota=128] [2024/05/31 10:34:58.507 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/31 10:34:58.507 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/31 10:34:58.511 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2024/05/31 10:34:58.517 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000] [2024/05/31 10:34:58.517 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000] [2024/05/31 10:34:58.517 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000] [2024/05/31 10:34:58.517 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000] [2024/05/31 10:34:59.160 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1] [name=tidb_mem_oom_action] [val=LOG] [2024/05/31 10:34:59.173 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/31 10:34:59.173 +00:00] [INFO] [ddl_api.go:1144] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/31 10:34:59.173 +00:00] [INFO] [ddl_api.go:1144] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/31 10:34:59.174 +00:00] [INFO] [ddl_api.go:1144] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/31 10:34:59.174 +00:00] [INFO] [ddl_api.go:1144] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/31 10:34:59.175 +00:00] [INFO] [ddl_api.go:1144] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/31 10:34:59.177 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=e125be4a-c547-4a9a-a64c-98ebc8b8eaad] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/31 10:34:59.184 +00:00] [WARN] [controller.go:205] ["[resource group controller] server does not save config, load config failed"] [2024/05/31 10:34:59.184 +00:00] [INFO] [controller.go:192] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/31 10:34:59.185 +00:00] [WARN] [domain.go:245] ["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:335\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:242\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:606\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1259\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get.func1\n\tpkg/session/tidb.go:92\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:70\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:79\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3569\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3561\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3511\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3295\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3261\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:294\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:265\ngithub.com/pingcap/tidb/pkg/executor/sortexec_test.testSortInDisk\n\tpkg/executor/sortexec/sort_test.go:51\ngithub.com/pingcap/tidb/pkg/executor/sortexec_test.TestSortInDisk\n\tpkg/executor/sortexec/sort_test.go:36\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/31 10:34:59.189 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=3.821762ms] [2024/05/31 10:34:59.189 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/31 10:34:59.189 +00:00] [INFO] [ddl.go:817] ["start DDL"] [category=ddl] [ID=f46e2c0b-d320-4c0c-8bcb-b175a69618bb] [runWorker=true] [2024/05/31 10:34:59.189 +00:00] [INFO] [ddl.go:776] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/31 10:34:59.189 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/31 10:34:59.189 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/31 10:34:59.189 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/31 10:34:59.189 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/31 10:34:59.189 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/31 10:34:59.189 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/31 10:34:59.189 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/31 10:34:59.189 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/31 10:34:59.189 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/31 10:34:59.189 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/31 10:34:59.189 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/31 10:34:59.190 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/31 10:34:59.190 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/31 10:34:59.190 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/31 10:34:59.190 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/31 10:34:59.191 +00:00] [INFO] [controller.go:454] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/31 10:34:59.191 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=0] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2024/05/31 10:34:59.198 +00:00] [INFO] [ddl_worker.go:260] ["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: 2024-05-31 10:34:59.196 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:59.198 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-31 10:34:59.196 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/31 10:34:59.249 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/31 10:34:59.249 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/31 10:34:59.260 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=3] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.196 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.272 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=4.284768ms] [2024/05/31 10:34:59.272 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/31 10:34:59.275 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:59.275 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/31 10:34:59.276 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=8.410676ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-31 10:34:59.196 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.296 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.196 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.302 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/31 10:34:59.302 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:59.302 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2024/05/31 10:34:59.303 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [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\tPRIMARY KEY (Host, User));"] [user=] [2024/05/31 10:34:59.310 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:59.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:59.311 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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\tPRIMARY KEY (Host, User));"] [2024/05/31 10:34:59.319 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=5] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.335 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=1.172106ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:59.336 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:59.336 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/31 10:34:59.351 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=17.52469ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.364 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.306 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.375 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/31 10:34:59.375 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:59.376 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [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=] [2024/05/31 10:34:59.380 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:59.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:59.380 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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' "] [2024/05/31 10:34:59.390 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=7] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.394 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=294.005ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:59.396 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:59.396 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/31 10:34:59.402 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=7.849147ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.412 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.422 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/31 10:34:59.422 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:59.422 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [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))"] [user=] [2024/05/31 10:34:59.433 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:59.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:59.433 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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))"] [2024/05/31 10:34:59.443 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=9] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.446 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=257.765ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:59.448 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:59.448 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/31 10:34:59.448 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.008325ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.458 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.464 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/31 10:34:59.464 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:59.465 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [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));"] [user=] [2024/05/31 10:34:59.469 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:59.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:59.469 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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));"] [2024/05/31 10:34:59.479 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=11] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.486 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=571.787ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:59.487 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:59.487 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/31 10:34:59.489 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/31 10:34:59.491 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=5.612339ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.502 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.466 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.508 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/31 10:34:59.508 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:59.508 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [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));"] [user=] [2024/05/31 10:34:59.512 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:59.511 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:59.512 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.511 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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));"] [2024/05/31 10:34:59.518 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=13] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.511 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.525 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=321.579ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:59.526 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:59.526 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/31 10:34:59.533 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=8.220989ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.511 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.552 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.511 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.557 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/31 10:34:59.557 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:59.558 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [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));"] [user=] [2024/05/31 10:34:59.563 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.561 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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));"] [2024/05/31 10:34:59.563 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:59.561 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:59.583 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=15] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.561 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.587 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=305.642ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:59.588 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:59.588 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/31 10:34:59.589 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.011434ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.561 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.604 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.561 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.630 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/31 10:34:59.630 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:59.630 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [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=] [2024/05/31 10:34:59.636 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:59.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:59.636 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:59.643 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=17] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.648 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=203.995ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:59.649 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:59.649 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/31 10:34:59.665 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=16.926661ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.675 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.680 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/31 10:34:59.680 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:59.680 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [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=] [2024/05/31 10:34:59.683 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:59.682 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:59.683 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.682 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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));"] [2024/05/31 10:34:59.692 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=19] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.682 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.700 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=303.756ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:59.701 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:59.701 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/31 10:34:59.709 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=10.092564ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.682 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.719 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.682 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.725 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/31 10:34:59.725 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:59.726 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [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=] [2024/05/31 10:34:59.734 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:59.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:59.734 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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';"] [2024/05/31 10:34:59.748 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=21] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.759 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=356.287ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:59.761 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:59.761 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/31 10:34:59.763 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=4.56347ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.772 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.73 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.780 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/31 10:34:59.781 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:59.781 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [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=] [2024/05/31 10:34:59.793 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:59.789 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:59.793 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.789 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:59.802 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=23] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.789 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.817 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=367.256ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:59.819 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:59.819 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/31 10:34:59.825 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=8.518503ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.789 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.839 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.789 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.853 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/31 10:34:59.853 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:59.854 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [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=] [2024/05/31 10:34:59.854 +00:00] [INFO] [ddl_api.go:1144] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/31 10:34:59.868 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:59.859 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:59.868 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.859 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:59.888 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=25] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.859 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.894 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=487.774ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:59.896 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:59.896 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/31 10:34:59.900 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=5.955204ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.859 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.908 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.859 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.913 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/31 10:34:59.913 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:59.913 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [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=] [2024/05/31 10:34:59.918 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:59.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:59.918 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:34:59.942 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=27] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.955 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=459.059ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:34:59.957 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:34:59.957 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/31 10:34:59.959 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=4.811194ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.969 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:34:59.977 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/31 10:34:59.977 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:34:59.978 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [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=] [2024/05/31 10:34:59.981 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:34:59.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:34:59.981 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:35:00.005 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=29] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.016 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=330.198ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.018 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.018 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/31 10:35:00.021 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=5.036683ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-31 10:34:59.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.029 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-31 10:34:59.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.034 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/31 10:35:00.034 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:00.034 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [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=] [2024/05/31 10:35:00.038 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:35:00.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:00.038 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:35:00.057 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=31] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.066 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=385.035ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.068 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.068 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/31 10:35:00.070 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=4.480805ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.082 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.091 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/31 10:35:00.091 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:00.091 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [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=] [2024/05/31 10:35:00.106 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:35:00.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:00.106 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:35:00.115 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=33] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.119 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=323.421ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.121 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.121 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/31 10:35:00.126 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=7.502182ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.140 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.146 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/31 10:35:00.146 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:00.146 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [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=] [2024/05/31 10:35:00.156 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:35:00.151 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:00.156 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.151 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:35:00.164 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=35] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.151 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.168 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=369.307ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.170 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.170 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/31 10:35:00.180 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=12.282026ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.151 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.192 +00:00] [ERROR] [runaway.go:148] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2086\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1990\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1955\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1941\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1945\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:510\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:493\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:476\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:146\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:148\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [2024/05/31 10:35:00.192 +00:00] [WARN] [runaway.go:175] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2086\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1990\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1955\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1941\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1945\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:510\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:493\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:476\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:146\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/31 10:35:00.194 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.151 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.202 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/31 10:35:00.202 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:00.202 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [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)"] [user=] [2024/05/31 10:35:00.213 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:35:00.207 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:00.213 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.207 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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)"] [2024/05/31 10:35:00.223 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=37] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.207 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.234 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=332.208ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.236 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.236 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/31 10:35:00.242 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=7.945581ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.207 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.257 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.207 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.270 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/31 10:35:00.270 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:00.271 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT 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),\n\t\tplan_digest varchar(64),\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) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/31 10:35:00.283 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:35:00.278 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:00.283 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.278 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT 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),\n\t\tplan_digest varchar(64),\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) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/31 10:35:00.291 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=39] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.278 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.295 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=455.9ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.297 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.297 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/31 10:35:00.300 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=4.805193ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.278 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.314 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.278 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.330 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/31 10:35:00.330 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:00.332 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [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=] [2024/05/31 10:35:00.338 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:35:00.334 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:00.338 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.334 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:35:00.345 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=41] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.334 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.348 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=316.445ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.350 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.350 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/31 10:35:00.373 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=25.1946ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.334 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.388 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.334 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.402 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/31 10:35:00.402 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:00.403 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [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=] [2024/05/31 10:35:00.407 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:35:00.404 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:00.407 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.404 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:35:00.419 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=43] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.404 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.422 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=234.979ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.423 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.423 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/31 10:35:00.424 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.028222ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.404 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.431 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.404 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.440 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/31 10:35:00.440 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:00.440 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2024/05/31 10:35:00.449 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:35:00.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:00.449 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2024/05/31 10:35:00.457 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=45] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.465 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=204.725ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.466 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.466 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/31 10:35:00.466 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.06129ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.478 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.485 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/31 10:35:00.485 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:00.485 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [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=] [2024/05/31 10:35:00.491 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:35:00.488 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:00.491 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.488 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:35:00.503 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=47] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.488 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.512 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=410.016ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.513 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.513 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/31 10:35:00.540 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=28.615198ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.488 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.556 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.488 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.574 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/31 10:35:00.574 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:00.575 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [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=] [2024/05/31 10:35:00.588 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:35:00.581 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:00.588 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.581 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:35:00.602 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=49] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.581 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.606 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=319.275ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.608 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.608 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/31 10:35:00.608 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.077891ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.581 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.615 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.581 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.622 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/31 10:35:00.622 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:00.623 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [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);"] [user=] [2024/05/31 10:35:00.626 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:35:00.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:00.626 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:35:00.642 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=51] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.645 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=295.263ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.647 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.647 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/31 10:35:00.649 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=4.179063ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.661 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.665 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/31 10:35:00.665 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:00.666 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [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=] [2024/05/31 10:35:00.676 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:35:00.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:00.676 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:35:00.686 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=53] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.690 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=300.208ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.691 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.691 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/31 10:35:00.699 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=9.543799ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.716 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.723 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/31 10:35:00.723 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:00.724 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [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=] [2024/05/31 10:35:00.739 +00:00] [INFO] [ddl_worker.go:260] ["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:2, start time: 2024-05-31 10:35:00.727 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:00.739 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.727 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [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);"] [2024/05/31 10:35:00.750 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=55] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.727 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.754 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=300.037ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.756 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.756 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/31 10:35:00.758 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=4.254932ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.727 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.770 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.727 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.776 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/31 10:35:00.777 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:00.777 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [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=] [2024/05/31 10:35:00.780 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.779 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:00.780 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.779 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2024/05/31 10:35:00.791 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=57] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.779 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.800 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=287.311ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.802 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.802 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/31 10:35:00.818 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=17.94464ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.779 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.832 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.779 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.847 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/31 10:35:00.847 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:00.847 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2024/05/31 10:35:00.848 +00:00] [INFO] [ddl_api.go:1144] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/31 10:35:00.858 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:00.858 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2024/05/31 10:35:00.867 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=59] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.885 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=354.544ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.886 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.886 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/31 10:35:00.904 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=19.920773ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.919 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.956 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/31 10:35:00.956 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:00.957 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/31 10:35:00.962 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:00.962 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/31 10:35:00.972 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=61] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.979 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=406.886ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:00.980 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:00.980 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/31 10:35:00.983 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=4.973471ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:00.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:00.989 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:00.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.000 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/31 10:35:01.000 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:01.000 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/31 10:35:01.009 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:01.009 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/31 10:35:01.020 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=63] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.024 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=361.209ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:01.026 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:01.026 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/31 10:35:01.033 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=9.480522ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.066 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.007 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.090 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/31 10:35:01.090 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:01.091 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [user=] [2024/05/31 10:35:01.106 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.103 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:01.106 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.103 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [2024/05/31 10:35:01.126 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=65] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.103 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.139 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=599.405ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:01.141 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:01.141 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/31 10:35:01.144 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=5.830568ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.103 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.158 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.103 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.167 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/31 10:35:01.167 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:01.167 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2024/05/31 10:35:01.176 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:01.176 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2024/05/31 10:35:01.185 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=67] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.189 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=267.457ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:01.191 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:01.191 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/31 10:35:01.195 +00:00] [ERROR] [runaway.go:148] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2086\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1990\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1955\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1941\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1945\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:510\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:493\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:476\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:146\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:148\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [2024/05/31 10:35:01.195 +00:00] [WARN] [runaway.go:175] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2086\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1990\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1955\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1941\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1945\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:510\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:493\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:476\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:146\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/31 10:35:01.199 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/31 10:35:01.206 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=17.601339ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.241 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.174 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.245 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/31 10:35:01.245 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:01.251 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-31 10:35:01.249 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:01.251 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-31 10:35:01.249 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2024/05/31 10:35:01.304 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=69] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.249 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.321 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=351.95ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/31 10:35:01.323 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:01.323 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/31 10:35:01.338 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=17.739432ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-31 10:35:01.249 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.354 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.249 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.359 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/31 10:35:01.359 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:01.360 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=34] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2024/05/31 10:35:01.371 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.368 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:01.371 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.368 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2024/05/31 10:35:01.395 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=71] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.368 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.402 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=314.051ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:01.404 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:01.404 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/31 10:35:01.405 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=4.147363ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.368 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.415 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.368 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.419 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/31 10:35:01.419 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:01.419 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2024/05/31 10:35:01.425 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.423 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:01.426 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.423 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [2024/05/31 10:35:01.437 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=73] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.423 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.441 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=333.097ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:01.444 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:01.444 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/31 10:35:01.451 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=10.303665ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.423 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.492 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.423 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.504 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/31 10:35:01.504 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:01.505 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2024/05/31 10:35:01.509 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:01.509 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [2024/05/31 10:35:01.527 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=75] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.538 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=303.276ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:01.540 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:01.540 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/31 10:35:01.543 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=5.101982ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.554 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.565 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/31 10:35:01.565 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:01.565 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2024/05/31 10:35:01.570 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.567 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:01.570 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.567 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [2024/05/31 10:35:01.584 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=77] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.567 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.595 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=519.41ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:01.597 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:01.597 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/31 10:35:01.601 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=6.167587ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.567 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.608 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.567 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.613 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/31 10:35:01.613 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:01.613 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2024/05/31 10:35:01.622 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:01.622 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [2024/05/31 10:35:01.638 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=79] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.643 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=493.594ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:01.644 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:01.644 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/31 10:35:01.647 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=4.32657ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.665 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.672 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/31 10:35:01.672 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:01.672 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2024/05/31 10:35:01.680 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:01.680 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [2024/05/31 10:35:01.698 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=81] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.707 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=552.441ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:01.709 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:01.709 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/31 10:35:01.716 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=9.427917ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.725 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.734 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/31 10:35:01.734 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:01.735 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/31 10:35:01.748 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.745 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:01.748 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.745 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/31 10:35:01.757 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=83] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.745 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.762 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=515.175ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:01.764 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:01.764 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/31 10:35:01.769 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=7.662154ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.745 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.789 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.745 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.800 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/31 10:35:01.800 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:01.800 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/31 10:35:01.813 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.811 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:01.813 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.811 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/31 10:35:01.830 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=85] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.811 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.850 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=525.192ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:01.851 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:01.851 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/31 10:35:01.855 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=5.587639ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.811 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.865 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.811 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.872 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/31 10:35:01.872 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:01.872 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2024/05/31 10:35:01.876 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:01.877 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [2024/05/31 10:35:01.893 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=87] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.904 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=506.437ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:01.906 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:01.906 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/31 10:35:01.908 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=4.22528ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.926 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:01.984 +00:00] [INFO] [mvcc.go:1246] ["trying to commit with smaller commitTs than minCommitTs"] ["commit ts"=450141015750475776] ["min commit ts"=450141015756767232] [key=bURETEpvYkhp/3N0b3J5AAAA/AAAAAAAAABoAAAAAAAAAFf/AAAAAAAAAAD3] [2024/05/31 10:35:01.984 +00:00] [INFO] [commit.go:159] ["2PC commitTS rejected by TiKV, retry with a newer commitTS"] [txnStartTS=450141015749689344] [info="{StartTs:450141015749689344 AttemptedCommitTs:450141015750475776 Key:6d44444c4a6f624869ff73746f7279000000fc00000000000000680000000000000057ff0000000000000000f7 MinCommitTs:450141015756767232}"] [2024/05/31 10:35:01.989 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/31 10:35:01.989 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:01.989 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/31 10:35:01.994 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:01.995 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/31 10:35:02.004 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=89] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.008 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=420.763ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:02.010 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:02.010 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/31 10:35:02.013 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=5.111715ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:01.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.031 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:01.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.038 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/31 10:35:02.038 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:02.039 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/31 10:35:02.043 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:02.043 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/31 10:35:02.051 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=91] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:02.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.055 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=334.5ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:02.057 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:02.057 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/31 10:35:02.061 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=6.063108ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.074 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:02.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.088 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/31 10:35:02.089 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:02.089 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2024/05/31 10:35:02.103 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:02.103 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [2024/05/31 10:35:02.113 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=93] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:02.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.121 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=620.493ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:02.123 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:02.123 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/31 10:35:02.124 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=4.323602ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.135 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:02.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.144 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/31 10:35:02.144 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:02.145 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/31 10:35:02.166 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:02.166 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/31 10:35:02.192 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=95] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:02.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.197 +00:00] [ERROR] [runaway.go:156] ["try to get done runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2086\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1990\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1955\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1941\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1945\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchDoneRecord\n\tpkg/domain/runaway.go:549\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchDoneRecord\n\tpkg/domain/runaway.go:506\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchDoneRecords\n\tpkg/domain/runaway.go:480\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:154\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:156\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [2024/05/31 10:35:02.197 +00:00] [WARN] [runaway.go:175] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2086\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1990\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1955\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1941\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1945\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchDoneRecord\n\tpkg/domain/runaway.go:549\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchDoneRecord\n\tpkg/domain/runaway.go:506\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchDoneRecords\n\tpkg/domain/runaway.go:480\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:154\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/31 10:35:02.198 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=390.251ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:02.199 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:02.199 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/31 10:35:02.208 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=10.683485ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.217 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:02.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.235 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/31 10:35:02.235 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:02.235 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2024/05/31 10:35:02.252 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.245 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:02.253 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.245 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [2024/05/31 10:35:02.264 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=97] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:02.245 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.267 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=235.116ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:02.268 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:02.268 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/31 10:35:02.270 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.790761ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.245 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.276 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:02.245 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.280 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/31 10:35:02.280 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:02.280 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2024/05/31 10:35:02.284 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:02.284 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [2024/05/31 10:35:02.301 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=99] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:02.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.315 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=582.084ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:02.318 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:02.318 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/31 10:35:02.319 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=4.894512ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.328 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:02.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.338 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/31 10:35:02.338 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:02.339 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2024/05/31 10:35:02.343 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-31 10:35:02.341 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:02.343 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-31 10:35:02.341 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/31 10:35:02.356 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:02.341 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.363 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=97.04ยตs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/31 10:35:02.365 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:02.365 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/31 10:35:02.365 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.064822ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-31 10:35:02.341 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.373 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create schema, State:synced, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:02.341 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.379 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/31 10:35:02.379 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:02.383 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-31 10:35:02.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:02.383 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-31 10:35:02.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"] [2024/05/31 10:35:02.395 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=103] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:02.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.400 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=273.46ยตs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/31 10:35:02.403 +00:00] [INFO] [domain.go:867] ["session manager is nil"] [2024/05/31 10:35:02.403 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/31 10:35:02.405 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=4.932551ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-31 10:35:02.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.414 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 11, tp general"] [category=ddl] [jobID=103] [job="ID:103, Type:create view, State:synced, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:02.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.421 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/31 10:35:02.421 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:02.520 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=3.33083763s] [2024/05/31 10:35:02.533 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=f46e2c0b-d320-4c0c-8bcb-b175a69618bb] [ownerKey=/tidb/ddl/fg/owner] [2024/05/31 10:35:02.533 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/31 10:35:02.533 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 15, tp add index"] [category=ddl] ["take time"=5.901ยตs] [2024/05/31 10:35:02.533 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 12, tp add index"] [category=ddl] ["take time"=18.323ยตs] [2024/05/31 10:35:02.533 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 13, tp add index"] [category=ddl] ["take time"=5.473ยตs] [2024/05/31 10:35:02.533 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 14, tp add index"] [category=ddl] ["take time"=4.358ยตs] [2024/05/31 10:35:02.533 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/31 10:35:02.533 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 11, tp general"] [category=ddl] ["take time"=881ns] [2024/05/31 10:35:02.533 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/31 10:35:02.533 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/31 10:35:02.533 +00:00] [INFO] [session_pool.go:98] ["closing session pool"] [category=ddl] [2024/05/31 10:35:02.542 +00:00] [INFO] [ddl.go:950] ["DDL closed"] [category=ddl] [ID=f46e2c0b-d320-4c0c-8bcb-b175a69618bb] ["take time"=8.892633ms] [2024/05/31 10:35:02.542 +00:00] [INFO] [ddl.go:768] ["stop DDL"] [category=ddl] [ID=f46e2c0b-d320-4c0c-8bcb-b175a69618bb] [2024/05/31 10:35:02.542 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/31 10:35:02.542 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/31 10:35:02.542 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/31 10:35:02.542 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/31 10:35:02.542 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/31 10:35:02.542 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/31 10:35:02.542 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/31 10:35:02.542 +00:00] [INFO] [domain.go:906] ["loadSchemaInLoop exited."] [2024/05/31 10:35:02.542 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/31 10:35:02.542 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/31 10:35:02.542 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/31 10:35:02.542 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/31 10:35:02.542 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/31 10:35:02.542 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/31 10:35:02.542 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/31 10:35:02.542 +00:00] [INFO] [domain.go:1073] ["domain closed"] ["take time"=9.282369ms] [2024/05/31 10:35:02.542 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=e125be4a-c547-4a9a-a64c-98ebc8b8eaad] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/31 10:35:02.549 +00:00] [WARN] [controller.go:205] ["[resource group controller] server does not save config, load config failed"] [2024/05/31 10:35:02.549 +00:00] [INFO] [controller.go:192] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/31 10:35:02.581 +00:00] [INFO] [controller.go:454] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/31 10:35:02.584 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=34.559586ms] [2024/05/31 10:35:02.585 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/31 10:35:02.585 +00:00] [INFO] [ddl.go:817] ["start DDL"] [category=ddl] [ID=971d42cc-76fd-458b-a706-2a7bf286cc8d] [runWorker=true] [2024/05/31 10:35:02.585 +00:00] [INFO] [ddl.go:776] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/31 10:35:02.585 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/31 10:35:02.585 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/31 10:35:02.585 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/31 10:35:02.585 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/31 10:35:02.585 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/31 10:35:02.585 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/31 10:35:02.585 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/31 10:35:02.585 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/31 10:35:02.585 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/31 10:35:02.585 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/31 10:35:02.585 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/31 10:35:02.585 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/31 10:35:02.588 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/31 10:35:02.588 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/31 10:35:02.588 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/31 10:35:02.590 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/31 10:35:02.590 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/31 10:35:02.606 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/31 10:35:02.614 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/31 10:35:02.616 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/31 10:35:02.617 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/31 10:35:02.617 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/31 10:35:02.617 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/31 10:35:02.618 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/31 10:35:02.618 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB] [2024/05/31 10:35:02.619 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/31 10:35:02.619 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/31 10:35:02.624 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/31 10:35:02.626 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/31 10:35:02.626 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/31 10:35:02.630 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2] [name=tidb_mem_oom_action] [val=LOG] [2024/05/31 10:35:02.630 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=51] [cur_db=test] [sql="drop table if exists t"] [user=] [2024/05/31 10:35:02.631 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=51] [cur_db=test] [sql="create table t(c1 int, c2 int, c3 int)"] [user=] [2024/05/31 10:35:02.635 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/31 10:35:02.635 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(c1 int, c2 int, c3 int)"] [2024/05/31 10:35:02.638 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/31 10:35:02.638 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/31 10:35:02.649 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=105] [conn=2] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:02.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.652 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=189.757ยตs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/31 10:35:02.653 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2024/05/31 10:35:02.656 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=4.347326ms] [job="ID:105, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-31 10:35:02.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.669 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=105] [conn=2] [job="ID:105, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-31 10:35:02.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/31 10:35:02.673 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/31 10:35:02.674 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl] [2024/05/31 10:35:02.712 +00:00] [INFO] [sort_spill.go:59] ["memory exceeds quota, spill to disk now."] [consumed=30335] [quota=128] [2024/05/31 10:35:02.713 +00:00] [INFO] [tempDir.go:45] ["Tmp-storage-path not found. Try to initialize TempDir."] [2024/05/31 10:35:02.715 +00:00] [INFO] [sort_spill.go:59] ["memory exceeds quota, spill to disk now."] [consumed=30546] [quota=128] [2024/05/31 10:35:03.622 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/31 10:35:03.622 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/31 10:35:03.627 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2024/05/31 10:35:03.629 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000] [2024/05/31 10:35:03.629 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000] [2024/05/31 10:35:03.629 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000] [2024/05/31 10:35:03.629 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000] [2024/05/31 10:35:04.590 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/31 10:35:04.997 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2] [name=tidb_mem_oom_action] [val=LOG] [2024/05/31 10:35:05.011 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=971d42cc-76fd-458b-a706-2a7bf286cc8d] [ownerKey=/tidb/ddl/fg/owner] [2024/05/31 10:35:05.014 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/31 10:35:05.014 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 20, tp add index"] [category=ddl] ["take time"=7.309ยตs] [2024/05/31 10:35:05.014 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 17, tp add index"] [category=ddl] ["take time"=1.407ยตs] [2024/05/31 10:35:05.014 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 18, tp add index"] [category=ddl] ["take time"=1.433ยตs] [2024/05/31 10:35:05.014 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 19, tp add index"] [category=ddl] ["take time"=1.142ยตs] [2024/05/31 10:35:05.014 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/31 10:35:05.014 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 16, tp general"] [category=ddl] ["take time"=1.686ยตs] [2024/05/31 10:35:05.014 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/31 10:35:05.014 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/31 10:35:05.014 +00:00] [INFO] [session_pool.go:98] ["closing session pool"] [category=ddl] [2024/05/31 10:35:05.014 +00:00] [INFO] [ddl.go:950] ["DDL closed"] [category=ddl] [ID=971d42cc-76fd-458b-a706-2a7bf286cc8d] ["take time"=16.955779ms] [2024/05/31 10:35:05.014 +00:00] [INFO] [ddl.go:768] ["stop DDL"] [category=ddl] [ID=971d42cc-76fd-458b-a706-2a7bf286cc8d] [2024/05/31 10:35:05.014 +00:00] [INFO] [domain.go:1025] ["stopping ttlJobManager"] [2024/05/31 10:35:05.014 +00:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2024/05/31 10:35:05.015 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/31 10:35:05.015 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/31 10:35:05.015 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/31 10:35:05.015 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/31 10:35:05.015 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/31 10:35:05.015 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/31 10:35:05.015 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/31 10:35:05.015 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/31 10:35:05.015 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/31 10:35:05.015 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/31 10:35:05.015 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/31 10:35:05.016 +00:00] [INFO] [domain.go:1036] ["ttlJobManager exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/31 10:35:05.016 +00:00] [INFO] [domain.go:906] ["loadSchemaInLoop exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/31 10:35:05.016 +00:00] [INFO] [domain.go:1542] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=971d42cc-76fd-458b-a706-2a7bf286cc8d] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/31 10:35:05.016 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=971d42cc-76fd-458b-a706-2a7bf286cc8d] [ownerKey=/tidb/stats/owner] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner] [2024/05/31 10:35:05.016 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker] [2024/05/31 10:35:05.016 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/31 10:35:05.016 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/31 10:35:05.016 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/31 10:35:05.016 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=971d42cc-76fd-458b-a706-2a7bf286cc8d] [ownerKey=/tidb/bindinfo/owner] [2024/05/31 10:35:05.016 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/31 10:35:05.016 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/31 10:35:05.016 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/31 10:35:05.016 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/31 10:35:05.016 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/31 10:35:05.016 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/31 10:35:05.016 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000] [2024/05/31 10:35:05.016 +00:00] [INFO] [scheduler_manager.go:318] ["subtask history table gc loop exits"] [server-id=:4000] [2024/05/31 10:35:05.016 +00:00] [INFO] [scheduler_manager.go:206] ["schedule task loop exits"] [server-id=:4000] [2024/05/31 10:35:05.016 +00:00] [INFO] [scheduler_manager.go:459] ["collect loop exits"] [server-id=:4000] [2024/05/31 10:35:05.016 +00:00] [INFO] [scheduler_manager.go:379] ["cleanup loop exits"] [server-id=:4000] [2024/05/31 10:35:05.016 +00:00] [INFO] [domain.go:1544] ["dist task scheduler manager stopped"] [id=971d42cc-76fd-458b-a706-2a7bf286cc8d] [2024/05/31 10:35:05.016 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"] [2024/05/31 10:35:05.016 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"] [2024/05/31 10:35:05.016 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/31 10:35:05.017 +00:00] [INFO] [domain.go:1073] ["domain closed"] ["take time"=19.244316ms] [2024/05/31 10:35:05.018 +00:00] [INFO] [db.go:567] ["Closing database"] [2024/05/31 10:35:05.018 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2024/05/31 10:35:05.018 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2024/05/31 10:35:05.018 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2024/05/31 10:35:05.018 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2024/05/31 10:35:05.018 +00:00] [INFO] [db.go:625] ["Waiting for closer"] [2024/05/31 10:35:05.019 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=2f5eb14b-8941-4e4f-8d94-666390804d9f] [ownerKey=/tidb/ddl/fg/owner] [2024/05/31 10:35:05.019 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/31 10:35:05.019 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=5.069ยตs] [2024/05/31 10:35:05.019 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=4.174ยตs] [2024/05/31 10:35:05.019 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=4.201ยตs] [2024/05/31 10:35:05.019 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=3.501ยตs] [2024/05/31 10:35:05.019 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/31 10:35:05.019 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 6, tp general"] [category=ddl] ["take time"=1.174ยตs] [2024/05/31 10:35:05.019 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/31 10:35:05.019 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/31 10:35:05.019 +00:00] [INFO] [session_pool.go:98] ["closing session pool"] [category=ddl] [2024/05/31 10:35:05.019 +00:00] [INFO] [ddl.go:950] ["DDL closed"] [category=ddl] [ID=2f5eb14b-8941-4e4f-8d94-666390804d9f] ["take time"=520.503ยตs] [2024/05/31 10:35:05.019 +00:00] [INFO] [ddl.go:768] ["stop DDL"] [category=ddl] [ID=2f5eb14b-8941-4e4f-8d94-666390804d9f] [2024/05/31 10:35:05.019 +00:00] [INFO] [domain.go:1025] ["stopping ttlJobManager"] [2024/05/31 10:35:05.019 +00:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2024/05/31 10:35:05.019 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/31 10:35:05.019 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/31 10:35:05.019 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/31 10:35:05.019 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/31 10:35:05.019 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/31 10:35:05.019 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/31 10:35:05.019 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/31 10:35:05.020 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/31 10:35:05.020 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/31 10:35:05.020 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/31 10:35:05.020 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/31 10:35:05.020 +00:00] [INFO] [domain.go:1036] ["ttlJobManager exited."] [2024/05/31 10:35:05.020 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/31 10:35:05.021 +00:00] [INFO] [domain.go:906] ["loadSchemaInLoop exited."] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/31 10:35:05.021 +00:00] [INFO] [domain.go:1542] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=2f5eb14b-8941-4e4f-8d94-666390804d9f] [2024/05/31 10:35:05.021 +00:00] [INFO] [scheduler_manager.go:318] ["subtask history table gc loop exits"] [server-id=:4000] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/31 10:35:05.021 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=2f5eb14b-8941-4e4f-8d94-666390804d9f] [ownerKey=/tidb/bindinfo/owner] [2024/05/31 10:35:05.021 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/31 10:35:05.021 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/31 10:35:05.021 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/31 10:35:05.021 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/31 10:35:05.021 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/31 10:35:05.021 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/31 10:35:05.021 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=2f5eb14b-8941-4e4f-8d94-666390804d9f] [ownerKey=/tidb/stats/owner] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner] [2024/05/31 10:35:05.021 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker] [2024/05/31 10:35:05.021 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/31 10:35:05.021 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/31 10:35:05.021 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/31 10:35:05.021 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/31 10:35:05.021 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/31 10:35:05.021 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/31 10:35:05.021 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/31 10:35:05.021 +00:00] [INFO] [scheduler_manager.go:206] ["schedule task loop exits"] [server-id=:4000] [2024/05/31 10:35:05.021 +00:00] [INFO] [scheduler_manager.go:459] ["collect loop exits"] [server-id=:4000] [2024/05/31 10:35:05.021 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/31 10:35:05.021 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000] [2024/05/31 10:35:05.021 +00:00] [INFO] [scheduler_manager.go:379] ["cleanup loop exits"] [server-id=:4000] [2024/05/31 10:35:05.021 +00:00] [INFO] [domain.go:1544] ["dist task scheduler manager stopped"] [id=2f5eb14b-8941-4e4f-8d94-666390804d9f] [2024/05/31 10:35:05.021 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"] [2024/05/31 10:35:05.021 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"] [2024/05/31 10:35:05.021 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/31 10:35:05.022 +00:00] [INFO] [domain.go:1073] ["domain closed"] ["take time"=2.964266ms] [2024/05/31 10:35:05.022 +00:00] [INFO] [db.go:567] ["Closing database"] [2024/05/31 10:35:05.026 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2024/05/31 10:35:05.026 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2024/05/31 10:35:05.026 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2024/05/31 10:35:05.026 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2024/05/31 10:35:05.026 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- PASS: TestSortInDisk (10.71s) 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/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/10874/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/executor/sortexec/sortexec_test_/sortexec_test.runfiles/__main__/pkg/executor/sortexec/sortexec_test_/sortexec_test ================================================================================ [11,781 / 12,490] 271 / 404 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 3 of 20); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,781 / 12,490] 271 / 404 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 3 of 20); 49s remote-cache, linux-sandbox ... (70 actions running) [11,781 / 12,490] 271 / 404 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 3 of 20); 50s remote-cache, linux-sandbox ... (70 actions running) [11,782 / 12,490] 271 / 404 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 3 of 20); 51s remote-cache, linux-sandbox ... (70 actions running) [11,783 / 12,490] 271 / 404 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 3 of 20); 53s remote-cache, linux-sandbox ... (70 actions running) [11,785 / 12,490] 271 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 54s remote-cache, linux-sandbox ... (70 actions running) [11,786 / 12,490] 271 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 55s remote-cache, linux-sandbox ... (70 actions running) [11,786 / 12,490] 271 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 56s remote-cache, linux-sandbox ... (70 actions running) [11,790 / 12,490] 271 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,790 / 12,490] 271 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 59s remote-cache, linux-sandbox ... (70 actions running) [11,790 / 12,490] 271 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 60s remote-cache, linux-sandbox ... (70 actions running) [11,791 / 12,490] 271 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 61s remote-cache, linux-sandbox ... (70 actions running) [11,791 / 12,490] 271 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 64s remote-cache, linux-sandbox ... (70 actions running) [11,794 / 12,490] 271 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 65s remote-cache, linux-sandbox ... (70 actions running) [11,796 / 12,490] 271 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,797 / 12,490] 271 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 68s remote-cache, linux-sandbox ... (70 actions running) [11,798 / 12,490] 271 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,799 / 12,490] 271 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,800 / 12,490] 271 / 404 tests; Testing //pkg/planner/core/issuetest:issuetest_test; 57s remote-cache, linux-sandbox ... (70 actions running) [11,803 / 12,490] 271 / 404 tests; Testing //pkg/planner/core/issuetest:issuetest_test; 58s remote-cache, linux-sandbox ... (70 actions running) [11,803 / 12,490] 271 / 404 tests; Testing //pkg/planner/core/issuetest:issuetest_test; 60s remote-cache, linux-sandbox ... (70 actions running) [11,805 / 12,490] 272 / 404 tests; Testing //pkg/planner/core/issuetest:issuetest_test; 61s remote-cache, linux-sandbox ... (70 actions running) [11,807 / 12,490] 272 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 61s remote-cache, linux-sandbox ... (70 actions running) [11,810 / 12,490] 272 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 62s remote-cache, linux-sandbox ... (70 actions running) [11,811 / 12,490] 272 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 63s remote-cache, linux-sandbox ... (70 actions running) [11,811 / 12,490] 272 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 66s remote-cache, linux-sandbox ... (70 actions running) [11,813 / 12,490] 272 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 67s remote-cache, linux-sandbox ... (70 actions running) [11,816 / 12,490] 272 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 68s remote-cache, linux-sandbox ... (70 actions running) [11,817 / 12,490] 272 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 70s remote-cache, linux-sandbox ... (70 actions running) [11,817 / 12,490] 272 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 71s remote-cache, linux-sandbox ... (70 actions running) [11,818 / 12,490] 272 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,821 / 12,494] 272 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,822 / 12,494] 272 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 75s remote-cache, linux-sandbox ... (70 actions running) [11,824 / 12,498] 272 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 77s remote-cache, linux-sandbox ... (70 actions running) [11,825 / 12,498] 272 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 78s remote-cache, linux-sandbox ... (70 actions running) [11,826 / 12,498] 272 / 404 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 18 of 20); 56s remote-cache, linux-sandbox ... (70 actions running) [11,829 / 12,498] 272 / 404 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 5 of 20); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,829 / 12,498] 272 / 404 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 5 of 20); 53s remote-cache, linux-sandbox ... (70 actions running) [11,832 / 12,500] 272 / 404 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 5 of 20); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,835 / 12,500] 272 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 51s remote-cache, linux-sandbox ... (70 actions running) [11,835 / 12,500] 273 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 56s remote-cache, linux-sandbox ... (70 actions running) [11,837 / 12,500] 274 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,838 / 12,500] 274 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 58s remote-cache, linux-sandbox ... (70 actions running) [11,841 / 12,500] 274 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,841 / 12,500] 275 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 60s remote-cache, linux-sandbox ... (70 actions running) [11,843 / 12,500] 275 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 61s remote-cache, linux-sandbox ... (70 actions running) [11,843 / 12,500] 275 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 66s remote-cache, linux-sandbox ... (70 actions running) [11,843 / 12,500] 275 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 67s remote-cache, linux-sandbox ... (70 actions running) [11,845 / 12,500] 275 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 68s remote-cache, linux-sandbox ... (70 actions running) [11,846 / 12,500] 275 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 69s remote-cache, linux-sandbox ... (70 actions running) [11,850 / 12,500] 275 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,850 / 12,500] 275 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 72s remote-cache, linux-sandbox ... (70 actions running) [11,850 / 12,500] 275 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 73s remote-cache, linux-sandbox ... (70 actions running) [11,850 / 12,500] 275 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 74s remote-cache, linux-sandbox ... (70 actions running) [11,850 / 12,500] 275 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 75s remote-cache, linux-sandbox ... (70 actions running) [11,853 / 12,513] 275 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 77s remote-cache, linux-sandbox ... (70 actions running) [11,853 / 12,513] 275 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 81s remote-cache, linux-sandbox ... (70 actions running) [11,854 / 12,513] 275 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 82s remote-cache, linux-sandbox ... (70 actions running) [11,856 / 12,513] 275 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 83s remote-cache, linux-sandbox ... (70 actions running) [11,857 / 12,513] 275 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 77s remote-cache, linux-sandbox ... (70 actions running) [11,860 / 12,513] 275 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,860 / 12,513] 275 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 80s remote-cache, linux-sandbox ... (70 actions running) [11,862 / 12,513] 275 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 81s remote-cache, linux-sandbox ... (70 actions running) [11,862 / 12,513] 275 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 84s remote-cache, linux-sandbox ... (70 actions running) [11,863 / 12,513] 275 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 85s remote-cache, linux-sandbox ... (70 actions running) [11,864 / 12,513] 275 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 20 of 50); 60s remote-cache, linux-sandbox ... (69 actions running) [11,866 / 12,513] 275 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 20 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,867 / 12,513] 275 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 20 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,870 / 12,522] 275 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 20 of 50); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,870 / 12,522] 275 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 20 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [11,870 / 12,522] 275 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 20 of 50); 66s remote-cache, linux-sandbox ... (70 actions running) [11,871 / 12,522] 275 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 20 of 50); 67s remote-cache, linux-sandbox ... (70 actions running) [11,873 / 12,522] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,875 / 12,522] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,879 / 12,522] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,881 / 12,522] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,881 / 12,522] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 67s remote-cache, linux-sandbox ... (70 actions running) [11,881 / 12,522] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 70s remote-cache, linux-sandbox ... (70 actions running) [11,882 / 12,522] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 71s remote-cache, linux-sandbox ... (70 actions running) [11,883 / 12,522] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 72s remote-cache, linux-sandbox ... (70 actions running) [11,883 / 12,522] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 75s remote-cache, linux-sandbox ... (70 actions running) [11,885 / 12,522] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 76s remote-cache, linux-sandbox ... (70 actions running) [11,886 / 12,522] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,887 / 12,522] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 78s remote-cache, linux-sandbox ... (69 actions running) [11,890 / 12,524] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 80s remote-cache, linux-sandbox ... (70 actions running) [11,891 / 12,524] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 81s remote-cache, linux-sandbox ... (70 actions running) [11,891 / 12,524] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 86s remote-cache, linux-sandbox ... (70 actions running) [11,891 / 12,524] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 87s remote-cache, linux-sandbox ... (70 actions running) [11,891 / 12,524] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 88s remote-cache, linux-sandbox ... (70 actions running) [11,894 / 12,524] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 90s remote-cache, linux-sandbox ... (70 actions running) [11,895 / 12,524] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 91s remote-cache, linux-sandbox ... (70 actions running) [11,896 / 12,524] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,896 / 12,524] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 95s remote-cache, linux-sandbox ... (70 actions running) [11,896 / 12,524] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 98s remote-cache, linux-sandbox ... (70 actions running) [11,897 / 12,524] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 99s remote-cache, linux-sandbox ... (70 actions running) [11,898 / 12,524] 275 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 101s remote-cache, linux-sandbox ... (70 actions running) [11,903 / 12,524] 276 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 102s remote-cache, linux-sandbox ... (68 actions running) [11,903 / 12,524] 276 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 103s remote-cache, linux-sandbox ... (70 actions running) [11,904 / 12,524] 276 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,904 / 12,524] 276 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 106s remote-cache, linux-sandbox ... (70 actions running) [11,906 / 12,524] 276 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 107s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,906 / 12,524] 277 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 109s remote-cache, linux-sandbox ... (70 actions running) [11,907 / 12,524] 277 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 110s remote-cache, linux-sandbox ... (70 actions running) [11,908 / 12,524] 277 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 112s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,908 / 12,524] 277 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 113s remote-cache, linux-sandbox ... (70 actions running) [11,908 / 12,524] 277 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 114s remote-cache, linux-sandbox ... (70 actions running) [11,910 / 12,524] 277 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 116s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,911 / 12,524] 277 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 117s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,911 / 12,524] 277 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 118s remote-cache, linux-sandbox ... (70 actions running) [11,911 / 12,524] 277 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 119s remote-cache, linux-sandbox ... (70 actions running) [11,912 / 12,524] 277 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 120s remote-cache, linux-sandbox ... (70 actions running) [11,914 / 12,524] 277 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 91s remote-cache, linux-sandbox ... (70 actions running) [11,915 / 12,524] 277 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 92s remote-cache, linux-sandbox ... (70 actions running) [11,915 / 12,524] 277 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 93s remote-cache, linux-sandbox ... (70 actions running) [11,915 / 12,524] 277 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 95s remote-cache, linux-sandbox ... (70 actions running) [11,917 / 12,524] 277 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,919 / 12,524] 277 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 97s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,920 / 12,524] 277 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 99s remote-cache, linux-sandbox ... (70 actions running) [11,920 / 12,524] 277 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 100s remote-cache, linux-sandbox ... (70 actions running) [11,921 / 12,524] 277 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 101s remote-cache, linux-sandbox ... (70 actions running) [11,923 / 12,524] 277 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,924 / 12,524] 277 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 104s remote-cache, linux-sandbox ... (70 actions running) [11,924 / 12,524] 277 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 106s remote-cache, linux-sandbox ... (70 actions running) [11,924 / 12,524] 277 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 107s remote-cache, linux-sandbox ... (70 actions running) [11,928 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,929 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,930 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 111s remote-cache, linux-sandbox ... (70 actions running) [11,931 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 112s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,932 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 113s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,933 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 115s remote-cache, linux-sandbox ... (70 actions running) [11,934 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 116s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,934 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 118s remote-cache, linux-sandbox ... (70 actions running) [11,934 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 120s remote-cache, linux-sandbox ... (70 actions running) [11,935 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 121s remote-cache, linux-sandbox ... (70 actions running) [11,938 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 122s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,940 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 124s remote-cache, linux-sandbox ... (70 actions running) [11,943 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 125s remote-cache, linux-sandbox ... (70 actions running) [11,943 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 126s remote-cache, linux-sandbox ... (70 actions running) [11,945 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,946 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 128s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,948 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 129s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,951 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 131s remote-cache, linux-sandbox ... (70 actions running) [11,955 / 12,524] 278 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 133s remote-cache, linux-sandbox ... (70 actions running) [11,958 / 12,524] 279 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 134s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,959 / 12,524] 279 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 135s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,960 / 12,524] 279 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 136s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,963 / 12,524] 279 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 138s remote-cache, linux-sandbox ... (70 actions running) [11,964 / 12,524] 279 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 139s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,966 / 12,524] 279 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 141s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,966 / 12,524] 279 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 142s remote-cache, linux-sandbox ... (70 actions running) [11,968 / 12,524] 279 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 144s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,972 / 12,526] 279 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 145s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,979 / 12,526] 279 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 97s remote-cache, linux-sandbox ... (70 actions running) [11,980 / 12,526] 280 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 98s remote-cache, linux-sandbox ... (70 actions running) [11,984 / 12,526] 281 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 99s remote-cache, linux-sandbox ... (70 actions running) [11,984 / 12,526] 281 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 100s remote-cache, linux-sandbox ... (70 actions running) [11,987 / 12,526] 281 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 78s remote-cache, linux-sandbox ... (70 actions running) [11,990 / 12,526] 281 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 79s remote-cache, linux-sandbox ... (70 actions running) [11,993 / 12,526] 281 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 80s remote-cache, linux-sandbox ... (70 actions running) [11,994 / 12,526] 281 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 81s remote-cache, linux-sandbox ... (70 actions running) [11,996 / 12,526] 281 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,997 / 12,526] 281 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [11,998 / 12,526] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 85s remote-cache, linux-sandbox ... (70 actions running) [12,001 / 12,526] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,001 / 12,526] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [12,002 / 12,526] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 89s remote-cache, linux-sandbox ... (70 actions running) [12,005 / 12,526] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 90s remote-cache, linux-sandbox ... (69 actions running) [12,008 / 12,577] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 92s remote-cache, linux-sandbox ... (70 actions running) [12,008 / 12,577] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 94s remote-cache, linux-sandbox ... (70 actions running) [12,011 / 12,611] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 95s remote-cache, linux-sandbox ... (70 actions running) [12,014 / 12,611] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 96s remote-cache, linux-sandbox ... (70 actions running) [12,020 / 12,619] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 97s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,021 / 12,670] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,022 / 12,670] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 100s remote-cache, linux-sandbox ... (70 actions running) [12,024 / 12,670] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,026 / 12,670] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 103s remote-cache, linux-sandbox ... (70 actions running) [12,028 / 12,670] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 104s remote-cache, linux-sandbox ... (70 actions running) [12,031 / 12,670] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 105s remote-cache, linux-sandbox ... (70 actions running) [12,031 / 12,670] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 106s remote-cache, linux-sandbox ... (70 actions running) [12,033 / 12,670] 282 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 107s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,038 / 12,694] 283 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,040 / 12,694] 283 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,043 / 12,694] 283 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 111s remote-cache, linux-sandbox ... (70 actions running) [12,047 / 12,694] 284 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 112s remote-cache, linux-sandbox ... (70 actions running) [12,047 / 12,694] 284 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 113s remote-cache, linux-sandbox ... (70 actions running) [12,051 / 12,694] 284 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,053 / 12,694] 284 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 116s remote-cache, linux-sandbox ... (70 actions running) [12,053 / 12,694] 284 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 117s remote-cache, linux-sandbox ... (70 actions running) [12,057 / 12,694] 284 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 118s remote-cache, linux-sandbox ... (70 actions running) [12,057 / 12,694] 284 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 120s remote-cache, linux-sandbox ... (70 actions running) [12,057 / 12,694] 284 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 122s remote-cache, linux-sandbox ... (70 actions running) [12,060 / 12,694] 284 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 123s remote-cache, linux-sandbox ... (70 actions running) [12,061 / 12,696] 284 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 125s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,064 / 12,696] 284 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 126s remote-cache, linux-sandbox ... (70 actions running) [12,070 / 12,705] 285 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 50s remote-cache, linux-sandbox ... (70 actions running) [12,072 / 12,705] 285 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 51s remote-cache, linux-sandbox ... (70 actions running) [12,072 / 12,705] 285 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 52s remote-cache, linux-sandbox ... (70 actions running) [12,072 / 12,705] 285 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 53s remote-cache, linux-sandbox ... (70 actions running) [12,077 / 12,705] 286 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 2 of 12); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,081 / 12,720] 286 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 2 of 12); 54s remote-cache, linux-sandbox ... (70 actions running) [12,082 / 12,720] 286 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 2 of 12); 55s remote-cache, linux-sandbox ... (70 actions running) [12,083 / 12,720] 286 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 2 of 12); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,090 / 12,720] 286 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 1 of 12); 52s remote-cache, linux-sandbox ... (70 actions running) [12,090 / 12,720] 286 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 1 of 12); 54s remote-cache, linux-sandbox ... (70 actions running) [12,093 / 12,720] 286 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 1 of 12); 55s remote-cache, linux-sandbox ... (70 actions running) [12,095 / 12,720] 286 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 1 of 12); 57s remote-cache, linux-sandbox ... (70 actions running) [12,096 / 12,720] 286 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 1 of 12); 58s remote-cache, linux-sandbox ... (70 actions running) [12,096 / 12,720] 286 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 1 of 12); 59s remote-cache, linux-sandbox ... (70 actions running) [12,099 / 12,720] 286 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 18); 57s remote-cache, linux-sandbox ... (70 actions running) [12,100 / 12,720] 286 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 18); 58s remote-cache, linux-sandbox ... (70 actions running) [12,100 / 12,720] 286 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 18); 59s remote-cache, linux-sandbox ... (70 actions running) [12,101 / 12,720] 286 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 18); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,105 / 12,720] 286 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 18); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,108 / 12,720] 286 / 404 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 55s remote-cache, linux-sandbox ... (70 actions running) [12,108 / 12,720] 286 / 404 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 56s remote-cache, linux-sandbox ... (70 actions running) [12,111 / 12,720] 286 / 404 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 58s remote-cache, linux-sandbox ... (70 actions running) [12,114 / 12,720] 286 / 404 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,115 / 12,720] 286 / 404 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,121 / 12,771] 286 / 404 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 62s remote-cache, linux-sandbox ... (70 actions running) [12,122 / 12,771] 286 / 404 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 63s remote-cache, linux-sandbox ... (70 actions running) [12,122 / 12,771] 286 / 404 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 64s remote-cache, linux-sandbox ... (70 actions running) [12,122 / 12,771] 286 / 404 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 65s remote-cache, linux-sandbox ... (70 actions running) [12,123 / 12,771] 286 / 404 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 66s remote-cache, linux-sandbox ... (69 actions running) [12,128 / 12,771] 286 / 404 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 67s remote-cache, linux-sandbox ... (69 actions running) [12,134 / 12,771] 286 / 404 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 69s remote-cache, linux-sandbox ... (70 actions running) [12,136 / 12,771] 287 / 404 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 70s remote-cache, linux-sandbox ... (70 actions running) [12,140 / 12,771] 288 / 404 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 72s remote-cache, linux-sandbox ... (70 actions running) [12,141 / 12,771] 288 / 404 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 73s remote-cache, linux-sandbox ... (70 actions running) [12,144 / 12,771] 288 / 404 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 74s remote-cache, linux-sandbox ... (70 actions running) [12,146 / 12,771] 289 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 34 of 42); 50s remote-cache, linux-sandbox ... (70 actions running) [12,148 / 12,791] 289 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 34 of 42); 51s remote-cache, linux-sandbox ... (70 actions running) [12,153 / 12,791] 289 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 29 of 42); 48s remote-cache, linux-sandbox ... (70 actions running) [12,154 / 12,791] 289 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 29 of 42); 49s remote-cache, linux-sandbox ... (70 actions running) [12,155 / 12,791] 289 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 29 of 42); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,156 / 12,791] 289 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 29 of 42); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,161 / 12,791] 289 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 53s remote-cache, linux-sandbox ... (70 actions running) [12,161 / 12,791] 289 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 54s remote-cache, linux-sandbox ... (70 actions running) [12,166 / 12,793] 289 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 55s remote-cache, linux-sandbox ... (69 actions running) [12,166 / 12,793] 289 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 57s remote-cache, linux-sandbox ... (70 actions running) [12,175 / 12,793] 289 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 58s remote-cache, linux-sandbox ... (70 actions running) [12,175 / 12,793] 289 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 61s remote-cache, linux-sandbox ... (70 actions running) [12,178 / 12,793] 291 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 62s remote-cache, linux-sandbox ... (70 actions running) [12,178 / 12,793] 291 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 64s remote-cache, linux-sandbox ... (70 actions running) [12,178 / 12,793] 291 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 65s remote-cache, linux-sandbox ... (70 actions running) [12,178 / 12,793] 291 / 404 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 67s remote-cache, linux-sandbox ... (70 actions running) [12,183 / 12,793] 291 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 11 of 28); 52s remote-cache, linux-sandbox ... (70 actions running) [12,186 / 12,795] 291 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 50s remote-cache, linux-sandbox ... (70 actions running) [12,189 / 12,804] 291 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,190 / 12,804] 291 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,190 / 12,804] 291 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 54s remote-cache, linux-sandbox ... (70 actions running) [12,191 / 12,804] 291 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,192 / 12,804] 292 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 57s remote-cache, linux-sandbox ... (70 actions running) [12,192 / 12,804] 292 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 58s remote-cache, linux-sandbox ... (70 actions running) [12,196 / 12,804] 292 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 59s remote-cache, linux-sandbox ... (70 actions running) [12,200 / 12,855] 292 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 60s remote-cache, linux-sandbox ... (70 actions running) [12,200 / 12,855] 292 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 62s remote-cache, linux-sandbox ... (70 actions running) [12,201 / 12,855] 292 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 63s remote-cache, linux-sandbox ... (70 actions running) [12,202 / 12,855] 292 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 64s remote-cache, linux-sandbox ... (70 actions running) [12,204 / 12,855] 292 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 65s remote-cache, linux-sandbox ... (70 actions running) [12,205 / 12,855] 292 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 66s remote-cache, linux-sandbox ... (70 actions running) [12,207 / 12,855] 292 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 67s remote-cache, linux-sandbox ... (70 actions running) [12,208 / 12,855] 293 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 68s remote-cache, linux-sandbox ... (70 actions running) [12,209 / 12,855] 293 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 69s remote-cache, linux-sandbox ... (70 actions running) [12,212 / 12,855] 293 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 70s remote-cache, linux-sandbox ... (70 actions running) [12,221 / 12,855] 293 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,221 / 12,855] 293 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 73s remote-cache, linux-sandbox ... (70 actions running) [12,221 / 12,855] 293 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 74s remote-cache, linux-sandbox ... (70 actions running) [12,227 / 12,855] 293 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,228 / 12,855] 293 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 63s remote-cache, linux-sandbox ... (70 actions running) [12,231 / 12,855] 294 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 64s remote-cache, linux-sandbox ... (70 actions running) [12,232 / 12,855] 294 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 65s remote-cache, linux-sandbox ... (70 actions running) [12,234 / 12,855] 294 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 66s remote-cache, linux-sandbox ... (70 actions running) [12,235 / 12,855] 294 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 67s remote-cache, linux-sandbox ... (70 actions running) [12,238 / 12,855] 294 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,245 / 12,855] 294 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 70s remote-cache, linux-sandbox ... (70 actions running) [12,249 / 12,855] 294 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 71s remote-cache, linux-sandbox ... (70 actions running) [12,249 / 12,855] 294 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 72s remote-cache, linux-sandbox ... (70 actions running) [12,249 / 12,855] 294 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 73s remote-cache, linux-sandbox ... (70 actions running) [12,255 / 12,857] 294 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,258 / 12,857] 294 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,260 / 12,857] 294 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,269 / 12,857] 295 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 78s remote-cache, linux-sandbox ... (70 actions running) [12,275 / 12,857] 295 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,279 / 12,857] 295 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,285 / 12,857] 295 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 82s remote-cache, linux-sandbox ... (70 actions running) [12,288 / 12,857] 295 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,295 / 12,857] 295 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 85s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,303 / 12,857] 295 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,308 / 12,857] 295 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,314 / 12,857] 295 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 88s remote-cache, linux-sandbox ... (70 actions running) [12,319 / 12,857] 295 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,326 / 12,857] 296 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 91s remote-cache, linux-sandbox ... (70 actions running) [12,334 / 12,857] 296 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 86s remote-cache, linux-sandbox ... (70 actions running) [12,343 / 12,857] 296 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 87s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,352 / 12,859] 296 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 88s remote-cache, linux-sandbox ... (70 actions running) [12,361 / 12,859] 296 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,367 / 12,859] 297 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 59s remote-cache, linux-sandbox ... (70 actions running) [12,377 / 12,859] 297 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 49s remote-cache, linux-sandbox ... (67 actions, 66 running) [12,382 / 12,859] 297 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 50s remote-cache, linux-sandbox ... (67 actions, 66 running) [12,383 / 12,859] 297 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 51s remote-cache, linux-sandbox ... (70 actions running) [12,388 / 12,859] 298 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 52s remote-cache, linux-sandbox ... (68 actions, 67 running) [12,392 / 12,861] 298 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 54s remote-cache, linux-sandbox ... (70 actions running) [12,397 / 12,861] 298 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 55s remote-cache, linux-sandbox ... (70 actions running) [12,399 / 12,861] 298 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 57s remote-cache, linux-sandbox ... (69 actions running) [12,406 / 12,861] 299 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,410 / 12,872] 299 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 59s remote-cache, linux-sandbox ... (70 actions running) [12,418 / 12,872] 299 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 60s remote-cache, linux-sandbox ... (70 actions running) [12,423 / 12,879] 299 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,432 / 12,888] 299 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 63s remote-cache, linux-sandbox ... (70 actions running) [12,444 / 12,890] 301 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 64s remote-cache, linux-sandbox ... (67 actions, 64 running) [12,447 / 12,890] 301 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,448 / 12,890] 301 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 66s remote-cache, linux-sandbox ... (70 actions running) [12,459 / 12,894] 303 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 67s remote-cache, linux-sandbox ... (70 actions running) [12,462 / 12,894] 303 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 68s remote-cache, linux-sandbox ... (70 actions running) [12,464 / 12,894] 303 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 69s remote-cache, linux-sandbox ... (70 actions running) [12,469 / 12,894] 304 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 71s remote-cache, linux-sandbox ... (70 actions running) [12,476 / 12,906] 305 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 72s remote-cache, linux-sandbox ... (70 actions running) [12,485 / 12,908] 305 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,495 / 12,908] 306 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 75s remote-cache, linux-sandbox ... (70 actions running) [12,497 / 12,908] 306 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 76s remote-cache, linux-sandbox ... (70 actions running) [12,499 / 12,908] 306 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 77s remote-cache, linux-sandbox ... (70 actions running) [12,502 / 12,908] 307 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 69s remote-cache, linux-sandbox ... (70 actions running) [12,503 / 12,908] 307 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 70s remote-cache, linux-sandbox ... (70 actions running) [12,507 / 12,908] 308 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,509 / 12,908] 308 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,510 / 12,908] 308 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,516 / 12,908] 310 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,518 / 12,916] 310 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 76s remote-cache, linux-sandbox ... (70 actions running) [12,518 / 12,916] 310 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 77s remote-cache, linux-sandbox ... (70 actions running) [12,523 / 12,955] 310 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 78s remote-cache, linux-sandbox ... (70 actions running) [12,523 / 12,955] 310 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 79s remote-cache, linux-sandbox ... (70 actions running) [12,523 / 12,955] 310 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 80s remote-cache, linux-sandbox ... (70 actions running) [12,523 / 12,955] 311 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 82s remote-cache, linux-sandbox ... (70 actions running) [12,539 / 12,990] 311 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,543 / 12,990] 311 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 84s remote-cache, linux-sandbox ... (70 actions running) [12,545 / 12,990] 311 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 85s remote-cache, linux-sandbox ... (70 actions running) [12,551 / 13,058] 311 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 86s remote-cache, linux-sandbox ... (70 actions running) [12,553 / 13,104] 311 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,554 / 13,104] 312 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 89s remote-cache, linux-sandbox ... (70 actions running) [12,566 / 13,157] 315 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 90s remote-cache, linux-sandbox ... (69 actions running) [12,569 / 13,157] 315 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 91s remote-cache, linux-sandbox ... (70 actions running) [12,572 / 13,157] 316 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 92s remote-cache, linux-sandbox ... (70 actions running) [12,577 / 13,157] 316 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 93s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,578 / 13,157] 316 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,578 / 13,157] 316 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 95s remote-cache, linux-sandbox ... (70 actions running) [12,582 / 13,157] 316 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,583 / 13,157] 316 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 97s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,587 / 13,157] 316 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 99s remote-cache, linux-sandbox ... (70 actions running) [12,588 / 13,157] 317 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 100s remote-cache, linux-sandbox ... (70 actions running) [12,589 / 13,157] 317 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 101s remote-cache, linux-sandbox ... (70 actions running) [12,589 / 13,157] 317 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 102s remote-cache, linux-sandbox ... (70 actions running) [12,594 / 13,175] 317 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,596 / 13,175] 317 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 105s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,601 / 13,175] 317 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,601 / 13,175] 317 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 107s remote-cache, linux-sandbox ... (70 actions running) [12,606 / 13,204] 317 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 109s remote-cache, linux-sandbox ... (70 actions running) [12,610 / 13,204] 317 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 110s remote-cache, linux-sandbox ... (70 actions running) [12,614 / 13,204] 318 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 58s remote-cache, linux-sandbox ... (70 actions running) [12,617 / 13,204] 318 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,618 / 13,204] 319 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 60s remote-cache, linux-sandbox ... (70 actions running) [12,621 / 13,206] 319 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,627 / 13,206] 320 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,627 / 13,206] 320 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 64s remote-cache, linux-sandbox ... (70 actions running) [12,631 / 13,206] 320 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 65s remote-cache, linux-sandbox ... (70 actions running) [12,632 / 13,206] 320 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 66s remote-cache, linux-sandbox ... (70 actions running) [12,634 / 13,206] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,638 / 13,206] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 68s remote-cache, linux-sandbox ... (70 actions running) [12,642 / 13,206] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 70s remote-cache, linux-sandbox ... (70 actions running) [12,642 / 13,206] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 72s remote-cache, linux-sandbox ... (70 actions running) [12,644 / 13,206] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 73s remote-cache, linux-sandbox ... (69 actions running) [12,646 / 13,219] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 74s remote-cache, linux-sandbox ... (70 actions running) [12,648 / 13,219] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 75s remote-cache, linux-sandbox ... (70 actions running) [12,653 / 13,270] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 76s remote-cache, linux-sandbox ... (70 actions running) [12,655 / 13,270] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 77s remote-cache, linux-sandbox ... (70 actions running) [12,658 / 13,297] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,659 / 13,297] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 79s remote-cache, linux-sandbox ... (70 actions running) [12,665 / 13,303] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,668 / 13,303] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,673 / 13,303] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 83s remote-cache, linux-sandbox ... (70 actions running) [12,677 / 13,303] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,681 / 13,303] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,683 / 13,303] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 87s remote-cache, linux-sandbox ... (70 actions running) [12,686 / 13,303] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,693 / 13,303] 321 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,697 / 13,303] 322 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 91s remote-cache, linux-sandbox ... (70 actions running) [12,697 / 13,303] 322 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 93s remote-cache, linux-sandbox ... (70 actions running) [12,706 / 13,303] 322 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 94s remote-cache, linux-sandbox ... (70 actions running) [12,711 / 13,303] 322 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,713 / 13,303] 322 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 97s remote-cache, linux-sandbox ... (70 actions running) [12,715 / 13,303] 323 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 98s remote-cache, linux-sandbox ... (70 actions running) [12,717 / 13,303] 323 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 99s remote-cache, linux-sandbox ... (70 actions running) [12,718 / 13,303] 323 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 100s remote-cache, linux-sandbox ... (70 actions running) [12,720 / 13,303] 323 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 101s remote-cache, linux-sandbox ... (70 actions running) [12,726 / 13,303] 323 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 102s remote-cache, linux-sandbox ... (70 actions running) [12,728 / 13,303] 324 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 103s remote-cache, linux-sandbox ... (70 actions running) [12,731 / 13,303] 324 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,734 / 13,303] 324 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,738 / 13,303] 324 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 107s remote-cache, linux-sandbox ... (70 actions running) [12,745 / 13,314] 324 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,749 / 13,314] 324 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 110s remote-cache, linux-sandbox ... (70 actions running) [12,755 / 13,316] 324 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 111s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,757 / 13,316] 324 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 112s remote-cache, linux-sandbox ... (70 actions running) [12,760 / 13,316] 324 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 114s remote-cache, linux-sandbox ... (70 actions running) [12,760 / 13,316] 324 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 115s remote-cache, linux-sandbox ... (70 actions running) [12,768 / 13,316] 324 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 116s remote-cache, linux-sandbox ... (70 actions running) [12,769 / 13,316] 324 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 118s remote-cache, linux-sandbox ... (70 actions running) [12,778 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 119s remote-cache, linux-sandbox ... (70 actions running) [12,779 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 120s remote-cache, linux-sandbox ... (70 actions running) [12,783 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 121s remote-cache, linux-sandbox ... (70 actions running) [12,783 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 122s remote-cache, linux-sandbox ... (70 actions running) [12,789 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 123s remote-cache, linux-sandbox ... (70 actions running) [12,789 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 124s remote-cache, linux-sandbox ... (70 actions running) [12,797 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 126s remote-cache, linux-sandbox ... (70 actions running) [12,800 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 127s remote-cache, linux-sandbox ... (70 actions running) [12,806 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 129s remote-cache, linux-sandbox ... (70 actions running) [12,816 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 130s remote-cache, linux-sandbox ... (70 actions running) [12,816 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 131s remote-cache, linux-sandbox ... (70 actions running) [12,827 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 132s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,829 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 133s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,833 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 134s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,839 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 136s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,841 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 137s remote-cache, linux-sandbox ... (70 actions running) [12,844 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 138s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,851 / 13,316] 325 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 139s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,855 / 13,316] 326 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,858 / 13,316] 326 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 128s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,864 / 13,316] 327 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 129s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,866 / 13,316] 328 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 131s remote-cache, linux-sandbox ... (68 actions running) [12,870 / 13,316] 328 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 132s remote-cache, linux-sandbox ... (70 actions running) [12,872 / 13,316] 328 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 134s remote-cache, linux-sandbox ... (70 actions running) [12,885 / 13,335] 328 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 135s remote-cache, linux-sandbox ... (70 actions running) [12,885 / 13,335] 328 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 136s remote-cache, linux-sandbox ... (70 actions running) [12,892 / 13,335] 329 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 137s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,895 / 13,335] 329 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 138s remote-cache, linux-sandbox ... (69 actions running) [12,898 / 13,335] 329 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 139s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,907 / 13,335] 330 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 59s remote-cache, linux-sandbox ... (70 actions running) [12,914 / 13,343] 331 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 60s remote-cache, linux-sandbox ... (70 actions running) [12,917 / 13,392] 331 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,922 / 13,392] 331 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 63s remote-cache, linux-sandbox ... (70 actions running) [12,922 / 13,392] 331 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 64s remote-cache, linux-sandbox ... (70 actions running) [12,923 / 13,392] 331 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 65s remote-cache, linux-sandbox ... (70 actions running) [12,924 / 13,392] 331 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,941 / 13,392] 331 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 68s remote-cache, linux-sandbox ... (70 actions running) [12,944 / 13,392] 331 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 69s remote-cache, linux-sandbox ... (70 actions running) [12,947 / 13,392] 331 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 70s remote-cache, linux-sandbox ... (70 actions running) [12,951 / 13,398] 331 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 71s remote-cache, linux-sandbox ... (70 actions running) [12,956 / 13,398] 331 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 72s remote-cache, linux-sandbox ... (70 actions running) [12,965 / 13,400] 331 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 74s remote-cache, linux-sandbox ... (70 actions running) [12,970 / 13,400] 331 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 1 of 33); 34s remote-cache, linux-sandbox ... (70 actions running) [12,974 / 13,400] 331 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 1 of 33); 35s remote-cache, linux-sandbox ... (70 actions running) [12,975 / 13,400] 331 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 1 of 33); 36s remote-cache, linux-sandbox ... (70 actions running) [12,978 / 13,400] 331 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 1 of 33); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,982 / 13,400] 333 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 1 of 33); 39s remote-cache, linux-sandbox ... (70 actions running) [12,991 / 13,400] 333 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 2 of 11); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,995 / 13,418] 333 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 2 of 11); 38s remote-cache, linux-sandbox ... (70 actions running) [13,002 / 13,418] 333 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 2 of 11); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,005 / 13,418] 333 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 2 of 11); 41s remote-cache, linux-sandbox ... (70 actions running) [13,015 / 13,418] 333 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 2 of 33); 41s remote-cache, linux-sandbox ... (70 actions running) [13,017 / 13,418] 333 / 404 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 18 of 18); 34s remote-cache, linux-sandbox ... (70 actions running) [13,023 / 13,418] 333 / 404 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 18 of 18); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,029 / 13,418] 334 / 404 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 18 of 18); 37s remote-cache, linux-sandbox ... (70 actions running) [13,034 / 13,418] 334 / 404 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 18 of 18); 38s remote-cache, linux-sandbox ... (70 actions running) [13,040 / 13,418] 334 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 8 of 11); 35s remote-cache, linux-sandbox ... (70 actions running) [13,043 / 13,418] 335 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 8 of 11); 36s remote-cache, linux-sandbox ... (70 actions running) [13,046 / 13,418] 335 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 8 of 11); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,061 / 13,418] 337 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 8 of 11); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,066 / 13,443] 337 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 8 of 11); 40s remote-cache, linux-sandbox ... (70 actions running) [13,072 / 13,443] 337 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 3 of 11); 35s remote-cache, linux-sandbox ... (70 actions running) [13,076 / 13,443] 337 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 3 of 11); 36s remote-cache, linux-sandbox ... (70 actions running) [13,079 / 13,443] 337 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 3 of 11); 37s remote-cache, linux-sandbox ... (70 actions running) [13,085 / 13,443] 337 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 3 of 11); 38s remote-cache, linux-sandbox ... (70 actions running) [13,090 / 13,443] 338 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 3 of 11); 39s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,100 / 13,443] 338 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 8); 34s remote-cache, linux-sandbox ... (70 actions running) [13,102 / 13,494] 338 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 8); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,110 / 13,494] 338 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 8); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,113 / 13,494] 338 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 8); 38s remote-cache, linux-sandbox ... (70 actions running) [13,115 / 13,494] 338 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 8); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,125 / 13,517] 338 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 8); 41s remote-cache, linux-sandbox ... (70 actions running) [13,125 / 13,517] 338 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 8); 42s remote-cache, linux-sandbox ... (70 actions running) [13,132 / 13,517] 339 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 8); 43s remote-cache, linux-sandbox ... (70 actions running) [13,136 / 13,554] 339 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 8); 44s remote-cache, linux-sandbox ... (70 actions running) [13,146 / 13,554] 339 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 8); 45s remote-cache, linux-sandbox ... (70 actions running) [13,149 / 13,556] 339 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 8); 47s remote-cache, linux-sandbox ... (70 actions running) [13,149 / 13,556] 339 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 8); 48s remote-cache, linux-sandbox ... (70 actions running) [13,150 / 13,556] 340 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 8); 49s remote-cache, linux-sandbox ... (70 actions running) [13,166 / 13,592] 341 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 8); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,177 / 13,597] 342 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 4 of 11); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,178 / 13,597] 342 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 4 of 11); 36s remote-cache, linux-sandbox ... (70 actions running) [13,182 / 13,597] 342 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 4 of 11); 37s remote-cache, linux-sandbox ... (70 actions running) [13,184 / 13,597] 342 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 4 of 11); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,191 / 13,597] 342 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 4 of 11); 40s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,203 / 13,597] 343 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 4 of 11); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,206 / 13,597] 343 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 4 of 11); 42s remote-cache, linux-sandbox ... (70 actions running) [13,208 / 13,597] 343 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 43s remote-cache, linux-sandbox ... (70 actions running) [13,209 / 13,597] 343 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 44s remote-cache, linux-sandbox ... (70 actions running) [13,212 / 13,597] 343 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,216 / 13,597] 344 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 47s remote-cache, linux-sandbox ... (70 actions running) [13,235 / 13,597] 344 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 48s remote-cache, linux-sandbox ... (70 actions running) [13,238 / 13,597] 344 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 49s remote-cache, linux-sandbox ... (70 actions running) [13,241 / 13,619] 344 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,246 / 13,621] 344 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 52s remote-cache, linux-sandbox ... (70 actions running) [13,248 / 13,621] 344 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,268 / 13,645] 345 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,273 / 13,645] 345 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,277 / 13,645] 346 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 57s remote-cache, linux-sandbox ... (70 actions running) [13,280 / 13,645] 346 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 58s remote-cache, linux-sandbox ... (70 actions running) [13,284 / 13,670] 346 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,300 / 13,670] 346 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 61s remote-cache, linux-sandbox ... (70 actions running) [13,307 / 13,672] 346 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 62s remote-cache, linux-sandbox ... (70 actions running) [13,310 / 13,672] 347 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 63s remote-cache, linux-sandbox ... (70 actions running) [13,311 / 13,672] 347 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,313 / 13,672] 347 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,318 / 13,672] 347 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 66s remote-cache, linux-sandbox ... (69 actions running) [13,331 / 13,672] 350 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 67s remote-cache, linux-sandbox ... (70 actions running) [13,342 / 13,674] 351 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,344 / 13,674] 351 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,354 / 13,674] 351 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 71s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,364 / 13,685] 351 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 72s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,372 / 13,685] 351 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 73s remote-cache, linux-sandbox ... (70 actions running) [13,375 / 13,685] 353 / 404 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 6 of 11); 40s remote-cache, linux-sandbox ... (70 actions running) [13,383 / 13,685] 354 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 7 of 33); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,392 / 13,685] 354 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 7 of 33); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,397 / 13,685] 354 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 7 of 33); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,409 / 13,685] 354 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 7 of 33); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,415 / 13,685] 354 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 7 of 33); 32s remote-cache, linux-sandbox ... (69 actions running) [13,420 / 13,685] 354 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 7 of 33); 33s remote-cache, linux-sandbox ... (70 actions running) [13,422 / 13,685] 355 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 7 of 33); 34s remote-cache, linux-sandbox ... (70 actions running) [13,428 / 13,687] 356 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 7 of 33); 35s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,434 / 13,711] 356 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 7 of 33); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,437 / 13,711] 356 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 7 of 33); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,453 / 13,721] 357 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 7 of 33); 39s remote-cache, linux-sandbox ... (70 actions running) [13,455 / 13,721] 357 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 7 of 33); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,461 / 13,742] 357 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 7 of 33); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,473 / 13,742] 357 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 43s remote-cache, linux-sandbox ... (70 actions running) [13,483 / 13,742] 357 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 44s remote-cache, linux-sandbox ... (70 actions running) [13,490 / 13,752] 357 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 45s remote-cache, linux-sandbox ... (69 actions running) [13,497 / 13,752] 359 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,509 / 13,752] 359 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,515 / 13,752] 359 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 49s remote-cache, linux-sandbox ... (70 actions running) [13,526 / 13,752] 361 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 50s remote-cache, linux-sandbox ... (70 actions running) [13,528 / 13,752] 361 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 51s remote-cache, linux-sandbox ... (70 actions running) [13,528 / 13,752] 361 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 52s remote-cache, linux-sandbox ... (70 actions running) [13,543 / 13,752] 364 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 53s remote-cache, linux-sandbox ... (70 actions running) [13,547 / 13,752] 364 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 54s remote-cache, linux-sandbox ... (70 actions running) [13,559 / 13,758] 364 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,560 / 13,758] 364 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 57s remote-cache, linux-sandbox ... (70 actions running) [13,566 / 13,758] 364 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 24 of 33); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,574 / 13,758] 364 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 24 of 33); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,577 / 13,758] 364 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 24 of 33); 39s remote-cache, linux-sandbox ... (70 actions running) [13,589 / 13,773] 364 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 8 of 33); 21s remote-cache, linux-sandbox ... (70 actions running) [13,589 / 13,773] 364 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 8 of 33); 22s remote-cache, linux-sandbox ... (70 actions running) [13,589 / 13,773] 364 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 8 of 33); 23s remote-cache, linux-sandbox ... (70 actions running) [13,590 / 13,773] 364 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 8 of 33); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,599 / 13,773] 365 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 8 of 33); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,625 / 13,805] 367 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 8 of 33); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,628 / 13,805] 367 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 8 of 33); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,638 / 13,805] 367 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 8 of 33); 29s remote-cache, linux-sandbox ... (67 actions running) [13,643 / 13,805] 367 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 8 of 33); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,645 / 13,805] 367 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 8 of 33); 31s remote-cache, linux-sandbox ... (70 actions running) [13,650 / 13,805] 367 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 8 of 33); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,662 / 13,805] 369 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 8 of 33); 34s remote-cache, linux-sandbox ... (70 actions running) [13,662 / 13,805] 369 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 8 of 33); 35s remote-cache, linux-sandbox ... (70 actions running) [13,672 / 13,805] 370 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 8 of 33); 37s remote-cache, linux-sandbox ... (70 actions running) [13,675 / 13,805] 370 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 8 of 33); 39s remote-cache, linux-sandbox ... (70 actions running) [13,676 / 13,805] 370 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 8 of 33); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,705 / 13,827] 372 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 9 of 33); 36s remote-cache, linux-sandbox ... (70 actions running) [13,716 / 13,874] 372 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 9 of 33); 37s remote-cache, linux-sandbox ... (70 actions running) [13,720 / 13,874] 372 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 9 of 33); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,722 / 13,883] 372 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 9 of 33); 40s remote-cache, linux-sandbox ... (70 actions running) [13,724 / 13,883] 375 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 9 of 33); 41s remote-cache, linux-sandbox ... (70 actions running) [13,741 / 13,883] 375 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,742 / 13,883] 375 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,748 / 13,895] 375 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,749 / 13,895] 375 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 44s remote-cache, linux-sandbox ... (70 actions running) [13,760 / 13,895] 376 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 46s remote-cache, linux-sandbox ... (70 actions running) [13,770 / 13,904] 376 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,775 / 13,940] 376 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,783 / 13,953] 376 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 50s remote-cache, linux-sandbox ... (70 actions running) [13,784 / 13,953] 376 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 51s remote-cache, linux-sandbox ... (70 actions running) [13,790 / 13,953] 379 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,800 / 13,961] 379 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,809 / 13,961] 379 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 55s remote-cache, linux-sandbox ... (70 actions running) [13,813 / 13,961] 379 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 56s remote-cache, linux-sandbox ... (70 actions running) [13,816 / 13,984] 379 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 57s remote-cache, linux-sandbox ... (70 actions running) [13,816 / 13,984] 380 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 58s remote-cache, linux-sandbox ... (70 actions running) [13,831 / 13,998] 380 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,836 / 13,998] 380 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,841 / 13,998] 380 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 14 of 33); 29s remote-cache, linux-sandbox ... (70 actions running) [13,844 / 14,026] 381 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 14 of 33); 30s remote-cache, linux-sandbox ... (70 actions running) [13,845 / 14,026] 381 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 14 of 33); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,853 / 14,026] 381 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 14 of 33); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,859 / 14,026] 381 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 14 of 33); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,869 / 14,048] 381 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 14 of 33); 35s remote-cache, linux-sandbox ... (70 actions running) [13,872 / 14,071] 381 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 14 of 33); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,880 / 14,071] 381 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 14 of 33); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,881 / 14,071] 381 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 14 of 33); 39s remote-cache, linux-sandbox ... (70 actions running) [13,890 / 14,071] 383 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 14 of 33); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,894 / 14,071] 383 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 14 of 33); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,900 / 14,071] 383 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 16 of 33); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,910 / 14,071] 384 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 16 of 33); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,917 / 14,071] 385 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 16 of 33); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,921 / 14,071] 386 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 16 of 33); 39s remote-cache, linux-sandbox ... (69 actions running) [13,923 / 14,071] 386 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 16 of 33); 40s remote-cache, linux-sandbox ... (70 actions running) [13,928 / 14,071] 388 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 37s remote-cache, linux-sandbox ... (70 actions running) [13,944 / 14,071] 390 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,946 / 14,071] 390 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,951 / 14,071] 390 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 40s remote-cache, linux-sandbox ... (70 actions running) [13,953 / 14,071] 390 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 41s remote-cache, linux-sandbox ... (70 actions running) [13,956 / 14,071] 390 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 42s remote-cache, linux-sandbox ... (70 actions running) [13,957 / 14,071] 390 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,970 / 14,073] 390 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,982 / 14,113] 391 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,984 / 14,113] 391 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 47s remote-cache, linux-sandbox ... (70 actions running) [13,985 / 14,113] 391 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 47s remote-cache, linux-sandbox ... (70 actions running) [13,999 / 14,113] 392 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 48s remote-cache, linux-sandbox ... (70 actions running) [14,006 / 14,176] 392 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,017 / 14,176] 394 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 50s remote-cache, linux-sandbox ... (70 actions running) [14,019 / 14,176] 395 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 52s remote-cache, linux-sandbox ... (70 actions running) [14,021 / 14,176] 395 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 53s remote-cache, linux-sandbox ... (70 actions running) [14,022 / 14,176] 395 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,023 / 14,176] 396 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 55s remote-cache, linux-sandbox ... (70 actions running) [14,053 / 14,176] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 57s remote-cache, linux-sandbox ... (70 actions running) [14,056 / 14,176] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 58s remote-cache, linux-sandbox ... (70 actions running) [14,059 / 14,176] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 59s remote-cache, linux-sandbox ... (70 actions running) [14,061 / 14,176] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,070 / 14,176] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 61s remote-cache, linux-sandbox ... (68 actions, 66 running) [14,082 / 14,176] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 63s remote-cache, linux-sandbox ... (70 actions running) [14,089 / 14,176] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 64s remote-cache, linux-sandbox ... (70 actions running) [14,095 / 14,176] 398 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,101 / 14,176] 398 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,109 / 14,176] 399 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 67s remote-cache, linux-sandbox ... (70 actions running) [14,116 / 14,176] 399 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,123 / 14,176] 399 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 70s remote-cache, linux-sandbox ... (70 actions running) [14,134 / 14,176] 399 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,137 / 14,176] 399 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,153 / 14,176] 400 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 74s remote-cache, linux-sandbox ... (46 actions running) [14,160 / 14,176] 401 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 75s remote-cache, linux-sandbox ... (32 actions running) [14,169 / 14,176] 401 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 77s remote-cache, linux-sandbox ... (14 actions running) [14,172 / 14,176] 401 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 79s remote-cache, linux-sandbox ... (8 actions running) [14,173 / 14,176] 401 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 86s remote-cache, linux-sandbox ... (6 actions running) [14,173 / 14,176] 401 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 91s remote-cache, linux-sandbox ... (6 actions running) [14,174 / 14,176] 403 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 92s remote-cache, linux-sandbox ... (4 actions running) [14,175 / 14,176] 403 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 44s remote-cache, linux-sandbox [14,175 / 14,176] 403 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 53s remote-cache, linux-sandbox [14,175 / 14,176] 404 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 68s remote-cache, linux-sandbox INFO: Elapsed time: 1531.081s, Critical Path: 261.45s INFO: 14164 processes: 9591 remote cache hit, 1633 internal, 2940 linux-sandbox. INFO: Build completed successfully, 14164 total actions //pkg/executor/sortexec:sortexec_test FLAKY, failed in 1 out of 7 in 83.2s Stats over 7 runs: max = 83.2s, min = 3.1s, avg = 25.0s, dev = 24.7s /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_1_of_6/coverage.dat Test cases: finished with 7947 passing and 0 failing out of 7947 test cases Executed 156 out of 404 tests: 404 tests pass. root: /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs complete to collect bazel result. [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] sh + ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log Parse from local file: tidb/bazel-test.log new flaky case: TestParallelSortSpillDisk Output files: bazel-flaky-summaries.log bazel-go-test-index.log bazel-go-test-problem-cases.json bazel-target-output-L643-2232.fail.log [Pipeline] sh ++ uuidgen + timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 419c5590-15a2-48a3-932d-1d4cfc55eda2' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: release-8.1' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/260/' --header 'ce-specversion: 1.0' --header 'content-type: application/json; charset=UTF-8' --data @bazel-go-test-problem-cases.json % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* About to connect() to cloudevents-server.apps.svc port 80 (#0) * Trying 10.233.31.173... * Connected to cloudevents-server.apps.svc (10.233.31.173) port 80 (#0) > POST /events HTTP/1.1 > User-Agent: curl/7.29.0 > Host: cloudevents-server.apps.svc > Accept: */* > ce-id: 419c5590-15a2-48a3-932d-1d4cfc55eda2 > ce-source: https://do.pingcap.net/jenkins/ > ce-type: test-case-run-report > ce-repo: pingcap/tidb > ce-branch: release-8.1 > ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/260/ > ce-specversion: 1.0 > content-type: application/json; charset=UTF-8 > Content-Length: 156 > } [data not shown] * upload completely sent off: 156 out of 156 bytes < HTTP/1.1 200 OK < Date: Fri, 31 May 2024 10:55:13 GMT < Content-Length: 0 < 100 156 0 0 100 156 0 16606 --:--:-- --:--:-- --:--:-- 17333 * Connection #0 to host cloudevents-server.apps.svc left intact [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-31T10:55:14.289Z] ['info'] _____ _ / ____| | | | | ___ __| | ___ ___ _____ __ | | / _ \ / _` |/ _ \/ __/ _ \ \ / / | |___| (_) | (_| | __/ (_| (_) \ V / \_____\___/ \__,_|\___|\___\___/ \_/ Codecov report uploader 0.5.0 [2024-05-31T10:55:14.290Z] ['info'] => Project root located at: . [2024-05-31T10:55:14.293Z] ['info'] -> Token found by environment variables [2024-05-31T10:55:14.307Z] ['info'] Searching for coverage files... [2024-05-31T10:55:16.901Z] ['info'] => Found 1 possible coverage files: ./coverage.dat [2024-05-31T10:55:16.901Z] ['info'] Processing ./coverage.dat... [2024-05-31T10:55:17.380Z] ['info'] Using manual override from args. [2024-05-31T10:55:17.381Z] ['info'] Detected Jenkins CI as the CI provider. [2024-05-31T10:55:17.396Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F53722&build=260&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Frelease-8.1%2Fjob%2Fghpr_unit_test%2F260%2F&commit=5df3742a6d3f4fae0a322b773eb4eafdc8342e2e&job=&pr=53722&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent= [2024-05-31T10:55:18.227Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/5df3742a6d3f4fae0a322b773eb4eafdc8342e2e https://storage.googleapis.com/codecov/v4/raw/2024-05-31/F6B65B6EE70BEC6C6B5E073ED3BB1A79/5df3742a6d3f4fae0a322b773eb4eafdc8342e2e/75c72ac0-9ff6-4da0-adf2-8d9b03d0c82a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240531%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240531T105518Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=433a1d743d47a48c38c10d5e5bd91548a2edf6effbaa3c7ae318b57c4067ede6 [2024-05-31T10:55:18.227Z] ['info'] Uploading... [2024-05-31T10:55:20.111Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/5df3742a6d3f4fae0a322b773eb4eafdc8342e2e"} [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS